summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-12-13add line feed to avoid Sphinx errorSteve Piercy
2016-12-13use argparse in proutes; use autoprogramSteve Piercy
2016-12-13use argparse in prequest; use autoprogramSteve Piercy
2016-12-13rename localSteve Piercy
2016-12-13move parser outside of main into own function get_parser(), and call it from ...Steve Piercy
2016-12-13make usage parseable by argparseSteve Piercy
2016-12-13make usage parseable by argparseSteve Piercy
2016-12-13fix autoprogram argumentSteve Piercy
2016-12-13convert pcreate and pdistreport to use argparseSteve Piercy
2016-12-13fix query stringSteve Piercy
2016-12-13Merge remote-tracking branch 'upstream/pcreate-to-cookiecutter' into pcreate-...Steve Piercy
2016-12-13capitalize PylonsSteve Piercy
2016-12-13Merge branch 'master' into pcreate-to-cookiecutterSteve Piercy
2016-12-13revert commits for ZODB scaffold changesSteve Piercy
2016-12-12Merge pull request #2859 from MatthewWilkes/i18n_plurals_in_default_domainMichael Merickel
2016-12-11Fix bug where plural rules would not be loaded for the default 'messages' dom...Matthew Wilkes
2016-12-10Merge branch 'master' into pserve-watch-filesMichael Merickel
2016-12-09Merge pull request #2863 from Pylons/bugfix/streaming_exceptionsMichael Merickel
2016-12-09Use has_body so we don't unravel app_iterBert JW Regeer
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-21support asset specs in watch_files and variable interpolationMichael Merickel
2016-11-21support a [pserve] config section with a list of files to watchMichael 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-22add jinja2 to manifestHannah Krager
2016-10-22Add missing end of file newlineHannah Krager
2016-10-22Move to Jinja2 from chameleon in zodb scaffoldHannah Krager
2016-10-22move from chameleon to jinja2 for starter scaffoldHannah Krager
2016-10-17Merge pull request #2778 from mmerickel/per-request-csrfMichael Merickel
2016-10-14fix pserve to work with gevent workersMichael Merickel