index
:
delta/python-packages/pecan.git
master
github.com: stackforge/pecan.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
For HTTP POSTs, map JSON request bodies to controller keyword arguments.
Ryan Petrello
2014-09-25
2
-0
/
+107
*
Merge "Improve argspec detection and leniency for wrapped controllers."
Jenkins
2014-09-25
6
-7
/
+111
|
\
|
*
Improve argspec detection and leniency for wrapped controllers.
Ryan Petrello
2014-09-24
6
-7
/
+111
*
|
Merge "When detecting non-content for HTTP 204, properly catch UnicodeDecodeE...
Jenkins
2014-09-24
2
-3
/
+17
|
\
\
|
|
/
|
/
|
|
*
When detecting non-content for HTTP 204, properly catch UnicodeDecodeError.
Ryan Petrello
2014-09-23
2
-3
/
+17
*
|
When path arguments are incorrect for RestController, return HTTP 404, not 400.
Ryan Petrello
2014-09-24
2
-10
/
+12
|
/
*
Merge "Revert "Import run_cross_tests.sh from oslo-incubator""
Jenkins
2014-09-22
2
-77
/
+0
|
\
|
*
Revert "Import run_cross_tests.sh from oslo-incubator"
Ryan Petrello
2014-09-10
2
-77
/
+0
*
|
Fix a bug in generic function handling when context locals are disabled.
Ryan Petrello
2014-09-22
2
-6
/
+59
*
|
Stop using distribute for Python 3 tests.
Ryan Petrello
2014-09-22
1
-12
/
+0
|
/
*
Add docs environment to tox.ini
Monty Taylor
2014-09-08
1
-0
/
+4
*
Version increment.
0.7.0
Ryan Petrello
2014-08-28
2
-1
/
+14
*
Merge "Configure the root logger properly"
Jenkins
2014-08-27
4
-5
/
+4
|
\
|
*
Configure the root logger properly
Stanislaw Pitucha
2014-08-27
4
-5
/
+4
*
|
Merge "Refactor 204 handling."
Jenkins
2014-08-27
1
-14
/
+20
|
\
\
|
*
|
Refactor 204 handling.
Ryan Petrello
2014-07-28
1
-14
/
+20
*
|
|
Merge "Add a few py.test options to improve ease of use for the py.test runner."
Jenkins
2014-08-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Add a few py.test options to improve ease of use for the py.test runner.
Ryan Petrello
2014-08-25
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Catch an edge case in RestController routing and properly return an HTTP 400.
Ryan Petrello
2014-08-25
2
-15
/
+136
|
/
/
*
|
Include test requirements in sdist tarball
Thomas Bechtold
2014-08-20
1
-0
/
+1
*
|
Fix an infinite recursion error in PecanHook application.
Ryan Petrello
2014-08-15
2
-1
/
+50
*
|
Provide `pecan.state.arguments` for inspecting controller call arguments
Ryan Petrello
2014-07-28
3
-13
/
+388
|
/
*
Version increment.
0.6.1
Ryan Petrello
2014-07-10
2
-1
/
+6
*
Don't (mistakenly) set HTTP 204 on controllers which set `response.body_file`.
Ryan Petrello
2014-07-09
2
-2
/
+105
*
Merge "Gate on designate stable and HEAD."
0.6.0
Jenkins
2014-06-27
1
-0
/
+16
|
\
|
*
Gate on designate stable and HEAD.
Ryan Petrello
2014-06-25
1
-0
/
+16
*
|
Version increment.
Ryan Petrello
2014-06-26
3
-1
/
+28
*
|
Merge "Be gracious in deprecation of method signatures related to threadlocal...
Jenkins
2014-06-26
2
-9
/
+57
|
\
\
|
*
|
Be gracious in deprecation of method signatures related to threadlocal removal.
Ryan Petrello
2014-06-25
2
-9
/
+57
*
|
|
For an HTTP 405 on generic methods, attempt to specify an Allow header.
Ryan Petrello
2014-06-26
3
-1
/
+32
|
/
/
*
|
Merge "Serialize WebOb errors as JSON if the client requests it via an Accept...
Jenkins
2014-06-25
2
-3
/
+55
|
\
\
|
*
|
Serialize WebOb errors as JSON if the client requests it via an Accept header.
Ryan Petrello
2014-06-25
2
-3
/
+55
*
|
|
Merge "Add support for specifying custom request and response implementations."
Jenkins
2014-06-25
4
-16
/
+95
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for specifying custom request and response implementations.
Ryan Petrello
2014-06-25
4
-16
/
+95
*
|
|
Merge "Added inheritance for hooks from parent classes"
Jenkins
2014-06-25
3
-4
/
+182
|
\
\
\
|
*
|
|
Added inheritance for hooks from parent classes
Tihomir Trifonov
2014-06-17
3
-4
/
+182
*
|
|
|
Fix a bug that broke `default_renderer = json`.
Ryan Petrello
2014-06-25
2
-1
/
+16
|
|
/
/
|
/
|
|
*
|
|
Merge "Add support for Pecan *without* thread local request/response objects"
Jenkins
2014-06-25
9
-129
/
+1650
|
\
\
\
|
*
|
|
Add support for Pecan *without* thread local request/response objects
Ryan Petrello
2014-05-28
9
-129
/
+1650
|
|
/
/
*
|
|
Test ceilometer on py27.
Ryan Petrello
2014-06-24
1
-8
/
+8
*
|
|
Fix routing docs about "Interacting with the Request and Response Object"
Pierre Padrixe
2014-06-19
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge "Missing import in example"
Jenkins
2014-06-19
1
-0
/
+1
|
\
\
|
*
|
Missing import in example
Stanislaw Pitucha
2014-05-27
1
-0
/
+1
*
|
|
Fix an incorrect barbican repo URL.
Ryan Petrello
2014-06-02
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge "Gate on stable/icehouse, and a few new projects that use pecan."
Jenkins
2014-05-28
1
-1
/
+25
|
\
\
|
*
|
Gate on stable/icehouse, and a few new projects that use pecan.
Ryan Petrello
2014-05-19
1
-1
/
+25
*
|
|
Fix a documentation typo.
Ryan Petrello
2014-05-25
1
-2
/
+2
|
|
/
|
/
|
*
|
Allow controllers to return an explicit `webob.Response` object.
Ryan Petrello
2014-05-19
2
-0
/
+20
|
/
*
Merge "Fix a broken scaffold test."
Jenkins
2014-04-24
1
-1
/
+1
|
\
|
*
Fix a broken scaffold test.
Ryan Petrello
2014-04-24
1
-1
/
+1
[next]