summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-20add topicSteve Piercy
2016-11-20add linksSteve Piercy
2016-11-20update headingsSteve Piercy
2016-11-20Add section structureSteve Piercy
2016-11-20Merge pull request #2826 from stevepiercy/style-guideSteve Piercy
Add Page structure section
2016-11-20automate build names for appveyorMichael Merickel
2016-11-20cache pip artifactsMichael Merickel
2016-11-20Add Page structure sectionSteve Piercy
- add description - add introduction - add headings - add grammar, spelling, capitalization preferences
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-20Merge pull request #2825 from stevepiercy/style-guideSteve Piercy
Add Introduction and other sections
2016-11-20Add moar sectionsSteve Piercy
- trailing white space - indentation - split line lengths and paragraphs
2016-11-20Merge pull request #2824 from stevepiercy/style-guideSteve Piercy
Rename Typographical Conventions to Style Guide
2016-11-20Add IntroductionSteve Piercy
- add how to update and contribute - add file conventions - add line conventions
2016-11-20Rename Typographical Conventions to Style GuideSteve Piercy
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.
2016-11-14Merge pull request #2818 from Pylons/borked-utf8-setup.cfgMichael Merickel
Strip allegedly-smart quotes in comments.
2016-11-14Strip allegedly-smart quotes in comments.Tres Seaver
They break installing on a LANG=C system.
2016-11-14Merge pull request #2816 from Pylons/fix-flake8-failuresMichael Merickel
Fix flake8 failures
2016-11-14Suppress E305 and E306 errors, which were newly failing.Tres Seaver
2016-11-14Annotate skipped flake8 rules.Tres Seaver
2016-11-14Silence pip spew.Tres Seaver
2016-11-14Fix spelling of 'skip_missing_interpreters' option.Tres Seaver
See: http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL
2016-11-14Merge pull request #2815 from stevepiercy/masterSteve Piercy
should be loaded from the virtualenv
2016-11-14should be loaded from the virtualenvOladipo Odumosu
(cherry picked from commit 2552d88)
2016-11-12Mark a few more characters as safe when escaping path components in route ↵Moriyoshi Koizumi
path generation, according to pyramid.url.PATH_SAFE