| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | small docstring formatting fixes | Ian Bicking | 2008-04-27 | 1 | -8/+15 |
| | | |||||
| * | Avoid infinite loop of reading no data from a socket in cascade | Ian Bicking | 2008-02-13 | 1 | -0/+2 |
| | | |||||
| * | Fix #194; seek(0) before last app in cascade | Ian Bicking | 2007-10-24 | 1 | -0/+2 |
| | | |||||
| * | be more tolerant of bad CONTENT_LENGTH1.5.1 | Ian Bicking | 2007-10-22 | 1 | -1/+4 |
| | | |||||
| * | Content-Length: -1 means we should read indefinitely, not count down to zero ↵ | Ian Bicking | 2007-10-11 | 1 | -6/+9 |
| | | | | | (which would of course be fatal) | ||||
| * | Fix #194, paste.cascade doesn't copy wsgi.input, and blocking can occur: now ↵ | Ian Bicking | 2007-10-10 | 1 | -0/+21 |
| | | | | | wsgi.input is copied and .seek(0) on each call | ||||
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | Ian Bicking | 2006-10-20 | 1 | -2/+2 |
| | | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
| * | Paste should not depend upon other paste modules, such | cce | 2006-09-21 | 1 | -1/+1 |
| | | | | | | | | | | as Deploy. This patch moves 'converters' into paste.util since it was being used within paste proper. I'll leave it to those who know Deploy to update that. - copied converters.py from paste.deploy to paste.util - updated files that use paste.deploy.converters | ||||
| * | Removed Paste Deploy dependencies in many places | Ian Bicking | 2006-08-19 | 1 | -1/+1 |
| | | |||||
| * | Avoid using exceptions in Cascade; this was causing a problem if an ↵ | Ian Bicking | 2005-12-13 | 1 | -3/+17 |
| | | | | | exception-catching middleware was above the cascade process. Now it doesn't use exceptions at all. | ||||
| * | Fix for case when you pass a string to cascade | Ian Bicking | 2005-11-28 | 1 | -1/+1 |
| | | |||||
| * | Be more careful about sharing environments | Ian Bicking | 2005-09-21 | 1 | -1/+2 |
| | | |||||
| * | Added license comment to all substantive files | Ian Bicking | 2005-08-31 | 1 | -0/+3 |
| | | |||||
| * | paste.deployified cascade | Ian Bicking | 2005-08-22 | 1 | -0/+27 |
| | | |||||
| * | Dispatcher to try multiple applications until 404 not given | Ian Bicking | 2005-08-15 | 1 | -0/+50 |
