summaryrefslogtreecommitdiff
path: root/Lib/distutils/command
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31292: Fixed distutils check --restructuredtext for include directives ↵Philipp A2019-03-271-1/+2
| | | | | | (GH-10605)
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-041-2/+3
|
* bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)Michael Felt2018-12-291-1/+0
| | | | | | | Command line options for the xlc compiler behave differently from gcc and clang, so skip this test case for now when xlc is the compiler. Patch by aixtools (Michael Felt)
* bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921)Serhiy Storchaka2018-12-203-39/+36
|
* bpo-35186: Remove "built with" comment in setup.py upload (GH-10414)Paul Ganssle2018-12-171-8/+2
| | | | | | platform.dist() is deprecated and slated for removal in Python 3.8. The upload command itself should also not be used to upload to PyPI, but while it continues to exist it should not use deprecated functions.
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ↵Serhiy Storchaka2018-11-055-7/+7
| | | | | | | | | | (GH-10284) Two kind of mistakes: 1. Missed space. After concatenating there is no space between words. 2. Missed comma. Causes unintentional concatenating in a list of strings.
* bpo-34605: Replace "pliant children" with "helpers" (GH-9195)Victor Stinner2018-09-111-1/+1
| | | | | | | | | In distutils.command.install, replace "pliant children" (previously, it was "pliant slaves") with "helpers". <!-- issue-number: [bpo-34605](https://www.bugs.python.org/issue34605) --> https://bugs.python.org/issue34605 <!-- /issue-number -->
* bpo-34605: childs => children (GH-9102)Victor Stinner2018-09-071-1/+1
|
* bpo-34605: Avoid master/slave terms (GH-9101)Victor Stinner2018-09-071-1/+1
| | | | | | | * Replace "master process" with "parent process" * Replace "master option mappings" with "main option mappings" * Replace "master pattern object" with "main pattern object" * ssl: replace "master" with "server" * And some other similar changes
* Improve error message for "setup.py upload" without dist files (#21060)Éric Araujo2018-02-181-1/+2
|
* bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264)Bo Bayles2018-01-251-2/+0
| | | | Patch by Bo Bayles.
* bpo-32588: Move _findvs into its own module and add missing _queue module to ↵Steve Dower2018-01-191-5/+4
| | | | installer (#5227)
* bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851)Victor Stinner2017-12-141-2/+2
| | | CRT v142 is binary compatible with CRT v140.
* fixes bpo-31866: remove code pertaining to AtheOS support (#4115)Benjamin Peterson2017-10-251-18/+2
| | | | We stop support this OS in 2007 with commit 19fab761b71a1687aee3415db3a937b5ce31975d. Let's finish.
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-1/+1
| | | It was mostly removed long ago.
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵Steve Dower2017-09-061-9/+13
| | | | 2017) (#3311)
* bpo-11913: Add README.rst to the distutils standard READMEs list (#563)Ryan Gonzalez2017-04-141-1/+1
|
* Issue #26071: Fixes preprocessor definition and rebuilds ↵Steve Dower2016-12-132-0/+0
|\ | | | | | | wininst-14.0[-amd64].exe
| * Issue #26071: Fixes preprocessor definition and rebuilds ↵Steve Dower2016-12-132-0/+0
| |\ | | | | | | | | | wininst-14.0[-amd64].exe
| | * Issue #26071: Fixes preprocessor definition and rebuilds ↵Steve Dower2016-12-132-0/+0
| | | | | | | | | | | | wininst-14.0[-amd64].exe
* | | Make cs_path_exists a protected, static methodJason R. Coombs2016-10-141-19/+19
| | |
* | | Add case-sensitive file comparison for detecting/adding standard default files.Jason R. Coombs2016-10-141-2/+20
| | |
* | | Extract methods from sdist.add_defaults, allowing subclasses to override or ↵Jason R. Coombs2016-10-141-0/+15
| | | | | | | | | | | | inject different behaviors.
* | | Get names for README files from class attribute, allowing subclass to override.Jason R. Coombs2016-10-141-1/+3
| | |
* | | Replace trailing comments with block-level commentsJason R. Coombs2016-10-141-2/+4
| | |
* | | Remove unused import and reorganize imports of modules.Jason R. Coombs2016-10-141-1/+3
| | |
* | | Remove wildcard imports from distutils.command.sdistJason R. Coombs2016-10-141-2/+2
| | |
* | | Issue #13756: Fix building extensions modules on CygwinZachary Ware2016-10-011-7/+0
|/ / | | | | | | Patch by Roumen Petrov, based on original patch by Jason Tishler.
* | merge 3.5 (#1703178)Benjamin Peterson2016-09-281-0/+1
|\ \ | |/
| * build_ext: correctly parse the link_objects user option (closes #1703178)Benjamin Peterson2016-09-281-0/+1
| | | | | | | | Patch by Valerie Lambert.
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-082-3/+3
| | | | | | | | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* | 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 ↵Jason R. Coombs2016-08-201-11/+1
| | | | | | | | platforms.
* | Issue #27349: Merge from 3.5Berker Peksag2016-06-181-1/+1
|\ \ | |/
| * Issue #27349: Fix typo in distutils upload commandBerker Peksag2016-06-181-1/+1
| |
* | Issue #20900: Merge from 3.5Berker Peksag2016-06-101-3/+3
|\ \ | |/
| * Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-101-3/+3
| | | | | | | | Initial patch by ingrid.
* | - merge 3.5doko@ubuntu.com2016-06-051-1/+1
|\ \ | |/
| * - Issue #26884: Fix linking extension modules for cross builds.doko@ubuntu.com2016-06-051-1/+1
| | | | | | | | Patch by Xavier de Gaye.
* | Issue #21776: Merge from 3.5Berker Peksag2016-06-021-7/+7
|\ \ | |/
| * Issue #21776: distutils.upload now correctly handles HTTPErrorBerker Peksag2016-06-021-7/+7
| | | | | | | | Initial patch by Claudiu Popa.
* | 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
|/ | | | to format short Python version.
* 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
| | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.