summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* #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