summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-2/+10
| | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k To comply with the 2.x doc style, the methods in trace.rst use brackets around optional arguments. The rest is a mostly straight merge, modulo support changed to test_support and use of the old super call style in test_tuple. ........ r86236 | eric.araujo | 2010-11-06 03:44:43 +0100 (sam., 06 nov. 2010) | 2 lines Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) ........ r86240 | eric.araujo | 2010-11-06 05:11:59 +0100 (sam., 06 nov. 2010) | 2 lines Prevent ResourceWarnings in test_gettext ........ r86332 | eric.araujo | 2010-11-08 19:15:17 +0100 (lun., 08 nov. 2010) | 4 lines Add missing NEWS entry for a fix committed by Senthil. All recent modifications to distutils should now be covered in NEWS. ........ r86340 | eric.araujo | 2010-11-08 22:48:23 +0100 (lun., 08 nov. 2010) | 2 lines This was actually fixed for the previous alpha. ........ r87271 | eric.araujo | 2010-12-15 20:09:58 +0100 (mer., 15 déc. 2010) | 2 lines Improve trace documentation (#9264). Patch by Eli Bendersky. ........ r87273 | eric.araujo | 2010-12-15 20:30:15 +0100 (mer., 15 déc. 2010) | 2 lines Use nested method directives, rewrap long lines, fix whitespace. ........ r87447 | eric.araujo | 2010-12-23 20:13:05 +0100 (jeu., 23 déc. 2010) | 2 lines Fix typo in superclass method name ........
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵Tarek Ziadé2010-03-051-258/+2
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-261-93/+6
|
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-36/+6
|
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
|
* fixed stdout alteration in test_distutilsTarek Ziadé2009-11-011-0/+4
|
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
|
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-241-5/+13
|
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-181-5/+6
|
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
| | | | to --with-universal-archs
* #6466 refactored distutils duplicate get_versions() functions (used to get ↵Tarek Ziadé2009-07-161-3/+94
| | | | gcc/ld/dllwrap versions)
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
|
* now using EnvironGuard everywhereTarek Ziadé2009-05-101-30/+15
|
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-6/+11
|
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-2/+5
|
* #5795 sysconfig._config_vars was shadowed in tearDownTarek Ziadé2009-04-201-3/+4
|
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-1/+31
|
* Issue #5472: Fixed distutils.test_util tear downTarek Ziadé2009-03-111-0/+2
|
* fix the environ for distutils test_utilTarek Ziadé2009-02-131-1/+6
|
* Issue #2461: added tests for distutils.utilTarek Ziadé2009-02-131-0/+213