| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding code-block directive to Python code samples. | bbangert | 2006-09-02 | 1 | -4/+12 |
| | | |||||
| * | Extensions to recursive for WSGIRemote | ianb | 2006-08-19 | 1 | -5/+43 |
| | | |||||
| * | Some more changes to paste.errordocuments and an update to paste.recursive | thejimmyg | 2006-07-20 | 1 | -17/+162 |
| | | |||||
| * | 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 ↵ | ianb | 2006-03-07 | 1 | -4/+1 |
| | | | | | paste.wsgilib.intercept_output | ||||
| * | Forgot import | ianb | 2006-03-03 | 1 | -0/+1 |
| | | |||||
| * | Added a newer/more sane way of doing forwarding, instead of the wonky ↵ | ianb | 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 ↵ | ianb | 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 | ianb | 2005-11-28 | 1 | -3/+3 |
| | | |||||
| * | Removed references to deleted package | ianb | 2005-09-25 | 1 | -16/+0 |
| | | |||||
| * | Added license comment to all substantive files | ianb | 2005-08-31 | 1 | -0/+3 |
| | | |||||
| * | paste.deployified recursive | ianb | 2005-08-22 | 1 | -1/+1 |
| | | |||||
| * | Added document extraction system; made recursive documentable | ianb | 2005-05-21 | 1 | -23/+56 |
| | | |||||
| * | A bunch of pylint-inspired changes; all minor code cleanup | ianb | 2005-05-17 | 1 | -4/+6 |
| | | |||||
| * | Added start_response exc_info argument | ianb | 2005-05-14 | 1 | -1/+3 |
| | | |||||
| * | Nicer repr() | ianb | 2005-05-04 | 1 | -0/+6 |
| | | |||||
| * | Renamed package itself | ianb | 2005-04-22 | 1 | -0/+110 |
