| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Allow users to specify custom path segments for routing." | Jenkins | 2015-05-21 | 2 | -1/+278 |
|\ |
|
| * | Allow users to specify custom path segments for routing. | Ryan Petrello | 2015-05-21 | 2 | -1/+278 |
* | | Properly raise HTTP 405 (and specify Allow headers) for RestController | Ryan Petrello | 2015-05-21 | 2 | -26/+94 |
|/ |
|
* | Fix unquoting of positional args with plus sign | Maxim Kulkin | 2015-05-12 | 1 | -0/+20 |
* | Properly handle Python3 Unicode path segments in pecan routing. | Ryan Petrello | 2015-05-07 | 3 | -1/+106 |
* | make_app() now uses the debugger param in DebugMiddleware() | Joe D'Andrea | 2015-04-29 | 1 | -0/+36 |
* | Merge "Prevent @expose(generic=True) on special methods (_route, _lookup, _de... | Jenkins | 2015-04-12 | 1 | -0/+23 |
|\ |
|
| * | Prevent @expose(generic=True) on special methods (_route, _lookup, _default). | Ryan Petrello | 2015-03-02 | 1 | -0/+23 |
* | | core: do not assume controller is a method | Julien Danjou | 2015-03-02 | 1 | -0/+10 |
|/ |
|
* | Fix broken wsme-stable job and pep8 failures. | Julien Danjou | 2015-03-02 | 3 | -14/+14 |
* | Merge "Change pecan to more gracefully handle a few odd request encoding edge... | Jenkins | 2015-01-12 | 2 | -2/+41 |
|\ |
|
| * | Change pecan to more gracefully handle a few odd request encoding edge cases. | Ryan Petrello | 2015-01-08 | 2 | -2/+41 |
* | | Improve ImportError verbosity for configuration files. | Ryan Petrello | 2015-01-06 | 1 | -0/+16 |
|/ |
|
* | Allows multiple parameters to be converted to list | Mehdi Abaakouk | 2014-12-11 | 1 | -0/+28 |
* | Improve detection of infinite recursion for PecanHook and pypy. | Ryan Petrello | 2014-11-20 | 1 | -0/+13 |
* | Merge "Fixes expose of staticmethod" | Jenkins | 2014-11-12 | 1 | -0/+27 |
|\ |
|
| * | Fixes expose of staticmethod | Mehdi Abaakouk | 2014-10-28 | 1 | -0/+27 |
* | | Only define remainder when not empty | Chmouel Boudjnah | 2014-10-28 | 1 | -0/+5 |
|/ |
|
* | Merge "Fix a routing bug for generic subcontrollers." | Jenkins | 2014-10-14 | 1 | -0/+26 |
|\ |
|
| * | Fix a routing bug for generic subcontrollers. | Ryan Petrello | 2014-09-26 | 1 | -0/+26 |
* | | Merge "Resolve a bug that mixes up argument order for generic functions." | Jenkins | 2014-10-14 | 1 | -2/+85 |
|\ \ |
|
| * | | Resolve a bug that mixes up argument order for generic functions. | Ryan Petrello | 2014-09-28 | 1 | -2/+85 |
| |/ |
|
* | | Merge "Remove `assert` for flow control; it can be optimized away with `pytho... | Jenkins | 2014-09-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove `assert` for flow control; it can be optimized away with `python -O`. | Ryan Petrello | 2014-09-25 | 1 | -1/+1 |
* | | For HTTP POSTs, map JSON request bodies to controller keyword arguments. | Ryan Petrello | 2014-09-25 | 1 | -0/+98 |
|/ |
|
* | Merge "Improve argspec detection and leniency for wrapped controllers." | Jenkins | 2014-09-25 | 1 | -0/+68 |
|\ |
|
| * | Improve argspec detection and leniency for wrapped controllers. | Ryan Petrello | 2014-09-24 | 1 | -0/+68 |
* | | Merge "When detecting non-content for HTTP 204, properly catch UnicodeDecodeE... | Jenkins | 2014-09-24 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | When detecting non-content for HTTP 204, properly catch UnicodeDecodeError. | Ryan Petrello | 2014-09-23 | 1 | -0/+8 |
* | | When path arguments are incorrect for RestController, return HTTP 404, not 400. | Ryan Petrello | 2014-09-24 | 1 | -9/+8 |
|/ |
|
* | Fix a bug in generic function handling when context locals are disabled. | Ryan Petrello | 2014-09-22 | 1 | -0/+45 |
* | Catch an edge case in RestController routing and properly return an HTTP 400. | Ryan Petrello | 2014-08-25 | 1 | -6/+117 |
* | Fix an infinite recursion error in PecanHook application. | Ryan Petrello | 2014-08-15 | 1 | -0/+40 |
* | Provide `pecan.state.arguments` for inspecting controller call arguments | Ryan Petrello | 2014-07-28 | 1 | -3/+366 |
* | Don't (mistakenly) set HTTP 204 on controllers which set `response.body_file`. | Ryan Petrello | 2014-07-09 | 1 | -0/+83 |
* | For an HTTP 405 on generic methods, attempt to specify an Allow header. | Ryan Petrello | 2014-06-26 | 1 | -1/+24 |
* | Merge "Serialize WebOb errors as JSON if the client requests it via an Accept... | Jenkins | 2014-06-25 | 1 | -0/+37 |
|\ |
|
| * | Serialize WebOb errors as JSON if the client requests it via an Accept header. | Ryan Petrello | 2014-06-25 | 1 | -0/+37 |
* | | Merge "Add support for specifying custom request and response implementations." | Jenkins | 2014-06-25 | 1 | -2/+37 |
|\ \
| |/
|/| |
|
| * | Add support for specifying custom request and response implementations. | Ryan Petrello | 2014-06-25 | 1 | -2/+37 |
* | | Merge "Added inheritance for hooks from parent classes" | Jenkins | 2014-06-25 | 1 | -0/+72 |
|\ \ |
|
| * | | Added inheritance for hooks from parent classes | Tihomir Trifonov | 2014-06-17 | 1 | -0/+72 |
* | | | Fix a bug that broke `default_renderer = json`. | Ryan Petrello | 2014-06-25 | 1 | -0/+13 |
| |/
|/| |
|
* | | Add support for Pecan *without* thread local request/response objects | Ryan Petrello | 2014-05-28 | 2 | -1/+1337 |
|/ |
|
* | Allow controllers to return an explicit `webob.Response` object. | Ryan Petrello | 2014-05-19 | 1 | -0/+17 |
* | Do not include Content-Type on 204 and 304 status codes | Julien Danjou | 2014-04-24 | 1 | -0/+1 |
* | Work around another obscure RestController edge case that should raise a 404. | Ryan Petrello | 2014-04-23 | 1 | -0/+43 |
* | Merge "If an exposed method returns nothing, reply with an HTTP 204." | Jenkins | 2014-04-23 | 1 | -2/+2 |
|\ |
|
| * | If an exposed method returns nothing, reply with an HTTP 204. | Ryan Petrello | 2014-04-23 | 1 | -2/+2 |
* | | pep8 fixes | Ryan Petrello | 2014-03-27 | 1 | -2/+2 |
|/ |
|