summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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-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-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
2015-04-20update development.ini in scaffolds to listen on 127.0.0.1Michael Merickel
2015-04-19Merge pull request #1627 from bertjwregeer/security/jsonpMichael Merickel
2015-04-19Merge branch 'pr/1571'Michael Merickel
2015-04-17default response_callback and finished_callback to an empty deque instead of ...Michael Merickel
2015-04-15Restore request.response if renderer raises exceptionJeff Dairiki
2015-04-15Add tests for temporary_response context managerJeff Dairiki
2015-04-14Add some validation for the JSONP callbackBert JW Regeer
2015-04-13Ignore more pep8 checks and add to travisJohn Anderson
2015-04-13Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8John Anderson
2015-04-13make it possible to run scaffold functests using toxChris McDonough
2015-04-12omg how embarrassing, forgot to run tests before merging the request subclass...Chris McDonough