summaryrefslogtreecommitdiff
path: root/paste/recursive.py
Commit message (Collapse)AuthorAgeFilesLines
* 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