aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/routing.py
Commit message (Expand)AuthorAgeFilesLines
* Apply pyupgrade --py36-plus.Ben Sturmfels2021-09-231-1/+1
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-3/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-4/+4
* Fix urlparse import in tools/routing.pyBerker Peksag2015-08-011-1/+1
* Import urlparse from six.moves to work on both Python 2 and 3.Berker Peksag2015-06-051-1/+3
* Fix #1056 - Add flag to accept URLs without a trailing slashJessica Tallon2014-12-121-3/+10
* Fix #1025 - Make API IDs IRIsJessica Tallon2014-11-211-0/+15
* Start to use six for basestring.Elrond2013-04-181-1/+2
* Rewrite routing using new MGRoute classElrond2012-12-231-12/+15
* Move things from routing.py to tools/routing.pyElrond2012-12-231-0/+63