index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Merged revisions 73948 via svnmerge from
Tarek Ziadé
2009-07-11
2
-2/+2
|
|
*
Merged revisions 73923 via svnmerge from
Tarek Ziadé
2009-07-10
1
-4/+5
|
|
*
Merged revisions 73835 via svnmerge from
Tarek Ziadé
2009-07-04
2
-29/+11
|
|
*
Merged revisions 73828 via svnmerge from
Tarek Ziadé
2009-07-04
1
-2/+2
|
|
*
Merged revisions 73792 via svnmerge from
Tarek Ziadé
2009-07-03
2
-10/+41
|
|
*
Merged revisions 73689 via svnmerge from
Tarek Ziadé
2009-06-29
2
-7/+19
|
|
*
version to 3.1.1a0
Benjamin Peterson
2009-06-27
1
-1/+1
*
|
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-3/+3
*
|
|
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
1
-1/+1
|
/
/
*
|
Version bump to 3.2 final.
Georg Brandl
2011-02-20
1
-1/+1
*
|
Bump for 3.2rc3.
v3.2rc3
Georg Brandl
2011-02-13
1
-1/+1
*
|
Bump version.
v3.2rc2
Georg Brandl
2011-01-30
1
-1/+1
*
|
Bump to 3.2rc1.
Georg Brandl
2011-01-15
1
-1/+1
*
|
Bump to 3.2b2.
Georg Brandl
2010-12-19
1
-1/+1
*
|
Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).
Éric Araujo
2010-12-15
1
-1/+1
*
|
Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.
Éric Araujo
2010-12-15
1
-1/+1
*
|
Bump to 3.2b1.
Georg Brandl
2010-12-04
1
-1/+1
*
|
sys.abiflags is not defined on all platforms.
Barry Warsaw
2010-11-25
1
-1/+6
*
|
Final patch for issue 9807.
Barry Warsaw
2010-11-24
2
-5/+20
*
|
Fix two NameErrors in distutils (#10407)
Éric Araujo
2010-11-20
2
-0/+2
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
32
-235/+233
*
|
Bump to 3.2a4.
Georg Brandl
2010-11-13
1
-1/+1
*
|
And now for something completely different: Finish fixing #10252 again.
Éric Araujo
2010-11-12
1
-1/+0
*
|
Issue #10359: Remove ";" after function definition, invalid in ISO C
Victor Stinner
2010-11-09
1
-1/+1
*
|
Fix #10252 again (hopefully definitely). Patch by Brian Curtin.
Éric Araujo
2010-11-06
1
-3/+1
*
|
Correct the fix for #10252: Popen objects have no close method.
Éric Araujo
2010-11-06
2
-15/+20
*
|
Remove traces of Mac OS 9 support, again (#9508).
Éric Araujo
2010-11-06
4
-76/+0
*
|
Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281.
Éric Araujo
2010-11-06
1
-3/+4
*
|
Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)
Éric Araujo
2010-11-06
41
-56/+86
*
|
Also close file descriptors from os.popen and subprocess.Popen
Éric Araujo
2010-11-06
2
-20/+26
*
|
Of course, I forgot one file in r86223.
Éric Araujo
2010-11-05
1
-2/+4
*
|
Always close files in distutils code and tests (#10252).
Éric Araujo
2010-11-05
23
-166/+253
*
|
Have distutils.sysconfig close a file to remove ResourceWarnings coming up
Brett Cannon
2010-10-29
1
-1/+2
*
|
Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error
Victor Stinner
2010-10-23
2
-2/+5
*
|
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
Barry Warsaw
2010-10-22
1
-1/+2
*
|
Apply fix from r85784 on py3k too.
Éric Araujo
2010-10-21
1
-2/+6
*
|
First (uncontroversial) part of issue 9807.
Barry Warsaw
2010-10-16
2
-8/+24
*
|
Bump to 3.2a3.
Georg Brandl
2010-10-10
1
-1/+1
*
|
Issue #9437: Fix building C extensions with non-default LDFLAGS.
Antoine Pitrou
2010-10-10
1
-0/+5
*
|
Fixed #8980: distutils.command.check was failing w/ docutils installed
Tarek Ziadé
2010-10-03
2
-7/+7
*
|
Reverted changes which were inadvertently committed.
Vinay Sajip
2010-09-20
1
-15/+11
*
|
logging: added hasHandlers() to LoggerAdapter.
Vinay Sajip
2010-09-20
1
-11/+15
*
|
Update the test_distutils mode test to test with umask value properly.
Senthil Kumaran
2010-09-19
1
-2/+7
*
|
Skip the distutils mode test on Windows OS.
Senthil Kumaran
2010-09-18
1
-0/+3
*
|
Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter
Senthil Kumaran
2010-09-17
2
-1/+8
*
|
get_build_version() is needed even where sys.platform != "win32".
Hirokazu Yamamoto
2010-09-13
1
-4/+8
*
|
Issue #9313: Use unittest.skipUnless to skip old MSVC.
Hirokazu Yamamoto
2010-09-13
1
-14/+5
*
|
Issue #9313: Skips test_remove_visual_c_ref on old MSVC.
Hirokazu Yamamoto
2010-09-12
1
-0/+5
*
|
Fix typo in option name
Éric Araujo
2010-09-11
1
-1/+1
*
|
Issue #941346: Improve the build process under AIX and allow Python to
Antoine Pitrou
2010-09-10
1
-0/+3
[prev]
[next]