summaryrefslogtreecommitdiff
path: root/tests/test_auth
Commit message (Expand)AuthorAgeFilesLines
* Port paste.auth to Python 3Victor Stinner2015-04-212-3/+11
* Strip trailing spacesVictor Stinner2015-04-211-1/+1
* Python 3: load xrange from six.movesCyril Roelandt2014-03-181-1/+2
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-1/+1
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-182-5/+12
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-123-0/+131