| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed hang bug when using recursive forwards during an exception toss during ↵ | bbangert | 2006-05-04 | 1 | -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 Bicking | 2006-03-07 | 1 | -4/+1 |
| | | | | | paste.wsgilib.intercept_output | ||||
| * | Forgot import | Ian Bicking | 2006-03-03 | 1 | -0/+1 |
| | | |||||
| * | Added a newer/more sane way of doing forwarding, instead of the wonky ↵ | Ian Bicking | 2006-03-02 | 1 | -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 Bicking | 2005-12-30 | 1 | -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 Clements | Ian Bicking | 2005-11-28 | 1 | -3/+3 |
| | | |||||
| * | Removed references to deleted package | Ian Bicking | 2005-09-25 | 1 | -16/+0 |
| | | |||||
| * | Added license comment to all substantive files | Ian Bicking | 2005-08-31 | 1 | -0/+3 |
| | | |||||
| * | paste.deployified recursive | Ian Bicking | 2005-08-22 | 1 | -1/+1 |
| | | |||||
| * | Added document extraction system; made recursive documentable | Ian Bicking | 2005-05-21 | 1 | -23/+56 |
| | | |||||
| * | A bunch of pylint-inspired changes; all minor code cleanup | Ian Bicking | 2005-05-17 | 1 | -4/+6 |
| | | |||||
| * | Added start_response exc_info argument | Ian Bicking | 2005-05-14 | 1 | -1/+3 |
| | | |||||
| * | Nicer repr() | Ian Bicking | 2005-05-04 | 1 | -0/+6 |
| | | |||||
| * | Renamed package itself | Ian Bicking | 2005-04-22 | 1 | -0/+110 |
