| Age | Commit message (Expand) | Author |
| 2011-01-30 | - Removed duplicate implementations of ``is_response``. Two competing | Chris McDonough |
| 2011-01-29 | - Changed "Cleaning up After a Request" section in the URL Dispatch chapter | Chris McDonough |
| 2011-01-29 | - Added ``egg:repoze.retry#retry`` middleware to the WSGI pipeline in ZODB | Chris McDonough |
| 2011-01-29 | - Moved "Using ZODB With ZEO" and "Using repoze.catalog Within Pyramid" | Chris McDonough |
| 2011-01-28 | - Removed API documentation for ``pyramid.testing`` APIs named | Chris McDonough |
| 2011-01-28 | transposed | Chris McDonough |
| 2011-01-28 | garden | Chris McDonough |
| 2011-01-28 | prep for 1.0b3 | Chris McDonough |
| 2011-01-27 | - Beef up documentation related to ``set_default_permission``: explicitly | Chris McDonough |
| 2011-01-26 | - ``pyramid.view.append_slash_notfound_view`` now preserves GET query | Chris McDonough |
| 2011-01-25 | - Use © instead of copyright symbol in paster templates / tutorial | Chris McDonough |
| 2011-01-24 | prep for 1.0b2 | Chris McDonough |
| 2011-01-24 | wording | Chris McDonough |
| 2011-01-24 | - A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which | Chris McDonough |
| 2011-01-22 | - The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed | Chris McDonough |
| 2011-01-22 | - The ``production.ini`` generated by all paster templates now have an | Chris McDonough |
| 2011-01-21 | of course, wrong date in tarball | Chris McDonough |
| 2011-01-21 | prep for 1.0b1 | Chris McDonough |
| 2011-01-21 | - Minimally explain usage of custom regular expressions in URL dispatch | Chris McDonough |
| 2011-01-21 | - Add a ``MANIFEST.in`` file to each paster template. See | Chris McDonough |
| 2011-01-21 | - Slightly improved interface docs for ``IAuthorizationPolicy``. | Chris McDonough |
| 2011-01-21 | - Move content of "Forms" chapter back to "Views" chapter; I can't think of a | Chris McDonough |
| 2011-01-21 | - ``testing.setUp`` now adds a ``settings`` attribute to the registry (both | Chris McDonough |
| 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 |