index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyramid
Age
Commit message (
Expand
)
Author
2016-12-17
cover more cases where the threadlocals are not setup
Michael Merickel
2016-12-16
defer translation_dir resolution to allow asset overrides to execute first
Michael Merickel
2016-12-16
move asset overrides to an earlier phase
Michael Merickel
2016-12-15
Merge pull request #2822 from mmerickel/remove-deprecated-icontexturl
Bert JW Regeer
2016-12-15
improve config_vars docs in some scripts to mirror pserve
Michael Merickel
2016-12-15
Merge pull request #2864 from stevepiercy/scripts-optparse-to-argparse
Michael Merickel
2016-12-14
Merge pull request #2867 from stevepiercy/master
Steve Piercy
2016-12-14
Use web URL for IRC (to be consistent with docs)
Steve Piercy
2016-12-13
PEP8
Steve Piercy
2016-12-13
move deprecation warning further down in the logic to avoid it from being emi...
Steve Piercy
2016-12-13
fix faulty logic in prequest and pviews
Steve Piercy
2016-12-14
Merge branch 'master' into pr/2853
Michael Merickel
2016-12-14
fix holdover from chameleon in starter layout
Michael Merickel
2016-12-13
fix test that caused coverage to drop one line
Steve Piercy
2016-12-13
PEP8
Steve Piercy
2016-12-13
change options to args for test_template. This now aligns with pcreate, which...
Steve Piercy
2016-12-13
add an Args class, following pattern for OPtions; pshell tests now pass
Steve Piercy
2016-12-13
update pshell with config_vars argument
Steve Piercy
2016-12-13
update pviews with url, config_vars arguments
Steve Piercy
2016-12-13
update ptweens with config_vars argument
Steve Piercy
2016-12-13
change command.options to command.args
Steve Piercy
2016-12-13
add missing period
Steve Piercy
2016-12-13
brain function temporarily restored, split config_vars into _vars and _uri
Steve Piercy
2016-12-13
one more refactor of config_args to config_vars
Steve Piercy
2016-12-13
one more refactor of config_args to config_vars; bring back 'foo' as an arg
Steve Piercy
2016-12-13
change config to tuple from string
Steve Piercy
2016-12-13
remove prog argument
Steve Piercy
2016-12-13
restore parse_vars
Steve Piercy
2016-12-13
- change from tuple to string
Steve Piercy
2016-12-13
update help for pserve config_vars
Steve Piercy
2016-12-13
refactor config_args to config_vars
Steve Piercy
2016-12-13
remove prog argument
Steve Piercy
2016-12-13
test for self.args.list and self.args.config_uri
Steve Piercy
2016-12-13
use default usage
Steve Piercy
2016-12-13
add config_args option, fix nonsense options parameter
Steve Piercy
2016-12-13
test for self.args.output_directory instead of just self.args
Steve Piercy
2016-12-13
get final pserve test to pass
Steve Piercy
2016-12-13
refactor get_options to get_config_args
Steve Piercy
2016-12-13
fix pserve to allow 4 of 5 tests to pass
Steve Piercy
2016-12-13
fix proutes tests
Steve Piercy
2016-12-13
add an argument `config_args` to be parsed and passed into bootstrap's options
Steve Piercy
2016-12-13
test for the attribute config_uri
Steve Piercy
2016-12-13
update proutes with argparse-ish stuff
Steve Piercy
2016-12-13
update remaining pscripts to use nargs
Steve Piercy
2016-12-13
make prequest tests pass
Steve Piercy
2016-12-13
use ArgumentParser's default usage, specify prog argument
Steve Piercy
2016-12-13
tear out irrelevant test code, fix pcreate validation to test for output_dire...
Steve Piercy
2016-12-13
add new test in attempt to catch status code and stderr
Steve Piercy
2016-12-13
make output_directory optional for argparse
Steve Piercy
2016-12-13
restore slice of argv
Steve Piercy
[next]