index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGES.txt
Age
Commit message (
Expand
)
Author
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-01
move 1.0 stuff to HISTORY.txt
Chris McDonough
2011-07-01
prep for 1.1a4
Chris McDonough
2011-07-01
fix
Chris McDonough
2011-07-01
- The ``pyramid.events.subscriber`` directive behaved contrary to the
Chris McDonough
2011-07-01
fix wiki tests too
Chris McDonough
2011-07-01
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-26
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
Chris McDonough
2011-06-26
prep for 1.1a3
Chris McDonough
2011-06-26
- Added ``mako.preprocessor`` config file parameter; allows for a Mako
Chris McDonough
2011-06-26
- Accessing or setting deprecated response_* attrs on request
Chris McDonough
2011-06-23
garden
Chris McDonough
2011-06-22
prep for 1.1a2
Chris McDonough
2011-06-22
leave undefined
Chris McDonough
2011-06-22
take robert forkels advice
Chris McDonough
2011-06-22
- If multiple specs were provided in a single call to
Chris McDonough
2011-06-22
suggestions from sluggo
Chris McDonough
2011-06-21
garden
Chris McDonough
2011-06-21
- The pyramid Router attempted to set a value into the key
Chris McDonough
2011-06-20
prep for 1.1a1
Chris McDonough
2011-06-20
bring whatsnew up to date
Chris McDonough
2011-06-20
responsecode -> exception_response
Chris McDonough
2011-06-20
note backwards incompat related to ISettings
Chris McDonough
2011-06-19
- Base exception response content type again on accept header.
Chris McDonough
2011-06-18
move defense from changes to design defense document
Chris McDonough
2011-06-14
we no longer support 2.4
Chris McDonough
2011-06-14
merge httpexception-utils branch
Chris McDonough
2011-06-14
- Move default app_iter generation logic into __call__ for
Chris McDonough
2011-06-14
- New method named ``pyramid.request.Request.is_response``. This method
Chris 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 IResponse
Chris McDonough
2011-06-11
- Pyramid now expects Response objects to have a __call__
Chris McDonough
2011-06-06
Add support for language fallback.
Wichert Akkerman
2011-06-04
- It is now possible to control how the Pyramid router calls the WSGI
Chris McDonough
2011-05-30
- Fix older CHANGES entries.
Chris McDonough
2011-05-27
Attempt to fix issue #193 by setting mako default filter to 'h'.
Michael Merickel
2011-05-25
add notifications for new feature
Chris McDonough
2011-05-16
- Added API docs for ``pyramid.httpexceptions.abort`` and
Chris McDonough
2011-05-15
garden
Chris 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``) as
Chris McDonough
2011-05-04
note pviews
Chris McDonough
2011-04-27
- Passing an ``environ`` dictionary to the ``__call__`` method of a
Chris McDonough
2011-04-27
- Previously, ``pyramid.request.Request`` inherited from
Chris McDonough
2011-04-22
reference an issue
Chris McDonough
2011-04-22
- Make sure deprecation warnings aren't raised when tests are run.
Chris McDonough
2011-04-21
Merge branch 'scriptname_fixes'
Chris McDonough
2011-04-21
add changelog entries, fix docs for wsgiapp2
Chris McDonough
[next]