summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_dir_util.py
Commit message (Collapse)AuthorAgeFilesLines
* use patch context manager instead of decorator because the decorator 'leaks' ↵Benjamin Peterson2014-09-201-3/+3
| | | | metadata onto the function
* #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
| | | | | | | | These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
* #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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line Fixed #6131: test_modulefinder leaked when run after test_distutils ........
* Merged revisions 72768 via svnmerge fromTarek Ziadé2009-05-181-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72768 | tarek.ziade | 2009-05-18 14:21:26 +0200 (Mon, 18 May 2009) | 1 line Fixed #6053 - win32 fixes for distutils tests ........
* Merged revisions 72727 via svnmerge fromTarek Ziadé2009-05-171-4/+10
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72727 | tarek.ziade | 2009-05-17 13:11:57 +0200 (Sun, 17 May 2009) | 1 line removed sys.platform == 'mac' usage in distutils.dir_util ........
* Merged revisions 69609 via svnmerge fromTarek Ziadé2009-02-141-6/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69609 | tarek.ziade | 2009-02-14 15:10:23 +0100 (Sat, 14 Feb 2009) | 1 line Fix for #5257: refactored all tests in distutils, so they use a temporary directory. ........
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-061-0/+91
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69324 | tarek.ziade | 2009-02-06 01:31:59 +0100 (Fri, 06 Feb 2009) | 1 line Fixed #1276768: verbose option was not used in the code. ........