Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
| | |||||
* | 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 | -17/+35 |
| | |||||
* | Merged revisions 69874 via svnmerge from | Tarek Ziadé | 2009-02-22 | 1 | -0/+88 |
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69874 | tarek.ziade | 2009-02-22 20:58:12 +0100 (Sun, 22 Feb 2009) | 1 line moved distutils.text_file tests into a real unittest class ........ |