summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Reverted changes which were inadvertently committed.Vinay Sajip2010-09-201-15/+11
* logging: added hasHandlers() to LoggerAdapter.Vinay Sajip2010-09-201-11/+15
* Update the test_distutils mode test to test with umask value properly.Senthil Kumaran2010-09-191-2/+7
* Skip the distutils mode test on Windows OS.Senthil Kumaran2010-09-181-0/+3
* Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameterSenthil Kumaran2010-09-172-1/+8
* get_build_version() is needed even where sys.platform != "win32".Hirokazu Yamamoto2010-09-131-4/+8
* Issue #9313: Use unittest.skipUnless to skip old MSVC.Hirokazu Yamamoto2010-09-131-14/+5
* Issue #9313: Skips test_remove_visual_c_ref on old MSVC.Hirokazu Yamamoto2010-09-121-0/+5
* Fix typo in option nameÉric Araujo2010-09-111-1/+1
* Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-0/+3
* Follow-up to #9199: Fix str.join use, add newlines.Éric Araujo2010-09-081-1/+1
* Fix incorrect use of Command.announce (#9199)Éric Araujo2010-09-071-1/+2
* Fix eon-old bug in build_clib options (#1718574)Éric Araujo2010-09-071-2/+2
* Bump to 3.2a2.Georg Brandl2010-09-051-1/+1
* PEP 3149 is accepted.Barry Warsaw2010-09-031-4/+3
* remove pointless coding cookiesFlorent Xicluna2010-08-302-2/+0
* Use a marker in generated MANIFEST files, don't touch files without it. Fixes...Éric Araujo2010-08-142-4/+49
* #7973: Fix distutils options spelling.Georg Brandl2010-08-022-2/+2
* #8292: Fix three instances of truth tests on return values of filter() (which...Georg Brandl2010-07-311-2/+1
* Bump versions and review NEWS file.Georg Brandl2010-07-311-1/+1
* Ensure that the Makefile variable expansionRonald Oussoren2010-07-232-0/+32
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-2263-1649/+1597
* #6026: skip test_get_file_list when zlib is not available.Ezio Melotti2010-07-121-0/+1
* Merged revisions 82272 via svnmerge fromRonald Oussoren2010-06-271-1/+3
* Merged revisions 82130 via svnmerge fromBenjamin Peterson2010-06-211-3/+12
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-151-2/+3
* Merged revisions 81662 via svnmerge fromRonald Oussoren2010-06-031-1/+22
* Oops, add the new test_log.py for distutils test suite (missing part of r81359)Victor Stinner2010-05-191-0/+36
* Issue #8663: distutils.log emulates backslashreplace error handler. FixVictor Stinner2010-05-191-0/+4
* Merged revisions 81261 via svnmerge fromTarek Ziadé2010-05-171-1/+2
* Merged revisions 81255 via svnmerge fromTarek Ziadé2010-05-172-57/+66
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-053-32/+0
* Fixed #8375 - test_distutils now checks what remains to be cleaned up during ...Tarek Ziadé2010-04-121-0/+2
* Change test_support to support. Fixes a failing test on Windows.Brian Curtin2010-04-021-1/+1
* Merged revisions 79618 via svnmerge fromTarek Ziadé2010-04-021-18/+23
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-149-11/+22
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 78351 via svnmerge fromR. David Murray2010-02-243-13/+34
* Merged revisions 78354 via svnmerge fromTarek Ziadé2010-02-231-4/+1
* Merged revisions 77949 via svnmerge fromTarek Ziadé2010-02-031-0/+81
* Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge fromBenjamin Peterson2010-02-032-4/+24
* Merged revisions 77919,77921-77922 via svnmerge fromTarek Ziadé2010-02-021-1/+1
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-2911-134/+53
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-2929-906/+310
* Merged revisions 77431 via svnmerge fromTarek Ziadé2010-01-111-55/+22
* Merged revisions 77424 via svnmerge fromTarek Ziadé2010-01-111-90/+2
* Merged revisions 77377 via svnmerge fromTarek Ziadé2010-01-082-2/+17
* Fix merge issue where I forgot to replace sys.maxint by sys.maxsize.Ronald Oussoren2009-12-261-1/+30
* Merged revisions 77026 via svnmerge fromRonald Oussoren2009-12-241-0/+10
* forgot to add the win32 test in the unittest skip callTarek Ziadé2009-12-211-1/+1