summaryrefslogtreecommitdiff
path: root/paste/recursive.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ian Bicking2006-03-071-4/+1
| | | | paste.wsgilib.intercept_output
* Forgot importIan Bicking2006-03-031-0/+1
|
* Added a newer/more sane way of doing forwarding, instead of the wonky ↵Ian Bicking2006-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 ↵Ian Bicking2005-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 ClementsIan Bicking2005-11-281-3/+3
|
* Removed references to deleted packageIan Bicking2005-09-251-16/+0
|
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
|
* paste.deployified recursiveIan Bicking2005-08-221-1/+1
|
* Added document extraction system; made recursive documentableIan Bicking2005-05-211-23/+56
|
* A bunch of pylint-inspired changes; all minor code cleanupIan Bicking2005-05-171-4/+6
|
* Added start_response exc_info argumentIan Bicking2005-05-141-1/+3
|
* Nicer repr()Ian Bicking2005-05-041-0/+6
|
* Renamed package itselfIan Bicking2005-04-221-0/+110