aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/url.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-2/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+3
* added new slugify with unidecodeBoris Bobrov2014-03-111-16/+2
* Disallow ":" as part of a media slugSebastian Spaeth2013-01-151-1/+1
* Make translitcodec optional, and work nicely without it.Christopher Allan Webber2013-01-061-3/+12
* Add comments explaining how translitcodec *is* usedChristopher Allan Webber2012-12-141-0/+2
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
* We were using translitcodec and I didn't understand how it worked ;)Christopher Allan Webber2012-01-281-0/+1
* We aren't using translitcodec anymore. Kill it!Christopher Allan Webber2012-01-281-1/+0
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+2
* Moved common, translation, template, and url code out of util.py and into too...Aaron Williamson2011-10-011-0/+31