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-01-19
user newer API in the example
Tshepang Lekhonkhobe
2013-01-16
add missing comma
Tshepang Lekhonkhobe
2013-01-14
Merge pull request #793 from ronnix/patch-4
Chris McDonough
2013-01-14
Merge pull request #794 from tshepang/flow
Chris McDonough
2013-01-14
Merge pull request #796 from tshepang/typos
Chris McDonough
2013-01-15
yet another grammar fix
Tshepang Lekhonkhobe
2013-01-15
improve flow
Tshepang Lekhonkhobe
2013-01-14
grammar
Tshepang Lekhonkhobe
2013-01-14
typo
Tshepang Lekhonkhobe
2013-01-14
Update pyramid/view.py
Ronan Amicel
2013-01-06
grammar
Tshepang Lekhonkhobe
2013-01-02
eliminate other repeated words
Tshepang Lekhonkhobe
2013-01-01
eliminate repeated "the" words
Tshepang Lekhonkhobe
2012-12-10
Merge pull request #738 from ppaez/pep8_scaffolds
Chris McDonough
2012-12-06
make _backframes work like _depth (but still leave undocumented)
Chris McDonough
2012-12-06
note custom_predicates deprecation
Chris McDonough
2012-12-06
Merge branch '1.4-branch' of github.com:Pylons/pyramid into 1.4-branch
Chris McDonough
2012-12-06
_depth argument to view_config is now relative to view_config
Michael Merickel
2012-12-01
unused import
Chris McDonough
2012-11-29
make scaffolds pep8 compliant
Gael Pasgrimaud
2012-11-27
Merge pull request #732 from ppaez/transaction-dependency
Chris McDonough
2012-11-21
missed adding this file
Chris McDonough
2012-11-21
fix for py3
Chris McDonough
2012-11-21
add an integration test for the eventonly behavior
Chris McDonough
2012-11-21
- In order to normalize the relationship between event subscribers and
Chris McDonough
2012-11-20
add transaction dependency to zodb scaffold
ericrasmussen
2012-11-20
Merge branch 'master' into sontek-fix_commands
Chris McDonough
2012-11-20
coverage
Chris McDonough
2012-11-20
Merge branch 'fix_commands' of git://github.com/sontek/pyramid into sontek-fi...
Chris McDonough
2012-11-20
- Small microspeed enhancement which anticipates that a
Chris McDonough
2012-11-18
- A failure when trying to locate the attribute ``__text__`` on route and view
Chris McDonough
2012-11-14
Don't use a global mutable and updated the doc string to include options
John Anderson
2012-11-14
make an assertion in this test
Chris McDonough
2012-11-14
Merge branch 'fix_commands' of git://github.com/sontek/pyramid into sontek-fi...
Chris McDonough
2012-11-14
ref #725; indicate how to join the result of render_view_to_iterable
Chris McDonough
2012-11-13
indicate render_view returns a bytestring (see #725)
Michael Merickel
2012-11-13
simplfied change as response.app_iter must contain bytes per pep 3333
Michael Merickel
2012-11-13
My fix for Issue #721. Made view.py - render_view to convert iterable input
Alex Volkov
2012-11-12
Move pyramid.config.views.viewdefaults -> pyramid.util.viewdefaults
Chris McDonough
2012-11-11
Merge branch 'master' of github.com:Pylons/pyramid
Chris McDonough
2012-11-11
- Be more tolerant of potential error conditions in ``match_param`` and
Chris McDonough
2012-11-05
added the ability to pass options to get_app for use with string
John Anderson
2012-11-04
visually aid the decorator= example
Philip Jenvey
2012-11-04
update changelog, close #627
Michael Merickel
2012-11-04
reversed the ordering of decorator arg to add_view
Michael Merickel
2012-11-04
Added explanations to docstring.
rforkel
2012-11-04
Added support for passing multiple decorators to add_view.
rforkel
2012-11-04
- Allow a ``_depth`` argument to ``pyramid.view.view_config``, which will
Chris McDonough
2012-11-04
reword docs
Chris McDonough
2012-11-04
fix tests to use sha512 to avoid emitting warnings
Michael Merickel
[next]