summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version increment.0.4.5Ryan Petrello2014-02-192-1/+9
* Merge "Fix a trailing slash bug for `RestController`s that have a `_lookup` m...Jenkins2014-02-192-3/+35
|\
| * Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-192-3/+35
* | Merge "Add improved documentation for `pecan.request` and `pecan.response`."Jenkins2014-02-191-0/+28
|\ \ | |/ |/|
| * Add improved documentation for `pecan.request` and `pecan.response`.Ryan Petrello2014-02-181-0/+28
* | Merge "Test pecan against Python3.4 (for now, rc1)."Jenkins2014-02-142-2/+15
|\ \
| * | Test pecan against Python3.4 (for now, rc1).Ryan Petrello2014-02-132-2/+15
| |/
* | Merge "Cleanup the WSGI app reference from the threadlocal state on every req...Jenkins2014-02-142-1/+2
|\ \
| * | Cleanup the WSGI app reference from the threadlocal state on every request.Ryan Petrello2014-02-132-1/+2
| |/
* | Fix a trailing slash bug for `RestController`s that have a `_lookup` method.Ryan Petrello2014-02-132-0/+43
|/
* Forcibly upgrade/install pecan-dev for OpenStack gating tests.Ryan Petrello2014-02-131-3/+3
* Simplify tox gate tests for OpenStack projects.Ryan Petrello2014-02-131-24/+9
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-1922-189/+247
* Merge "Fix typos in documents and comments"Jenkins2014-01-185-9/+9
|\
| * Fix typos in documents and commentsChang Bo Guo2013-12-105-9/+9
* | 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
|\ \