aboutsummaryrefslogtreecommitdiffstats
path: root/src/shorturls/baseconv.py
AgeCommit message (Expand)Author
2014-09-21Speed up from_decimal and to_decimal by a lot (third to 50%ish).Matthew Somerville
2014-09-21Perform doctest if run directlyMatthew Somerville
2014-09-21Added Crockford's base32 converterBen Firshman
2011-07-04Corrected sample usage to convert back to decimal.Jonathan Street
2009-04-28Moved the baseconv tests into the test suite so they'll be run along with eve...Jacob Kaplan-Moss
2009-04-28Tests now run all three example convertors.simonw
2009-04-28Now testing the hexconv convertor rather than the Python built-in hex() functionsimonw
2009-04-12Added a working shorturl redirect view, with tests.Jacob Kaplan-Moss