| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-19 | fix tests on python 3 | Michael Merickel | |
| 2013-10-19 | add deprecation for old cookie factory | Michael Merickel | |
| 2013-10-19 | update session to use a static salt and separate serialize funcs | Michael Merickel | |
| 2013-10-14 | Revert "make these tests pass on python 3.2+" | Chris McDonough | |
| This reverts commit cd218d2934c87260bbb10620e3b419b275fe6244. | |||
| 2013-10-14 | make these tests pass on python 3.2+ | Chris McDonough | |
| 2013-10-05 | fix py3 | Michael Merickel | |
| 2013-10-05 | introduce SignedCookieSessionFactory | Michael Merickel | |
| - Break apart UnencryptedCookieSessionFactoryConfig into a BaseCookieSessionFactory. - Add support for reissue_time in the base. Set the unencrypted class to use reissue_time=0 for bw-compat. - Add SignedCookieSessionFactory which wraps the base in a serializer that uses signing via a sha512+hmac with a secret derived using an 8-byte random salt. | |||
| 2013-10-03 | modification to the unencrypted cookie to use a clearer api | Michael Merickel | |
| improved the signing to use a derived key based on a random salt, and upgraded the hash from sha1 to sha512. Finally the entire result is b64 instead of just the payload. | |||
| 2013-09-28 | update pviews to work with the bootstrapped request | Michael Merickel | |
| had to fix DummyBootstrap a bit because it fails pretty hard at handling part of bootstrap contract in which the request passed in should be enhanced with the registry, and returned. In some cases the wrong request or the wrong registry were being returned if the test case actually specified a registry or request. | |||
| 2013-09-28 | set custom request methods when doing a pview lookup | Michael Merickel | |
| 2013-09-28 | Merge branch 'pull.1132' | Michael Merickel | |
| 2013-09-28 | minor tweaks to language | Michael Merickel | |
| 2013-09-27 | Add note about C extensions | Bert JW Regeer | |
| There was some confusion regarding the output of easy_install pyramid when the Python header files were not installed, these errors are harmless however adding a simple note would have stopped a lot of frustration. | |||
| 2013-09-26 | Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵ | Paul Everitt | |
| for more explanation. Cross link each Quick Tour section with its Quick Tutorial match. | |||
| 2013-09-25 | Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵ | Paul Everitt | |
| Python 3. | |||
| 2013-09-25 | Add some more of the up-front packages. | Paul Everitt | |
| 2013-09-25 | Oops, need a $VENV path to easy_install | Paul Everitt | |
| 2013-09-25 | Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵ | Paul Everitt | |
| work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate). | |||
| 2013-09-24 | Merge branch 'docs.quicktutorial' | Paul Everitt | |
| 2013-09-24 | add mention of PEP 453 | Steve Piercy | |
| 2013-09-24 | Change python version to 3.3 | Steve Piercy | |
| 2013-09-24 | Added a note to CHANGES.txt, push the quick tutorial. | Paul Everitt | |
| 2013-09-24 | Update Requirements section | Steve Piercy | |
| 2013-09-24 | Merge branch 'master' of https://github.com/Pylons/pyramid | Paul Everitt | |
| 2013-09-22 | try to clarify the docs to avoid "if '__main__'" confusion | Michael Merickel | |
| 2013-09-22 | fix rst rendering of changes | Chris McDonough | |
| 2013-09-22 | Merge branch '1.5-branch' | Chris McDonough | |
| 2013-09-22 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-09-22 | prep for 1.5a2 | Chris McDonough | |
| 2013-09-22 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-09-22 | run zodb scaffolding tests on py3 too (now compat) and dont use distribute ever | Chris McDonough | |
| 2013-09-22 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-09-22 | better description of mako/chameleon bw incompat in changelog, update ↵ | Chris McDonough | |
| whatsnew for 1.5 | |||
| 2013-09-22 | make sure that missing template renderer factories dont cause a startup time ↵ | Chris McDonough | |
| error, and instead behave like other renderers which, when missing, cause pyramid to throw a valueerror at rendering time | |||
| 2013-09-22 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-22 | typo | Chris McDonough | |
| 2013-09-22 | typo | Michael Merickel | |
| 2013-09-20 | Merge branch 'master' into 1.5-branch | Chris McDonough | |
| 2013-09-20 | subrepo dance | Chris McDonough | |
| 2013-09-20 | subrepo dance | Chris McDonough | |
| 2013-09-20 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2013-09-16 | Merge branch 'docs.quicktutorial' | Paul Everitt | |
| 2013-09-16 | Merge pull request #1123 from tshepang/docs.quicktutorial | Paul Everitt | |
| s/env/venv + make example links clickable | |||
| 2013-09-16 | make example links clickable, for convenience | Tshepang Lekhonkhobe | |
| 2013-09-16 | s/env/venv just for sake of consistency | Tshepang Lekhonkhobe | |
| 2013-09-15 | Double 'instead' removed. | Carlos de la Guardia | |
| 2013-09-15 | typo | Carlos de la Guardia | |
| 2013-09-15 | typo | Carlos de la Guardia | |
| 2013-09-14 | "useful...than" made no sense. | Carlos de la Guardia | |
| 2013-09-14 | The sentence needed a conjunction. | Carlos de la Guardia | |
