summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2015-06-13metadata: add proper naming convention to metadata - same as suggested by ale...Marcin Lulek
2015-04-20Merge branch 'alchemy_scaffold_update' of Taar/pyramidMichael 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-14Alchemy Scaffold UpdateRandy Topliffe
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
2015-02-17dammit, forgot to revert importMichael Merickel
2015-02-17add functest for config reentrancyChris McDonough
2015-02-17expose public config phases in pyramid.configMichael Merickel
2015-02-17fix merge conflictsChris McDonough
2015-02-17use super with mixins... for reasonsMichael Merickel
2015-02-17remove the token from the ICacheBuster apiMichael Merickel
2015-02-16docstring on apply_propertiesMichael Merickel
2015-02-16add InstancePropertyHelper and apply_request_extensionsMichael Merickel
2015-02-13Merge pull request #1578 from davisagli/fix.docsMichael Merickel
2015-02-12remove obsolete note about raise_keyboard_interrupt that's left over from pasteDavid Glick