summaryrefslogtreecommitdiff
path: root/paste/exceptions/serial_number_generator.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+123