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
2017-02-09
Make code more readable by using namedtuple attribute
drnextgis
2017-01-28
scaffold starter now uses Jinja2
Steve Piercy
2017-01-24
restore the registry signature and add tests to show why
Michael Merickel
2017-01-17
add ``override`` option to ``add_translation_dirs``
Michael Merickel
2017-01-17
fix the add_translation_dirs documentation to reflect the current impl
Michael Merickel
2017-01-16
avoid doing lookup in loop
Michael Merickel
2017-01-02
improve the registry documentation to cover usage as a dictionary
Michael Merickel
2016-12-25
enable zope.component tests on py3
Michael Merickel
2016-12-24
PEP8
Steve Piercy
2016-12-24
improve display of help's description for p* scripts
Steve Piercy
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
[next]