Chris McDonough
2011-07-01 e21ed88a6dccc1b6f7fee825c6e7afa6d22bd51e
2011-07-01 Chris McDonough
move 1.0 stuff to HISTORY.txt
blob@ e21ed8 commitdiff | diff to current
2011-07-01 Chris McDonough
prep for 1.1a4
blob@ b9c0e7 commitdiff | diff to current
2011-07-01 Chris McDonough
fix
blob@ 8519c9 commitdiff | diff to current
2011-07-01 Chris McDonough
- The ``pyramid.events.subscriber`` directive behaved contrary to the doc...
blob@ 2ea5c1 commitdiff | diff to current
2011-07-01 Chris McDonough
fix wiki tests too
blob@ 6c9959 commitdiff | diff to current
2011-07-01 Chris McDonough
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user...
blob@ 05a1b4 commitdiff | diff to current
2011-07-01 Chris McDonough
- Deprecated the ``set_renderer_globals_factory`` method of the Configurato...
blob@ b7f33b commitdiff | diff to current
2011-07-01 Chris McDonough
Add JSONP renderer
blob@ c1f3d0 commitdiff | diff to current
2011-06-27 Chris McDonough
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when a...
blob@ 9395f0 commitdiff | diff to current
2011-06-26 Chris McDonough
prep for 1.1a3
blob@ 1ba6fe commitdiff | diff to current
2011-06-26 Chris McDonough
- Added ``mako.preprocessor`` config file parameter; allows for a Mako pr...
blob@ 8bd6cf commitdiff | diff to current
2011-06-26 Chris McDonough
- Accessing or setting deprecated response_* attrs on request (e.g. ``res...
blob@ d8c55c commitdiff | diff to current
2011-06-23 Chris McDonough
garden
blob@ 05fd08 commitdiff | diff to current
2011-06-23 Chris McDonough
prep for 1.1a2
blob@ cc85e7 commitdiff | diff to current
2011-06-22 Chris McDonough
leave undefined
blob@ b0c075 commitdiff | diff to current
2011-06-22 Chris McDonough
take robert forkels advice
blob@ 4f11dc commitdiff | diff to current
2011-06-22 Chris McDonough
- If multiple specs were provided in a single call to ``config.add_transl...
blob@ 6ed33e commitdiff | diff to current
2011-06-22 Chris McDonough
suggestions from sluggo
blob@ bf7544 commitdiff | diff to current
2011-06-21 Chris McDonough
garden
blob@ d74d53 commitdiff | diff to current
2011-06-21 Chris McDonough
- The pyramid Router attempted to set a value into the key ``environ['rep...
blob@ c724f0 commitdiff | diff to current
2011-06-20 Chris McDonough
prep for 1.1a1
blob@ 83549e commitdiff | diff to current
2011-06-20 Chris McDonough
bring whatsnew up to date
blob@ 8cbbd9 commitdiff | diff to current
2011-06-20 Chris McDonough
responsecode -> exception_response
blob@ f8f08b commitdiff | diff to current
2011-06-20 Chris McDonough
note backwards incompat related to ISettings
blob@ 22bac6 commitdiff | diff to current
2011-06-20 Chris McDonough
- Base exception response content type again on accept header.
blob@ d0a5f0 commitdiff | diff to current
2011-06-19 Chris McDonough
move defense from changes to design defense document
blob@ 1e5e31 commitdiff | diff to current
2011-06-14 Chris McDonough
we no longer support 2.4
blob@ 5484e3 commitdiff | diff to current
2011-06-14 Chris McDonough
merge httpexception-utils branch
blob@ 31d78e commitdiff | diff to current
2011-06-14 Chris McDonough
- Move default app_iter generation logic into __call__ for exception resp...
blob@ 53d11e commitdiff | diff to current
2011-06-14 Chris McDonough
- New method named ``pyramid.request.Request.is_response``. This method ...
blob@ 920990 commitdiff | diff to current
2011-06-14 Chris McDonough
- Added new add_response_adapter method to Configurator.
blob@ 1a6fc7 commitdiff | diff to current
2011-06-13 Chris McDonough
- Remove IResponder abstraction in favor of more general IResponse abstra...
blob@ d868ff commitdiff | diff to current
2011-06-11 Chris McDonough
- Pyramid now expects Response objects to have a __call__ method which im...
blob@ 99edc5 commitdiff | diff to current
2011-06-06 Wichert Akkerman
Add support for language fallback.
blob@ f3e62c commitdiff | diff to current
2011-06-05 Chris McDonough
- It is now possible to control how the Pyramid router calls the WSGI ``s...
blob@ df15ed commitdiff | diff to current
2011-05-30 Chris McDonough
- Fix older CHANGES entries.
blob@ 966b5c commitdiff | diff to current
2011-05-27 Michael Merickel
Attempt to fix issue #193 by setting mako default filter to 'h'.
blob@ 18b25a commitdiff | diff to current
2011-05-26 Chris McDonough
add notifications for new feature
blob@ 0ca4bb commitdiff | diff to current
2011-05-16 Chris McDonough
- Added API docs for ``pyramid.httpexceptions.abort`` and ``pyramid.httpe...
blob@ 1ffb8e commitdiff | diff to current
2011-05-15 Chris McDonough
garden
blob@ 2ce652 commitdiff | diff to current
2011-05-13 Chris McDonough
- The ``add_route`` method of the Configurator now accepts a ``static`` a...
blob@ e725cf commitdiff | diff to current
2011-05-13 Chris McDonough
- Added documentation for a "multidict" (e.g. the API of ``request.POST``) ...
blob@ 2a1c3f commitdiff | diff to current
2011-05-05 Chris McDonough
note pviews
blob@ 99a32e commitdiff | diff to current
2011-04-27 Chris McDonough
- Passing an ``environ`` dictionary to the ``__call__`` method of a "trav...
blob@ f426e5 commitdiff | diff to current
2011-04-27 Chris McDonough
- Previously, ``pyramid.request.Request`` inherited from ``webob.request....
blob@ bca03f commitdiff | diff to current
2011-04-22 Chris McDonough
reference an issue
blob@ bf8c8f commitdiff | diff to current
2011-04-22 Chris McDonough
- Make sure deprecation warnings aren't raised when tests are run.
blob@ ed7ffe commitdiff | diff to current
2011-04-22 Chris McDonough
Merge branch 'scriptname_fixes'
blob@ 990efe commitdiff | diff to current
2011-04-22 Chris McDonough
add changelog entries, fix docs for wsgiapp2
blob@ ba0a5f commitdiff | diff to current
2011-04-21 Chris McDonough
add 'adding a custom settings'
blob@ f6799b commitdiff | diff to current
first | « prev | next »