summaryrefslogtreecommitdiff
path: root/routes/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* * Printing a mapper now includes the Controller/action parameters from theBen Bangert2015-01-171-2/+3
* * URL generation with/without SCRIPT_NAME was resulting in the URL cacheBen Bangert2015-01-171-13/+13
* Fix doctests.Ben Bangert2015-01-171-12/+5
* PEP8 cleanups.Ben Bangert2015-01-171-237/+256
* Extract Route creation into separate methodSam Phillips2014-01-201-1/+8
* Merge pull request #14 from blamarvt/overflow-fixBen Bangert2013-11-201-4/+13
|\
| * Allow for a large number of URL matchesBrian Lamar2013-11-201-4/+13
* | Let submappers' children have their own controllers.Yuriy Taraday2013-11-181-0/+2
|/
* Merge pull request #3 from YorikSar/doc_fixBen Bangert2013-05-231-1/+1
|\
| * Small misprint fix in collection() docsYuriy Taraday2012-08-311-1/+1
* | Add Python 3 support.Alejandro Sánchez2013-05-031-41/+57
|/
* mergeBen Bangert2012-03-121-2/+2
|\
| * Fixing the regex by removing an extra ?Michael Basnight2012-02-281-1/+1
| * Added functionality to allow escaped dots in urlsMichael Basnight2012-02-281-2/+2
* | Remove custom LRU and use repoze.lruBen Bangert2010-06-281-4/+7
|/
* * Fix bug with URLGenerator not properly including SCRIPT_NAME when generatingBen Bangert2010-06-051-3/+4
* * Fix bug with routes not generating URL's with callables in defaults.v1.12.1Ben Bangert2010-03-111-2/+2
* Major re-org of the docsBen Bangert2010-02-281-5/+2
* * Fix url.current() not returning current args when explicit is True.Ben Bangert2010-02-281-1/+1
* Remove a ternary operation in the Mapper to get it working on Python 2.4Luke Macken2010-02-281-1/+1
* mergeBen Bangert2010-02-201-24/+28
|\
| * Have collection() use the new {.format} component if needed instead of genera...Mike Burrows2010-02-101-22/+26
| * {.format} path componentsMike Burrows2010-02-101-2/+2
* | Increase unit tests and add more explicit use of the mapper for matching.Ben Bangert2010-02-201-9/+16
* | Backout explicit change.Ben Bangert2010-01-231-1/+1
|/
* Mapper.explicit now defaults to TrueMike Burrows2010-01-111-2/+2
* Mapper.minimization now defaults to FalseMike Burrows2010-01-091-1/+1
* Fix placement of __enter__ and __exit__Mike Burrows2010-01-021-6/+6
* Optional formatted routes on submappersMike Burrows2009-12-301-9/+30
* Fix merge errorMike Burrows2009-12-291-1/+1
* Code layout changesMike Burrows2009-12-291-52/+32
* Fix doctestsMike Burrows2009-12-281-8/+12
* docstring and unit test for Mapper.__str__()Mike Burrows2009-12-261-13/+1
* docstrings for new/enhanced SubMapper methodsMike Burrows2009-12-261-57/+76
* initial commit: nestable submappers, collection(), prettyprinterMike Burrows2009-12-261-37/+236
* Fix bug with capturing large groupsBen Bangert2009-11-201-3/+1
* Better document bad route regexpBen Bangert2009-11-171-0/+3
* * Fix bug with improper len placement for submapper.Ben Bangert2009-11-171-1/+1
* * Adding regular expression builder for entire regexp for faster rejectionBen Bangert2009-11-101-1/+21
* Fix slight doctest errorBen Bangert2009-08-051-1/+1
* * Added Mapper.extend function that allows one to add lists of Routes objectsBen Bangert2009-08-041-1/+40
* Enable use of the submapper with the with statementBen Bangert2009-08-041-1/+8
* * Added Mapper.submapper function that returns a SubMapper object to enableBen Bangert2009-08-041-0/+58
* * Mapper controller_scan argument now handles None, and lists of controllerBen Bangert2009-08-041-2/+13
* Allow the mapper to match a route if it returns a dict, even if the dict is e...Chris McDonough2009-05-091-3/+3
* Decode route args if they're encodedBen Bangert2009-05-071-0/+2
* Adding LRU cache default for mapperBen Bangert2009-05-061-1/+2
* Add support for the _filter keyword argument in map.resource and propagate it...mvantellingen2009-03-181-0/+1
* Alias reused attributes (particularly self.environ, as it's a property).Chris McDonough2009-01-241-5/+13
* * Removing LRU cache due to performance and threading issues. Cache does hitv1.10.1Ben Bangert2008-09-271-2/+1