| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-15 | Add changelog entry for this bugfix | Cris Ewing | |
| 2018-05-14 | Merge pull request #3275 from cyraxjoe/sprints-doc-fixes | Steve Piercy | |
| Removes the step to install additional packages in the quick tutorial. | |||
| 2018-05-14 | Sets, when you absolutely, positively want those extra microseconds back | Cris Ewing | |
| 2018-05-14 | Update 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-14 | Move base server and client error codes and titles to the base classes. Add ↵ | Cris Ewing | |
| a docstring to the HTTPInternalServerError | |||
| 2018-05-14 | Merge pull request #3276 from radurevutchi/master | goodwillcoding | |
| fixed issue #3182 - alphabetized dependencies in quick tutorial and a… | |||
| 2018-05-14 | fixed issue #3182 - alphabetized dependencies in quick tutorial and aligned ↵ | Radu Revutchi | |
| emphasize-lines | |||
| 2018-05-14 | Removes 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-26 | Forward port some items from 1.9-branch into RELEASING.txt | Steve Piercy | |
| 2018-04-26 | Add yet another wiki to update on release | Steve Piercy | |
| 2018-04-26 | pyramid no longer depends directly on pastedeploy | Michael Merickel | |
| 2018-04-25 | add changelog entry for #3271 | Steve Piercy | |
| 2018-04-25 | Merge pull request #3271 from Pylons/sphinx-bump | Steve Piercy | |
| Bump sphinx to >=1.7.4 | |||
| 2018-04-25 | Bump sphinx to >=1.7.4 | Steve Piercy | |
| - Closes #3269 and #667 - Paves the way for #2572 | |||
| 2018-04-24 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2018-04-24 | ensure the pyramid deps are installed from source, not the dist in pypi | Michael Merickel | |
| 2018-04-24 | pin to a non-pre version of venusian | Michael Merickel | |
| 2018-04-24 | pin to non-pre version of webob | Michael Merickel | |
| 2018-04-24 | link to pypi.org | Michael Merickel | |
| 2018-04-24 | blacklist sphinx 1.7.3 | Michael Merickel | |
| 2018-04-23 | Merge pull request #3264 from mmerickel/fix-get-root | Michael Merickel | |
| use the RequestContext instead of app.threadlocal_manager for scripting | |||
| 2018-04-23 | use the RequestContext instead of app.threadlocal_manager for scripting | Michael Merickel | |
| fixes #3262 | |||
| 2018-04-19 | Merge pull request #3257 from mmerickel/fix-3229 | Michael Merickel | |
| document the current query behavior on url generation | |||
| 2018-04-17 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2018-04-16 | document the current query behavior on url generation | Michael Merickel | |
| 2018-04-11 | Merge pull request #3253 from jvanasco/fix-webob_updated | Steve Piercy | |
| updated docs/interfaces to note change from webob 1.7/1.5 | |||
| 2018-04-11 | updated unset_cookie | jonathan vanasco | |
| 2018-04-11 | updated `delete_cookie` docs with `name` instead of `key` | jonathan vanasco | |
| 2018-04-11 | updated docs/interfaces to note change in webob 1.7 of `set_cookie(key` to ↵ | jonathan vanasco | |
| `set_cookie(name` | |||
| 2018-03-18 | Merge pull request #3244 from hongyuan1306/master | Steve Piercy | |
| Fix secret length in doc of SignedCookieSessionFactory | |||
| 2018-03-16 | Fix secret length in doc of SignedCookieSessionFactory | Hong Yuan | |
| 2018-03-13 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2018-03-13 | Merge pull request #3241 from stevepiercy/master | Steve Piercy | |
| attempt to fix smart quotes | |||
| 2018-03-13 | attempt to fix smart quotes | Steve 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-13 | Merge pull request #3238 from stevepiercy/master | Steve Piercy | |
| remove stray backtick | |||
| 2018-03-13 | remove stray backtick | Steve Piercy | |
| 2018-03-09 | Merge pull request #3235 from heron182/3195_cherrypy_import | Tres Seaver | |
| Prefer standalone 'cheroot' to deprecated 'cherrypy.wsgiserver'. | |||
| 2018-03-09 | Not a backward-incompatibility for Pyramid. | Tres Seaver | |
| [ci skip] | |||
| 2018-03-09 | Fix invalid string in feature rephrasing | Heron Rossi | |
| 2018-03-09 | Rephrasing feature change | Heron Rossi | |
| 2018-03-09 | Merge branch 'master' of github.com:Pylons/pyramid into 3195_cherrypy_import | Heron Rossi | |
| 2018-03-09 | Adding entry on CHANGES.txt | Heron Rossi | |
| 2018-03-08 | Merge pull request #3236 from Pylons/changes-as-rst | Michael Merickel | |
| Mark changelogs as ReST, for better Github rendering. | |||
| 2018-03-08 | Accomodate file renames in release instructions. | Tres Seaver | |
| 2018-03-08 | Fixing another import path regarding cherrypy version change | Heron Rossi | |
| 2018-03-08 | Mark changelogs as ReST, for better Github rendering. | Tres Seaver | |
| 2018-03-08 | Fixing formatting and import errors | Heron Rossi | |
| 2018-03-08 | Adjusting cherrypy WSGI Server import path according to new release | Heron Rossi | |
| 2018-02-26 | fix broken link | Michael Merickel | |
| 2018-01-28 | Merge pull request #3224 from stevepiercy/master | Steve Piercy | |
| Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5 | |||
