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
2013-09-09
garden
Chris McDonough
2013-09-09
- The ``pyramid.config.Configurator.set_request_property`` method now issues
Chris McDonough
2013-09-09
rename _register_response_adapters method to add_default_response_adapters an...
Chris McDonough
2013-09-09
unused import
Chris McDonough
2013-09-09
create an add_default_renderers method on the configurator and use it from te...
Chris McDonough
2013-09-09
unused import
Chris McDonough
2013-09-09
79 cols
Chris McDonough
2013-09-09
wording
Chris McDonough
2013-09-09
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-09
add note about requiring a later pyramid_debugtoolbar package if you use 1.5a2+
Chris McDonough
2013-09-09
rely on pylons_sphinx_latesturl
Chris McDonough
2013-09-09
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-09
Update theme.
Tres Seaver
2013-09-09
update docs page numbers (whimper)
Chris McDonough
2013-09-09
wording
Chris McDonough
2013-09-09
update numbers in pyramid-is-too-big section
Chris McDonough
2013-09-09
remove self-flagellation about number of dependencies
Chris McDonough
2013-09-09
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-08
done
Chris McDonough
2013-09-08
issue warnings when custom_predicates argument is used to add_route or add_view
Chris McDonough
2013-09-08
garden
Chris McDonough
2013-09-08
- The ``renderer_globals_factory`` argument to the
Chris McDonough
2013-09-08
- Removed ancient backwards compatibily hack in
Chris McDonough
2013-09-08
update
Chris McDonough
2013-09-08
- Removed the ability to influence and query a ``pyramid.request.Request``
Chris McDonough
2013-09-08
- Removed the ability to pass the following arguments to
Chris McDonough
2013-09-08
- Removed the ``pyramid.view.is_response`` function that had been deprecated
Chris McDonough
2013-09-08
- Removed the class named ``pyramid.view.static`` that had been deprecated
Chris McDonough
2013-09-08
move test to more correct location, 79 cols
Chris McDonough
2013-09-08
wording
Chris McDonough
2013-09-08
Merge branch 'bertjwregeer-feature/allow_dotted_predicates'
Chris McDonough
2013-09-08
Add feature update to CHANGES.txt
Bert JW Regeer
2013-09-08
Remove useless spaces.
Bert JW Regeer
2013-09-08
Deprecate custom_predicates for add_view/add_route
Bert JW Regeer
2013-09-08
Update documentation to reflect the dotted python name
Bert JW Regeer
2013-09-08
Small change to allow predicates to be Python Dotted Names
Bert JW Regeer
2013-09-08
fix docs after removing bfg conversion chapter, add a prominent link to the q...
Chris McDonough
2013-09-08
remove bfg conversion chapter
Chris McDonough
2013-09-08
Merge branch 'mmerickel-feature.rendering-doc-updates'
Chris McDonough
2013-09-08
fix merge conflict
Chris McDonough
2013-09-07
- The ``pyramid.events.NewResponse`` event is now sent **after** response
Chris McDonough
2013-09-07
single line import
Chris McDonough
2013-09-07
unused imports
Chris McDonough
2013-09-07
make the right assertions about this case
Chris McDonough
2013-09-07
add change notes
Chris McDonough
2013-09-07
Merge branch 'bertjwregeer-feature/split_renderers_from_pyramid'
Chris McDonough
2013-09-07
Merge branch 'feature/split_renderers_from_pyramid' of github.com:bertjwregee...
Chris McDonough
2013-09-07
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-06
Merge pull request #1112 from dhellmann/bug/namespace-packages
Chris McDonough
2013-09-06
Merge pull request #1115 from bertjwregeer/docs/remove_init_sqlalchemy
Michael Merickel
[next]