summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-182-3/+7
* working with relative paths to avoid tar warnings on absolute pathsTarek Ziadé2009-05-181-2/+14
* Fixed the library extension when distutils build_ext is used inplaceTarek Ziadé2009-05-181-7/+4
* fixed the test nameTarek Ziadé2009-05-171-2/+2
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-171-0/+70
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-171-4/+10
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-171-19/+39
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-163-10/+128
* #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwdTarek Ziadé2009-05-141-4/+10
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-141-1/+23
* more test coverage for distutils sdist commandTarek Ziadé2009-05-141-0/+14
* adding void to the c functionTarek Ziadé2009-05-131-1/+1
* added an inifoo in the C file, to avoid a warning by the MSVC9 linkerTarek Ziadé2009-05-131-1/+1
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-121-3/+40
* distutils.test_build_clib added a new line at the end of the file, to avoid a...Tarek Ziadé2009-05-111-1/+1
* fixed test_build_ext for win32Tarek Ziadé2009-05-101-1/+1
* fixed test for all platformsTarek Ziadé2009-05-101-1/+1
* now using EnvironGuard everywhereTarek Ziadé2009-05-103-71/+25
* refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuardTarek Ziadé2009-05-102-19/+19
* Added tests form install_lib and pep8-fied the moduleTarek Ziadé2009-05-101-0/+84
* fixed #5984 and improved test coverageTarek Ziadé2009-05-101-2/+126
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-6/+11
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-092-1/+95
* fixed AR/ARFLAGS values in test_sysconfigTarek Ziadé2009-05-071-3/+7
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-072-2/+43
* more build_clib cleanup + test coverageTarek Ziadé2009-05-061-0/+57
* Added a test and cleaned check_library_list to be ready to fix #5940Tarek Ziadé2009-05-061-0/+47
* Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymoreTarek Ziadé2009-04-291-1/+1
* #5810: Fixed Distutils test_build_scriptsTarek Ziadé2009-04-251-1/+1
* Issue #4951: Fixed failure in test_httpserversTarek Ziadé2009-04-251-2/+5
* making BuildWinInstTestCase silent in case bdist_wininst is not run under win32Tarek Ziadé2009-04-201-0/+1
* #5795 sysconfig._config_vars was shadowed in tearDownTarek Ziadé2009-04-201-3/+4
* DistutilsSetupError was not raised when one single warning occuredTarek Ziadé2009-04-171-9/+8
* improved test coverage for distutils.cmdTarek Ziadé2009-04-131-0/+40
* deactivate test_search_cpp under win32Tarek Ziadé2009-04-131-0/+3
* Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.Tarek Ziadé2009-04-131-1/+31
* removed string usage and added a test for _cleanTarek Ziadé2009-04-121-0/+18
* added a test for finalize_optionsTarek Ziadé2009-04-121-0/+15
* added a simple test for search_cppTarek Ziadé2009-04-121-2/+13
* removed the print statements and added a testTarek Ziadé2009-04-121-0/+42
* testing a full check caseTarek Ziadé2009-04-111-0/+7
* #5732: added the check command into DistutilsTarek Ziadé2009-04-111-0/+92
* Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platformsTarek Ziadé2009-04-091-0/+29
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-051-0/+43
* added a simplest test to distutils.spawn._nt_quote_argsTarek Ziadé2009-04-051-0/+20
* Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases ...Tarek Ziadé2009-04-051-0/+23
* Fixed 5694: removed spurious test output in DistutilsTarek Ziadé2009-04-051-0/+1
* fixed the test for win32 CompileErrorTarek Ziadé2009-03-311-1/+3
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-311-1/+21