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
2016-02-29
Merge branch 'master' into feature/alchemy-scaffold-update
Michael Merickel
2016-02-28
fix #1370 to use split instead of rsplit to keep consistent
Michael Merickel
2016-02-28
add a failing test case with #1370
Michael Merickel
2016-02-28
Merge branch 'pr/1370'
Michael Merickel
2016-02-21
Fix the import from meta
Marcin Lulek
2016-02-18
add webtest and tests_require to setup.py
Michael Merickel
2016-02-14
split routes into a separate module
Michael Merickel
2016-02-10
several simple refactorings
Michael Merickel
2016-02-08
expose the session factory on the registry
Michael Merickel
2016-02-04
fix the Base import
Michael Merickel
2016-02-04
make models/__init__.py a template
Michael Merickel
2016-02-04
rename dbmaker to session_factory
Michael Merickel
2016-02-03
improve the models api/usage and add a lot of comments
Michael Merickel
2016-02-02
Deprecate --log-file
Bert JW Regeer
2016-01-31
Merge branch 'master' into feature/alchemy-scaffold-update
Michael Merickel
2016-01-31
stop using the meta package from the outside
Michael Merickel
2016-01-31
add a 404 error view
Michael Merickel
2016-01-31
minor tweaks
Michael Merickel
2016-01-27
Merge pull request #2293 from hyperknot/patch-1
Steve Piercy
2016-01-27
convert csrf tokens to bytes prior to string compare
Michael Merickel
2016-01-27
set DummySession to use unicode csrf token by default like SignedCookieSessio...
Michael Merickel
2016-01-27
add test to reproduce #2294
Michael Merickel
2016-01-27
check_csrf vs. csrf_token in view_config docs
Zsolt Ero
2016-01-26
Typo
Marcin Raczyński
2016-01-26
Fixed --browser behaviour when --server-name provided
Marcin Raczyński
2016-01-14
add comment about PY2 vs PY3
Michael Merickel
2016-01-12
expect py3 and special-case py2 behavior
Michael Merickel
2016-01-03
Merge branch 'master' into feature/alchemy-scaffold-update
Bert JW Regeer
2015-12-23
Merge branch 'master' of https://github.com/Pylons/pyramid
Steve Piercy
2015-12-22
Update prequest.py
kpinc
2015-12-18
deprecate pserve --user and --group options
Michael Merickel
2015-12-17
ensure IAssetDescriptor.abspath always returns an abspath
Michael Merickel
2015-12-17
Merge pull request #2171 from mmerickel/feature/add-cache-buster
Michael Merickel
2015-12-16
defer prevent check until register
Michael Merickel
2015-12-14
new default behavior matches virtual specs, old behavior hidden behind explic...
Michael Merickel
2015-12-12
Update url.py
Sri Sanketh Uppalapati
2015-12-12
Update url.py
Sri Sanketh Uppalapati
2015-12-12
Update url.py
Sri Sanketh Uppalapati
2015-12-12
Update url.py
Sri Sanketh Uppalapati
2015-12-09
remove unused import
Michael Merickel
2015-12-09
fix broken tests
Michael Merickel
2015-12-08
support cache busting only full folders
Michael Merickel
2015-12-08
update docs on pathspec arg to ICacheBuster
Michael Merickel
2015-12-08
tweak ManifestCacheBuster to allow overriding parse_manifest without touching...
Michael Merickel
2015-12-08
pass the raw asset spec into the cache buster
Michael Merickel
2015-12-08
allow disabling the cache buster
Michael Merickel
2015-12-07
support os.sep on windows
Michael Merickel
2015-12-07
sort by length such that longer paths are tested first
Michael Merickel
2015-12-07
add a first cut at an add_cache_buster api
Michael Merickel
2015-12-07
support getting the file path from a FSAssetSource even if it doesn't exist
Michael Merickel
[next]