summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3: convert dict.keys() result to list to get the first itemCyril Roelandt2014-03-181-2/+2
* Python 3: load xrange from six.movesCyril Roelandt2014-03-181-1/+2
* Python 3: Replace "for ... in dict.items()" with "for ... in six.iteritems(di...Cyril Roelandt2014-03-181-2/+2
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-8/+9
* Python 3: use new style of raise, replace "raise class, args" with "raise cla...Cyril Roelandt2014-03-181-1/+1
* Python 3: Use absolute import instead of relative importCyril Roelandt2014-03-182-2/+2
* Python 3: add parenthesis to print() to support Python 2 and Python 3Cyril Roelandt2014-03-189-17/+17
* Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-181-3/+3
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-182-3/+3
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-186-11/+29
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-1263-0/+3145