summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_file_util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-301-1/+31
* use patch context manager instead of decorator because the decorator 'leaks' ...Benjamin Peterson2014-09-201-8/+7
* Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_uti...Berker Peksag2014-08-291-0/+20
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-3/+3
* 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
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-221-16/+1
* Merged revisions 73814-73815 via svnmerge fromTarek Ziadé2009-07-031-1/+16
* Merged revisions 73008 via svnmerge fromHirokazu Yamamoto2009-05-291-2/+2
* Merged revisions 69609 via svnmerge fromTarek Ziadé2009-02-141-11/+8
* Merged revisions 69324 via svnmerge fromTarek Ziadé2009-02-061-0/+66