Ezio Melotti
|
2623a37852
|
Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
#9424: Replace deprecated assert* methods in the Python test suite.
........
|
2010-11-21 13:34:58 +00:00 |
Éric Araujo
|
d1feff70a3
|
Merged revisions 86223-86224,86226,86234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines
Always close files in distutils code and tests (#10252).
........
r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines
Add missing entry for r86223.
........
r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines
Of course, I forgot one file in r86223.
........
r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines
Also close file descriptors from os.popen and subprocess.Popen
........
|
2010-11-06 04:06:18 +00:00 |
Tarek Ziadé
|
2b06d42db5
|
Changed distutils tests to avoid environment alteration
|
2009-10-18 09:28:26 +00:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Tarek Ziadé
|
450ca11a58
|
now using EnvironGuard everywhere
|
2009-05-10 12:17:30 +00:00 |
Tarek Ziadé
|
1a1158f955
|
making sdist and config test silents
|
2009-03-31 20:56:11 +00:00 |
Tarek Ziadé
|
e3bc0eff25
|
Fixed #5316 : test failure in test_site
|
2009-02-25 22:29:27 +00:00 |
Tarek Ziadé
|
1369900619
|
Fix for #5257: refactored all tests in distutils, so they use a temporary directory.
|
2009-02-14 14:10:23 +00:00 |
Tarek Ziadé
|
e4c75bb585
|
fixed #4400 : distutils .pypirc default generated file was broken.
|
2008-12-24 19:10:05 +00:00 |
Andrew M. Kuchling
|
aac5c8669f
|
#1858: re-apply patch for this, adding the missing files
|
2008-05-11 14:00:00 +00:00 |