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-13
add line feed to avoid Sphinx error
Steve Piercy
2016-12-13
use argparse in proutes; use autoprogram
Steve Piercy
2016-12-13
use argparse in prequest; use autoprogram
Steve Piercy
2016-12-13
rename local
Steve Piercy
2016-12-13
move parser outside of main into own function get_parser(), and call it from ...
Steve Piercy
2016-12-13
make usage parseable by argparse
Steve Piercy
2016-12-13
make usage parseable by argparse
Steve Piercy
2016-12-13
fix autoprogram argument
Steve Piercy
2016-12-13
convert pcreate and pdistreport to use argparse
Steve Piercy
2016-12-13
fix query string
Steve Piercy
2016-12-13
Merge remote-tracking branch 'upstream/pcreate-to-cookiecutter' into pcreate-...
Steve Piercy
2016-12-13
capitalize Pylons
Steve Piercy
2016-12-13
Merge branch 'master' into pcreate-to-cookiecutter
Steve Piercy
2016-12-13
revert commits for ZODB scaffold changes
Steve Piercy
2016-12-12
Merge pull request #2859 from MatthewWilkes/i18n_plurals_in_default_domain
Michael Merickel
2016-12-11
Fix bug where plural rules would not be loaded for the default 'messages' dom...
Matthew Wilkes
2016-12-10
Merge branch 'master' into pserve-watch-files
Michael Merickel
2016-12-09
Merge pull request #2863 from Pylons/bugfix/streaming_exceptions
Michael Merickel
2016-12-09
Use has_body so we don't unravel app_iter
Bert JW Regeer
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-21
support asset specs in watch_files and variable interpolation
Michael Merickel
2016-11-21
support a [pserve] config section with a list of files to watch
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-22
add jinja2 to manifest
Hannah Krager
2016-10-22
Add missing end of file newline
Hannah Krager
2016-10-22
Move to Jinja2 from chameleon in zodb scaffold
Hannah Krager
2016-10-22
move from chameleon to jinja2 for starter scaffold
Hannah Krager
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
[next]