summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
...
* Use standard comma punctuation; reword some sentences in the docsAndrew M. Kuchling2009-10-051-1/+1
* now uses the right exception typeTarek Ziadé2009-10-031-2/+2
* removing the last remaning apply() callsTarek Ziadé2009-10-033-3/+3
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-027-15/+218
* Half of the fix for issue 6957: ensure that distutilsRonald Oussoren2009-09-221-0/+23
* forgot to commit a file in previous commit (r74994, issue #6954)Tarek Ziadé2009-09-211-0/+3
* #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.Tarek Ziadé2009-09-213-1/+11
* improving distutils coverageTarek Ziadé2009-09-211-0/+22
* improved distutils test coverage: now the DEBUG mode is covered too (will hel...Tarek Ziadé2009-09-215-2/+93
* Update distutils.util tests after my changesRonald Oussoren2009-09-151-1/+21
* Finish support for --with-universal-archs=intelRonald Oussoren2009-09-151-5/+20
* #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