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
/
repoze
/
bfg
/
tests
/
fixtureapp
/
configure.zcml
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2009-12-09
- A new dependency on the ``twill`` package was added to the
Chris McDonough
2009-07-02
- Allow a Paste config file (``configure_zcml``) value or an
Chris McDonough
2008-12-21
Backwards Incompatibilities (Major)
Chris McDonough
2008-08-23
- Read and write a pickled ZCML actions list, stored as
Chris McDonough
2008-08-04
- Add a ``request_type`` attribute to the available attributes of a
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-14
Render templates explicitly in views.
Chris McDonough
2008-07-14
And, just to maximally confuse Paul, come full circle, and don't require that...
Chris McDonough
2008-07-14
Less magical templated view model: make custom template views responsible for
Chris McDonough
2008-07-12
Speculative: cause routers to accept an app_context (the zcml configuration c...
Chris McDonough