Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use patch context manager instead of decorator because the decorator 'leaks' ↵ | Benjamin Peterson | 2014-09-20 | 1 | -3/+3 |
| | | | | metadata onto the function | ||||
* | #22315: Use an existent directory for 'src' to trigger appropriate behavior. | Jason R. Coombs | 2014-08-31 | 1 | -1/+2 |
| | |||||
* | #22315: Provide an actual directory during test invocation. | Jason R. Coombs | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | #22315: Use technique outlined in test_file_util | Jason R. Coombs | 2014-08-31 | 1 | -22/+5 |
| | |||||
* | #22315: Add test to capture the failure. | Jason R. Coombs | 2014-08-31 | 1 | -0/+29 |
| | |||||
* | Correct indent | Jason R. Coombs | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Remove unused import | Jason R. Coombs | 2014-08-31 | 1 | -1/+0 |
| | |||||
* | Ignore .nfs* files in distutils (#7719). | Éric Araujo | 2012-12-08 | 1 | -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 Melotti | 2010-11-20 | 1 | -11/+11 |
| | |||||
* | Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) | Éric Araujo | 2010-11-06 | 1 | -1/+2 |
| | |||||
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 1 | -2/+4 |
| | |||||
* | Update the test_distutils mode test to test with umask value properly. | Senthil Kumaran | 2010-09-19 | 1 | -2/+7 |
| | |||||
* | Skip the distutils mode test on Windows OS. | Senthil Kumaran | 2010-09-18 | 1 | -0/+3 |
| | |||||
* | Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter | Senthil Kumaran | 2010-09-17 | 1 | -0/+7 |
| | |||||
* | Merged revisions 73008 via svnmerge from | Hirokazu Yamamoto | 2009-05-29 | 1 | -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 from | Tarek Ziadé | 2009-05-18 | 1 | -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 from | Tarek Ziadé | 2009-05-17 | 1 | -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 from | Tarek Ziadé | 2009-02-14 | 1 | -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 from | Tarek Ziadé | 2009-02-06 | 1 | -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. ........ |