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-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
2012-11-04
emit a warning if a user is using the default hashalg to AuthTkt
Michael Merickel
2012-11-04
merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy
Michael Merickel
2012-11-04
fix docs, upgrade tutorials, add change note, deprecate using zope.deprecatio...
Chris McDonough
2012-11-04
Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid into...
Chris McDonough
2012-11-04
- In uncommon cases, the ``pyramid_excview_tween_factory`` might have
Chris McDonough
2012-11-03
- Move ``TopologicalSorter`` from ``pyramid.config.util`` to ``pyramid.util``,
Chris McDonough
2012-11-03
why is this file here
Chris McDonough
2012-11-02
dont use a separate request factory; instead just assign ResponseClass attr o...
Chris McDonough
2012-11-02
Merge branch 'master' of git://github.com/wylee/pyramid into wylee-master
Chris McDonough
2012-11-02
- In the past if a renderer returned ``None``, the body of the resulting
Chris McDonough
[next]