| Age | Commit message (Expand) | Author |
| 2011-01-21 | - Add docs for ``add_finished_callback``, ``add_response_callback``, | Chris McDonough |
| 2011-01-19 | - Added "Adding Methods to the Configurator via ``add_directive``" section to | Chris McDonough |
| 2011-01-18 | - The ``make_app`` function has been removed from the ``pyramid.router`` | Chris McDonough |
| 2011-01-16 | Remove configurator.add_handler, handler-related functions and methods from p... | Chris McDonough |
| 2011-01-16 | simplify slightly | Chris McDonough |
| 2011-01-03 | - Add a new API ``pyramid.url.current_route_url``, which computes a URL based | 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-29 | factor deriver from mapper | Chris McDonough |
| 2010-12-24 | - Fix API documentation rendering for ``pyramid.view.static`` | Chris McDonough |
| 2010-12-22 | - Added CSRF token generation, as described in the narrative chapter entitled | Chris McDonough |
| 2010-12-22 | change flash API as per email convo with Ben and Mike | Chris McDonough |
| 2010-12-22 | - Added flash messaging, as described in the "Flash Messaging" narrative | Chris McDonough |
| 2010-12-19 | unnecessary static arglists | Chris McDonough |
| 2010-12-18 | resource/asset normalization | Chris McDonough |
| 2010-12-18 | resource -> asset | Chris McDonough |
| 2010-12-18 | resource -> asset | Chris McDonough |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough |
| 2010-11-21 | - Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces API | Chris McDonough |
| 2010-11-17 | - Add a ``pyramid.url.route_path`` API, allowing folks to generate relative | Chris McDonough |
| 2010-11-11 | commit forgotten file | Chris McDonough |
| 2010-11-10 | - New API methods for ``pyramid.request.Request``: ``model_url`` and | Chris McDonough |
| 2010-11-10 | - New API method: ``pyramid.settings.asbool``. | Chris McDonough |
| 2010-11-09 | - All references to Pyramid-the-application were changed from :mod:`pyramid` | Chris McDonough |
| 2010-11-05 | personality module no longer exists | Chris McDonough |
| 2010-11-04 | fix docs for pylons renderer global factory | Chris McDonough |
| 2010-11-02 | Insecure -> Unencrypted | Chris McDonough |
| 2010-11-02 | - Remove references to 'WebOb' Response and just call it 'Response', and note | Chris McDonough |
| 2010-11-02 | - New event type: ``pyramid.interfaces.IBeforeRender``. An object of this type | Chris McDonough |
| 2010-11-01 | document IRendererInfo in API docs | Chris McDonough |
| 2010-10-29 | - New API methods in ``pyramid.session``: ``signed_serialize`` and | Chris McDonough |
| 2010-10-29 | bfg_view -> view_config | Chris McDonough |
| 2010-10-29 | pylons paster templates | Chris McDonough |
| 2010-10-28 | sessioning docs | Chris McDonough |
| 2010-10-28 | add sessioning interfaces, configuration API, and a sample implementation tha... | Chris McDonough |
| 2010-10-28 | merge static view bugfixes/features from bfg trunk | Chris McDonough |
| 2010-10-26 | add handler code | Chris McDonough |
| 2010-10-26 | readd make_app (karl depends on it) | Chris McDonough |
| 2010-10-25 | add httpexceptions docs | Chris McDonough |
| 2010-10-25 | docs fixes | Chris McDonough |
| 2010-10-25 | convert remainder of docs to use pyramid instead of repoze.bfg | Chris McDonough |
| 2010-10-25 | convert API docs to Pyramid | Chris McDonough |
| 2010-09-15 | Features | Chris McDonough |
| 2010-09-14 | - The ``add_route`` method of a Configurator now accepts a | Chris McDonough |
| 2010-09-13 | Features | Chris McDonough |
| 2010-09-12 | remove FinishedEvent (bad idea) | Chris McDonough |
| 2010-09-12 | - The BFG router now emits an additional event unconditionally at the | Chris McDonough |
| 2010-09-09 | Features | Chris McDonough |
| 2010-09-08 | dont expose this until necessary | Chris McDonough |
| 2010-09-08 | - The ``repoze.bfg.interfaces`` API documentation page is now rendered | Chris McDonough |