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-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
2013-09-06
Update line numbers as appropriate
Bert JW Regeer
2013-09-06
Add small note showing example usage of MyModel
Bert JW Regeer
2013-09-06
removed MyModel.__init__ from the scaffolds
sergey.volobuev
2013-09-06
changed the explanation of the (now missing) __init__ method
sergey.volobuev
2013-09-06
removed __init__ methods from SQLAlchemy models in the documentation because ...
sergey.volobuev
2013-09-06
Merge branch 'master' into feature/split_chameleon_from_pyramid
Bert JW Regeer
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
apostrophe
Michael Merickel
2013-09-06
update scaffolds to require pyramid_chameleon
Michael Merickel
2013-09-06
fix some more broken references
Michael Merickel
2013-09-06
update the code in the wiki and wiki2 tutorials to use 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
remove chameleon refs from asset specs
Michael Merickel
2013-09-05
update the MyProject example app to use pyramid_chameleon
Michael Merickel
2013-09-06
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-06
shorten test output in travis
Chris McDonough
2013-09-05
remove some more mako/chameleon references
Michael Merickel
[next]