summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* using print statements when used for user interactionTarek Ziadé2009-07-041-18/+0
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-031-6/+31
* raising bdist_dumb test coverageTarek Ziadé2009-07-021-0/+15
* convert usage of fail* to assert*Benjamin Peterson2009-06-3021-106/+106
* Fixed 6365: wrong inplace location for build_ext if the extension had dotsTarek Ziadé2009-06-291-3/+15
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-201-0/+8
* starting distutils.ccompiler test coverage and cleanupTarek Ziadé2009-06-161-0/+37
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-151-34/+24
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-111-1/+34
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...Tarek Ziadé2009-06-111-0/+33
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-101-0/+120
* improved test coverage for distutils.command.install and cleaned it upTarek Ziadé2009-06-041-1/+72
* more cleanup and test coverage for distutils.extensionTarek Ziadé2009-06-031-1/+34
* added some tests for distutils.extension + code cleanupTarek Ziadé2009-06-032-0/+103
* improved distutils.spawn test coverage + cleaned it upTarek Ziadé2009-06-021-1/+41
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-011-6/+51
* Fixed #6131: test_modulefinder leaked when run after test_distutilsTarek Ziadé2009-05-294-10/+8
* using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde...Tarek Ziadé2009-05-281-3/+7
* Fixed #6048: Distutils uses the tarfile module instead of the tar command nowTarek Ziadé2009-05-281-2/+111
* fixed the 'package' option of build_extTarek Ziadé2009-05-191-0/+22
* 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