| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-13 | use argparse and autoprogram for pserve | Steve Piercy | |
| 2016-12-13 | fix quote mismatch | Steve Piercy | |
| 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 | |
| pdistreport.rst | |||
| 2016-12-13 | make usage parseable by argparse | Steve Piercy | |
| 2016-12-13 | make usage parseable by argparse | Steve Piercy | |
| - PEP8 | |||
| 2016-12-13 | fix autoprogram argument | Steve Piercy | |
| - restore argv - use standard Python syntax for string formatting | |||
| 2016-12-13 | convert pcreate and pdistreport to use argparse | Steve Piercy | |
| - add sphinxcontrib-autoprogram - attempt to render output of pcreate, but be unsuccessful | |||
| 2016-12-13 | fix query string | Steve Piercy | |
| 2016-12-13 | Merge remote-tracking branch 'upstream/pcreate-to-cookiecutter' into ↵ | Steve Piercy | |
| pcreate-to-cookiecutter | |||
| 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 | |
| Fix pluralization in default domain for non-germanic languages | |||
| 2016-12-11 | Fix bug where plural rules would not be loaded for the default 'messages' ↵ | Matthew Wilkes | |
| domain. | |||
| 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 | |
| Bugfix: streaming exceptions | |||
| 2016-12-09 | Use has_body so we don't unravel app_iter | Bert JW Regeer | |
| This allows streaming responses. Closes #2625 | |||
| 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 ↵ | Martin | |
| supported by waitress server. | |||
| 2016-12-05 | move predicates into top-level package instead of inside config | Michael Merickel | |
| this better mirrors the view derivers design where the config package uses implementations from the pyramid namespace | |||
| 2016-11-27 | fix nocover statements, should be "no cover" | Michael Merickel | |
| 2016-11-23 | clarify comment | Michael Merickel | |
| fixes #2831 | |||
| 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 | |
| fixes #2732 | |||
| 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 | |
| make settings only accessible using dictionary lookup | |||
| 2016-11-20 | Merge pull request #2811 from moriyoshi/moriyoshi/more-safe-chars-for-url-gen | Bert JW Regeer | |
| Mark more characters as safe in escaping generated path components | |||
| 2016-11-19 | update changelog for #2823 | Michael Merickel | |
| 2016-11-19 | make settings only accessible using dictionary lookup | Michael Merickel | |
| Remove the deprecated ability to access settings using attribute lookup. | |||
| 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 | |
| Fixes #2658. | |||
| 2016-11-19 | improve view decorator return type documentation | Michael Merickel | |
| Fixes #2770. | |||
| 2016-11-19 | Split PATH_SAFE into PATH_SEGMENT_SAFE in addition to moving it to ↵ | Moriyoshi Koizumi | |
| pyramid.traversal and apply each to the applicable. | |||
| 2016-11-15 | Merge pull request #2681 from Pylons/cleanup/cachebust_match | Michael Merickel | |
| Remove cachebust_match | |||
| 2016-11-15 | Revert "turn on warnings by default for ↵ | Michael Merickel | |
| ``pyramid.deprecation.RemoveInVersion19Warning``" This reverts commit 9c8d43a7101c2977f6bf388758f14c7c7fadcf71. | |||
| 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 ↵ | Moriyoshi Koizumi | |
| path generation, according to pyramid.url.PATH_SAFE | |||
| 2016-11-09 | Avoid setting Content-Encoding header for static view responses. | David Glick | |
| This was causing clients to decode the content of gzipped files when downloading them. We discussed this on IRC and @mmerickel pointed out that it may be a goal in some cases to serve gzipped precompiled assets (i.e. CSS/Javascript) with this header. But that's a new feature that would require thought about how to specify which files to serve that way. And it can already be implemented for a project using a tween. This just aims to fix the existing use case of serving files for download. | |||
| 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 | |
