Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 1 | -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 Araujo | 2011-02-03 | 1 | -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-05 | 1 | -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.sysconfig | Tarek Ziadé | 2010-01-26 | 1 | -93/+6 |
| | |||||
* | taking sysconfig out of distutils | Tarek Ziadé | 2010-01-23 | 1 | -36/+6 |
| | |||||
* | Unittests and news items for the patch in r77026. | Ronald Oussoren | 2009-12-24 | 1 | -1/+30 |
| | |||||
* | fixed stdout alteration in test_distutils | Tarek Ziadé | 2009-11-01 | 1 | -0/+4 |
| | |||||
* | fixed finally state in distutils.test_util | Tarek Ziadé | 2009-10-24 | 1 | -1/+1 |
| | |||||
* | Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode | Tarek Ziadé | 2009-10-24 | 1 | -5/+13 |
| | |||||
* | Changed distutils tests to avoid environment alteration | Tarek Ziadé | 2009-10-18 | 1 | -5/+6 |
| | |||||
* | Update distutils.util tests after my changes | Ronald Oussoren | 2009-09-15 | 1 | -1/+21 |
| | | | | to --with-universal-archs | ||||
* | #6466 refactored distutils duplicate get_versions() functions (used to get ↵ | Tarek Ziadé | 2009-07-16 | 1 | -3/+94 |
| | | | | gcc/ld/dllwrap versions) | ||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | now using EnvironGuard everywhere | Tarek Ziadé | 2009-05-10 | 1 | -30/+15 |
| | |||||
* | #5976: fixed distutils test_check_environ | Tarek Ziadé | 2009-05-09 | 1 | -6/+11 |
| | |||||
* | Issue #4951: Fixed failure in test_httpservers | Tarek Ziadé | 2009-04-25 | 1 | -2/+5 |
| | |||||
* | #5795 sysconfig._config_vars was shadowed in tearDown | Tarek Ziadé | 2009-04-20 | 1 | -3/+4 |
| | |||||
* | Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries. | Tarek Ziadé | 2009-04-13 | 1 | -1/+31 |
| | |||||
* | Issue #5472: Fixed distutils.test_util tear down | Tarek Ziadé | 2009-03-11 | 1 | -0/+2 |
| | |||||
* | fix the environ for distutils test_util | Tarek Ziadé | 2009-02-13 | 1 | -1/+6 |
| | |||||
* | Issue #2461: added tests for distutils.util | Tarek Ziadé | 2009-02-13 | 1 | -0/+213 |