summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-15Add changelog entry for this bugfixCris Ewing
2018-05-14Merge pull request #3275 from cyraxjoe/sprints-doc-fixesSteve Piercy
Removes the step to install additional packages in the quick tutorial.
2018-05-14Sets, when you absolutely, positively want those extra microseconds backCris Ewing
2018-05-14Update the building of status_dict, now that both the base server and client ↵Cris Ewing
errors and their specific implementations share an error code. Ensures we only get the specific implementations in status_dict
2018-05-14Move base server and client error codes and titles to the base classes. Add ↵Cris Ewing
a docstring to the HTTPInternalServerError
2018-05-14Merge pull request #3276 from radurevutchi/mastergoodwillcoding
fixed issue #3182 - alphabetized dependencies in quick tutorial and a…
2018-05-14fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵Radu Revutchi
emphasize-lines
2018-05-14Removes the step to install additional packages in the quick tutorial.Joel Rivera
This part is redundant because in the same tutorial we indicate to install the application in development/editable mode with `pip -e` in the next section. (which will install the required dependencies if needed by the app) Related issue: #3181
2018-04-26Forward port some items from 1.9-branch into RELEASING.txtSteve Piercy
2018-04-26Add yet another wiki to update on releaseSteve Piercy
2018-04-26pyramid no longer depends directly on pastedeployMichael Merickel
2018-04-25add changelog entry for #3271Steve Piercy
2018-04-25Merge pull request #3271 from Pylons/sphinx-bumpSteve Piercy
Bump sphinx to >=1.7.4
2018-04-25Bump sphinx to >=1.7.4Steve Piercy
- Closes #3269 and #667 - Paves the way for #2572
2018-04-24Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2018-04-24ensure the pyramid deps are installed from source, not the dist in pypiMichael Merickel
2018-04-24pin to a non-pre version of venusianMichael Merickel
2018-04-24pin to non-pre version of webobMichael Merickel
2018-04-24link to pypi.orgMichael Merickel
2018-04-24blacklist sphinx 1.7.3Michael Merickel
2018-04-23Merge pull request #3264 from mmerickel/fix-get-rootMichael Merickel
use the RequestContext instead of app.threadlocal_manager for scripting
2018-04-23use the RequestContext instead of app.threadlocal_manager for scriptingMichael Merickel
fixes #3262
2018-04-19Merge pull request #3257 from mmerickel/fix-3229Michael Merickel
document the current query behavior on url generation
2018-04-17Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2018-04-16document the current query behavior on url generationMichael Merickel
2018-04-11Merge pull request #3253 from jvanasco/fix-webob_updatedSteve Piercy
updated docs/interfaces to note change from webob 1.7/1.5
2018-04-11updated unset_cookiejonathan vanasco
2018-04-11updated `delete_cookie` docs with `name` instead of `key`jonathan vanasco
2018-04-11updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵jonathan vanasco
`set_cookie(name`
2018-03-18Merge pull request #3244 from hongyuan1306/masterSteve Piercy
Fix secret length in doc of SignedCookieSessionFactory
2018-03-16Fix secret length in doc of SignedCookieSessionFactoryHong Yuan
2018-03-13Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2018-03-13Merge pull request #3241 from stevepiercy/masterSteve Piercy
attempt to fix smart quotes
2018-03-13attempt to fix smart quotesSteve Piercy
- Testing whether the version of Sphinx on RTD removes smart quotes. See http://www.sphinx-doc.org/en/stable/config.html#confval-smartquotes
2018-03-13Merge pull request #3238 from stevepiercy/masterSteve Piercy
remove stray backtick
2018-03-13remove stray backtickSteve Piercy
2018-03-09Merge pull request #3235 from heron182/3195_cherrypy_importTres Seaver
Prefer standalone 'cheroot' to deprecated 'cherrypy.wsgiserver'.
2018-03-09Not a backward-incompatibility for Pyramid.Tres Seaver
[ci skip]
2018-03-09Fix invalid string in feature rephrasingHeron Rossi
2018-03-09Rephrasing feature changeHeron Rossi
2018-03-09Merge branch 'master' of github.com:Pylons/pyramid into 3195_cherrypy_importHeron Rossi
2018-03-09Adding entry on CHANGES.txtHeron Rossi
2018-03-08Merge pull request #3236 from Pylons/changes-as-rstMichael Merickel
Mark changelogs as ReST, for better Github rendering.
2018-03-08Accomodate file renames in release instructions.Tres Seaver
2018-03-08Fixing another import path regarding cherrypy version changeHeron Rossi
2018-03-08Mark changelogs as ReST, for better Github rendering.Tres Seaver
2018-03-08Fixing formatting and import errorsHeron Rossi
2018-03-08Adjusting cherrypy WSGI Server import path according to new releaseHeron Rossi
2018-02-26fix broken linkMichael Merickel
2018-01-28Merge pull request #3224 from stevepiercy/masterSteve Piercy
Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5