summaryrefslogtreecommitdiff
path: root/paste/urlmap.py
Commit message (Expand)AuthorAgeFilesLines
* - fix urlmap to include the path that was not found and notcce2007-08-081-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-201-1/+1
* Fix for paste.urlmap and vhostsIan Bicking2006-06-221-2/+2
* fix URLMap to make passing in a different not_found_app workseanc2006-05-291-1/+3
* Reapplying a previously-fixed port-related bugIan Bicking2006-05-251-1/+1
* Somehow I 'cleaned' the urlmap module, totally ruining it; must be changes th...Ian Bicking2006-05-251-69/+212
* Auto-update of version stringsIan Bicking2006-05-241-212/+69
* typoIan Bicking2006-04-251-1/+1
* Fixed port matching in urlmapIan Bicking2006-04-141-3/+9
* Fixed bug in port urlmap parsingIan Bicking2006-04-141-1/+1
* Typo in not-found handlerIan Bicking2006-03-301-1/+1
* Fix typo from matt hIan Bicking2006-03-031-1/+1
* Added better option parsing, so that you could match domains in paste.deploy ...Ian Bicking2006-01-281-5/+48
* Remove Python 2.4ism of a key argument to .sort()Ian Bicking2006-01-211-1/+3
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+3
* Deprecate the wsgilib.error_response functions; stop using them internally as...Ian Bicking2005-12-131-3/+4
* Fixes suggested by pyflakesIan Bicking2005-09-211-1/+0
* Added license comment to all substantive filesIan Bicking2005-08-311-0/+3
* TypoIan Bicking2005-08-291-1/+1
* Bug fixesIan Bicking2005-08-221-1/+1
* paste.deployify urlmapIan Bicking2005-08-221-7/+14
* Allow apps set to None, to mean a delete, and make the 404 app more informati...Ian Bicking2005-08-081-3/+24
* Made urlmap work with domain matching as wellIan Bicking2005-07-211-25/+53
* Added urlmap, which does top-level mapping to different applications, without...Ian Bicking2005-05-301-0/+137