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
/
command
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebuild wininst-14.0[-amd64].exe with updated tools.
Steve Dower
2015-08-05
2
-0/+0
*
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.
Steve Dower
2015-05-23
1
-2/+7
*
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower
2015-05-23
2
-37/+30
*
Issue #16314: Added support for the LZMA compression in distutils.
Serhiy Storchaka
2015-05-16
2
-2/+4
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
2
-10/+10
*
Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...
Steve Dower
2015-02-14
1
-1/+1
*
merge 3.4 (#23063)
Benjamin Peterson
2015-01-15
1
-4/+4
|
\
|
*
fix parsing reST with code or code-block directives (closes #23063)
Benjamin Peterson
2015-01-15
1
-4/+4
*
|
Fixes distutils adding/expecting too many _d suffixes.
Steve Dower
2014-12-16
1
-3/+0
*
|
Removes bdist_wininst dependency on MFC.
Steve Dower
2014-12-15
2
-0/+0
*
|
Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...
Steve Dower
2014-11-22
3
-1/+1
*
|
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
|
\
\
|
|
/
|
*
- Issue #17219: Add library build dir for Python extension cross-builds.
doko@ubuntu.com
2014-10-02
1
-1/+1
*
|
Remove pointless "vile hack" that can cause the build step to fail when some ...
Antoine Pitrou
2014-09-30
1
-9/+2
*
|
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray
2014-09-28
1
-1/+0
|
\
\
|
|
/
|
*
#10510: Fix bug in forward port of 2.7 distutils patch.
R David Murray
2014-09-28
1
-1/+0
*
|
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
1
-5/+5
|
\
\
|
|
/
|
*
#10510: make distuitls upload/register use HTML standards compliant CRLF.
R David Murray
2014-09-27
1
-5/+5
*
|
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
Antoine Pitrou
2014-09-26
2
-7/+59
*
|
merge 3.4 (#22349)
Benjamin Peterson
2014-09-06
1
-13/+4
|
\
\
|
|
/
|
*
remove various dead version checks (closes #22349)
Benjamin Peterson
2014-09-06
1
-13/+4
*
|
merge 3.4 (closes #22200)
Benjamin Peterson
2014-08-18
1
-26/+11
|
\
\
|
|
/
|
*
remove 2.2 and 2.6 compat code (closes #22200)
Benjamin Peterson
2014-08-18
1
-26/+11
*
|
Issue #21722: The distutils "upload" command now exits with a non-zero return...
Antoine Pitrou
2014-06-19
1
-4/+5
|
\
\
|
|
/
|
*
Issue #21722: The distutils "upload" command now exits with a non-zero return...
Antoine Pitrou
2014-06-19
1
-7/+8
*
|
Reindent long line
Jason R. Coombs
2014-05-10
1
-1/+2
*
|
Replace overly-aggressive comparison for type equality with an isinstance check.
Jason R. Coombs
2014-05-10
1
-1/+1
*
|
Drop support for Python 2.4 in upload command.
Jason R. Coombs
2014-05-10
1
-8/+2
*
|
Replace import * with explicit import
Jason R. Coombs
2014-05-10
1
-1/+1
*
|
Clean up style in distutils upload command
Jason R. Coombs
2014-05-10
1
-14/+19
|
/
*
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
1
-1/+1
|
\
|
*
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
1
-1/+1
*
|
Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC.
Stefan Krah
2014-01-28
1
-1/+1
*
|
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou
2013-12-22
2
-5/+3
|
\
\
|
|
/
|
*
Fix TypeError on "setup.py upload --show-response".
Antoine Pitrou
2013-12-22
2
-5/+3
*
|
Issue #20045: Fix "setup.py register --list-classifiers".
Antoine Pitrou
2013-12-21
1
-1/+4
|
\
\
|
|
/
|
*
Issue #20045: Fix "setup.py register --list-classifiers".
Antoine Pitrou
2013-12-21
1
-1/+4
*
|
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
Stefan Krah
2013-12-03
1
-1/+1
*
|
Issue #19544 and Issue #6516: Restore support for --user and --group paramete...
Andrew Kuchling
2013-11-15
3
-2/+31
*
|
Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was una...
Jason R. Coombs
2013-11-10
1
-31/+29
|
\
\
|
|
/
|
*
Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of...
Jason R. Coombs
2013-11-10
1
-31/+29
*
|
Merge with 3.3 for Issue #19286.
Jason R. Coombs
2013-11-02
1
-1/+2
|
\
\
|
|
/
|
*
Merge with 3.2 for Issue #19286.
Jason R. Coombs
2013-11-02
1
-1/+2
|
|
\
|
|
*
Issue #19286: [distutils] Only match files in build_py.find_data_files.
Jason R. Coombs
2013-11-02
1
-1/+2
*
|
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-4/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-4/+3
*
|
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
2
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#18741: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
2
-2/+2
*
|
|
Issue #17177: Stop using imp in distutils
Brett Cannon
2013-06-15
2
-8/+8
*
|
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
1
-3/+3
|
\
\
\
|
|
/
/
[next]