summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_dir_util.py
Commit message (Expand)AuthorAgeFilesLines
* use patch context manager instead of decorator because the decorator 'leaks' ...Benjamin Peterson2014-09-201-3/+3
* #22315: Use an existent directory for 'src' to trigger appropriate behavior.Jason R. Coombs2014-08-311-1/+2
* #22315: Provide an actual directory during test invocation.Jason R. Coombs2014-08-311-1/+1
* #22315: Use technique outlined in test_file_utilJason R. Coombs2014-08-311-22/+5
* #22315: Add test to capture the failure.Jason R. Coombs2014-08-311-0/+29
* Correct indentJason R. Coombs2014-08-311-1/+1
* Remove unused importJason R. Coombs2014-08-311-1/+0
* Ignore .nfs* files in distutils (#7719).Éric Araujo2012-12-081-5/+16
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-11/+11
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-1/+2
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-2/+4
* Update the test_distutils mode test to test with umask value properly.Senthil Kumaran2010-09-191-2/+7
* Skip the distutils mode test on Windows OS.Senthil Kumaran2010-09-181-0/+3
* Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameterSenthil Kumaran2010-09-171-0/+7
* Merged revisions 73008 via svnmerge fromHirokazu Yamamoto2009-05-291-2/+2
* Merged revisions 72768 via svnmerge fromTarek Ziadé2009-05-181-1/+1
* Merged revisions 72727 via svnmerge fromTarek Ziadé2009-05-171-4/+10
* Merged revisions 69609 via svnmerge fromTarek Ziadé2009-02-141-6/+7
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-061-0/+91