| Age | Commit message (Expand) | Author |
| 2011-08-16 | Added an initialization callable to pshell. | Michael Merickel |
| 2011-08-16 | Added tests for module without __all__. | Michael Merickel |
| 2011-08-16 | Minor change to help output. | Michael Merickel |
| 2011-08-16 | Added support for --import option to pshell. | Michael Merickel |
| 2011-08-16 | Added support for 'import' key in [pshell] ini section. | Michael Merickel |
| 2011-08-16 | minor Configurator constructor cleanups and reordering; start coming up with ... | Chris McDonough |
| 2011-08-15 | misc cleanups | Chris McDonough |
| 2011-08-15 | move config tests back to top-level tests dir (setup.py test cant cope) | Chris McDonough |
| 2011-08-15 | appease setup.py test | Chris McDonough |
| 2011-08-15 | - Refactor ``pyramid.config`` into a package. | Chris McDonough |
| 2011-08-15 | remove temp debugging code | Chris McDonough |
| 2011-08-15 | - New methods of the ``pyramid.config.Configurator`` class: | Chris McDonough |
| 2011-08-14 | - The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package rather | Chris McDonough |
| 2011-08-14 | - ``pyramid.testing.DummyRequest`` now implements the | Chris McDonough |
| 2011-08-14 | - The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and | Chris McDonough |
| 2011-08-14 | fix jython test failures | Chris McDonough |
| 2011-08-14 | - The ``settings`` dictionary now raises a deprecation warning when you | Chris McDonough |
| 2011-08-14 | - Added the ``pyramid.interfaces.IDict`` interface representing the methods | Chris McDonough |
| 2011-08-13 | Require that tween_factory argument to add_tween be a dotted name. | Chris McDonough |
| 2011-08-13 | - WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API named | Chris McDonough |
| 2011-08-13 | disallow adding a tween factory which is an instance without passing its glob... | Chris McDonough |
| 2011-08-13 | - Projects created via a scaffold no longer depend on the ``WebError`` | Chris McDonough |
| 2011-08-12 | Merge branch 'fix.tween-graph' | Michael Merickel |
| 2011-08-12 | Added checks to config.add_tween for over/under ingress/main. | Michael Merickel |
| 2011-08-12 | Updated the docs with the new over/under tuples. | Michael Merickel |
| 2011-08-12 | Added support for specifying tuples in over/under. | Michael Merickel |
| 2011-08-12 | Removed unused ingress_alias_names. | Michael Merickel |
| 2011-08-11 | fix docs, scaffolds, and tutorials to use pyramid.includes | Chris McDonough |
| 2011-08-11 | add docs for pyramid.includes; allow space-separated or cr separated items or... | Chris McDonough |
| 2011-08-11 | Renamed setting 'pyramid.include' -> 'pyramid.includes'. | Michael Merickel |
| 2011-08-11 | garden | Michael Merickel |
| 2011-08-11 | pyramid_tm->tm | Chris McDonough |
| 2011-08-10 | - Added a ``route_prefix`` argument to the | Chris McDonough |
| 2011-08-10 | trunk is 1.2dev, who are we fooling | Chris McDonough |
| 2011-08-10 | trunk is 1.2dev, who are we fooling | Chris McDonough |
| 2011-08-10 | fix merge conflicts | Chris McDonough |
| 2011-08-10 | clean off exception attr from request too | Chris McDonough |
| 2011-08-10 | reformat code | Chris McDonough |
| 2011-08-10 | better message | Chris McDonough |
| 2011-08-10 | fill in template hole | Chris McDonough |
| 2011-08-10 | remove bogus sortroots; add some more ordering tests; prevent people from att... | Chris McDonough |
| 2011-08-10 | # we override the initializer to avoid calling get_current_registry | Chris McDonough |
| 2011-08-10 | - Fixed an issue with the default renderer not working at certain times. See | Chris McDonough |
| 2011-08-10 | unused code | Chris McDonough |
| 2011-08-10 | simplify aliasing logic a bit (thanks raydeo) | Chris McDonough |
| 2011-08-09 | Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant. | Michael Merickel |
| 2011-08-09 | add production.ini tests; assert that production.ini page output does not con... | Chris McDonough |
| 2011-08-09 | set attempts to 3 explicitly in zodb apps | Chris McDonough |
| 2011-08-09 | fix all scaffolds to use the debugtoolbar in development mode and pyramid_tm | Chris McDonough |
| 2011-08-08 | fix test on jython | Chris McDonough |