summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
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
2015-04-12merge master back into this PR branchChris McDonough
2015-04-06Merge branch 'fix.view-lookup'Chris McDonough
2015-04-06change excview_tween to use _call_view instead of adapters.lookup; parameteri...Chris McDonough
2015-04-06add comment about not changing view_execution_permitted use of .lookup for vi...Chris McDonough
2015-04-06convert render_view_to_response to use _call_viewChris McDonough
2015-04-06break out _call_view into separate importable callable for use in scriptsChris McDonough
2015-04-06use _find_views instead of lookup in proutesChris McDonough
2015-04-06unused importsChris McDonough
2015-04-06use _find_views in pviewsChris McDonough
2015-04-03no need to iter() the resultChris McDonough
2015-04-03cache view lookups; see #1557Chris McDonough
2015-03-15add docs to notfound_view_config decorator code, expand docs to inlcude an e...Chris McDonough
2015-03-15Allow passing a custom redirect class for appending slashesDonald Stufft
2015-03-13fix comment in forbidden_view_configJunya Hayashi
2015-03-11fix merge conflicts after merging master to fix.view-lookup branch; do the me...Chris McDonough
2015-03-06Merge branch 'master' of https://github.com/Pylons/pyramid into start_pep8John Anderson
2015-03-05Merge pull request #1471 from Pylons/feature.py3-coverageMichael Merickel
2015-03-05add clone to the IRendererInfo interfaceMichael Merickel
2015-03-05Merge branch 'master' into fix.shared-view-rendererMichael Merickel
2015-02-24only reset terminal echo flag if stdin is a ttyDavid Glick
2015-02-22remove tuple creation from inner loopMichael Merickel
2015-02-22Merge pull request #1563 from Pylons/fix.idempotent-render-to-responseMichael Merickel
2015-02-20Merge branch 'master' into feature.py3-coverageMichael Merickel
2015-02-19Fix asset override with packageMarc Abramowitz
2015-02-19Enhance test_assets to expose #1580Marc Abramowitz
2015-02-17pserve -b will always open 127.0.0.1Michael Merickel
2015-02-17appease coverageChris McDonough