summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merged revisions 73948 via svnmerge fromTarek Ziadé2009-07-112-2/+2
| | * Merged revisions 73923 via svnmerge fromTarek Ziadé2009-07-101-4/+5
| | * Merged revisions 73835 via svnmerge fromTarek Ziadé2009-07-042-29/+11
| | * Merged revisions 73828 via svnmerge fromTarek Ziadé2009-07-041-2/+2
| | * Merged revisions 73792 via svnmerge fromTarek Ziadé2009-07-032-10/+41
| | * Merged revisions 73689 via svnmerge fromTarek Ziadé2009-06-292-7/+19
| | * version to 3.1.1a0Benjamin Peterson2009-06-271-1/+1
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-3/+3
* | | Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-201-1/+1
|/ /
* | Version bump to 3.2 final.Georg Brandl2011-02-201-1/+1
* | Bump for 3.2rc3.v3.2rc3Georg Brandl2011-02-131-1/+1
* | Bump version.v3.2rc2Georg Brandl2011-01-301-1/+1
* | Bump to 3.2rc1.Georg Brandl2011-01-151-1/+1
* | Bump to 3.2b2.Georg Brandl2010-12-191-1/+1
* | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).Éric Araujo2010-12-151-1/+1
* | 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