summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
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
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
2014-12-26- pin Sphinx >= 1.2.3 for RTDSteve Piercy
2014-12-26pass proper registryJohn Anderson
2014-12-26Add support for static routesJohn Anderson
2014-12-26Added 2 more tests directly to the util functionJohn Anderson
2014-12-26Merge pull request #1501 from stevepiercy/masterSteve Piercy
2014-12-26- establish minimum version of 1.2.3 for Sphinx. I hope this works. See https...Steve Piercy
2014-12-26Merge pull request #1500 from stevepiercy/masterSteve Piercy
2014-12-26- adding back .png file because PDF cannot include and build SVG files. Also ...Steve Piercy
2014-12-26Add test to show usage of custom response classJohn Anderson
2014-12-26Refactored how `ResponseClass` is used so it can be overriddenJohn Anderson
2014-12-25Add support for passing unbound class methods to `add_view`John Anderson
2014-12-25Add the --format flagJohn Anderson
2014-12-25Added test for the view globJohn Anderson
2014-12-23Add a --glob option to limit outputMarc Abramowitz
2014-12-23Merge pull request #1496 from stevepiercy/masterSteve Piercy
2014-12-23- add an index to the API directory for better SEOSteve Piercy
2014-12-23Merge pull request #1479 from stevepiercy/masterSteve Piercy