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
2012-04-10
poke rtd
Chris McDonough
2012-03-30
- As of this release, the ``request_method`` predicate, when used, will also
Chris McDonough
2012-03-30
note that this is a forward port
Chris McDonough
2012-03-30
forward-port security fix from 1.3 branch
Chris McDonough
2012-03-30
- When no authentication policy was configured, a call to
Chris McDonough
2012-03-29
move changes to history on master (master is now 1.4dev)
Chris McDonough
2012-03-29
- Coverage and docs updates for custom JSON class.
Chris McDonough
2012-03-27
add change note
Chris McDonough
2012-03-22
- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of
Chris McDonough
2012-03-21
prep for 1.3
Chris McDonough
2012-03-20
- The fix for issue https://github.com/Pylons/pyramid/issues/461 (which made
Chris McDonough
2012-03-18
explain
Chris McDonough
2012-03-18
- When ``pyramid.wsgi.wsgiapp2`` calls the downstream WSGI app, the
Chris McDonough
2012-03-17
prep for 1.3b3
Chris McDonough
2012-03-17
add info about sprint improvements
Chris McDonough
2012-03-17
- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Chris McDonough
2012-03-14
Changes to support #481.
Chris McDonough
2012-03-11
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
Chris McDonough
2012-03-04
backslash is an escape character in RST
Chris McDonough
2012-03-02
prep for 1.3b2
Chris McDonough
2012-02-29
remove rant
Chris McDonough
2012-02-29
garden
Chris McDonough
2012-02-28
Fix security bug caused by __iter__ checking on strings under Python 3
Chris McDonough
2012-02-27
- The method ``pyramid.request.Request.partial_application_url`` is no longer
Chris McDonough
2012-02-26
prep for 1.3b1
Chris McDonough
2012-02-26
- Pyramid authorization policies did not show up in the introspector.
Chris McDonough
2012-02-24
docs-deprecate tmpl_context
Chris McDonough
2012-02-22
- ``pyramid.config.Configurator.with_package`` didn't work if the
Chris McDonough
2012-02-22
prep for 1.3a9
Chris McDonough
2012-02-22
- New APIs: ``pyramid.response.FileResponse`` and
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_forbidden_view``. This is a
Chris McDonough
2012-02-22
- New API: ``pyramid.config.Configurator.add_notfound_view``. This is a
Chris McDonough
2012-02-20
- The static file response object used by ``config.add_static_view`` opened
Chris McDonough
2012-02-20
garden
Chris McDonough
2012-02-20
provide version number
Chris McDonough
2012-02-20
Features
Chris McDonough
2012-02-19
prep for 1.3a8
Chris McDonough
2012-02-19
- Create a "MakoRendererFactoryHelper" that provides customizable settings
Chris McDonough
2012-02-19
- Put ``pyramid.includes`` targets within ini files in scaffolds on separate
Chris McDonough
2012-02-17
Features
Chris McDonough
2012-02-15
Use req instead of r for #413. It's more likely that somebody is already pas...
Chris McDonough
2012-02-15
add sentence
Chris McDonough
2012-02-15
- The system value ``r`` is now supplied to renderers as an alias for
Chris McDonough
2012-02-15
- Add ``pyramid.config.Configurator.set_traverser`` API method. See the
Chris McDonough
2012-02-14
- Don't create a ``session`` instance in SQLA Wiki tutorial, use raw
Chris McDonough
2012-02-14
- Better error message when a .pyc-only module is ``config.include`` -ed.
Chris McDonough
2012-02-14
- Better error messages when a view callable returns a value that cannot be
Chris McDonough
2012-02-09
Features
Chris McDonough
2012-02-08
prep for 1.3a7
Chris McDonough
2012-02-07
Modified match_param to accept a tuple. Fixes #425.
Michael Merickel
[prev]
[next]