summaryrefslogtreecommitdiff
path: root/routes
Commit message (Expand)AuthorAgeFilesLines
* feat: add python 3.6+ compatBen Bangert2020-10-131-2/+7
* chore: add github action for ci (#97)Ben Bangert2020-10-131-3/+3
* Convert regex string to raw stringSean McGinnis2020-10-131-1/+1
* Merge pull request #94 from phillbaker/patch-1Ben Bangert2020-10-131-4/+16
|\
| * Add graceful fallback for invalid character encodingPhillip Baker2020-08-281-4/+16
* | Static prefix optimisationGeorge Sakkis2020-08-011-4/+16
|/
* Merge pull request #86 from marc1n/patch-1Ben Bangert2020-07-301-1/+1
|\
| * [doc] Corrected default value for `minimization` in Mapper docMarcin Raczyński2019-07-161-1/+1
* | Merge branch 'master' into fix-python-warningsBen Bangert2020-07-302-1/+6
|\ \
| * \ Merge pull request #83 from aib/masterBen Bangert2020-07-301-1/+10
| |\ \
| | * | Allow backslash to escape special characters \:*{} in route pathsaib2019-01-021-1/+10
| | |/
| * | Merge pull request #80 from jwilk-forks/python2.3Ben Bangert2020-07-301-2/+0
| |\ \
| | * | Remove obsolete Python 2.3 compat codeJakub Wilk2018-02-031-2/+0
| | |/
| * | Remove end comma in arg list.Robin Abbi2020-05-041-1/+1
| * | Add conditions to Mapper.extend.Robin Abbi2020-05-041-1/+5
| |/
* | Resolve invalid escape sequencesStephen Finucane2019-06-113-12/+21
* | Remove support for Python 2.6, 3.3, 3.4Stephen Finucane2019-06-111-3/+0
|/
* 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