1. 341e8a9 bpo-41282: (PEP 632) Load install schemes from sysconfig (GH-24549) by Lumír 'Frenzy' Balhar · 4 years, 4 months ago
  2. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 4 years, 7 months ago
  3. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 4 years, 8 months ago
  4. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 5 years ago
  5. e572c7f bpo-40698: Improve distutils upload hash digests (GH-20260) by Christian Heimes · 5 years ago
  6. e488e30 bpo-40443: Remove unused imports in distutils (GH-19802) by Victor Stinner · 5 years ago
  7. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 5 years ago
  8. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 6 years ago
  9. 9538bc9 bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils (GH-18150) by Stefan Behnel · 6 years ago
  10. 9f9dac0 bpo-38914 Do not require email field in setup.py. (GH-17388) by Jürgen Gmach · 6 years ago
  11. 0d30ae1 bpo-36302: Sort list of sources (GH-12341) by Bernhard M. Wiedemann · 6 years ago
  12. 1da4462 bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Victor Stinner · 6 years ago
  13. 72cd653 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miro Hrončok · 6 years ago
  14. 45a1494 bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Marcin Niemira · 6 years ago
  15. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 6 years ago
  16. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 6 years ago
  17. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 6 years ago
  18. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 6 years ago
  19. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 6 years ago
  20. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 6 years ago
  21. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 6 years ago
  22. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 7 years ago
  23. ed57e13 bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) by Michael Felt · 7 years ago
  24. c5d5dfd bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) by Serhiy Storchaka · 7 years ago
  25. 4e80f5c bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) by Paul Ganssle · 7 years ago
  26. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 7 years ago
  27. fa7dfae bpo-34605: Replace "pliant children" with "helpers" (GH-9195) by Victor Stinner · 7 years ago
  28. 7e610bc bpo-34605: childs => children (GH-9102) by Victor Stinner · 7 years ago
  29. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 7 years ago
  30. 08a6926 Improve error message for "setup.py upload" without dist files (#21060) by Éric Araujo · 7 years ago
  31. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 8 years ago
  32. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 8 years ago
  33. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 8 years ago
  34. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 8 years ago
  35. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 8 years ago
  36. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 8 years ago
  37. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 8 years ago
  38. e6bb53b Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 9 years ago
  39. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 9 years ago
  40. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 9 years ago
  41. cf99a34 Make cs_path_exists a protected, static method by Jason R. Coombs · 9 years ago
  42. 22dd73a Add case-sensitive file comparison for detecting/adding standard default files. by Jason R. Coombs · 9 years ago
  43. 00e3cea Extract methods from sdist.add_defaults, allowing subclasses to override or inject different behaviors. by Jason R. Coombs · 9 years ago
  44. 10d5eef Get names for README files from class attribute, allowing subclass to override. by Jason R. Coombs · 9 years ago
  45. c581ce4 Replace trailing comments with block-level comments by Jason R. Coombs · 9 years ago
  46. 7677ff2 Remove unused import and reorganize imports of modules. by Jason R. Coombs · 9 years ago
  47. c9bba2b Remove wildcard imports from distutils.command.sdist by Jason R. Coombs · 9 years ago
  48. 3839d99 Issue #13756: Fix building extensions modules on Cygwin by Zachary Ware · 9 years ago
  49. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 9 years ago
  50. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 9 years ago
  51. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  52. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 9 years ago
  53. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 9 years ago
  54. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 9 years ago
  55. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 9 years ago
  56. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 9 years ago
  57. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 9 years ago
  58. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 9 years ago
  59. 36987d7 - merge 3.5 by doko@ubuntu.com · 9 years ago
  60. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 9 years ago
  61. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 9 years ago
  62. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 9 years ago
  63. ccd047e Removed unused imports. by Serhiy Storchaka · 9 years ago
  64. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 10 years ago
  65. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 10 years ago
  66. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 10 years ago
  67. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 10 years ago
  68. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 10 years ago
  69. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 10 years ago
  70. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  71. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  72. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 11 years ago
  73. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 11 years ago
  74. 09bd9ec Fixes distutils adding/expecting too many _d suffixes. by Steve Dower · 11 years ago
  75. 1f6c29a Removes bdist_wininst dependency on MFC. by Steve Dower · 11 years ago
  76. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 11 years ago
  77. 9816619 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 11 years ago
  78. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 11 years ago
  79. afa3153 Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported. by Antoine Pitrou · 11 years ago
  80. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 11 years ago
  81. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 11 years ago
  82. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  83. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  84. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 11 years ago
  85. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 11 years ago
  86. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 11 years ago
  87. c584741 merge 3.4 (closes #22200) by Benjamin Peterson · 11 years ago
  88. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 11 years ago
  89. 41dcf35 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  90. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  91. 09122f8 Reindent long line by Jason R. Coombs · 11 years ago
  92. 0375653 Replace overly-aggressive comparison for type equality with an isinstance check. by Jason R. Coombs · 11 years ago
  93. a384652 Drop support for Python 2.4 in upload command. by Jason R. Coombs · 11 years ago
  94. 6f71726 Replace import * with explicit import by Jason R. Coombs · 11 years ago
  95. 7ae0fde Clean up style in distutils upload command by Jason R. Coombs · 11 years ago
  96. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 12 years ago
  97. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 12 years ago
  98. 748f40d Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC. by Stefan Krah · 12 years ago
  99. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 12 years ago
  100. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 12 years ago