| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-19 | Document CSRF allow_no_origin option. | Theron Luhn | |
| 2019-09-19 | Add allow_no_origin option to CSRF. | Theron Luhn | |
| 2019-08-24 | fix docstring | Michael Merickel | |
| 2019-08-24 | fix test | Michael Merickel | |
| 2019-08-24 | indent string | Michael Merickel | |
| 2019-08-24 | fix some strings concatenated with black | Michael Merickel | |
| 2019-08-18 | Merge pull request #3506 from Pylons/linkcheck-fixes | Steve Piercy | |
| run linkcheck, fix redirects, change busted links to inline literals | |||
| 2019-08-17 | Fix indentation for running doctests | Steve Piercy | |
| 2019-08-17 | run linkcheck, fix redirects, change busted links to inline literals | Steve Piercy | |
| 2019-07-27 | Merge pull request #3503 from minho42/Fix-typos | Steve Piercy | |
| Fix typos | |||
| 2019-07-27 | Match hyphen length to text | Min ho Kim | |
| 2019-07-27 | Fix typos | Min ho Kim | |
| 2019-07-22 | Merge pull request #3498 from mandarvaze/patch-1 | Steve Piercy | |
| Fixed broken link to "Dive into Python" | |||
| 2019-07-23 | Dive into Python -> Dive into Python 3 | Mandar Vaze | |
| Addressed the review comments | |||
| 2019-07-20 | Added name to CONTRIBUTORS.txt | Mandar Vaze | |
| 2019-07-20 | Fixed broken link to "Dive into Python" | Mandar Vaze | |
| 2019-06-10 | add changelog for #3496 | Michael Merickel | |
| 2019-06-10 | Merge pull request #3496 from mmerickel/no-reinvoke-excview | Michael Merickel | |
| do not reinvoke exception views if an exception hits the execution policy | |||
| 2019-06-06 | do not reinvoke exception views if an exception hits the execution policy | Michael Merickel | |
| See https://github.com/Pylons/pyramid/issues/3468 | |||
| 2019-04-28 | Merge pull request #3494 from stevepiercy/master | Steve Piercy | |
| Update firstapp.rst | |||
| 2019-04-28 | Update firstapp.rst | Bjørnar Myrheim | |
| Changed the URL for the 'hello' route in "Creating Your First Pyramid Application" so that it doesn't give a 404. | |||
| 2019-04-15 | remove basepython statements from tox.ini | Michael Merickel | |
| 2019-04-15 | Merge pull request #3491 from luhn/performance-regression-2.0 | Michael Merickel | |
| Fix performance regression in view_code changes | |||
| 2019-04-15 | Revert "Use inspect.stack() instead of sys._getframe()" | Theron Luhn | |
| This reverts commit b1c366a5921969254d87ffc2417d39046cffebe3. | |||
| 2019-04-13 | Merge pull request #3486 from stevepiercy/master | Michael Merickel | |
| Refactor base_version to branch_version. | |||
| 2019-04-13 | lint | Steve Piercy | |
| 2019-04-12 | refactor major_version to branch_version | Steve Piercy | |
| 2019-04-11 | Don't play with _privates | Steve Piercy | |
| 2019-04-11 | Refactor base_version to major_version. | Steve Piercy | |
| - base_version includes the minor version number, and we want the major version which is only the first two bits of the version number. | |||
| 2019-04-11 | Merge pull request #3483 from luhn/better-action-info | Michael Merickel | |
| Improve debugging info from view_config decorator | |||
| 2019-04-04 | Use depth argument for view_config info. | Theron Luhn | |
| 2019-04-01 | Use inspect.stack() instead of sys._getframe() | Theron Luhn | |
| 2019-04-01 | Fix docs build. | Theron Luhn | |
| 2019-04-01 | Improve debugging info from view_config decorator. | Theron Luhn | |
| Grab a frame when instanciating view_config, rather than pulling info from venusian's AttachInfo. See discussion at https://github.com/Pylons/pyramid/issues/3471 This fixes the build for Python 3.8. | |||
| 2019-03-30 | Merge pull request #3480 from luhn/sphinx-2.0 | Steve Piercy | |
| Fix docs build on Sphinx 2.0.0 | |||
| 2019-03-30 | Changelog entry. | Theron Luhn | |
| 2019-03-30 | Revert "Pin Sphinx to Read the Docs version." | Theron Luhn | |
| This reverts commit 4f9b54116c8867505e7b4de526795fc222909983. | |||
| 2019-03-30 | Pin Sphinx to Read the Docs version. | Theron Luhn | |
| 2019-03-30 | Fix epub build. | Theron Luhn | |
| 2019-03-30 | Merge pull request #3476 from mmerickel/forward-port-3464-to-master | Michael Merickel | |
| add ignore_files to pserve configuration section | |||
| 2019-03-30 | Sign CONTRIBUTORS.txt | Theron Luhn | |
| 2019-03-30 | Fix docs build on Sphinx 2.0.0 | Theron Luhn | |
| Sphinx 2.0.0 was released, which triggered some warnings when building the docs and caused the build to fail. | |||
| 2019-03-26 | Merge pull request #3478 from stevepiercy/master | Steve Piercy | |
| Fixing typo in the description | |||
| 2019-03-25 | Fixing typo in the description | Ben | |
| 2019-03-21 | Add ignore_files to pserve configuration section | Eric Atkin | |
| 2019-03-21 | Merge pull request #3474 from stevepiercy/master | Steve Piercy | |
| Add changelog entry for #3469 and #3470 | |||
| 2019-03-21 | Add changelog entry | Steve Piercy | |
| 2019-03-21 | Group settings together. | Steve Piercy | |
| 2019-03-20 | Merge pull request #3470 from stevepiercy/master | Steve Piercy | |
| Test RTD latex_engine setting take 2 | |||
| 2019-03-20 | Merge branch 'master' of https://github.com/Pylons/pyramid | Steve Piercy | |
