summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-01Fixed several reference cycles to prevent memory leaks. Added simple test ↵Kirill Kuzminykh
for detect memory leaks after application closing.
2017-02-28cache pip wheels in travis buildsMichael Merickel
2017-02-28Merge pull request #2965 from stevepiercy/masterSteve Piercy
update pyramid-cookiecutter-starter prompts and reformat presentation…
2017-02-28add changelog for #2964Michael Merickel
2017-02-28Merge pull request #2964 from mmerickel/execution-policyMichael Merickel
add an IExecutionPolicy
2017-02-28update pyramid-cookiecutter-starter prompts and reformat presentation of all ↵Steve Piercy
cookiecutter prompts
2017-02-27Rewrite test without mock.Rémy HUBSCHER
2017-02-25Merge pull request #4 from bertjwregeer/execution-policyMichael Merickel
Add newline to make docs happy
2017-02-25Add newline to make docs happyBert JW Regeer
2017-02-25add an IExecutionPolicy that can wrap the routerMichael Merickel
2017-02-20Add test.Rémy HUBSCHER
2017-02-20Make sure PServeCommand kwargs are passed to the hupper worker.Rémy HUBSCHER
2017-02-20Niceties.Rémy HUBSCHER
2017-02-19Merge pull request #2959 from Natim/2958-do-not-update-the-settings-parameterMichael Merickel
The Configurator object should not alter the input settings dict object.
2017-02-17Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2017-02-17It is actually a good thing that this line is not called.Rémy HUBSCHER
2017-02-17Settings should not alter the initial dict.Rémy HUBSCHER
2017-02-17Add a failing test.Rémy HUBSCHER
2017-02-09Merge pull request #2951 from Pylons/bugfix/httpexception__str__Bert JW Regeer
Bugfix: pyramid.httpexception.HTTPException.__str __
2017-02-09Merge pull request #2952 from drnextgis/credentialsSteve Piercy
Make code more readable by using namedtuple attribute
2017-02-09Make code more readable by using namedtuple attributedrnextgis
2017-02-06Update CHANGES.txt for #2951Bert JW Regeer
2017-02-06stringify self.detail in case it is not a stringBert JW Regeer
2017-02-06Test to verify that httpexc.detail may be non-strBert JW Regeer
2017-02-05Merge pull request #2948 from stevepiercy/masterSteve Piercy
update Quick Tutorial templates per deform 2.0 migration notes
2017-02-05update templates per deform 2.0 migration notesSteve Piercy
- See https://github.com/Pylons/pyramid/issues/2897#issuecomment-277494816 - Closes #2897
2017-02-04Merge pull request #2945 from stevepiercy/masterSteve Piercy
configuration should not be quoted
2017-02-04configuration should not be quotedSteve Piercy
- closes #2944
2017-02-03Merge pull request #2941 from stevepiercy/masterSteve Piercy
update links and reST syntax for mod_wsgi
2017-02-03update links and reST syntax for mod_wsgiSteve Piercy
2017-01-31Merge pull request #2938 from PavloKapyshin/masterSteve Piercy
Fix typo
2017-01-31Fix typoPavlo Kapyshin
2017-01-28Merge pull request #2936 from stevepiercy/masterSteve Piercy
minor grammar fixes
2017-01-28Minor changeJohn Jimenez
"functions, classes or any callable that accept" was messing with the flow while reading. Proposed change flows a little better for me. (cherry picked from commit 87d8aba)
2017-01-28Minor changeJohn Jimenez
distinguish between Pyramid itself and view code raising the exception as in previous exception listing. (cherry picked from commit eb166fb)
2017-01-28Merge pull request #2934 from stevepiercy/masterSteve Piercy
scaffold starter now uses Jinja2
2017-01-28scaffold starter now uses Jinja2Steve Piercy
- Closes misplaced issue https://github.com/Pylons/pyramid-cookiecutter-starter/issues/13
2017-01-27Merge pull request #2929 from stevepiercy/masterSteve Piercy
Minor change
2017-01-27Minor changeJohn Jimenez
minor change to flow better (cherry picked from commit 0c705c9)
2017-01-27Merge pull request #2923 from stevepiercy/masterSteve Piercy
undo borkage: wsgiref does not use listen, it uses port
2017-01-26undo borkage: wsgiref does not use listen, it uses portSteve Piercy
- ref: #2919
2017-01-26Merge pull request #2921 from stevepiercy/masterSteve Piercy
grammar fix
2017-01-26grammar fixesSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26rest syntax fixSteve Piercy
2017-01-26grammar fixSteve Piercy
2017-01-24Merge pull request #2917 from mmerickel/fix-2916Michael Merickel
restore the registry signature and add tests to show why
2017-01-24restore the registry signature and add tests to show whyMichael Merickel
fixes #2916
2017-01-23update manifest checksMichael Merickel
2017-01-23update todoMichael Merickel