summaryrefslogtreecommitdiff
path: root/paste/urlparser.py
Commit message (Expand)AuthorAgeFilesLines
* Use 404 instead of 400 when there's extra path on a static file, like with /i...Ian Bicking2006-12-221-1/+1
* Reverting r6016Ian Bicking2006-12-221-33/+30
* Tweaked StaticURLParser to fix windows paths and infinite URL redirects. Curr...thejimmyg2006-12-221-30/+33
* Fixed the paths for to work with Windowsthejimmyg2006-12-181-1/+6
* Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...Ian Bicking2006-12-181-7/+5
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-201-4/+4
* Paste should not depend upon other paste modules, suchcce2006-09-211-2/+1
* Buglet from 2 commits agoIan Bicking2006-08-291-1/+2
* Patch for cache_max_age from Brad ClementsIan Bicking2006-08-291-6/+20
* Removed Paste Deploy dependencies in many placesIan Bicking2006-08-191-1/+48
* Preventing circumvention of StaticURLParser and PkgResourcesParser's root dir...pjenvey2006-06-191-6/+24
* Fixed urlparser classes to handle quoted (e.g. %20) URL paths.pjenvey2006-06-181-3/+7
* docstringIan Bicking2006-03-301-0/+4
* The last two commits fixed the wrong thing; urlparser now back to how it was,...Ian Bicking2006-01-261-2/+2
* stupid syntax error in last commitIan Bicking2006-01-261-2/+2
* Fixed mis-used redirect when adding trailing slashIan Bicking2006-01-261-2/+2
* Using ETag's for browser-side HTTP 1.1 caching when available for static cont...bbangert2006-01-181-0/+10
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-0/+3
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+0
* Moved all the internal uses of wsgilib to their correct forms nowIan Bicking2005-12-181-2/+2
* Added -W option to tests, which will turn warnings into errors (warnings have...Ian Bicking2005-12-181-1/+2
* Moved a function to request that shouldn't beIan Bicking2005-12-151-1/+1
* Move things to using request module instead of wsgilibIan Bicking2005-12-141-9/+9
* Using new paste.request libbbangert2005-12-131-2/+3
* Be a little less picky about 'ambiguous' filenames in URLParser, when one of ...Ian Bicking2005-12-131-4/+10
* Deprecate the wsgilib.error_response functions; stop using them internally as...Ian Bicking2005-12-131-50/+37
* Added entry point for pkg_resources file servingIan Bicking2005-12-131-0/+9
* Improve error message on urlparser Not FoundsIan Bicking2005-12-021-2/+7
* Added wsgi_application hook to objects that URLParser findsIan Bicking2005-11-141-4/+8
* Default type when mimetypes returns NoneIan Bicking2005-10-041-0/+2
* Added parser that reads files from an egg using pkg_resourcesIan Bicking2005-09-281-1/+53
* Fixes suggested by pyflakesIan Bicking2005-09-211-1/+0
* Added static file-serving appIan Bicking2005-09-211-0/+3
* Added more information to 404 messagerflosi2005-09-201-1/+4
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* paste.deployified urlparserIan Bicking2005-08-221-65/+60
* Added static file serverIan Bicking2005-08-151-1/+73
* Another bug fix from the refactoringIan Bicking2005-07-031-4/+3
* Fixed hook (broken from last commit)Ian Bicking2005-07-021-1/+1
* Fixed bug introduced in refactoringIan Bicking2005-07-021-4/+3
* Put in a check for loops when using the application hookIan Bicking2005-06-131-1/+3
* Some refactoring; added a 'application' hook for __init__.py; documented curr...Ian Bicking2005-06-121-28/+58
* Added documetationIan Bicking2005-05-221-48/+78
* A bunch of pylint-inspired changes; all minor code cleanupIan Bicking2005-05-171-1/+2
* Added urlparser_wrap hook for __init__.py'sIan Bicking2005-05-071-1/+6
* Renamed package itselfIan Bicking2005-04-221-0/+329