summaryrefslogtreecommitdiff
path: root/tests/test_urlparser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix urlparser tests on Python 3Victor Stinner2015-04-211-6/+6
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-181-1/+1
* forgot to fix up testIan Bicking2010-06-151-2/+1
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-151-0/+7
* Accept relative paths in StaticURLParser (#244). From Eric Larsonianb2008-03-301-6/+17
* Use 404 instead of 400 when there's extra path on a static file, like with /i...ianb2006-12-221-3/+4
* Tests actually look just fine, but just two similar cases. And remove a dead...ianb2006-06-221-0/+2
* whitespacepjenvey2006-06-191-2/+1
* updated test commentpjenvey2006-06-191-3/+4
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-191-0/+41
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-181-0/+20
* Deprecate the wsgilib.error_response functions; stop using them internally as...ianb2005-12-131-3/+3
* Added parser that reads files from an egg using pkg_resourcesianb2005-09-281-0/+20
* paste.deployified urlparserianb2005-08-221-1/+1
* Moved testianb2005-08-221-0/+77