summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2015-11-03Convert AuthTktCookieHelper time related parameters to int when applicableRamiC
2015-11-01fix add_route_predicate docs to reference add_routeMichael Merickel
2015-10-31Convert max_age argument to int when applicableRamiC
2015-10-29Remove a leaked line from a local testRamiC
2015-10-29Remove unnecessary codeRamiC
2015-10-29Convert reissue_time argument to int values when applicableRamiC
2015-10-28Convert timeout argument to int values when applicableRamiC
2015-10-28avoid spamming by outputting state only once when a file changesMichael Merickel
2015-10-27pserve: track files with SyntaxError and skip reloadDomen Kožar
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
2015-05-27add an example decorator showing a response being used unconditionallyMichael Merickel
2015-05-24update theme CSS files for wiki tutorialsSteve Piercy
2015-05-24cache bust tokenSteve Piercy
2015-04-26allow dots in the jsonp callback and prefix content with a commentMichael Merickel