summaryrefslogtreecommitdiff
path: root/paste/urlmap.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ian Bicking2005-08-081-3/+24
| | | | informative for debugging in the comments
* Made urlmap work with domain matching as wellIan Bicking2005-07-211-25/+53
|
* Added urlmap, which does top-level mapping to different applications, ↵Ian Bicking2005-05-301-0/+137
without any 'parsing' phase, typically using configuration files as application descriptors. Also added use_package function to configuration, which requires and installs the named package with easy_install.