summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #6258.
* 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
| | | | Makefiles
* 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 ↵Tarek Ziadé2009-05-281-3/+7
| | | | under some platforms
* 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
| | | | | | installer if the package has extension modules. Also add NEWS entry for #5311.
* 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 ↵Tarek Ziadé2009-05-172-25/+39
| | | | and improved test coverage
* 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 ↵Tarek Ziadé2009-05-165-72/+179
| | | | for metadata checking
* 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
|
* the compiler attribute is used in setup.py; can't renameBenjamin Peterson2009-05-121-14/+14
|
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-122-45/+85
|
* removing the assert statement so the code works when Python is run with -OTarek Ziadé2009-05-121-1/+2
|
* distutils.test_build_clib added a new line at the end of the file, to avoid ↵Tarek Ziadé2009-05-111-1/+1
| | | | a warning with some compilers
* 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-102-27/+97
|