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
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
2
-2/+2
*
Issue #18080: When building a C extension module on OS X, if the compiler
Ned Deily
2013-05-28
2
-3/+41
*
bump version to 2.7.5
Benjamin Peterson
2013-05-12
1
-1/+1
*
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
doko@ubuntu.com
2013-04-08
1
-59/+4
*
change version to 2.7.4
v2.7.4
Benjamin Peterson
2013-04-06
1
-1/+1
*
version to 2.7.4rc1
v2.7.4rc1
Benjamin Peterson
2013-03-23
1
-1/+1
*
backout 66e30c4870bb for breaking OSX (#13150)
Benjamin Peterson
2013-03-22
1
-4/+59
*
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
doko@ubuntu.com
2013-03-21
1
-59/+4
*
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
1
-2/+3
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy
2013-03-11
2
-3/+3
*
Add alias to restore 2.7.2 compatibility for setup scripts (#13994).
Éric Araujo
2013-02-03
1
-0/+2
*
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
doko@python.org
2013-01-31
2
-1/+10
*
Issue #13590: OS X Xcode 4 - improve support for universal extension modules
Ned Deily
2013-01-31
4
-242/+60
*
- Issue #17041: Fix testing when Python is configured with the
Serhiy Storchaka
2013-01-27
1
-2/+3
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
Use proper skip instead of reporting success in one distutils test
Éric Araujo
2012-12-09
1
-7/+1
*
Fix setup.py register failure with invalid rst in description (#13614).
Éric Araujo
2012-12-09
2
-4/+24
*
Remove code unneeded after f833e7ec4de1
Éric Araujo
2012-12-08
1
-5/+0
*
Create ~/.pypirc securely (#13512).
Éric Araujo
2012-07-03
1
-1/+1
*
Ignore .nfs* files in distutils (#7719).
Éric Araujo
2012-07-03
3
-3/+26
*
merge 2.7.3 release branch
Benjamin Peterson
2012-04-09
1
-1/+1
|
\
|
*
bump to 2.7.3 final
v2.7.3
Benjamin Peterson
2012-04-09
1
-1/+1
|
*
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
3
-52/+95
*
|
merge from 2.7 release branch
Benjamin Peterson
2012-03-15
1
-1/+1
|
\
\
|
|
/
|
*
bump to 2.7.3rc2
v2.7.3rc2
Benjamin Peterson
2012-03-15
1
-1/+1
*
|
Backout buggy patch for #13719
Éric Araujo
2012-03-07
2
-10/+1
*
|
Fix NameError
Éric Araujo
2012-03-05
1
-0/+1
*
|
Make distutils’ upload command work with bdist_msi products (#13719).
Éric Araujo
2012-03-05
2
-6/+14
*
|
Synchronize some distutils tests with 3.2.
Éric Araujo
2012-02-26
3
-31/+38
*
|
Stop ignoring RPMs in distutils' upload command (#2945).
Éric Araujo
2012-02-26
2
-0/+21
*
|
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
3
-52/+95
|
/
*
bump to 2.7.3rc1
v2.7.3rc1
Benjamin Peterson
2012-02-23
1
-1/+1
*
Fix test failure for shared builds caused by #1326113 fix
Éric Araujo
2012-02-15
1
-1/+2
*
Fix parsing of build_ext --libraries option (#1326113)
Éric Araujo
2012-02-15
2
-8/+7
*
Issue #13193: Fix distutils.filelist tests to always use / as path separator.
Nadeem Vawda
2012-02-13
1
-13/+11
*
Fix distutils.filelist.FileList under Windows (#13193).
Éric Araujo
2012-02-12
1
-4/+2
*
Issue #13994: Earler partial revert of Distutils enhancements in 2.7
Ned Deily
2012-02-11
6
-59/+17
*
Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building
Ned Deily
2012-02-10
1
-1/+32
*
Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.
Ned Deily
2012-02-03
1
-2/+8
*
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...
Jesus Cea
2012-01-18
1
-2/+6
*
Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...
Jesus Cea
2012-01-18
1
-1/+2
*
Limit test scope to those platforms that can save the target filenames. Refer...
Jason R. Coombs
2011-12-28
1
-0/+17
*
Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist c...
Jason R. Coombs
2011-12-26
2
-2/+51
*
Issue #13193: Fix distutils.filelist.FileList under Windows. The
Antoine Pitrou
2011-11-12
1
-1/+4
*
normalize whitespace in Lib/distutils/msvc9compiler.py
Mark Hammond
2011-10-17
1
-2/+2
*
Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...
Mark Hammond
2011-10-17
2
-22/+102
*
Increase test coverage for distutils.filelist (#11751).
Éric Araujo
2011-10-14
1
-10/+197
*
Fix distutils’ check and register Unicode handling (#13114).
Éric Araujo
2011-10-09
4
-13/+52
*
Make C code in one distutils test comply with ISO C (#10359).
Éric Araujo
2011-10-08
1
-2/+2
*
Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
Éric Araujo
2011-09-10
2
-1/+16
[next]