| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41282: Fix broken `make install` (GH-26329) | Miss Islington (bot) | 2021-05-24 | 1 | -6/+16 |
|
|
* | Fix import of HTTPError (GH-22304) (GH-26047) | Miss Islington (bot) | 2021-05-11 | 1 | -1/+2 |
|
|
* | bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549) | Lumír 'Frenzy' Balhar | 2021-04-14 | 1 | -32/+41 |
|
|
* | bpo-42802: Remove distutils bdist_wininst command (GH-24043) | Victor Stinner | 2021-01-08 | 13 | -383/+1 |
|
|
* | bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) | pxinwr | 2020-12-20 | 1 | -5/+8 |
|
|
* | bpo-41043: Escape literal part of the path for glob(). (GH-20994) | Serhiy Storchaka | 2020-06-20 | 1 | -3/+3 |
|
|
* | bpo-40698: Improve distutils upload hash digests (GH-20260) | Christian Heimes | 2020-05-20 | 1 | -1/+21 |
|
|
* | bpo-40443: Remove unused imports in distutils (GH-19802) | Victor Stinner | 2020-04-30 | 4 | -4/+1 |
|
|
* | bpo-1294959: Add sys.platlibdir attribute (GH-18381) | Victor Stinner | 2020-03-10 | 1 | -2/+3 |
|
|
* | bpo-39586: Deprecate distutils bdist_msi command (GH-18415) | Hugo van Kemenade | 2020-02-10 | 1 | -1/+9 |
|
|
* | bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names ... | Stefan Behnel | 2020-02-04 | 1 | -1/+9 |
|
|
* | bpo-38914 Do not require email field in setup.py. (GH-17388) | Jürgen Gmach | 2019-12-23 | 1 | -5/+8 |
|
|
* | bpo-36302: Sort list of sources (GH-12341) | Bernhard M. Wiedemann | 2019-08-01 | 1 | -1/+2 |
|
|
* | bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) | Victor Stinner | 2019-07-05 | 1 | -1/+9 |
|
|
* | bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) | Miro Hrončok | 2019-07-01 | 1 | -0/+3 |
|
|
* | bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) | Marcin Niemira | 2019-06-08 | 1 | -4/+1 |
|
|
* | bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) | E. M. Bray | 2019-05-24 | 1 | -12/+24 |
|
|
* | bpo-21536: On Android, C extensions are linked to libpython (GH-12989) | xdegaye | 2019-04-29 | 1 | -0/+15 |
|
|
* | bpo-21536: C extensions are no longer linked to libpython (GH-12946) | Victor Stinner | 2019-04-25 | 1 | -17/+2 |
|
|
* | bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) | Victor Stinner | 2019-04-25 | 1 | -1/+1 |
|
|
* | fix code styling (GH-12737) | Inada Naoki | 2019-04-09 | 1 | -1/+1 |
|
|
* | bpo-35416: fix potential resource warnings in distutils (GH-10918) | Mickaël Schoentgen | 2019-04-08 | 3 | -39/+43 |
|
|
* | bpo-31292: Fixed distutils check --restructuredtext for include directives (G... | Philipp A | 2019-03-27 | 1 | -1/+2 |
|
|
* | bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) | Steve Dower | 2019-02-05 | 1 | -2/+3 |
|
|
* | bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) | Michael Felt | 2018-12-28 | 1 | -1/+0 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) | Serhiy Storchaka | 2018-12-20 | 3 | -39/+36 |
|
|
* | bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) | Paul Ganssle | 2018-12-17 | 1 | -8/+2 |
|
|
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 5 | -7/+7 |
|
|
* | bpo-34605: Replace "pliant children" with "helpers" (GH-9195) | Victor Stinner | 2018-09-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-18 | 1 | -5/+4 |
|
|
* | bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) | Victor Stinner | 2017-12-14 | 1 | -2/+2 |
|
|
* | fixes bpo-31866: remove code pertaining to AtheOS support (#4115) | Benjamin Peterson | 2017-10-26 | 1 | -18/+2 |
|
|
* | Remove all mention of Windows IA-64 support (GH-3389) | Zachary Ware | 2017-09-06 | 1 | -1/+1 |
|
|
* | bpo-31340: Change to building with MSVC v141 (included with Visual Studio 201... | Steve Dower | 2017-09-06 | 1 | -9/+13 |
|
|
* | 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 wininst-14.0[-amd64]... | Steve Dower | 2016-12-13 | 2 | -0/+0 |
|\ |
|
| * | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]... | Steve Dower | 2016-12-13 | 2 | -0/+0 |
| |\ |
|
| | * | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]... | Steve Dower | 2016-12-13 | 2 | -0/+0 |
|
|
* | | | 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 i... | Jason R. Coombs | 2016-10-14 | 1 | -0/+15 |
|
|
* | | | 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 |
|/ / |
|