| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-28 | add changelog for #2775 | Michael Merickel | |
| 2016-09-28 | make --interactive the default for pcreate | Michael Merickel | |
| 2016-09-28 | add changelog for #2660 | Michael Merickel | |
| 2016-09-28 | Merge branch 'exception_only' | Michael Merickel | |
| 2016-09-28 | Merge branch 'master' into exception_only | Michael Merickel | |
| 2016-09-28 | derive exception views separately from normal views | Michael Merickel | |
| - previously the multiview was shared for both exception and hot-route, but now that we allow some exception-only views this needed to be separated - add ViewDeriverInfo.exception_only to detect exception views - do not prevent http_cache on exception views - optimize secured_view and csrf_view derivers to remove themselves from the view pipeline for exception views | |||
| 2016-09-26 | Merge pull request #2773 from stevepiercy/master | Steve Piercy | |
| Revise Why use venv/bin/pip instead of source bin/activate then pip? | |||
| 2016-09-26 | Revise Why use venv/bin/pip instead of source bin/activate then pip? | Steve Piercy | |
| - Closes #2610 | |||
| 2016-09-25 | clarify what changed in 1.6 with ``config.add_notfound_view`` | Michael Merickel | |
| 2016-09-25 | Merge pull request #2772 from stevepiercy/master | Steve Piercy | |
| Why use venv/bin/pip instead of source bin/activate then pip? | |||
| 2016-09-24 | Why use venv/bin/pip instead of source bin/activate then pip? | Steve Piercy | |
| - Closes #2610 | |||
| 2016-09-19 | changelog for #2750 | Michael Merickel | |
| 2016-09-19 | Merge branch 'pr/2750' | Michael Merickel | |
| 2016-09-19 | clarify #2750 a bit further | Michael Merickel | |
| 2016-09-14 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2016-09-12 | changelog for #2764 | Michael Merickel | |
| 2016-09-12 | Merge branch 'fix/1549' | Michael Merickel | |
| 2016-09-12 | document more clearly the ``__call__`` method on route and view predicates | Michael Merickel | |
| fixes #1549 | |||
| 2016-09-12 | Merge pull request #2759 from mmerickel/drop-py33 | Michael Merickel | |
| drop support for python 3.3 and error on 2.6 | |||
| 2016-09-05 | Merge pull request #2761 from mmerickel/feature/default-tweens | Michael Merickel | |
| refactor tween initialization to occur at config-time | |||
| 2016-09-04 | refactor tween initialization to occur at config-time | Michael Merickel | |
| previously the EXCVIEW tween was only created in the router OR when another tween is added. Now the EXCVIEW tween is just added at startup similar to how view derivers and many other things operate. | |||
| 2016-09-03 | update docs to support the bootstrap context manager from #2760 | Michael Merickel | |
| 2016-09-03 | changelog for #2760 | Michael Merickel | |
| 2016-09-03 | Merge branch 'feature/with-bootstrap' | Michael Merickel | |
| 2016-09-03 | changelog for #2757 | Michael Merickel | |
| 2016-09-03 | Merge branch 'fix/reentrant-deferred-discriminators' | Michael Merickel | |
| 2016-09-03 | allow prepare/bootstrap to be used as a context manager | Michael Merickel | |
| closes #1822 | |||
| 2016-09-01 | Merge pull request #3 from stevepiercy/mmerickel-drop-py33 | Michael Merickel | |
| clean up HACKING and RELEASING for 1.8 | |||
| 2016-09-01 | One more for 2.6 | Steve Piercy | |
| 2016-09-01 | clean up HACKING and RELEASING for 1.8 | Steve Piercy | |
| 2016-09-01 | drop support for python 3.3 and error on 2.6 | Michael Merickel | |
| closes #2476 | |||
| 2016-08-31 | reference pull request for #2662 | Michael Merickel | |
| 2016-08-31 | Merge branch 'canni-extract_http_basic' | Michael Merickel | |
| 2016-08-31 | rename the credentials class | Michael Merickel | |
| 2016-08-31 | Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basic | Michael Merickel | |
| 2016-08-31 | ref the pull request for #2615 in the changelog | Michael Merickel | |
| 2016-08-31 | silence the warning generated by #2715 in the test suite | Michael Merickel | |
| 2016-08-31 | add changelog for #2715 | Michael Merickel | |
| 2016-08-31 | Merge pull request #2715 from Pylons/bugfix/authtkt_bad_cookie | Michael Merickel | |
| Fix AuthTktCookieHelper so that it doesn't create bad cookies | |||
| 2016-08-31 | add changelog for #2714 | Michael Merickel | |
| 2016-08-31 | Merge pull request #2714 from Pylons/bugfix/proutes_re_split | Michael Merickel | |
| re.split() requires non-empty match | |||
| 2016-08-31 | re-enable support for resolving conflicts across orders | Michael Merickel | |
| This feature was silently dropped in Pyramid 1.4 when deferred discriminators were added. It is re-introduced such that it's possible to override an action in order X by defining an action in order Y where Y <= X with a non-conflicting includepath. This also takes special care to avoid undeferring the discriminator for an action until the execution engine is ready to start executing actions of the same order. This gives time for required actions to execute prior, allowing the discriminator to depend on earlier actions. fixes #2697 | |||
| 2016-08-31 | add extra tests for testing action discriminators across orders | Michael Merickel | |
| 2016-08-31 | add test cases to reproduce #2697 | Michael Merickel | |
| 2016-08-20 | Merge pull request #2754 from stevepiercy/master | Steve Piercy | |
| add testing for py36 | |||
| 2016-08-19 | attempt to add testing for py36 | Steve Piercy | |
| 2016-08-19 | attempt to add testing for py36 | Steve Piercy | |
| 2016-08-19 | attempt to add testing for py36 | Steve Piercy | |
| 2016-08-18 | Merge pull request #2752 from stevepiercy/master | Steve Piercy | |
| update output for pcreate --list in Quick Tutorial | |||
| 2016-08-18 | update output for pcreate --list in Quick Tutorial | Steve Piercy | |
