summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.Éric Araujo2010-12-151-1/+1
* Bump to 3.2b1.Georg Brandl2010-12-041-1/+1
* sys.abiflags is not defined on all platforms.Barry Warsaw2010-11-251-1/+6
* Final patch for issue 9807.Barry Warsaw2010-11-242-5/+20
* Fix two NameErrors in distutils (#10407)Éric Araujo2010-11-202-0/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-2032-235/+233
* Bump to 3.2a4.Georg Brandl2010-11-131-1/+1
* And now for something completely different: Finish fixing #10252 again.Éric Araujo2010-11-121-1/+0
* Issue #10359: Remove ";" after function definition, invalid in ISO CVictor Stinner2010-11-091-1/+1
* Fix #10252 again (hopefully definitely). Patch by Brian Curtin.Éric Araujo2010-11-061-3/+1
* Correct the fix for #10252: Popen objects have no close method.Éric Araujo2010-11-062-15/+20
* Remove traces of Mac OS 9 support, again (#9508).Éric Araujo2010-11-064-76/+0
* Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.Éric Araujo2010-11-061-3/+4
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-0641-56/+86
* Also close file descriptors from os.popen and subprocess.PopenÉric Araujo2010-11-062-20/+26
* Of course, I forgot one file in r86223.Éric Araujo2010-11-051-2/+4
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-0523-166/+253
* Have distutils.sysconfig close a file to remove ResourceWarnings coming upBrett Cannon2010-10-291-1/+2
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-232-2/+5
* Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested bothBarry Warsaw2010-10-221-1/+2
* Apply fix from r85784 on py3k too.Éric Araujo2010-10-211-2/+6
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-162-8/+24
* Bump to 3.2a3.Georg Brandl2010-10-101-1/+1
* Issue #9437: Fix building C extensions with non-default LDFLAGS.Antoine Pitrou2010-10-101-0/+5
* Fixed #8980: distutils.command.check was failing w/ docutils installedTarek Ziadé2010-10-032-7/+7
* 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