summaryrefslogtreecommitdiff
path: root/paste/urlmap.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo from matt hianb2006-03-031-1/+1
* Added better option parsing, so that you could match domains in paste.deploy ...ianb2006-01-281-5/+48
* Remove Python 2.4ism of a key argument to .sort()ianb2006-01-211-1/+3
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+3
* Deprecate the wsgilib.error_response functions; stop using them internally as...ianb2005-12-131-3/+4
* Fixes suggested by pyflakesianb2005-09-211-1/+0
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Typoianb2005-08-291-1/+1
* Bug fixesianb2005-08-221-1/+1
* paste.deployify urlmapianb2005-08-221-7/+14
* Allow apps set to None, to mean a delete, and make the 404 app more informati...ianb2005-08-081-3/+24
* Made urlmap work with domain matching as wellianb2005-07-211-25/+53
* Added urlmap, which does top-level mapping to different applications, without...ianb2005-05-301-0/+137