Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34605: childs => children (GH-9102) | Victor Stinner | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | bpo-34605: Avoid master/slave terms (GH-9101) | Victor Stinner | 2018-09-07 | 1 | -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 Araujo | 2018-02-18 | 1 | -1/+2 |
| | |||||
* | bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) | Bo Bayles | 2018-01-26 | 1 | -2/+0 |
| | | | | Patch by Bo Bayles. | ||||
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ↵ | Steve Dower | 2018-01-18 | 1 | -5/+4 |
| | | | | installer (#5227) | ||||
* | bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) | Victor Stinner | 2017-12-14 | 1 | -2/+2 |
| | | | CRT v142 is binary compatible with CRT v140. | ||||
* | fixes bpo-31866: remove code pertaining to AtheOS support (#4115) | Benjamin Peterson | 2017-10-26 | 1 | -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 Ware | 2017-09-06 | 1 | -1/+1 |
| | | | It was mostly removed long ago. | ||||
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵ | Steve Dower | 2017-09-06 | 1 | -9/+13 |
| | | | | 2017) (#3311) | ||||
* | bpo-11913: Add README.rst to the distutils standard READMEs list (#563) | Ryan Gonzalez | 2017-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 2 | -0/+0 |
|\ | | | | | | | wininst-14.0[-amd64].exe | ||||
| * | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 2 | -0/+0 |
| |\ | | | | | | | | | | wininst-14.0[-amd64].exe | ||||
| | * | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 2 | -0/+0 |
| | | | | | | | | | | | | wininst-14.0[-amd64].exe | ||||
* | | | Make cs_path_exists a protected, static method | Jason R. Coombs | 2016-10-14 | 1 | -19/+19 |
| | | | |||||
* | | | Add case-sensitive file comparison for detecting/adding standard default files. | Jason R. Coombs | 2016-10-14 | 1 | -2/+20 |
| | | | |||||
* | | | Extract methods from sdist.add_defaults, allowing subclasses to override or ↵ | Jason R. Coombs | 2016-10-14 | 1 | -0/+15 |
| | | | | | | | | | | | | inject different behaviors. | ||||
* | | | Get names for README files from class attribute, allowing subclass to override. | Jason R. Coombs | 2016-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | Replace trailing comments with block-level comments | Jason R. Coombs | 2016-10-14 | 1 | -2/+4 |
| | | | |||||
* | | | Remove unused import and reorganize imports of modules. | Jason R. Coombs | 2016-10-14 | 1 | -1/+3 |
| | | | |||||
* | | | Remove wildcard imports from distutils.command.sdist | Jason R. Coombs | 2016-10-14 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #13756: Fix building extensions modules on Cygwin | Zachary Ware | 2016-10-01 | 1 | -7/+0 |
|/ / | | | | | | | Patch by Roumen Petrov, based on original patch by Jason Tishler. | ||||
* | | merge 3.5 (#1703178) | Benjamin Peterson | 2016-09-29 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | build_ext: correctly parse the link_objects user option (closes #1703178) | Benjamin Peterson | 2016-09-29 | 1 | -0/+1 |
| | | | | | | | | Patch by Valerie Lambert. | ||||
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 2 | -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. Coombs | 2016-09-01 | 1 | -0/+6 |
| | | |||||
* | | Closes #27904: Improved logging statements to defer formatting until needed. | Vinay Sajip | 2016-08-31 | 6 | -10/+10 |
| | | |||||
* | | Issue #27819: Simply default to gztar for sdist formats by default on all ↵ | Jason R. Coombs | 2016-08-20 | 1 | -11/+1 |
| | | | | | | | | platforms. | ||||
* | | Issue #27349: Merge from 3.5 | Berker Peksag | 2016-06-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27349: Fix typo in distutils upload command | Berker Peksag | 2016-06-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #20900: Merge from 3.5 | Berker Peksag | 2016-06-10 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #20900: distutils register command now decodes HTTP responses correctly | Berker Peksag | 2016-06-10 | 1 | -3/+3 |
| | | | | | | | | Initial patch by ingrid. | ||||
* | | - merge 3.5 | doko@ubuntu.com | 2016-06-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | - Issue #26884: Fix linking extension modules for cross builds. | doko@ubuntu.com | 2016-06-04 | 1 | -1/+1 |
| | | | | | | | | Patch by Xavier de Gaye. | ||||
* | | Issue #21776: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Issue #21776: distutils.upload now correctly handles HTTPError | Berker Peksag | 2016-06-02 | 1 | -7/+7 |
| | | | | | | | | Initial patch by Claudiu Popa. | ||||
* | | Removed unused imports. | Serhiy Storchaka | 2016-04-24 | 3 | -3/+2 |
| | | |||||
* | | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 5 | -8/+8 |
|/ | | | | to format short Python version. | ||||
* | Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python | Steve Dower | 2016-01-16 | 2 | -0/+0 |
| | |||||
* | 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 |
| | | | | | | 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. | ||||
* | Closes #23437: Make user scripts directory versioned on Windows (patch by ↵ | Steve Dower | 2015-02-14 | 1 | -1/+1 |
| | | | | pmoore) | ||||
* | 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 |
| | | | | | | | | Patch by Marc Abramowitz. | ||||
* | | 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 |
| | | | | | | | | which will be used for the official 3.5 release. | ||||
* | | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 1 | -1/+1 |
|\ \ | |/ |