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-03-05
Merge pull request #2962 from Natim/2961-hupper-call-broken
Michael Merickel
2017-03-03
@mmerickel review.
Rémy HUBSCHER
2017-03-02
Reverted useless changes in tests.
Kirill Kuzminykh
2017-03-02
Reverted couple useless fixes of memory leaks.
Kirill Kuzminykh
2017-03-01
The memory leaks test skipped for platform 'pypy'.
Kirill Kuzminykh
2017-03-01
Fixed several reference cycles to prevent memory leaks. Added simple test for...
Kirill Kuzminykh
2017-02-27
Rewrite test without mock.
Rémy HUBSCHER
2017-02-25
add an IExecutionPolicy that can wrap the router
Michael Merickel
2017-02-20
Add test.
Rémy HUBSCHER
2017-02-20
Make sure PServeCommand kwargs are passed to the hupper worker.
Rémy HUBSCHER
2017-02-20
Niceties.
Rémy HUBSCHER
2017-02-17
It is actually a good thing that this line is not called.
Rémy HUBSCHER
2017-02-17
Settings should not alter the initial dict.
Rémy HUBSCHER
2017-02-17
Add a failing test.
Rémy HUBSCHER
2017-02-09
Merge pull request #2951 from Pylons/bugfix/httpexception__str__
Bert JW Regeer
2017-02-09
Make code more readable by using namedtuple attribute
drnextgis
2017-02-06
stringify self.detail in case it is not a string
Bert JW Regeer
2017-02-06
Test to verify that httpexc.detail may be non-str
Bert JW Regeer
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
[next]