summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-22move index and reference down to proper section so that docs will build on ↵Steve Piercy
master again
2015-01-20Merge branch 'master' of https://github.com/Pylons/pyramid into ↵John Anderson
support_more_features_in_routes Conflicts: CHANGES.txt
2015-01-20Merge pull request #1533 from msabramo/pserve_webbrowser_openMichael Merickel
Give pserve the ability top open server in browser
2015-01-20Give pserve the ability top open server in browserMarc Abramowitz
E.g.: pserve app.ini --browser or: pserve app.ini -b
2015-01-15Merge pull request #1522 from Kapishin/masterMichael Merickel
Fix few typos
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 ↵John Anderson
support_more_features_in_routes Conflicts: CHANGES.txt
2015-01-05update changes for #1417Michael Merickel
2015-01-05Merge pull request #1417 from lrowe/renderer_app_iterMichael Merickel
Support returning app_iter from renderer.
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 ↵John Anderson
support_more_features_in_routes
2015-01-01Updated the docs to talk about `--format`John Anderson
2015-01-01Merge branch 'master' of https://github.com/sontek/pyramid into ↵John Anderson
support_more_features_in_routes
2015-01-01Merge pull request #1499 from sontek/expose_response_classMichael Merickel
Expose response class
2015-01-01Added py3 supportJohn Anderson
2015-01-01Move _get_response_factory to pyramid.responseJohn Anderson
2015-01-01Catch bad `name` and raise a `ValueError`John Anderson
2015-01-01Merge pull request #1519 from sontek/add_logging_to_prequestMichael Merickel
Setup logging with prequest
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
2014-12-27update changelogMichael Merickel
2014-12-27add action-order documentationMichael Merickel
2014-12-26Clean up compat testsJohn Anderson
2014-12-26Don't need im_selfJohn Anderson
2014-12-26Raise errors if unbound methods are passed inJohn Anderson
2014-12-27add reentrant testsMichael Merickel
2014-12-26Merge pull request #1503 from stevepiercy/masterSteve Piercy
- update theme with new image
2014-12-26- update theme with new imageSteve Piercy
2014-12-26modify textMichael Merickel
2014-12-26improve error output a bitMichael Merickel
2014-12-26optimize the conflict resolution to occur against only executed actionsMichael Merickel
2014-12-26refactor loop to combine conflict resolution paths into oneMichael Merickel
2014-12-26izip_longest is not valid on py3Michael Merickel
2014-12-26first cut at a re-entrant configurator where tests still passMichael Merickel
2014-12-26Merge pull request #1502 from stevepiercy/masterSteve Piercy
pin Sphinx >= 1.2.3 for RTD
2014-12-26- pin Sphinx >= 1.2.3 for RTDSteve Piercy
2014-12-26pass proper registryJohn Anderson