summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-08Merge pull request #2855 from zupo/wiki2_test_coverageMichael Merickel
bring test coverage of wiki2 up to 100%
2016-12-08bring wiki2 test coverage up to 100%, refs #2451Nejc Zupan
2016-12-06Merge pull request #2851 from Pylons/revert-2847-issue-2656Bert JW Regeer
Revert "Changed 'host' and 'port' configuration to a new 'listen' style that …"
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Merge pull request #2847 from mfrlin/issue-2656Steve Piercy
Changed 'host' and 'port' configuration to a new 'listen' style that …
2016-12-06Added changes for #2656Martin
2016-12-06Signed CONTRIBUTORS.txtMartin
2016-12-06Merge remote-tracking branch 'upstream/master' into issue-2656Martin
2016-12-06Merge pull request #2848 from miohtama/fix/sphinx-1.5Steve Piercy
Fix docs for Sphinx 1.5
2016-12-06Fix pep8 error on config/util.pyMikko Ohtamaa
2016-12-06Another Sphinx 1.5 configuraition file change.Mikko Ohtamaa
2016-12-06Fix docs for Sphinx 1.5Mikko Ohtamaa
2016-12-06fixing no new line at the end of fileMartin
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-05move predicates into top-level package instead of inside configMichael Merickel
this better mirrors the view derivers design where the config package uses implementations from the pyramid namespace
2016-11-28Merge pull request #2840 from stevepiercy/masterSteve Piercy
add 3.6 support to documentation
2016-11-27fix nocover statements, should be "no cover"Michael Merickel
2016-11-26Merge pull request #2841 from mmerickel/py33-warning-onlyMichael Merickel
only warn about py33, do not error
2016-11-26only warn about py33, do not errorMichael Merickel
this is squashed by pip unfortunately but it's better than a hard error
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-23clarify commentMichael Merickel
fixes #2831
2016-11-20automate build names for appveyorMichael Merickel
2016-11-20cache pip artifactsMichael Merickel
2016-11-20Merge pull request #2805 from mmerickel/pserve-reloader-revampMichael Merickel
pserve reloader revamp
2016-11-20add changes for #2805Michael Merickel
2016-11-20link to documentation on hupperMichael Merickel
fixes #2806
2016-11-20restore --browser support and watch the ini fileMichael Merickel
2016-11-20replace the reloader with the hupper packageMichael Merickel
2016-11-20Merge pull request #2823 from mmerickel/remove-custom-settings-objectMichael Merickel
make settings only accessible using dictionary lookup
2016-11-20Merge pull request #2811 from moriyoshi/moriyoshi/more-safe-chars-for-url-genBert JW Regeer
Mark more characters as safe in escaping generated path components
2016-11-20Add myself to CONTRIBUTORS.txtMoriyoshi Koizumi
2016-11-19update changelog for #2823Michael Merickel
2016-11-19make settings only accessible using dictionary lookupMichael Merickel
Remove the deprecated ability to access settings using attribute lookup.
2016-11-19update todoMichael Merickel
2016-11-19require tuple variants on IResourceURL as wellMichael Merickel
2016-11-19add warnings about how notfound/forbidden views are only invoked for raised ↵Michael Merickel
exceptions fixes #1531
2016-11-19fix function reference in request.resource_url docsMichael Merickel
2016-11-19fix variable names in request.resource_url examples to matchMichael Merickel
Fixes #2658.
2016-11-19improve view decorator return type documentationMichael Merickel
Fixes #2770.
2016-11-19Split PATH_SAFE into PATH_SEGMENT_SAFE in addition to moving it to ↵Moriyoshi Koizumi
pyramid.traversal and apply each to the applicable.
2016-11-16clarify the changes in #2810 as bw-incompatibleMichael Merickel
2016-11-15Merge pull request #2821 from mmerickel/fix/2819-to-masterMichael Merickel
forward port #2819 to master
2016-11-15`pyramid-jinja2` 2.7 configured `setup.py` with test requirements out of the boxOladipo Odumosu
2016-11-15The updated pyramid-jinja2 scaffold already sets up test requirments in ↵Oladipo Odumosu
`setup.py`
2016-11-15add changelog for #2681Michael Merickel
2016-11-15Merge pull request #2681 from Pylons/cleanup/cachebust_matchMichael Merickel
Remove cachebust_match
2016-11-15Revert "turn on warnings by default for ↵Michael Merickel
``pyramid.deprecation.RemoveInVersion19Warning``" This reverts commit 9c8d43a7101c2977f6bf388758f14c7c7fadcf71.
2016-11-15fix docstring on check_csrf_tokenMichael Merickel
2016-11-15turn on warnings by default for ``pyramid.deprecation.RemoveInVersion19Warning``Michael Merickel
2016-11-15Merge pull request #2810 from davisagli/fix-static-content-encodingMichael Merickel
Avoid setting Content-Encoding header for static view responses.