summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* taking sysconfig out of distutilsTarek Ziadé2010-01-2329-985/+307
* module cleanupTarek Ziadé2010-01-111-148/+69
* Fixed #5372: .o files are now always rebuilt because file age test don't work...Tarek Ziadé2010-01-111-94/+2
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-082-2/+17
* Unittests and news items for the patch in r77026.Ronald Oussoren2009-12-241-1/+30
* On OSX the output of "uname -m" always reflects the 32-bit architectureRonald Oussoren2009-12-241-0/+10
* backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...Tarek Ziadé2009-12-212-29/+108
* massive import cleaning in DistutilsTarek Ziadé2009-12-2124-121/+97
* Fixed #7552: fixed distutils.command.upload failure on very long passwordsTarek Ziadé2009-12-202-4/+25
* cleaned up the module (PEP 8 + old fashion test removal)Tarek Ziadé2009-12-151-3/+2
* using an existing file to avoid dealing with a sleep to test file agesTarek Ziadé2009-12-101-47/+26
* added test coverage for distutils.dep_util, and cleaned up the moduleTarek Ziadé2009-12-102-37/+132
* Fix an issue with the detection of a non-existing SDKRonald Oussoren2009-12-101-3/+3
* removed the usage of rfc822 in favor of email.message.MessageTarek Ziadé2009-12-081-32/+31
* Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad...Tarek Ziadé2009-12-082-19/+103
* Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Descr...Tarek Ziadé2009-12-062-2/+18
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-1/+1
* Issue #4120: Drop reference to CRT from manifest when buildingMartin v. Löwis2009-12-031-0/+23
* Fixed #7408: dropped group ownership checking because it relies on os-specifi...Tarek Ziadé2009-11-291-1/+4
* dragfullwindows can have value 2Tarek Ziadé2009-11-191-1/+1
* #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh w...Tarek Ziadé2009-11-181-5/+5
* fixed stdout alteration in test_distutilsTarek Ziadé2009-11-012-1/+6
* removed spurious spacesTarek Ziadé2009-10-281-29/+18
* Fixed #1180: Option to ignore ~/.pydistutils.cfg in DistutilsTarek Ziadé2009-10-273-7/+62
* fixed warning and error messageTarek Ziadé2009-10-245-5/+5
* fixed finally state in distutils.test_utilTarek Ziadé2009-10-241-1/+1
* Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecodeTarek Ziadé2009-10-247-5/+64
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-242-5/+22
* Changed distutils tests to avoid environment alterationTarek Ziadé2009-10-1813-34/+67
* this test requires zlib supportTarek Ziadé2009-10-161-0/+1
* replace callable()Benjamin Peterson2009-10-091-1/+1
* 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