| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2016-08-17 | Clarify that headers are ADDED to the response | Mark Jones | |
| Make it clear that headers are added to the response instead of overwriting existing headers. Explain how to set the content_type instead of just assuming they will know. | |||
| 2016-08-16 | Merge pull request #2745 from mmerickel/fix/2744 | Michael Merickel | |
| revert changes to the renderers from #2706 | |||
| 2016-08-16 | Fix #2744 by reverting #2706 | Michael Merickel | |
| This reverts commit c7d8f6515d4b154c4a4cf2cbaac9789fbcd19282. This reverts commit 0dcd259c0263c14e8c51d9e204c1419daffbd2ce. This reverts commit 412ed2e1988e2fd70d02e4176c9c9c7855b0093c. | |||
| 2016-08-15 | Merge pull request #2742 from stevepiercy/master | Steve Piercy | |
| Fix up URLs to include default language and reduce verbosity | |||
| 2016-08-15 | Fix up URLs to include default language and reduce verbosity | Steve Piercy | |
| (cherry picked from commit d6b2c66) | |||
| 2016-08-15 | Merge pull request #2739 from stevepiercy/master | Steve Piercy | |
| update output of pcreate --list for Quick Tour | |||
| 2016-08-15 | update output of pcreate --list for Quick Tour | Steve Piercy | |
| 2016-08-15 | fix alchemy scaffold help text | Michael Merickel | |
| 2016-08-11 | Add this feature to chenges & small improvement | Dariusz Górecki | |
| 2016-08-10 | Add docs & explict tests | Dariusz Górecki | |
| 2016-08-10 | Merge branch 'master' into extract_http_basic | Dariusz Górecki | |
| 2016-07-30 | Merge pull request #2730 from stevepiercy/master | Steve Piercy | |
| forward port docs fixes from 1.7-branch | |||
