| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-06 | Merge remote-tracking branch 'upstream/master' into issue-2656 | Martin | |
| 2016-12-06 | Merge pull request #2848 from miohtama/fix/sphinx-1.5 | Steve Piercy | |
| Fix docs for Sphinx 1.5 | |||
| 2016-12-06 | Fix pep8 error on config/util.py | Mikko Ohtamaa | |
| 2016-12-06 | Another Sphinx 1.5 configuraition file change. | Mikko Ohtamaa | |
| 2016-12-06 | Fix docs for Sphinx 1.5 | Mikko Ohtamaa | |
| 2016-12-06 | fixing no new line at the end of file | Martin | |
| 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-28 | Merge pull request #2840 from stevepiercy/master | Steve Piercy | |
| add 3.6 support to documentation | |||
| 2016-11-27 | fix nocover statements, should be "no cover" | Michael Merickel | |
| 2016-11-26 | Merge pull request #2841 from mmerickel/py33-warning-only | Michael Merickel | |
| only warn about py33, do not error | |||
| 2016-11-26 | only warn about py33, do not error | Michael Merickel | |
| this is squashed by pip unfortunately but it's better than a hard error | |||
| 2016-11-26 | add 3.6 support to documentation | Steve Piercy | |
| - See #2835 | |||
| 2016-11-23 | clarify comment | Michael Merickel | |
| fixes #2831 | |||
| 2016-11-20 | automate build names for appveyor | Michael Merickel | |
| 2016-11-20 | cache pip artifacts | Michael Merickel | |
| 2016-11-20 | Merge pull request #2805 from mmerickel/pserve-reloader-revamp | Michael Merickel | |
| pserve reloader revamp | |||
| 2016-11-20 | add changes for #2805 | Michael Merickel | |
| 2016-11-20 | link to documentation on hupper | Michael Merickel | |
| fixes #2806 | |||
| 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-20 | Add myself to CONTRIBUTORS.txt | Moriyoshi Koizumi | |
| 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 | update todo | Michael Merickel | |
| 2016-11-19 | require tuple variants on IResourceURL as well | Michael Merickel | |
| 2016-11-19 | add warnings about how notfound/forbidden views are only invoked for raised ↵ | Michael Merickel | |
| exceptions fixes #1531 | |||
| 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-16 | clarify the changes in #2810 as bw-incompatible | Michael Merickel | |
| 2016-11-15 | Merge pull request #2821 from mmerickel/fix/2819-to-master | Michael Merickel | |
| forward port #2819 to master | |||
| 2016-11-15 | `pyramid-jinja2` 2.7 configured `setup.py` with test requirements out of the box | Oladipo Odumosu | |
| 2016-11-15 | The updated pyramid-jinja2 scaffold already sets up test requirments in ↵ | Oladipo Odumosu | |
| `setup.py` | |||
| 2016-11-15 | add changelog for #2681 | Michael Merickel | |
| 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-15 | Merge pull request #2810 from davisagli/fix-static-content-encoding | Michael Merickel | |
| Avoid setting Content-Encoding header for static view responses. | |||
| 2016-11-14 | Merge pull request #2818 from Pylons/borked-utf8-setup.cfg | Michael Merickel | |
| Strip allegedly-smart quotes in comments. | |||
| 2016-11-14 | Strip allegedly-smart quotes in comments. | Tres Seaver | |
| They break installing on a LANG=C system. | |||
| 2016-11-14 | Merge pull request #2816 from Pylons/fix-flake8-failures | Michael Merickel | |
| Fix flake8 failures | |||
| 2016-11-14 | Suppress E305 and E306 errors, which were newly failing. | Tres Seaver | |
| 2016-11-14 | Annotate skipped flake8 rules. | Tres Seaver | |
| 2016-11-14 | Silence pip spew. | Tres Seaver | |
| 2016-11-14 | Fix spelling of 'skip_missing_interpreters' option. | Tres Seaver | |
| See: http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL | |||
