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-12-06
Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...
Bert JW Regeer
2016-12-06
Merge remote-tracking branch 'upstream/master' into issue-2656
Martin
2016-12-06
Fix pep8 error on config/util.py
Mikko Ohtamaa
2016-12-06
Changed 'host' and 'port' configuration to a new 'listen' style that is now s...
Martin
2016-12-05
move predicates into top-level package instead of inside config
Michael Merickel
2016-11-27
fix nocover statements, should be "no cover"
Michael Merickel
2016-11-23
clarify comment
Michael Merickel
2016-11-20
restore --browser support and watch the ini file
Michael Merickel
2016-11-20
replace the reloader with the hupper package
Michael Merickel
2016-11-20
Merge pull request #2823 from mmerickel/remove-custom-settings-object
Michael Merickel
2016-11-20
Merge pull request #2811 from moriyoshi/moriyoshi/more-safe-chars-for-url-gen
Bert JW Regeer
2016-11-19
update changelog for #2823
Michael Merickel
2016-11-19
make settings only accessible using dictionary lookup
Michael Merickel
2016-11-19
fix function reference in request.resource_url docs
Michael Merickel
2016-11-19
fix variable names in request.resource_url examples to match
Michael Merickel
2016-11-19
improve view decorator return type documentation
Michael Merickel
2016-11-19
Split PATH_SAFE into PATH_SEGMENT_SAFE in addition to moving it to pyramid.tr...
Moriyoshi Koizumi
2016-11-15
Merge pull request #2681 from Pylons/cleanup/cachebust_match
Michael Merickel
2016-11-15
Revert "turn on warnings by default for ``pyramid.deprecation.RemoveInVersion...
Michael Merickel
2016-11-15
fix docstring on check_csrf_token
Michael Merickel
2016-11-15
turn on warnings by default for ``pyramid.deprecation.RemoveInVersion19Warning``
Michael Merickel
2016-11-12
Mark a few more characters as safe when escaping path components in route pat...
Moriyoshi Koizumi
2016-11-09
Avoid setting Content-Encoding header for static view responses.
David Glick
2016-10-17
Merge pull request #2778 from mmerickel/per-request-csrf
Michael Merickel
2016-10-14
fix pserve to work with gevent workers
Michael Merickel
2016-10-10
doc: fix typo
Jonathan Ballet
2016-10-04
Merge remote-tracking branch 'upstream/master'
Steve Piercy
2016-10-03
Minor grammar fixes to pcreate --package-name help
Steve Piercy
2016-10-02
All of the tests assume that there is a Content-Type set
Bert JW Regeer
2016-10-02
update pcreate --package-name help with better verbiage which
goodwillcoding
2016-10-02
Add --package-name option to pcreate. This solves the problem
goodwillcoding
2016-09-30
add a callback hook to set_default_csrf_options for disabling checks per-request
Michael Merickel
2016-09-29
two spaces should be one
Steve Piercy
2016-09-29
Clean up docstrings/narr docs from PR #2660
Steve Piercy
2016-09-28
make --interactive the default for pcreate
Michael Merickel
2016-09-28
Merge branch 'master' into exception_only
Michael Merickel
2016-09-28
derive exception views separately from normal views
Michael Merickel
2016-09-25
clarify what changed in 1.6 with ``config.add_notfound_view``
Michael Merickel
2016-09-19
Merge branch 'pr/2750'
Michael Merickel
2016-09-19
clarify #2750 a bit further
Michael Merickel
2016-09-04
refactor tween initialization to occur at config-time
Michael Merickel
2016-09-03
Merge branch 'feature/with-bootstrap'
Michael Merickel
2016-09-03
Merge branch 'fix/reentrant-deferred-discriminators'
Michael Merickel
2016-09-03
allow prepare/bootstrap to be used as a context manager
Michael Merickel
2016-08-31
rename the credentials class
Michael Merickel
2016-08-31
Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basic
Michael Merickel
2016-08-31
silence the warning generated by #2715 in the test suite
Michael Merickel
2016-08-31
Merge pull request #2715 from Pylons/bugfix/authtkt_bad_cookie
Michael Merickel
2016-08-31
Merge pull request #2714 from Pylons/bugfix/proutes_re_split
Michael Merickel
2016-08-31
re-enable support for resolving conflicts across orders
Michael Merickel
[next]