| Age | Commit message (Expand) | Author |
| 2011-01-21 | - Added "What's New in Pyramid 1.0" chapter to HTML rendering of | Chris McDonough |
| 2011-01-21 | - Add (minimal) documentation about using I18N within Mako templates to | Chris McDonough |
| 2011-01-21 | - Add docs for ``add_finished_callback``, ``add_response_callback``, | Chris McDonough |
| 2011-01-21 | - Add ``wild_domain`` argument to AuthTktAuthenticationPolicy, which defaults | Chris McDonough |
| 2011-01-19 | - Added "Adding Methods to the Configurator via ``add_directive``" section to | Chris McDonough |
| 2011-01-19 | - Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config`` | Chris McDonough |
| 2011-01-19 | - The ``pyramid_zodb``, ``pyramid_routesalchemy`` and ``pyramid_alchemy`` | Chris McDonough |
| 2011-01-19 | get urls right | Chris McDonough |
| 2011-01-19 | - Fix deprecated example showing ``chameleon_zpt`` API call in testing | Chris McDonough |
| 2011-01-19 | - The default value for the ``cookie_on_exception`` parameter to | Chris McDonough |
| 2011-01-19 | changelog entry for authtkt tokens feature | Chris McDonough |
| 2011-01-19 | Merge branch 'tokens' | Wichert Akkerman |
| 2011-01-19 | - When a ``pyramid.exceptions.Forbidden`` error is raised, its status code | Chris McDonough |
| 2011-01-19 | reformat | Chris McDonough |
| 2011-01-19 | Add changelog entry about merging caseman-master | Chris McDonough |
| 2011-01-18 | prep for 1.0a10 | Chris McDonough |
| 2011-01-18 | - Most references to ZCML in narrative chapters have been removed or | Chris McDonough |
| 2011-01-18 | descriptions | Chris McDonough |
| 2011-01-18 | - The ``make_app`` function has been removed from the ``pyramid.router`` | Chris McDonough |
| 2011-01-16 | - The ``pylons_minimal``, ``pylons_basic`` and ``pylons_sqla`` paster | Chris McDonough |
| 2011-01-16 | Remove configurator.add_handler, handler-related functions and methods from p... | Chris McDonough |
| 2011-01-16 | - When ``Configurator.include`` is passed a *module* as an argument, it | Chris McDonough |
| 2011-01-16 | - Add ``add_directive`` method to configurator, which allows framework | Chris McDonough |
| 2011-01-15 | - URL Dispatch properly handles a '.*' or '*' appearing in a regex match | Ben Bangert |
| 2011-01-14 | - Add ``charset`` attribute to ``pyramid.testing.DummyRequest`` | Chris McDonough |
| 2011-01-12 | - Deprecation warnings related to import of the following API functions were | Chris McDonough |
| 2011-01-12 | - Document the ``request.override_renderer`` attribute within the narrative | Chris McDonough |
| 2011-01-12 | Features | Chris McDonough |
| 2011-01-08 | back to development | Chris McDonough |
| 2011-01-08 | prep for 1.0a9 | Chris McDonough |
| 2011-01-08 | garden | Chris McDonough |
| 2011-01-08 | garden | Chris McDonough |
| 2011-01-08 | garden | Chris McDonough |
| 2011-01-08 | - ``pyramid.interfaces.ISession.get_csrf_token`` now mandates that an | Chris McDonough |
| 2011-01-07 | add note about view mapper docs | Chris McDonough |
| 2011-01-07 | - Rename ``view_mapper`` argument to add_view to ``mapper``. | Chris McDonough |
| 2011-01-06 | - Readd ``pyramid.traversal.model_path_tuple`` as an alias for | Chris McDonough |
| 2011-01-05 | - Instances of ``pyramid.testing.DummyRequest`` now have a ``session`` | Chris McDonough |
| 2011-01-03 | - Add a new API ``pyramid.url.current_route_url``, which computes a URL based | Chris McDonough |
| 2011-01-03 | gardening | Chris McDonough |
| 2011-01-03 | Merge branch 'jkrebs-master' | Chris McDonough |
| 2011-01-02 | - Allow static renderer provided during view registration to be overridden at | Chris McDonough |
| 2011-01-02 | - add a ``add_view_mapper`` API to Configurator. This API allows you to add | Chris McDonough |
| 2011-01-01 | quote literal | Chris McDonough |
| 2011-01-01 | - The class ``pyramid.authentication.AuthTktCookieHelper`` is now an API. | Chris McDonough |
| 2010-12-31 | - The ``pyramid.interfaces.IAuthenticationPolicy`` interface now specifies an | Chris McDonough |
| 2010-12-31 | - A view callable wrapper registered in the registry now contains an | Chris McDonough |
| 2010-12-31 | note previous change | Chris McDonough |
| 2010-12-30 | stray header line | Chris McDonough |
| 2010-12-30 | - The "view derivation" code is now factored into a set of classes rather | Chris McDonough |