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
Age
Commit message (
Expand
)
Author
2011-07-14
typo
Chris McDonough
2011-07-14
promote http_cache to major feature
Chris McDonough
2011-07-14
forgot to change whatsnew
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-13
move all paster commands to a separate chapter
Chris McDonough
2011-07-13
- Fix corner case to ease semifunctional testing of views: create a new
Chris McDonough
2011-07-13
prep for 1.1b2
Chris McDonough
2011-07-13
- Views associated with routes with spaces in the route name may not have
Chris McDonough
2011-07-13
- We now clear ``request.response`` before we invoke an exception view; an
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
clarify
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-12
garden
Chris McDonough
2011-07-12
- The ``Configurator.add_route`` method allowed two routes with the same
Chris McDonough
2011-07-12
nope, it works... just easy to get frustrated and give up
Chris McDonough
2011-07-12
remove unused import
Chris McDonough
2011-07-12
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
2011-07-12
reviewed
Chris McDonough
2011-07-12
warn about warnings in 2.7+
Chris McDonough
2011-07-12
fix sample
Chris McDonough
2011-07-12
remove references to add_route view-related configuration
Chris McDonough
2011-07-12
remove deprecated mechanism to associate views with routes; add description o...
Chris McDonough
2011-07-12
add docs about logging config
Chris McDonough
2011-07-12
add docs about logging config
Chris McDonough
2011-07-12
remove unnecessary clause
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
add PyPy
Chris McDonough
2011-07-11
add PyPy
Chris McDonough
2011-07-11
convenience command
Chris McDonough
2011-07-11
bad reference
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
we no longer support 24.
Chris McDonough
2011-07-11
remove request clasattr, it breaks tests
Chris McDonough
2011-07-11
give request a registry = None clasattr so registry can successfully be passe...
Chris McDonough
2011-07-11
simplify
Chris McDonough
2011-07-11
simplify wording
Chris McDonough
2011-07-11
earlier info referenced later info, fix
Chris McDonough
2011-07-11
move mention of controllers to end
Chris McDonough
2011-07-11
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2011-07-11
move alternate calling convention to chapter bottom; fix reference
Chris McDonough
2011-07-10
Merge pull request #229 from mmerickel/garden.webob-refs
Chris McDonough
2011-07-10
Modified docs to reference webob's new website.
Michael Merickel
2011-07-10
Merge pull request #228 from ejo/patch-3
Michael Merickel
2011-07-10
Adding 'I' to example custom AuthenticationPolicy; it's an interface.
ejo
2011-07-10
garden
Chris McDonough
2011-07-10
prep for 1.1b1
Chris McDonough
2011-07-10
slightly more informative error message
Chris McDonough
2011-07-10
add info to changes.txt and whatsnew about pshell changes; removed unused imp...
Chris McDonough
[next]