summaryrefslogtreecommitdiff
path: root/tests/path.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright header update.Georg Brandl2013-04-011-2/+2
* support multibyte filename handling.shimizukawa2012-05-011-6/+6
* shutil.copytree doesn't have an ignore argument in Python 2.4DasIch2010-08-141-6/+2
* Fixed the coverage extension test as well as the coverage extension itself fo...DasIch2010-06-191-0/+27
* Remove unnecessary codeDasIch2010-06-121-5/+2
* Added a movetree method to the path object to make it more consistent along w...DasIch2010-06-011-0/+98
* Replaced the path module with my own versionDasIch2010-06-011-923/+49
* use open instead of fileDasIch2010-05-241-1/+1
* Use 'U' if file is not present (we run under 3.x)DasIch2010-05-081-1/+6
* Removed pre-2.3 workaround for booleansDasIch2010-05-011-6/+0
* Fix for r67038.georg.brandl2008-10-281-18/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-181-1/+1
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...georg.brandl2008-06-051-0/+970