summaryrefslogtreecommitdiff
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* Remove a ternary operation in the Mapper to get it working on Python 2.4Luke Macken2010-02-281-1/+1
* Ensure singleton usage is still default in middleware so Routes upgrade doesn...Ben Bangert2010-02-281-5/+13
* Another module up to 100% test coverageBen Bangert2010-02-201-2/+0
* mergeBen Bangert2010-02-202-39/+78
|\
| * Fix inline requirements in {.format:reqs}Mike Burrows2010-02-141-4/+6
| * Have collection() use the new {.format} component if needed instead of genera...Mike Burrows2010-02-101-22/+26
| * {.format} path componentsMike Burrows2010-02-102-17/+50
* | More tests, coverageBen Bangert2010-02-202-20/+7
* | More test coverageBen Bangert2010-02-201-4/+0
* | Increase unit tests and add more explicit use of the mapper for matching.Ben Bangert2010-02-202-16/+17
* | 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-092-2/+2
* 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-202-14/+12
* 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-102-20/+75
* Fix slight doctest errorBen Bangert2009-08-051-1/+1
* * Added Mapper.extend function that allows one to add lists of Routes objectsBen Bangert2009-08-042-11/+53
* 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-043-10/+21
* Docs migration from pudge to sphinxGraham Higgins2009-07-021-12/+14
* fixed an issue when passing extra args as a list of unicode to generate()Alexandre Conrad2009-05-181-1/+1
* 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-062-2/+3
* Adding LRUBen Bangert2009-05-062-12/+82
* Add support for the _filter keyword argument in map.resource and propagate it...mvantellingen2009-03-181-0/+1
* Account for lack of query stringBen Bangert2009-02-081-1/+7
* More speed tweaks to request_configBen Bangert2009-02-081-17/+27
* More tweaks to create things only when neededBen Bangert2009-02-081-3/+4
* Speed tweaks to route.matchBen Bangert2009-02-081-9/+9
* Less function calls for form determinationBen Bangert2009-02-071-3/+1
* Speed tweaks for lazier request creation, no hasattrBen Bangert2009-02-071-16/+21
* Faster redirect checkBen Bangert2009-02-072-1/+2
* Use webob instead of paste for the wsgirequestBen Bangert2009-01-251-2/+2
* Alias reused attributes (particularly self.environ, as it's a property).Chris McDonough2009-01-241-5/+13
* * Bugfix for routes.middleware not re.escaping the path_info before moving itBen Bangert2009-01-241-1/+1
* * Bugfix for unicode encoding problems with non-minimized Route generation.Ben Bangert2009-01-021-0/+5
* * Bugfix for when environ is {} in unit tests.Ben Bangert2008-10-171-0/+4
* * Removing LRU cache due to performance and threading issues. Cache does hitv1.10.1Ben Bangert2008-09-272-90/+1