summaryrefslogtreecommitdiff
path: root/paste/recursive.py
Commit message (Collapse)AuthorAgeFilesLines
* Port recursive to Python 3Victor Stinner2015-04-211-4/+4
| | | | HTTP body is bytes
* Python 3: use six.reraise() to re-raise an exception with the tracebackCyril Roelandt2014-03-181-2/+3
|
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
|
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-1/+1
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Improve errors when fetching an error page: ↵Ian Bicking2010-09-021-41/+45
| | | | http://trac.pythonpaste.org/pythonpaste/ticket/123
* small docstring formatting fixesianb2008-04-271-4/+4
|
* convert old-style classes to new-style classespjenvey2007-01-051-2/+2
|
* Use a more appropriate parameter nameianb2006-12-201-3/+3
|
* Fix for recursiveianb2006-12-181-0/+3
|
* A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ianb2006-10-201-9/+18
| | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
* moved entry point for recursiveianb2006-10-201-10/+15
|
* Adding code-block directive to Python code samples.bbangert2006-09-021-4/+12
|
* Extensions to recursive for WSGIRemoteianb2006-08-191-5/+43
|
* Some more changes to paste.errordocuments and an update to paste.recursivethejimmyg2006-07-201-17/+162
|
* Fixed hang bug when using recursive forwards during an exception toss during ↵bbangert2006-05-041-0/+1
| | | | a POST. At this point, changing the request method to a GET alleviates the issue with re-reading the 'wsgi.input' which is no longer present at this point. Ideally instead of having to change the request method during an internal redirect, the wsgi.input should possibly be repopulated somehow.
* move warnings in paste.recursive; added conditional argument to ↵ianb2006-03-071-4/+1
| | | | paste.wsgilib.intercept_output
* Forgot importianb2006-03-031-0/+1
|
* Added a newer/more sane way of doing forwarding, instead of the wonky ↵ianb2006-03-021-1/+52
| | | | callback stuff (which is now deprecated with a warning)
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-0/+3
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* Fixes for including other files via recursive, from Brad Clementsianb2005-11-281-3/+3
|
* Removed references to deleted packageianb2005-09-251-16/+0
|
* Added license comment to all substantive filesianb2005-08-311-0/+3
|
* paste.deployified recursiveianb2005-08-221-1/+1
|
* Added document extraction system; made recursive documentableianb2005-05-211-23/+56
|
* A bunch of pylint-inspired changes; all minor code cleanupianb2005-05-171-4/+6
|
* Added start_response exc_info argumentianb2005-05-141-1/+3
|
* Nicer repr()ianb2005-05-041-0/+6
|
* Renamed package itselfianb2005-04-221-0/+110