summaryrefslogtreecommitdiff
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-1311-35/+30
|\
| * merge 3.5 (#1703178)Benjamin Peterson2016-09-2811-35/+30
| |\
| | * #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-082-3/+3
| | * Issue #27919: Deprecate extra_path option in distutils.Jason R. Coombs2016-09-011-0/+6
| | * Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-316-10/+10
| | * Issue #27819: Simply default to gztar for sdist formats by default on all pla...Jason R. Coombs2016-08-201-11/+1
| | * Issue #27349: Merge from 3.5Berker Peksag2016-06-188-11/+10
| | |\
| | | * Issue #20900: Merge from 3.5Berker Peksag2016-06-101-3/+3
| | | |\
| | | * \ - merge 3.5doko2016-06-058-11/+10
| | | |\ \
| | | | * \ Issue #21776: Merge from 3.5Berker Peksag2016-06-021-7/+7
| | | | |\ \
| | | | * | | Removed unused imports.Serhiy Storchaka2016-04-253-3/+2
| | | | * | | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-115-8/+8
* | | | | | | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-132-0/+0
|/ / / / / /
* | | | | | build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-281-0/+1
|/ / / / /
* | | | | Issue #27349: Fix typo in distutils upload commandBerker Peksag2016-06-181-1/+1
| |_|_|/ |/| | |
* | | | Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-101-3/+3
|/ / /
* | | - Issue #26884: Fix linking extension modules for cross builds.doko2016-06-051-1/+1
| |/ |/|
* | Issue #21776: distutils.upload now correctly handles HTTPErrorBerker Peksag2016-06-021-7/+7
|/
* Issue #26071: bdist_wininst created binaries fail to start and find 32bit PythonSteve Dower2016-01-162-0/+0
* Rebuild wininst-14.0[-amd64].exe with updated tools.Steve Dower2015-08-052-0/+0
* Issue #23970: Fixes bdist_wininst not working on non-Windows platform.Steve Dower2015-05-231-2/+7
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-232-37/+30
* Issue #16314: Added support for the LZMA compression in distutils.Serhiy Storchaka2015-05-162-2/+4
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-132-10/+10
* Closes #23437: Make user scripts directory versioned on Windows (patch by pmo...Steve Dower2015-02-141-1/+1
* merge 3.4 (#23063)Benjamin Peterson2015-01-155-40/+82
|\
| * Fixes distutils adding/expecting too many _d suffixes.Steve Dower2014-12-151-3/+0
| * Removes bdist_wininst dependency on MFC.Steve Dower2014-12-152-0/+0
| * Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-223-1/+1
| * - Issue #17219: Add library build dir for Python extension cross-builds.doko2014-10-023-36/+81
| |\
| | * Remove pointless "vile hack" that can cause the build step to fail when some ...Antoine Pitrou2014-09-301-9/+2
| | * #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+0
| | |\
| | * \ Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+5
| | |\ \
| | * | | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-262-7/+59
| | * | | merge 3.4 (#22349)Benjamin Peterson2014-09-061-20/+20
| | |\ \ \
| | | * \ \ merge 3.4 (closes #22200)Benjamin Peterson2014-08-171-20/+20
| | | |\ \ \
| | | | * \ \ Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-181-20/+20
| | | | |\ \ \
| | | | | * | | Reindent long lineJason R. Coombs2014-05-101-1/+2
| | | | | * | | Replace overly-aggressive comparison for type equality with an isinstance check.Jason R. Coombs2014-05-101-1/+1
| | | | | * | | Drop support for Python 2.4 in upload command.Jason R. Coombs2014-05-101-8/+2
| | | | | * | | Replace import * with explicit importJason R. Coombs2014-05-101-1/+1
| | | | | * | | Clean up style in distutils upload commandJason R. Coombs2014-05-101-14/+19
* | | | | | | | fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-141-4/+4
|/ / / / / / /
* | | | | | | - Issue #17219: Add library build dir for Python extension cross-builds.doko2014-10-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | #10510: Fix bug in forward port of 2.7 distutils patch.R David Murray2014-09-281-1/+0
| |_|_|_|/ |/| | | |
* | | | | #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-5/+5
|/ / / /
* | | | remove various dead version checks (closes #22349)Benjamin Peterson2014-09-061-13/+4
|/ / /
* | | remove 2.2 and 2.6 compat code (closes #22200)Benjamin Peterson2014-08-171-26/+11
|/ /
* | Issue #21722: The distutils "upload" command now exits with a non-zero return...Antoine Pitrou2014-06-181-7/+8
|/
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-069-61/+44
|\