summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-16make pdf rendering work again, less than optimally; take into account new ↵Chris McDonough
sphinx latex styling, and comment out sections that just dont work now; todo and danger directives are ununsed, so ditch them Signed-off-by: Bert JW Regeer <bertjw@regeer.org>
2018-05-16Merge pull request #3287 from radurevutchi/masterSteve Piercy
issue #3276 removed extra lines from previous PR
2018-05-15Merge pull request #3279 from huntcsg/masterMichael Merickel
Add Configurator context manager 'route_prefix_context' to allow for …
2018-05-15Updated CHANGES.rst and fixed versionadded to be correctHunter Senft-Grupp
2018-05-15Merge pull request #3280 from cewing/issue-3212Michael Merickel
Fix inadvertent 520 error codes
2018-05-15issue #3182 removed extra lines from previous PRRadu Revutchi
2018-05-15Updated CONTRIBUTORS.txtHunter Senft-Grupp
2018-05-15Add Configurator context manager 'route_prefix_context' to allow for adding ↵Hunter Senft-Grupp
routes and including configuration callables with a particular route prefix.
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-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-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 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