summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06req_type and ctx_typeMichael Merickel
2015-02-06less dot operators in loopsMichael Merickel
2015-02-05Merge pull request #1558 from sontek/add_tests_for_view_lookupMichael Merickel
2015-02-05Add tests to verify view lookup with multiple inheritanceJohn Anderson
2015-02-05provide a fix for view lookup fallbacksMichael Merickel
2015-02-05we like pep 440Michael Merickel
2015-02-02add code-block to p.security.forgetMichael Merickel
2015-02-02fix syntax of code-block againMichael Merickel
2015-02-02fix syntax of code-blockMichael Merickel
2015-01-30Merge pull request #1550 from Pylons/reify-use_functools-update_wrapperTres Seaver
2015-01-30Merge pull request #1551 from Pylons/suppress_noise_during_testingTres Seaver
2015-01-30Ignore never-called function.Tres Seaver
2015-01-30Suppress setuptools chatter when testing under tox.Tres Seaver
2015-01-30Use 'functools.update_wrapper' to preserve attributes from wrapped.Tres Seaver
2015-01-27fix countMichael Merickel
2015-01-22Merge pull request #1488 from sontek/support_more_features_in_routesMichael Merickel
2015-01-22Make more ways to configure [proutes] sectionJohn Anderson
2015-01-22Merge pull request #1540 from stevepiercy/masterSteve Piercy
2015-01-22apply changes from #1538 and #1539Steve Piercy
2015-01-22move index and reference down to proper section so that docs will build on ma...Steve Piercy
2015-01-20Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_...John Anderson
2015-01-20Merge pull request #1533 from msabramo/pserve_webbrowser_openMichael Merickel
2015-01-20Give pserve the ability top open server in browserMarc Abramowitz
2015-01-15Merge pull request #1522 from Kapishin/masterMichael Merickel
2015-01-07Provide a ref to check_csrf_tokenPavlo Kapyshin
2015-01-07Fix typoPavlo Kapyshin
2015-01-07Fix typos in configuration introspection documentationPavlo Kapyshin
2015-01-07Fix renderingPavlo Kapyshin
2015-01-07Fix "add_subscriber" spellingPavlo Kapyshin
2015-01-07Fix "pyramid" spellingPavlo Kapyshin
2015-01-05Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_...John Anderson
2015-01-05update changes for #1417Michael Merickel
2015-01-05Merge pull request #1417 from lrowe/renderer_app_iterMichael Merickel
2015-01-01Terminated the highlight on ``format``John Anderson
2015-01-01Fix typoJohn Anderson
2015-01-01Updated the CHANGES to discuss these improvments.John Anderson
2015-01-01Merge branch 'master' of https://github.com/Pylons/pyramid into support_more_...John Anderson
2015-01-01Updated the docs to talk about `--format`John Anderson
2015-01-01Merge branch 'master' of https://github.com/sontek/pyramid into support_more_...John Anderson
2015-01-01Merge pull request #1499 from sontek/expose_response_classMichael Merickel
2015-01-01Move _get_response_factory to pyramid.responseJohn Anderson
2015-01-01Merge pull request #1519 from sontek/add_logging_to_prequestMichael Merickel
2015-01-01Added a test for configuring loggingJohn Anderson
2015-01-01Setup logging with prequestJohn Anderson
2015-01-01Added CHANGES entry for this PRJohn Anderson
2015-01-01Fix typoJohn Anderson
2015-01-01Mkae the response factory a factory that takes a requestJohn Anderson
2014-12-27Added a version added flagJohn Anderson
2014-12-27basic docs cleanupJohn Anderson
2014-12-27Add the `set_response_factory` APIJohn Anderson