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-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' of github.com:Pylons/pyramid
Chris McDonough
2013-09-06
shorten test output in travis
Chris McDonough
2013-09-05
s/view execution machinery/generating a response/
Michael Merickel
2013-09-05
resolve conflicts, reword change entry a bit
Chris McDonough
2013-09-05
Merge branch 'fix.remove-deprecated-request-attrs'
Chris McDonough
2013-09-05
update HACKING
Chris McDonough
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-03
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-09-02
Merge pull request #1106 from westurner/patch-1
Chris McDonough
2013-09-02
DOC: Update quick_tour.rst: Typo: with -> which
Wes Turner
2013-09-02
move docs section to a more appropriate place
Chris McDonough
2013-09-02
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-30
Merge branch '1.5-branch'
Chris McDonough
2013-08-30
prep for 1.5a1
Chris McDonough
2013-08-30
mention quickstart
Chris McDonough
2013-08-30
unnecessary
Chris McDonough
2013-08-30
squash console output during test runs
Chris McDonough
2013-08-30
update whatsnew
Chris McDonough
2013-08-30
move 1.4 stuff to HISTORY.txt
Chris McDonough
2013-08-30
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-30
dammit, typo
Chris McDonough
2013-08-30
fix httpok docstring
Chris McDonough
2013-08-30
fix docstrings
Chris McDonough
2013-08-30
add HTTPSuccessful base class, allowing HTTPOk to be caught independently; cl...
Chris McDonough
2013-08-30
allow exception view registrations for HTTPException to override default exce...
Chris McDonough
2013-08-30
unused code
Chris McDonough
2013-08-30
Merge branch 'feature.hybridurlgen'
Chris McDonough
2013-08-29
get rid of remainder_name on route, and just default to passing traverse; add...
Chris McDonough
2013-08-29
fix the regex used by get_remainder_name, add tests for get_remainder_name
Chris McDonough
2013-08-29
fix name
Chris McDonough
2013-08-29
point at docs section
Chris McDonough
2013-08-29
documentation for hybrid url generation
Chris McDonough
2013-08-29
resource_url coverage
Chris McDonough
2013-08-29
first cut at hybrid url generation; still needs tests for resource_url logic
Chris McDonough
2013-08-29
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-29
make local_name an attribute of Request, move logic from get_localizer into R...
Chris McDonough
2013-08-29
- When the ``pyramid.reload_templates`` setting was true, and a Chameleon
Chris McDonough
2013-08-28
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-28
Merge branch 'wutali-escaped_double_braces'
Chris McDonough
2013-08-28
Permit escaping of double braces in scaffolds, see #862
Chris McDonough
2013-08-28
- The ``route_url`` and ``route_path`` APIs no longer quote ``/``
Chris McDonough
2013-08-28
Added me to the CONTRIBUTERS.txt.
Takahiro Fujiwara
2013-08-27
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2013-08-27
utilize the tuple form of starts/endswith
Philip Jenvey
2013-08-27
- Fix an obscure problem when combining a virtual root with a route with a
Chris McDonough
[next]