| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-27 | Merge pull request #1250 from dobesv/patch-2 | Michael Merickel | |
| Add get_logout_headers to request | |||
| 2014-02-27 | Remove reference to request.get_logout_headers() | dobesv | |
| 2014-02-27 | Add get_logout_headers to request | dobesv | |
| The documentation for forget() says it is deprecated and to use get_logout_headers() on the request instead. However, no such method has been added to the request. | |||
| 2014-02-16 | Clarify. | Tres Seaver | |
| 2014-02-16 | Trailing commas are good. | Tres Seaver | |
| 2014-02-16 | EC: break the page and see the DBT traceback display. | Tres Seaver | |
| 2014-02-16 | Don't leave the page broken. | Tres Seaver | |
| 2014-02-16 | Match optional reqs on Windows to those on POSIX. | Tres Seaver | |
| 2014-02-16 | EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'? | Tres Seaver | |
| 2014-02-16 | Clarifications. | Tres Seaver | |
| 2014-02-16 | Avoid re-ambiguating 'project' vs. 'package. | Tres Seaver | |
| 2014-02-16 | Clarify vs. import time. | Tres Seaver | |
| 2014-02-16 | Clarify reasons for preferring easy_install over pip. | Tres Seaver | |
| 2014-02-16 | Changelog for PR #1245. | Tres Seaver | |
| 2014-02-16 | Merge pull request #1245 from ztane/patch-2 | Tres Seaver | |
| Fix pserve --reload on Py3 (the simple solution) | |||
| 2014-02-16 | Fix pserve --reload on Py3 (the simple solution) | Antti Haapala | |
| This is the simpler fix for `pserve --reload` (so please pull either https://github.com/Pylons/pyramid/pull/1244 or this). Basically with some project setups the reloader thread is guaranteed to crash on Python 3 as the main thread is importing modules in the other thread. | |||
| 2014-02-10 | Merge pull request #1241 from stevepiercy/master | Steve Piercy | |
| Garden Sphinx directives | |||
| 2014-02-10 | - Garden PR #1121 | Steve Piercy | |
| 2014-02-10 | Merge pull request #1240 from stevepiercy/master | Steve Piercy | |
| - Update list of session packages | |||
| 2014-02-10 | - Update list of session packages | Steve Piercy | |
| - Update Quick Tour section on sessions - Closes PR #1150 | |||
| 2014-02-09 | Merge pull request #1239 from stevepiercy/master | Steve Piercy | |
| Clean up PR #1163 | |||
| 2014-02-09 | - Clean up PR #1163 | Steve Piercy | |
| 2014-02-09 | Specified installation instructions for pyramid_chameleon | Hari haran | |
| 2014-02-09 | Merge pull request #1238 from stevepiercy/master | Steve Piercy | |
| - Add more git submodule instructions | |||
| 2014-02-09 | - Add more git submodule instructions | Steve Piercy | |
| - Add steps to fork and clone Pyramid to GitHub repo, then clone user GitHub repo to local machine. | |||
| 2014-02-09 | Apply change from #1221 manually. | Tres Seaver | |
| Avoid the unintentional slight in OPs commit message. | |||
| 2014-02-09 | Merge pull request #1236 from stevepiercy/master | Steve Piercy | |
| Allow 1.5b docs to be built in Sphinx | |||
| 2014-02-09 | - correct error when building docs in Sphinx: | Steve Piercy | |
| Warning, treated as error: ~/projects/pyramid/pyramid/docs/api/i18n.rst:6: WARNING: error while formatting arguments for pyramid.i18n.TranslationStringFactory: 'function' object has no attribute '__bases__' | |||
| 2014-02-09 | add docs/_themes | Steve Piercy | |
| 2014-02-08 | prep for 1.5b1 | Chris McDonough | |
| 2014-02-08 | nose-selecttests is not py3 compat, so we cant really rely on it in testing ↵ | Chris McDonough | |
| requirements | |||
| 2014-02-08 | - We no longer eagerly clear ``request.exception`` and ``request.exc_info`` in | Chris McDonough | |
| the exception view tween. This makes it possible to inspect exception information within a finished callback. See https://github.com/Pylons/pyramid/issues/1223. Closes #1223. | |||
| 2014-02-08 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-02-06 | rst syntax | Michael Merickel | |
| 2014-01-28 | prep for 1.5a4 release | Chris McDonough | |
| 2014-01-28 | add scaffolding changes to whatsnew | Chris McDonough | |
| 2014-01-28 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-01-28 | Merge pull request #1231 from danjacka/patch-1 | Blaise Laflamme | |
| Wee typo fix | |||
| 2014-01-29 | Wee typo fix | Dan Jacka | |
| 2014-01-28 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-01-23 | Merge pull request #1228 from amitvmane/patch-2 | Steve Piercy | |
| Update CONTRIBUTORS.txt | |||
| 2014-01-23 | Update CONTRIBUTORS.txt | amitvmane | |
| Added as a contributor. | |||
| 2014-01-23 | Merge pull request #1227 from amitvmane/patch-1 | Steve Piercy | |
| Thank you! | |||
| 2014-01-23 | Update project.rst | amitvmane | |
| Updated text as per feedback from Michael M. Thanks. | |||
| 2014-01-23 | Update project.rst | amitvmane | |
| Document fix for issue 1226 | |||
| 2014-01-22 | - Fix a memory leak when the configurator's ``set_request_property`` method was | Chris McDonough | |
| used or when the configurator's ``add_request_method`` method was used with the ``property=True`` attribute. See https://github.com/Pylons/pyramid/issues/1212 . Closes #1212 | |||
| 2014-01-21 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-01-19 | update narrative docs about iterable decorator argument | Michael Merickel | |
| 2014-01-03 | updated changes | Blaise Laflamme | |
| 2014-01-03 | modified MyProject src | Blaise Laflamme | |
