summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* cleaned distutils.file_utilTarek Ziadé2009-07-031-69/+52
* basic tests to raise distutils.file_util coverageTarek Ziadé2009-07-031-1/+16
* cleaned up distutils.command.build_pyTarek Ziadé2009-07-031-90/+44
* Fixed #6403 : package path usage for build_extTarek Ziadé2009-07-032-10/+41
* pep8-fied and cleaned up distutils.utilTarek Ziadé2009-07-021-75/+67
* cleaned up the bdist_dumb moduleTarek Ziadé2009-07-021-15/+4
* 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-292-7/+19
* Fix memory bug in bdist_msi. (Commit okayed in issue6319.)Steven Bethard2009-06-211-2/+1
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-202-16/+25
* starting distutils.ccompiler test coverage and cleanupTarek Ziadé2009-06-162-22/+57
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-152-62/+52
* code cleanupTarek Ziadé2009-06-151-13/+9
* Support AMD64 in msilib. Set Win64 on reglocator.Martin v. Löwis2009-06-121-2/+7
* pep8-fied cygwinccompiler moduleTarek Ziadé2009-06-111-65/+30
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-112-2/+35
* removed the last string.split() callTarek Ziadé2009-06-111-2/+1
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...Tarek Ziadé2009-06-112-7/+47
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-102-71/+170
* reverting r72823 : Python trunk has to use latin-1 encodingTarek Ziadé2009-06-051-2/+2
* improved test coverage for distutils.command.install and cleaned it upTarek Ziadé2009-06-042-88/+145
* assertion message was droppedTarek Ziadé2009-06-031-1/+1
* more cleanup and test coverage for distutils.extensionTarek Ziadé2009-06-032-22/+46
* added some tests for distutils.extension + code cleanupTarek Ziadé2009-06-033-16/+108
* improved distutils.spawn test coverage + cleaned it upTarek Ziadé2009-06-022-59/+73
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-012-61/+103
* 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-282-25/+146
* Issue #6065: Do not try to build a version-independentMartin v. Löwis2009-05-241-0/+2
* fixed encodingTarek Ziadé2009-05-221-2/+2
* fixed the 'package' option of build_extTarek Ziadé2009-05-192-11/+35
* 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-182-10/+7
* fixed the test nameTarek Ziadé2009-05-171-2/+2
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-172-40/+110
* pep8-fied distutils.dir_utilTarek Ziadé2009-05-171-61/+49
* removed sys.platform == 'mac' usage in distutils.dir_utilTarek Ziadé2009-05-172-11/+14
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-172-25/+39
* not running this test with MSVC6Tarek Ziadé2009-05-171-0/+7
* pep8-fied distutils.dist moduleTarek Ziadé2009-05-161-93/+37
* #6041: sdist and register now use the check command. No more duplicate code f...Tarek Ziadé2009-05-165-72/+179
* Fix bootstrapping by removing uses of the copy module in distutilsAntoine Pitrou2009-05-152-8/+6
* #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-142-44/+39
* more test coverage for distutils sdist commandTarek Ziadé2009-05-142-4/+17
* 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