summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Expand)Author
2011-06-20bring whatsnew up to dateChris McDonough
2011-06-20responsecode -> exception_responseChris McDonough
2011-06-20note backwards incompat related to ISettingsChris McDonough
2011-06-19- Base exception response content type again on accept header.Chris McDonough
2011-06-18move defense from changes to design defense documentChris McDonough
2011-06-14we no longer support 2.4Chris McDonough
2011-06-14merge httpexception-utils branchChris McDonough
2011-06-14- Move default app_iter generation logic into __call__ forChris McDonough
2011-06-14- New method named ``pyramid.request.Request.is_response``. This methodChris McDonough
2011-06-14- Added new add_response_adapter method to Configurator.Chris McDonough
2011-06-13- Remove IResponder abstraction in favor of more general IResponseChris McDonough
2011-06-11- Pyramid now expects Response objects to have a __call__Chris McDonough
2011-06-06Add support for language fallback.Wichert Akkerman
2011-06-04- It is now possible to control how the Pyramid router calls the WSGIChris McDonough
2011-05-30- Fix older CHANGES entries.Chris McDonough
2011-05-27Attempt to fix issue #193 by setting mako default filter to 'h'.Michael Merickel
2011-05-25add notifications for new featureChris McDonough
2011-05-16- Added API docs for ``pyramid.httpexceptions.abort`` andChris McDonough
2011-05-15gardenChris McDonough
2011-05-13- The ``add_route`` method of the Configurator now accepts a ``static``Chris McDonough
2011-05-13- Added documentation for a "multidict" (e.g. the API of ``request.POST``) asChris McDonough
2011-05-04note pviewsChris McDonough
2011-04-27- Passing an ``environ`` dictionary to the ``__call__`` method of aChris McDonough
2011-04-27- Previously, ``pyramid.request.Request`` inherited fromChris McDonough
2011-04-22reference an issueChris McDonough
2011-04-22- Make sure deprecation warnings aren't raised when tests are run.Chris McDonough
2011-04-21Merge branch 'scriptname_fixes'Chris McDonough
2011-04-21add changelog entries, fix docs for wsgiapp2Chris McDonough
2011-04-21add 'adding a custom settings'Chris McDonough
2011-04-19Merge branch 'jgonera-master'Chris McDonough
2011-04-19renderingChris McDonough
2011-04-19Merge branch 'master' of git://github.com/Pylons/pyramidJuliusz Gonera
2011-04-19replacement for torturous_route_re, inner squigglies work againJuliusz Gonera
2011-04-19clarifyChris McDonough
2011-04-18merge requestresponse section into various changes subsectionsChris McDonough
2011-04-18Merge branch 'requestresponse'Chris McDonough
2011-04-18Fix parens.Chris McDonough
2011-04-18- Pyramid now depends on WebOb >= 1.0.2 (tests depend on the bugfix in thatChris McDonough
2011-04-18garden change messageChris McDonough
2011-04-18- Deprecated all assignments to ``request.response_*`` attributes such asChris McDonough
2011-04-18- When visiting a URL that represented a static view which resolved to aChris McDonough
2011-04-13- Add missing docs reference toChris McDonough
2011-04-13- Make ``pyramid.interfaces.IAuthenticationPolicy`` andChris McDonough
2011-04-11- Don't explicitly prevent the ``timeout`` from being lower than theChris McDonough
2011-04-10gardeningChris McDonough
2011-04-10- It is now possible to get information about why Pyramid raised a ForbiddenChris McDonough
2011-04-10- An exception raised by a NewRequest event subscriber can now be caught byChris McDonough
2011-04-06- ``testing.DummyRequest`` used the wrong registry (the global registry) asChris McDonough
2011-04-01add patricio to list of contributorsChris McDonough
2011-04-01- Static views registered with ``config.add_static_view`` which also includedChris McDonough