summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2015-11-12abort when using reload with daemonMichael Merickel
2015-11-12fix usage of --monitor-restart with --daemonMichael Merickel
2015-11-12update cache buster prose and add ManifestCacheBusterMichael Merickel
2015-11-12Revert "fix/remove-default-cachebusters"Michael Merickel
2015-11-12support asset specs in ManifestCacheBusterMichael Merickel
2015-11-12Merge branch 'fix/remove-default-cachebusters'Michael Merickel
2015-11-12add manifest cache busterMichael Merickel
2015-11-11Revert "update wiki2/src/basiclayout/tutorial"Steve Piercy
2015-11-11Merge pull request #2109 from mmerickel/fixes-from-quantified-codeMichael Merickel
2015-11-11apply some suggestions from quantified code analysisMichael Merickel
2015-11-11Merge pull request #2108 from stevepiercy/feature/alchemy-scaffold-updateSteve Piercy
2015-11-07add configure mappers after all our models get importedMarcin Lulek
2015-11-01fix add_route_predicate docs to reference add_routeMichael Merickel
2015-10-22flake8: make the linter happyMarcin Lulek
2015-10-22alchemy: use jinja2 as default templating engineMarcin Lulek
2015-10-22alchemy: change file structure to modules for views and modelsMarcin Lulek
2015-10-21Merge branch 'master' into feature/alchemy-scaffold-updateMichael Merickel
2015-10-21first cut at removing default cache bustersMichael Merickel
2015-10-21fix coverageMichael Merickel
2015-10-21exercise optionxformMichael Merickel
2015-10-21remove ipython and bpython from coreMichael Merickel
2015-10-19add pshell --list and default_shell ini optionsMichael Merickel
2015-10-14Merge pull request #1976 from bertjwregeer/fix/python3.5Michael Merickel
2015-10-14Merge pull request #1929 from jessedhillon/better-pshell-env-helpMichael Merickel
2015-10-14Merge pull request #1907 from mnaberez/circus-as-pserve-daemonize-replacementMichael Merickel
2015-10-11No cover a branchBert JW Regeer
2015-10-11Fix Python 3.5 supportBert JW Regeer
2015-10-11fix broken testMichael Merickel
2015-10-11fix broken sortMichael Merickel
2015-10-11order shells alphabetically instead of prioritizing ipython/bpythonMichael Merickel
2015-10-11Merge pull request #1891 from sontek/use_entry_points_for_shellsMichael Merickel
2015-10-11removed default fall through when passed a specific shellJohn Anderson
2015-10-07populate pshell's env_help with docstring of valuesJesse Dhillon
2015-10-01Mention Circus as a pserve --daemon replacement. Refs #1554, #1641Mike Naberezny
2015-09-13fix broken testsMichael Merickel
2015-09-13deprecate pserve daemonizationMichael Merickel
2015-09-06Use entry points for pshellJohn Anderson
2015-08-31fix difference between py2 and py3 with base64.b64decodeMichael Merickel
2015-08-31Merge branch 'fixes/cookie_values' of bertjwregeer/pyramid into pull.1866Michael Merickel
2015-08-03base64 encode cookie valuesBert JW Regeer
2015-08-03Fix Pyramid against WebOb >=1.5.0Bert JW Regeer
2015-06-13metadata: add proper naming convention to metadata - same as suggested by ale...Marcin Lulek
2015-06-11use input_ from p.compat, renamed optionIgor Stroh
2015-06-10added py2.6 compatibility, removed test for 'site'Igor Stroh
2015-06-10make sure user input is py2.x/py3 compatibleIgor Stroh
2015-06-10removed unused exceptionsIgor Stroh
2015-06-10handle conflicting project names gracefully, fixes: #1357Igor Stroh
2015-06-09Merge pull request #1836 from Pylons/fix-1832-masterTres Seaver
2015-06-09Return concrete classes from 'pyramid.httpexceptions.exception_response'.Tres Seaver
2015-06-05We explicitly pass in the interfaces provided by the request asChris McDonough