summaryrefslogtreecommitdiff
path: root/tests/test_recursive.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings in testsVictor Stinner2015-04-221-1/+1
* Port recursive to Python 3Victor Stinner2015-04-211-2/+2
* Strip trailing spacesVictor Stinner2015-04-211-8/+8
* Python 3: Use absolute import instead of relative importCyril Roelandt2014-03-181-1/+1
* Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-181-2/+2
* allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-0/+105