summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...Bert JW Regeer
2016-12-06Merge remote-tracking branch 'upstream/master' into issue-2656Martin
2016-12-06Fix pep8 error on config/util.pyMikko Ohtamaa
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-12-05move predicates into top-level package instead of inside configMichael Merickel
2016-11-27fix nocover statements, should be "no cover"Michael Merickel
2016-11-23clarify commentMichael Merickel
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
2016-11-20Merge pull request #2811 from moriyoshi/moriyoshi/more-safe-chars-for-url-genBert JW Regeer
2016-11-19update changelog for #2823Michael Merickel
2016-11-19make settings only accessible using dictionary lookupMichael Merickel
2016-11-19fix function reference in request.resource_url docsMichael Merickel
2016-11-19fix variable names in request.resource_url examples to matchMichael Merickel
2016-11-19improve view decorator return type documentationMichael Merickel
2016-11-19Split PATH_SAFE into PATH_SEGMENT_SAFE in addition to moving it to pyramid.tr...Moriyoshi Koizumi
2016-11-15Merge pull request #2681 from Pylons/cleanup/cachebust_matchMichael Merickel
2016-11-15Revert "turn on warnings by default for ``pyramid.deprecation.RemoveInVersion...Michael Merickel
2016-11-15fix docstring on check_csrf_tokenMichael Merickel
2016-11-15turn on warnings by default for ``pyramid.deprecation.RemoveInVersion19Warning``Michael Merickel
2016-11-12Mark a few more characters as safe when escaping path components in route pat...Moriyoshi Koizumi
2016-11-09Avoid setting Content-Encoding header for static view responses.David Glick
2016-10-17Merge pull request #2778 from mmerickel/per-request-csrfMichael Merickel
2016-10-14fix pserve to work with gevent workersMichael Merickel
2016-10-10doc: fix typoJonathan Ballet
2016-10-04Merge remote-tracking branch 'upstream/master'Steve Piercy
2016-10-03Minor grammar fixes to pcreate --package-name helpSteve Piercy
2016-10-02All of the tests assume that there is a Content-Type setBert JW Regeer
2016-10-02update pcreate --package-name help with better verbiage whichgoodwillcoding
2016-10-02Add --package-name option to pcreate. This solves the problemgoodwillcoding
2016-09-30add a callback hook to set_default_csrf_options for disabling checks per-requestMichael Merickel
2016-09-29two spaces should be oneSteve Piercy
2016-09-29Clean up docstrings/narr docs from PR #2660Steve Piercy
2016-09-28make --interactive the default for pcreateMichael Merickel
2016-09-28Merge branch 'master' into exception_onlyMichael Merickel
2016-09-28derive exception views separately from normal viewsMichael Merickel
2016-09-25clarify what changed in 1.6 with ``config.add_notfound_view``Michael Merickel
2016-09-19Merge branch 'pr/2750'Michael Merickel
2016-09-19clarify #2750 a bit furtherMichael Merickel
2016-09-04refactor tween initialization to occur at config-timeMichael Merickel
2016-09-03Merge branch 'feature/with-bootstrap'Michael Merickel
2016-09-03Merge branch 'fix/reentrant-deferred-discriminators'Michael Merickel
2016-09-03allow prepare/bootstrap to be used as a context managerMichael Merickel
2016-08-31rename the credentials classMichael Merickel
2016-08-31Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basicMichael Merickel
2016-08-31silence the warning generated by #2715 in the test suiteMichael Merickel
2016-08-31Merge pull request #2715 from Pylons/bugfix/authtkt_bad_cookieMichael Merickel
2016-08-31Merge pull request #2714 from Pylons/bugfix/proutes_re_splitMichael Merickel
2016-08-31re-enable support for resolving conflicts across ordersMichael Merickel