| Age | Commit message (Collapse) | Author |
|
|
|
one doesn't yet exist.
|
|
|
|
https://github.com/rbu/pyramid into rbu-master-fix-dummysession-csrf-token-generation
|
|
|
|
|
|
missing
|
|
Removed some minor misprints from documentation.
|
|
|
|
|
|
Fix.diveintopythonlink
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix for #321
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rationale: Mako template renderers can be specified using an absolute asset
spec. An entire application can be written with such asset specs,
requiring no ordered lookup path.
|
|
|
|
|
|
Avoid timing attacks in AuthTktAutenticationPolicy
|
|
This factors out the timing-invariant string comparison code from
session.py and re-uses it for signature checking in AuthTkt code.
|
|
|
|
|
|
|
|
fix static_url docstring about absolute path
|
|
|
|
test_copydir
|
|
|
|
since pyramid 1.2, the path can be absolute and no ValueError is raised anymore (see commit b8c79771a186f1032635fc640b3cecc2c9e281ad )
|
|
fix typo in docstring: s/current_static_url/static_url/
|
|
|