summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_distutils when sys.dont_write_bytecode is true (#9831).Éric Araujo2011-05-281-16/+11
| | | | | The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme.
* Branch mergeÉric Araujo2011-05-251-0/+2
|\
| * Make test_distutils pass without zlib (fixes #9435)Éric Araujo2011-05-081-0/+2
| |
* | Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set ↵Ronald Oussoren2011-05-151-1/+55
|/ | | | | | | | | in shell. Without this patch python will fail to start properly when the environment variable MACOSX_DEPLOYMENT_TARGET is set on MacOSX and has a value that is not compatible with the value during Python's build. This is caused by code in sysconfig that was only meant to be used in disutils.
* Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
|
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
|
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-0333-46/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ........
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-2128-208/+206
| | | | | | | | | | 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. ........
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-0613-66/+122
| | | | | | | | | | | | | | | | | | | | | | 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 ........
* Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested bothBarry Warsaw2010-10-221-1/+2
| | | | | with and without --enable-shared on Ubuntu 10.10. Hopefully this finally solves bug 10126. Will check 3.1 and py3k next.
* Fix issue 10126 for Python 2.7 by using $RUNSHARED to find theBarry Warsaw2010-10-211-2/+7
| | | | | directory to the shared library. test_distutils now passes when Python was built with --enable-shared.
* Backport fix for #10126Éric Araujo2010-10-211-0/+15
|
* Merged revisions 84889 via svnmerge fromSenthil Kumaran2010-09-191-2/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84889 | senthil.kumaran | 2010-09-19 08:39:54 +0530 (Sun, 19 Sep 2010) | 3 lines Update the test_distutils mode test to test with umask value properly. ........
* Merged revisions 84871 via svnmerge fromSenthil Kumaran2010-09-181-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84871 | senthil.kumaran | 2010-09-18 08:25:03 +0530 (Sat, 18 Sep 2010) | 3 lines Skip the distutils mode test on Windows OS. ........
* Merged revisions 84861 via svnmerge fromSenthil Kumaran2010-09-171-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84861 | senthil.kumaran | 2010-09-17 22:05:37 +0530 (Fri, 17 Sep 2010) | 3 lines Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter ........
* Merged revisions 84765 via svnmerge fromHirokazu Yamamoto2010-09-131-4/+8
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84765 | hirokazu.yamamoto | 2010-09-13 16:18:30 +0900 | 2 lines get_build_version() is needed even where sys.platform != "win32". Try to fix buildbot error in other way. ........
* Merged revisions 84753,84760 via svnmerge fromHirokazu Yamamoto2010-09-131-9/+5
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84753 | hirokazu.yamamoto | 2010-09-13 07:55:40 +0900 | 1 line Issue #9313: Skips test_remove_visual_c_ref on old MSVC. ........ r84760 | hirokazu.yamamoto | 2010-09-13 14:36:21 +0900 | 1 line Issue #9313: Use unittest.skipUnless to skip old MSVC. ........
* Merged revisions 83993 via svnmerge fromÉric Araujo2010-08-141-2/+34
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83993 | eric.araujo | 2010-08-14 04:30:34 +0200 (sam., 14 août 2010) | 2 lines Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. ........
* Merged revisions 82839 via svnmerge fromEzio Melotti2010-07-121-0/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82839 | ezio.melotti | 2010-07-12 22:49:41 +0300 (Mon, 12 Jul 2010) | 1 line #6026: skip test_get_file_list when zlib is not available. ........
* Fixed #8688: Distutils now recalculates MANIFEST everytime.Tarek Ziadé2010-05-171-0/+41
|
* removed the local copy of xxmodule, and skip only test_build_ext when ↵Tarek Ziadé2010-04-022-398/+21
| | | | xxmodule is not found, not the whole unittest
* No more deprecation warnings for distutils.sysconfig, following r78666.Florent Xicluna2010-03-211-0/+3
| | | | But when the "dl" module is available, it gives a py3k deprecation warning.
* fixed various failures and environment alterations in distutils.test_build_extTarek Ziadé2010-03-061-27/+35
|
* files used by win32 testsTarek Ziadé2010-03-062-0/+338
|
* simplified the fallback caseTarek Ziadé2010-03-061-4/+3
|
* provide a fallback for xxmodule.c in case the buildir is not presentTarek Ziadé2010-03-062-1/+384
|
* copied back the build_ext tests from 2.6Tarek Ziadé2010-03-061-115/+83
|
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
|
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵Tarek Ziadé2010-03-056-652/+11
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* Issue 6292: for the moment at least, the test suite passes if runR. David Murray2010-02-233-13/+34
| | | | | | with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
* Add missing import when running these tests standalone.Georg Brandl2010-02-069-11/+22
|
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-261-93/+6
|
* fixed bdist_msi imports and added a test module for distutils.command.bdist_msiTarek Ziadé2010-01-261-0/+23
|
* Fixed #7748: now upload and register commands don't need to force the ↵Tarek Ziadé2010-01-242-6/+7
| | | | encoding anymore : DistributionMetada returns utf8 strings
* taking sysconfig out of distutilsTarek Ziadé2010-01-2312-105/+92
|
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-0/+12
|
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
|
* backported r76993 and r76994 so the trunk behaves the same way with MSVC ↵Tarek Ziadé2009-12-211-7/+80
| | | | Manifest files editing
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-201-1/+22
|
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
|
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-101-0/+101
|
* Issue #7457: added a read_pkg_file method to ↵Tarek Ziadé2009-12-081-2/+29
| | | | distutils.dist.DistributionMetadata so we can read back PKG-INFO files
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO ↵Tarek Ziadé2009-12-061-0/+16
| | | | Description field
* Fixed #7408: dropped group ownership checking because it relies on ↵Tarek Ziadé2009-11-291-1/+4
| | | | os-specific rules
* dragfullwindows can have value 2Tarek Ziadé2009-11-191-1/+1
|
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh ↵Tarek Ziadé2009-11-181-5/+5
| | | | windows install
* fixed stdout alteration in test_distutilsTarek Ziadé2009-11-012-1/+6
|
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-271-0/+29
|
* fixed warning and error messageTarek Ziadé2009-10-242-2/+2
|
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
|