summaryrefslogtreecommitdiff
path: root/paste/exceptions/serial_number_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Fix hash_identifier() on Python 3Victor Stinner2015-04-221-1/+5
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
* Python 3: Replace ord() with six.byte2int()Cyril Roelandt2014-03-181-1/+1
* Python 3: Replace unicode with six.text_type and str with six.binary_typeCyril Roelandt2014-03-181-2/+2
* Python 3: Use an explicit floor divisionCyril Roelandt2014-03-181-1/+1
* Python 3: replace (int, long) with six.integer_typesCyril Roelandt2014-03-181-1/+3
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-1/+1
* prefer hashlib over the md5/sha modules which are deprecated in Python 2.6pjenvey2008-09-171-2/+8
* Add most doctests to the automatic testing; fix some problems in testsianb2007-02-011-8/+8
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Removed 0 from characters, which is hard to distinguish from Oianb2005-05-171-1/+1
* Renamed package itselfianb2005-04-221-0/+114