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
2012-10-14
Fixes for Python 3.
Chris Rossi
2012-10-14
Merge branch 'master' into feature-basic-auth
Chris Rossi
2012-10-14
Include recipe for issuing challenge.
Chris Rossi
2012-10-13
Merge pull request #706 from mmerickel/feature.scaffold-comments2
Chris McDonough
2012-10-13
updated ini files with links to documentation
Michael Merickel
2012-10-13
Merge branch 'master' into 1.4-branch
Chris McDonough
2012-10-13
add docs and changelog note
Chris McDonough
2012-10-13
added tests for header predicate and standardized the text property
Michael Merickel
2012-10-13
updated request_param and match_param to use as_sorted_tuple
Michael Merickel
2012-10-13
collapsed request_param text to match the match_param text format
Michael Merickel
2012-10-13
allow request_param predicate to accept a tuple of constraints
Michael Merickel
2012-10-12
Test coverage.
Chris Rossi
2012-10-12
Add basic auth authentication policy.
Chris Rossi
2012-10-12
Fix indentation
Chris McDonough
2012-10-07
- The Configurator ``testing_securitypolicy`` method now returns the policy
Chris McDonough
2012-10-05
remove unintended commit
Chris McDonough
2012-10-05
Merge branch 'fix.templatemacroreg'
Chris McDonough
2012-10-05
fix caching of template registrations that reference macros
Chris McDonough
2012-10-04
Updated links to documentation and copyrights year
Anton Vlasenko
2012-10-03
Clarify documentation for pyramid.session.check_csrf_token function
David\ Beitey
2012-09-30
s/either//
Chris McDonough
2012-09-30
An attempt at better behavior when reload cannot restart the controlled appli...
Chris McDonough
2012-09-30
- 1.4a ``pyramid.scripting.prepare`` behaved differently than 1.3 series
Chris McDonough
2012-09-22
- Add ``Base.metadata.bind = engine`` to alchemy template, so that tables
Chris McDonough
2012-09-22
mirror john's change for chameleon, better changelog message
Chris McDonough
2012-09-22
Filenames like app:foo-bar.mako should be valid.
John Anderson
2012-09-21
note potential 1.5 removals and remove dead code
Chris McDonough
2012-09-19
remove dead code
Chris McDonough
2012-09-19
A ``check_csrf`` view predicate was added. For example, you can now do
Chris McDonough
2012-09-19
add check_csrf convenience function
Chris McDonough
2012-09-17
resolve contributors.txt merge conflict
Chris McDonough
2012-09-16
make use_tweens=False the default
Chris McDonough
2012-09-16
unused imports
Chris McDonough
2012-09-16
be very explicit that view_three should indeed obtain a response as the resul...
Chris McDonough
2012-09-16
make use_tweens=True the default, add some more tests
Chris McDonough
2012-09-16
use a string renderer
Chris McDonough
2012-09-16
fix py3
Chris McDonough
2012-09-16
rename subrequest to invoke_subrequest
Chris McDonough
2012-09-16
docs and test
Chris McDonough
2012-09-16
add docs
Chris McDonough
2012-09-16
sketch out a subrequest API
Chris McDonough
2012-09-15
merge jinty's testConfig code
Chris McDonough
2012-09-15
add pyramid.decorator.reify as an API. Closes #682
Chris McDonough
2012-09-15
use with statement to acquire/release thread locks
Chris McDonough
2012-09-15
remove dead code which supported jython
Chris McDonough
2012-09-13
add upgrading chapter, make docs render again
Chris McDonough
2012-09-11
set request.context as root unless a request context already exists
Chris McDonough
2012-09-11
coverage
Chris McDonough
2012-09-11
- Request properties and methods added via ``config.set_request_property`` or
Chris McDonough
2012-09-10
- ``pyramid.testing.DummyRequest`` now supports methods supplied by the
Chris McDonough
[next]