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
/
pyramid
Age
Commit message (
Expand
)
Author
2013-09-12
Add doc about the top level member limitation of ``view_config``
Adam Groszer
2013-09-11
appease
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-08
issue warnings when custom_predicates argument is used to add_route or add_view
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
- 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
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 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
Merge branch 'feature/split_renderers_from_pyramid' of github.com:bertjwregee...
Chris McDonough
2013-09-06
Merge pull request #1112 from dhellmann/bug/namespace-packages
Chris McDonough
2013-09-06
removed MyModel.__init__ from the scaffolds
sergey.volobuev
2013-09-06
Remove un-used Dummies: DummyFactory/DummyRendererInfo
Bert JW Regeer
2013-09-06
Add pragma: nocover due to Py3x/Py2x differences
Bert JW Regeer
2013-09-06
Remove _registerRenderer function from tests
Bert JW Regeer
2013-09-06
Remove useless function that was used only for Chameleon
Bert JW Regeer
2013-09-06
Add test to verify renders don't add response to Request
Bert JW Regeer
2013-09-06
Update package_name() to work with namespace pkgs
Doug Hellmann
2013-09-06
update scaffolds to require pyramid_chameleon
Michael Merickel
2013-09-05
Fix tests on Python 3.x
Bert JW Regeer
2013-09-05
Fix DummyRequest so that response is created each time
Bert JW Regeer
2013-09-05
Merge branch 'master' into feature/split_chameleon_from_pyramid
Bert JW Regeer
2013-09-05
Remove unnecessary try/finally
Bert JW Regeer
2013-09-05
Re-enable two tests using JSON renderer instead of Chameleon
Bert JW Regeer
2013-09-05
resolve conflicts, reword change entry a bit
Chris McDonough
2013-09-05
Fix remaining tests/remove last traces of Chameleon
Bert JW Regeer
2013-09-05
Remove chameleon templates from fixtureapp
Bert JW Regeer
2013-09-05
Remove Chameleon templates from viewdecoratorapp
Bert JW Regeer
2013-09-05
Remove Chameleon templates
Bert JW Regeer
2013-09-05
Replace .txt renderer with JSON
Bert JW Regeer
2013-09-05
remove the deprecated request.response_* attributes
Michael Merickel
2013-09-05
update render() to preserve the original response object
Michael Merickel
2013-09-04
Remove TestTemplateRenderFactory which is Chameleon only
Bert JW Regeer
2013-09-04
Remove Chameleon only fixtures files.
Bert JW Regeer
[next]