summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-08grammar fixSteve Piercy
2017-03-29Merge pull request #2984 from mmerickel/pserve-open-urlMichael Merickel
pserve open_url config setting
2017-03-28changelog for #2984Michael Merickel
2017-03-28support opening the browser via pserve.open_url config settingMichael Merickel
2017-03-28require "open_url" setting in order to know what browser to openMichael Merickel
Parsing the port from the server section could be brought back but it would be a fallback that depends on finding a "port" variable in the [server:server_name] section of the config.
2017-03-28depend on python_requires in pip 9+ to check runtime versionsMichael Merickel
- The python_requires checks work when installing a wheel as well, which these checks did not affect.
2017-03-28add python_requires metadataMichael Merickel
2017-03-14Merge pull request #2981 from stevepiercy/masterSteve Piercy
add Mako to options for pyramid-cookiecutter-starter
2017-03-14add Mako to options for pyramid-cookiecutter-starterSteve Piercy
2017-03-12update twitter handleSteve Piercy
2017-03-10Merge pull request #2978 from stevepiercy/masterSteve Piercy
add wikipedia to releasing
2017-03-10add wikipedia to releasingSteve Piercy
2017-03-10Merge pull request #2976 from stevepiercy/masterSteve Piercy
add Chameleon as option to pyramid-cookiecutter-starter
2017-03-10add Chameleon as option to pyramid-cookiecutter-starterSteve Piercy
2017-03-05add changelog for #2962Michael Merickel
2017-03-05Merge pull request #2962 from Natim/2961-hupper-call-brokenMichael Merickel
Pserve --reload does not keep worker arguments. Fixes #2961
2017-03-03changelog for #2967Michael Merickel
2017-03-03Merge pull request #2967 from Cykooz/fix.memory-leaksMichael Merickel
Fixed several reference cycles to prevent memory leaks.
2017-03-03@mmerickel review.Rémy HUBSCHER
2017-03-02Reverted useless changes in tests.Kirill Kuzminykh
2017-03-02Reverted couple useless fixes of memory leaks.Kirill Kuzminykh
2017-03-01Merge pull request #2969 from stevepiercy/masterSteve Piercy
use correct directory name for cookiecutter generated README.txt
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2017-03-01The memory leaks test skipped for platform 'pypy'.Kirill Kuzminykh
2017-03-01Added a new contributor into the CONTRIBUTORS.txtKirill Kuzminykh
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-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