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-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
2011-04-21
add 'adding a custom settings'
Chris McDonough
2011-04-19
Merge branch 'jgonera-master'
Chris McDonough
2011-04-19
rendering
Chris McDonough
2011-04-19
Merge branch 'master' of git://github.com/Pylons/pyramid
Juliusz Gonera
2011-04-19
replacement for torturous_route_re, inner squigglies work again
Juliusz Gonera
2011-04-19
clarify
Chris McDonough
2011-04-18
merge requestresponse section into various changes subsections
Chris McDonough
2011-04-18
Merge branch 'requestresponse'
Chris McDonough
2011-04-18
Fix parens.
Chris McDonough
2011-04-18
- Pyramid now depends on WebOb >= 1.0.2 (tests depend on the bugfix in that
Chris McDonough
2011-04-18
garden change message
Chris McDonough
2011-04-18
- Deprecated all assignments to ``request.response_*`` attributes such as
Chris McDonough
2011-04-18
- When visiting a URL that represented a static view which resolved to a
Chris McDonough
2011-04-13
- Add missing docs reference to
Chris McDonough
2011-04-13
- Make ``pyramid.interfaces.IAuthenticationPolicy`` and
Chris McDonough
2011-04-11
- Don't explicitly prevent the ``timeout`` from being lower than the
Chris McDonough
2011-04-10
gardening
Chris McDonough
2011-04-10
- It is now possible to get information about why Pyramid raised a Forbidden
Chris McDonough
2011-04-10
- An exception raised by a NewRequest event subscriber can now be caught by
Chris McDonough
2011-04-06
- ``testing.DummyRequest`` used the wrong registry (the global registry) as
Chris McDonough
2011-04-01
add patricio to list of contributors
Chris McDonough
2011-04-01
- Static views registered with ``config.add_static_view`` which also included
Chris McDonough
2011-03-25
Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt
Joe Dallago
2011-03-22
- Include SCRIPT_NAME in redirects issued by
Chris McDonough
2011-03-01
Add change note for dnouri's solution to issue 141.
Chris McDonough
2011-02-25
- ``pyramid.url.route_path`` (and the shortcut
Chris McDonough
2011-02-22
From the code:
Chris McDonough
2011-02-17
Undo the inner squiggly regex fix introduced in commit #9595236 because the r...
Chris McDonough
[next]