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
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* Fixed recursive test to use new KeepStatus init signature.bbangert2006-12-011-1/+1
* Fixed a bug in paste.errordocuments.forward and updated unit teststhejimmyg2006-07-201-0/+105