summaryrefslogtreecommitdiff
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* Remove end comma in arg list.Robin Abbi2020-05-041-1/+1
* Add conditions to Mapper.extend.Robin Abbi2020-05-041-1/+5
* Fix a little syntax errorchengkunye2016-07-222-3/+2
* Fix missing quotes in documentationSean Dague2016-06-201-1/+1
* Tolerate older usage with mandatory routename and optional pathDavanum Srinivas2016-03-291-10/+10
* Fix subdomain equivalence check. Use regex instead of startswithNikita Uvarov2016-03-241-3/+5
* Wrap conditions with parenthesesSviatoslav Sydorenko2016-02-281-2/+2
* Add support for protocol-relative URLs generation. Close #29Sviatoslav Sydorenko2016-02-231-12/+24
* Document possibility of depending on [middleware]. Fix #38Sviatoslav Sydorenko2016-02-211-1/+6
* Fix BytesWarning in Mapper.generate()Victor Stinner2016-02-091-1/+5
* Fix empty string matchSviatoslav Sydorenko2016-02-011-4/+4
* Add support for ``requirements`` to mapper.resourceSean Dague2016-01-131-0/+18
* Modify submapping behavior to avoid concatenationmikepk2015-08-181-11/+37
* Port routes to Python 3Victor Stinner2015-06-183-56/+62
* * 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