| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-10 | add link to PR | David Glick | |
| 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-11-01 | switch to 3.6-dev for py36 and update nightly to py37 on travis | Michael Merickel | |
| 2016-11-01 | Merge pull request #2802 from mmerickel/py27-appveyor | Michael Merickel | |
| enable py27 on appveyor ci | |||
| 2016-11-01 | enable py27 on appveyor ci | Michael Merickel | |
| 2016-10-22 | Merge pull request #2799 from stevepiercy/master | Steve Piercy | |
| remove trailing comma on tox command | |||
| 2016-10-22 | remove trailing comma on tox command | Steve Piercy | |
| 2016-10-22 | remove trailing comma on tox command | Steve Piercy | |
| 2016-10-22 | update to match tox.ini | Chris McDonough | |
| 2016-10-22 | Merge pull request #2798 from palindromed/move-to-jinja2 | Steve Piercy | |
| Move to jinja2 | |||
| 2016-10-22 | add jinja2 to manifest | Hannah Krager | |
| 2016-10-22 | Add missing end of file newline | Hannah Krager | |
| 2016-10-22 | Add name to CONTRIBUTORS.txt | Hannah Krager | |
| 2016-10-22 | Move to Jinja2 from chameleon in zodb scaffold | Hannah Krager | |
| 2016-10-22 | Merge branch 'master' into issue.2614 | cewing | |
| 2016-10-22 | move from chameleon to jinja2 for starter scaffold | Hannah Krager | |
| 2016-10-22 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2016-10-17 | Merge pull request #2778 from mmerickel/per-request-csrf | Michael Merickel | |
| add a callback hook to set_default_csrf_options for disabling checks … | |||
| 2016-10-17 | changelog for #2797 | Michael Merickel | |
| 2016-10-17 | Merge pull request #2797 from mmerickel/threadlocal-imports | Michael Merickel | |
| fix pserve to work with gevent workers | |||
| 2016-10-14 | fix pserve to work with gevent workers | Michael Merickel | |
| - refactored code to remove ``pyramid.threadlocal`` from pserve's import tree. It was coming from the ``pyramid.paster`` module which imports ``pyramid.scripting`` which imports ``pyramid.threadlocal``. - dropped ``pyramid.scripts.common.logging_file_config`` as it appears to be unused and almost identical to ``setup_logging`` except without ``global_conf`` support. | |||
| 2016-10-10 | Merge pull request #2793 from multani/master | Steve Piercy | |
| doc: fix typo | |||
| 2016-10-10 | doc: fix typo | Jonathan Ballet | |
| 2016-10-06 | Merge pull request #2792 from stevepiercy/master | Steve Piercy | |
| Add pyramid_nacl_session to session factories | |||
| 2016-10-06 | Update changes with pyramid_nacl_session | Steve Piercy | |
| 2016-10-06 | Add pyramid_nacl_session to session factories | Steve Piercy | |
| - closes #2791 | |||
| 2016-10-04 | Merge pull request #2790 from stevepiercy/master | Steve Piercy | |
| Minor grammar fixes to pcreate --package-name help | |||
| 2016-10-04 | Merge remote-tracking branch 'upstream/master' | Steve Piercy | |
| 2016-10-03 | Merge pull request #2784 from bertjwregeer/bugfix/dont_assume_charset | Michael Merickel | |
| All of the tests for prequest assume that there is a Content-Type set | |||
| 2016-10-03 | Minor grammar fixes to pcreate --package-name help | Steve Piercy | |
| 2016-10-03 | Merge pull request #2787 from stevepiercy/master | Steve Piercy | |
| Update changes for #2782 | |||
| 2016-10-03 | Update changes for #2782 | Steve Piercy | |
| 2016-10-03 | Merge pull request #2782 from stevepiercy/master | Steve Piercy | |
| update HACKING.txt | |||
| 2016-10-03 | Update HACKING.txt for running individual tests | Steve Piercy | |
| - nose-selecttests is optional, not pre-installed - Closes #2781 | |||
| 2016-10-03 | per @mmerickel comment ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2782#pullrequestreview-2456763 | |||
| 2016-10-02 | All of the tests assume that there is a Content-Type set | Bert JW Regeer | |
| But the application in this case doesn't actually send a Content-Type, and thus there is no charset, and thus the tests should be assuming the output is binary not text. Add a Content-Type to be sent back from the app. This is required to pass all tests on WebOb >1.7 where Request.get_response(app) will no longer add the default_content_type if a headerlist is passed in to Response.__init__, this allows the Response to match what was provided by the app. | |||
| 2016-10-02 | Add CHANGES.txt for #2783 | Bert JW Regeer | |
| 2016-10-02 | Merge pull request #2783 from goodwillcoding/pcreate_specify_project_name | Bert JW Regeer | |
| Add --package-name option to pcreate. | |||
| 2016-10-02 | update pcreate --package-name help with better verbiage which | goodwillcoding | |
| more explicitly states that package name is assumed to be safe | |||
| 2016-10-02 | Add --package-name option to pcreate. This solves the problem | goodwillcoding | |
| of scaffold creating an existing directory where the package created should not be named after the base folder. For example if I am in I run pcreate in ~/code/trypyramid.com and would like to create package called tpc this is currently impossible. This solves the issues by allowing me to specify the package name on the command line | |||
| 2016-10-02 | update HACKING.txt | Steve Piercy | |
| (somehow this got overlooked back on Apr 14, 2016) | |||
| 2016-10-02 | Merge pull request #2780 from stevepiercy/pcreate-to-cookiecutter | Steve Piercy | |
| Add deprecation notice in pcreate | |||
| 2016-10-02 | undo line removal | Steve Piercy | |
| 2016-10-02 | fix tests, changing out.startswith to out.count | Steve Piercy | |
| 2016-10-02 | add deprecation warning in pcreate | Steve Piercy | |
| 2016-09-30 | add a callback hook to set_default_csrf_options for disabling checks per-request | Michael Merickel | |
| fixes #2596 | |||
| 2016-09-29 | Merge pull request #2776 from stevepiercy/master | Steve Piercy | |
| Clean up docstrings/narr docs from PR #2660 | |||
| 2016-09-29 | two spaces should be one | Steve Piercy | |
| 2016-09-29 | Clean up docstrings/narr docs from PR #2660 | Steve Piercy | |
| - Closes #2768 | |||
| 2016-09-28 | Merge pull request #2775 from mmerickel/pcreate-interactive-default | Michael Merickel | |
| make --interactive the default for pcreate | |||
