summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version increment.0.4.4Ryan Petrello2014-01-072-1/+6
* Fix a memory leak in pecan.util.memodictRyan Petrello2014-01-071-11/+0
* Version increment.0.4.3Ryan Petrello2013-12-172-1/+8
* Fix several bugs for RestControllerRyan Petrello2013-12-042-19/+99
* Run ceilometer tests against py26, not py27.Ryan Petrello2013-12-041-2/+16
* Merge "Add test environments to gate pecan against WSME, Ceilometer, and Iron...Jenkins2013-10-281-0/+41
|\
| * Add test environments to gate pecan against WSME, Ceilometer, and Ironic.Ryan Petrello2013-10-281-0/+41
* | Merge "Respect security for generic controllers."Jenkins2013-10-283-3/+132
|\ \
| * | Respect security for generic controllers.Ryan Petrello2013-10-163-3/+132
* | | Replace an "invalid syntax" Python test fixture with a generated tempfile.Ryan Petrello2013-10-233-11/+12
| |/ |/|
* | Merge "Persist `pecan.request.context` across internal redirects."Jenkins2013-10-042-1/+36
|\ \
| * | Persist `pecan.request.context` across internal redirects.Ryan Petrello2013-09-302-1/+36
| |/
* | Resolve a bug in `_default` handlers used in `RestController`.Ryan Petrello2013-09-302-1/+18
|/
* Version increment.0.4.2Ryan Petrello2013-09-272-1/+5
* Remove a routing optimization that breaks the WSME pecan plugin.Ryan Petrello2013-09-271-17/+14
* Including a `venv` tox environment so we can release via OpenStack CI.0.4.1Ryan Petrello2013-09-273-2/+6
* Version increment.0.4.0Ryan Petrello2013-09-272-2/+2
* Version increment.Ryan Petrello2013-09-272-1/+12
* Merge "core: do not try to set response body to None"Jenkins2013-09-262-1/+18
|\
| * core: do not try to set response body to NoneJulien Danjou2013-09-262-1/+18
* | Merge "Squeeze some more performance out of the WSGI __call__ and dispatch al...Jenkins2013-09-263-58/+66
|\ \
| * | Squeeze some more performance out of the WSGI __call__ and dispatch algorithm.Ryan Petrello2013-09-253-58/+66
* | | Merge "Update README.rst with bug/issue tracker information."Jenkins2013-09-261-0/+9
|\ \ \ | |_|/ |/| |
| * | Update README.rst with bug/issue tracker information.Ryan Petrello2013-09-261-0/+9
| |/
* | Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-225-18/+39
|/
* Merge "Document and test the uwsgi plugin."Jenkins2013-09-013-24/+35
|\
| * Document and test the uwsgi plugin.Ryan Petrello2013-08-293-24/+35
* | Fix an RST heading.Ryan Petrello2013-08-291-1/+1
|/
* Specify minimum versions in requirements.txt.Ryan Petrello2013-08-162-12/+10
* Update docs and package metadata to reflect gerrit review process.Ryan Petrello2013-08-135-37/+36
* Add .gitreview file.Ryan Petrello2013-08-131-0/+4
* Version increment.0.3.2Ryan Petrello2013-08-122-1/+8
* Merge pull request #231 from ryanpetrello/nextJonathan LaCour2013-08-121-2/+3
|\
| * Add our mailing list URL to the README.Ryan Petrello2013-08-091-2/+3
* | Merge pull request #230 from cleverdevil/nextRyan Petrello2013-08-121-16/+42
|\ \
| * | Adding some clarification to the file upload docs, at Ryan's request.Jonathan LaCour2013-08-121-0/+1
| * | Documenting multipart file uploads. Resolves #229.Jonathan LaCour2013-08-091-16/+41
| * | Merge branch 'next' of github.com:dreamhost/pecanJonathan LaCour2013-08-099-85/+133
| |\ \ | |/ / |/| |
* | | Merge pull request #228 from ryanpetrello/nextmarkmcclain2013-08-093-5/+36
|\ \ \ | | |/ | |/|
| * | Add a deprecation warning for ``pecan.conf.requestviewer``.Ryan Petrello2013-08-093-5/+36
* | | Merge pull request #227 from ryanpetrello/routing_lookup_bugmarkmcclain2013-08-082-0/+36
|\ \ \
| * | | Fix a routing bug for certain _lookup controller configurations.Ryan Petrello2013-08-082-0/+36
| |/ /
* | | Merge pull request #226 from ryanpetrello/nextmarkmcclain2013-08-085-85/+42
|\ \ \ | |/ /
| * | Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-085-85/+42
* | | Merge pull request #224 from ryanpetrello/nextmarkmcclain2013-08-081-0/+24
|\ \ \ | |/ /
| * | Clarify the __force_dict__ configuration directive.Ryan Petrello2013-08-081-0/+24
| | * Merge branch 'next'0.3.1Ryan Petrello2013-07-228-13/+142
| | |\ | |_|/ |/| |
* | | Version increment.Ryan Petrello2013-07-222-1/+6
* | | Merge pull request #220 from moniker-dns/on_error_responseRyan Petrello2013-07-223-6/+47
|\ \ \
| * | | Allow on_error hooks to return a Response.Kiall Mac Innes2013-07-203-6/+47
|/ / /