Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix urlparser tests on Python 3 | Victor Stinner | 2015-04-21 | 1 | -6/+6 |
| | | | | HTTP body must be bytes | ||||
* | Python 3: add parenthesis to print() to support Python 2 and Python 3 | Cyril Roelandt | 2014-03-18 | 1 | -1/+1 |
| | | | | Use also "from __future__ import print_function". | ||||
* | forgot to fix up test | Ian Bicking | 2010-06-15 | 1 | -2/+1 |
| | |||||
* | Fix XSS attacks as reported by Tim Wintle | Ian Bicking | 2010-06-15 | 1 | -0/+7 |
| | |||||
* | Accept relative paths in StaticURLParser (#244). From Eric Larson | ianb | 2008-03-30 | 1 | -6/+17 |
| | |||||
* | Use 404 instead of 400 when there's extra path on a static file, like with ↵ | ianb | 2006-12-22 | 1 | -3/+4 |
| | | | | /index.html/foo' | ||||
* | Tests actually look just fine, but just two similar cases. And remove a ↵ | ianb | 2006-06-22 | 1 | -0/+2 |
| | | | | dead directory | ||||
* | whitespace | pjenvey | 2006-06-19 | 1 | -2/+1 |
| | |||||
* | updated test comment | pjenvey | 2006-06-19 | 1 | -3/+4 |
| | |||||
* | Preventing circumvention of StaticURLParser and PkgResourcesParser's root ↵ | pjenvey | 2006-06-19 | 1 | -0/+41 |
| | | | | | | directories. Ensuring fix with tests | ||||
* | Fixed urlparser classes to handle quoted (e.g. %20) URL paths. | pjenvey | 2006-06-18 | 1 | -0/+20 |
| | | | | | Added tests for this (Thanks Jose Galvez) | ||||
* | Deprecate the wsgilib.error_response functions; stop using them internally ↵ | ianb | 2005-12-13 | 1 | -3/+3 |
| | | | | as well, in preference of httpexceptions.*.wsgi_application | ||||
* | Added parser that reads files from an egg using pkg_resources | ianb | 2005-09-28 | 1 | -0/+20 |
| | |||||
* | paste.deployified urlparser | ianb | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | Moved test | ianb | 2005-08-22 | 1 | -0/+77 |