summaryrefslogtreecommitdiff
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* * Fix 3 other route matching groups in route.py to use anonymous groups forBen Bangert2015-01-171-3/+3
* * Printing a mapper now includes the Controller/action parameters from theBen Bangert2015-01-171-2/+3
* * Fix regression that didn't allow passing in params 'host', 'protocol', orBen Bangert2015-01-171-0/+4
* * 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
* * Use the first X_FORWARDED_FOR value if there are multiple proxies in theBen Bangert2015-01-172-3/+6
* PEP8 cleanups.Ben Bangert2015-01-175-517/+551
* 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
* | Fix doctests.Alejandro Sánchez2013-05-031-2/+2
* | Add Python 3 support.Alejandro Sánchez2013-05-033-52/+84
|/
* 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-282-74/+7
|/
* * Fix bug with URLGenerator not properly including SCRIPT_NAME when generatingBen Bangert2010-06-052-3/+5
* * Fix bug with routes not generating URL's with callables in defaults.v1.12.1Ben Bangert2010-03-112-2/+3
* * Fix bug with routes not handling sub-domain defaults during generation.Ben Bangert2010-03-052-2/+8
* Major re-org of the docsBen Bangert2010-02-283-43/+4
* * Fix bug with relative URL's using qualified merging host and URL withoutBen Bangert2010-02-281-1/+3
* * Fix bug with mapper.extend and Routes modifying their original args.Ben Bangert2010-02-281-2/+3
* * Fix url.current() not returning current args when explicit is True.Ben Bangert2010-02-282-5/+7
* 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