summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Collapse)Author
2016-12-13update help for pserve config_varsSteve Piercy
2016-12-13refactor config_args to config_varsSteve Piercy
2016-12-13remove prog argumentSteve Piercy
2016-12-13test for self.args.list and self.args.config_uriSteve Piercy
2016-12-13use default usageSteve Piercy
2016-12-13add config_args option, fix nonsense options parameterSteve Piercy
2016-12-13test for self.args.output_directory instead of just self.argsSteve Piercy
2016-12-13get final pserve test to passSteve Piercy
- ping @mmerickel or @bertjwregeer for review. I'm uncertain about what was the original test's intent, and whether this test still tests what was originally intended.
2016-12-13refactor get_options to get_config_argsSteve Piercy
2016-12-13fix pserve to allow 4 of 5 tests to passSteve Piercy
2016-12-13fix proutes testsSteve Piercy
2016-12-13add an argument `config_args` to be parsed and passed into bootstrap's optionsSteve Piercy
2016-12-13test for the attribute config_uriSteve Piercy
2016-12-13update proutes with argparse-ish stuffSteve Piercy
2016-12-13update remaining pscripts to use nargsSteve Piercy
2016-12-13make prequest tests passSteve Piercy
2016-12-13use ArgumentParser's default usage, specify prog argumentSteve Piercy
2016-12-13tear out irrelevant test code, fix pcreate validation to test for ↵Steve Piercy
output_directory
2016-12-13add new test in attempt to catch status code and stderrSteve Piercy
2016-12-13make output_directory optional for argparseSteve Piercy
2016-12-13restore slice of argvSteve Piercy
2016-12-13use argparse and autoprogram for ptviewsSteve Piercy
2016-12-13use argparse and autoprogram for ptweensSteve Piercy
2016-12-13use argparse and autoprogram for pshellSteve Piercy
2016-12-13use argparse and autoprogram for pserveSteve Piercy
2016-12-13fix quote mismatchSteve Piercy
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
pdistreport.rst
2016-12-13make usage parseable by argparseSteve Piercy
2016-12-13make usage parseable by argparseSteve Piercy
- PEP8
2016-12-13fix autoprogram argumentSteve Piercy
- restore argv - use standard Python syntax for string formatting
2016-12-13convert pcreate and pdistreport to use argparseSteve Piercy
- add sphinxcontrib-autoprogram - attempt to render output of pcreate, but be unsuccessful
2016-12-13fix query stringSteve Piercy
2016-12-13Merge remote-tracking branch 'upstream/pcreate-to-cookiecutter' into ↵Steve Piercy
pcreate-to-cookiecutter
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
Fix pluralization in default domain for non-germanic languages
2016-12-11Fix bug where plural rules would not be loaded for the default 'messages' ↵Matthew Wilkes
domain.
2016-12-10Merge branch 'master' into pserve-watch-filesMichael Merickel
2016-12-09Merge pull request #2863 from Pylons/bugfix/streaming_exceptionsMichael Merickel
Bugfix: streaming exceptions
2016-12-09Use has_body so we don't unravel app_iterBert JW Regeer
This allows streaming responses. Closes #2625
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 ↵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