summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-123-0/+30
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-092-2/+20
* fixed typoTarek Ziadé2009-08-181-4/+4
* added more test coverage for distutils.filelist to prevent regressions when f...Tarek Ziadé2009-08-182-5/+45
* module cleanupTarek Ziadé2009-08-171-57/+42
* fixed how fnmatch.translate is used (since it has changed in r74475 for #6665...Tarek Ziadé2009-08-172-9/+10
* Issue #6545: Removed assert statements in distutils.Extension, so the behavio...Tarek Ziadé2009-07-221-4/+5
* #6466 refactored distutils duplicate get_versions() functions (used to get gc...Tarek Ziadé2009-07-166-111/+231
* Fixed distutils test.Hirokazu Yamamoto2009-07-121-1/+1
* reverted changes for #6459 (doesn't apply on 2.x)Tarek Ziadé2009-07-112-4/+4
* fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'Tarek Ziadé2009-07-112-4/+4
* cleaned up distutils.build_ext moduleTarek Ziadé2009-07-111-26/+16
* cleaned up distutils.command.buildTarek Ziadé2009-07-101-15/+5
* Added test coverage for distutils.command.buildTarek Ziadé2009-07-101-0/+54
* Fixed #6455 (the test shall use pyd files under win32, rather than so files)Tarek Ziadé2009-07-101-4/+5
* PendingDeprecationWarning -> DeprecationWarning in build_extTarek Ziadé2009-07-091-2/+2
* Sets the compiler attribute to keep the old behavior for third-party packages.Tarek Ziadé2009-07-082-4/+29
* Fixed #6377: distutils compiler switch ignored (and added a deprecation warni...Tarek Ziadé2009-07-062-23/+69
* using print statements when used for user interactionTarek Ziadé2009-07-042-29/+11
* Fixed #6413: fixed log level in distutils.dist.announceTarek Ziadé2009-07-041-2/+2
* 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