1. 2ed0ac6 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Miss Islington (bot) · 4 years, 10 months ago
  2. 23985c6 closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15561) by Miss Islington (bot) · 4 years, 11 months ago
  3. 162d45c [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188) by Pablo Galindo · 5 years ago
  4. b4cd6ba bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Miss Islington (bot) · 5 years ago
  5. 0aefba7 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Miss Islington (bot) · 5 years ago
  6. be5bb52 bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506) by Miss Islington (bot) · 5 years ago
  7. bb3e8a6 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Miss Islington (bot) · 5 years ago
  8. 3f7629d bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Miss Islington (bot) · 5 years ago
  9. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  10. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 5 years ago
  11. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  12. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  13. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  14. 0ef8c15 bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) by Victor Stinner · 5 years ago
  15. 197f044 bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861) by Victor Stinner · 5 years ago
  16. 228a3c9 bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) by Victor Stinner · 5 years ago
  17. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 5 years ago
  18. 5909ad1 fix code styling (GH-12737) by Inada Naoki · 5 years ago
  19. 58721a9 bpo-35416: fix potential resource warnings in distutils (GH-10918) by Mickaël Schoentgen · 5 years ago
  20. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 5 years ago
  21. 72c7b37 bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) by Victor Stinner · 5 years ago
  22. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 5 years ago
  23. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 5 years ago
  24. 800d5cd bpo-35198 Fix C++ extension compilation on AIX (GH-10437) by Kevin Adler · 5 years ago
  25. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 5 years ago
  26. b2dc4a3 bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) by Marc Schlaich · 5 years ago
  27. a306bdd Distutils no longer needs to remain compatible with 2.3 (GH-11423) by Miro Hrončok · 5 years ago
  28. ed57e13 bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) by Michael Felt · 6 years ago
  29. c5d5dfd bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) by Serhiy Storchaka · 6 years ago
  30. 17d0c05 bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) by Victor Stinner · 6 years ago
  31. 4e80f5c bpo-35186: Remove "built with" comment in setup.py upload (GH-10414) by Paul Ganssle · 6 years ago
  32. 67a93b3 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Serhiy Storchaka · 6 years ago
  33. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  34. 53125a5 bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) by Steve Dower · 6 years ago
  35. 24b447e Use in-memory streams instead of NamedTemporaryFile. (GH-9508) by Serhiy Storchaka · 6 years ago
  36. 4b860fd bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) by Serhiy Storchaka · 6 years ago
  37. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  38. fa7dfae bpo-34605: Replace "pliant children" with "helpers" (GH-9195) by Victor Stinner · 6 years ago
  39. 0afada1 bpo-34421 avoid unicode error in distutils logging (GH-8799) by Julien Malard · 6 years ago
  40. 7e610bc bpo-34605: childs => children (GH-9102) by Victor Stinner · 6 years ago
  41. 5e92265 bpo-34605: Avoid master/slave terms (GH-9101) by Victor Stinner · 6 years ago
  42. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 6 years ago
  43. 5473f06 bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464) by Steve Dower · 6 years ago
  44. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  45. 08a6926 Improve error message for "setup.py upload" without dist files (#21060) by Éric Araujo · 6 years ago
  46. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 6 years ago
  47. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 6 years ago
  48. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 7 years ago
  49. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  50. 71bd588 bpo-32155: Revert distutils.config change (#4618) by Victor Stinner · 7 years ago
  51. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  52. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  53. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  54. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  55. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 7 years ago
  56. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  57. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  58. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  59. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  60. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  61. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  62. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  63. dbdea62 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) by Jeremy Kloth · 7 years ago
  64. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 7 years ago
  65. 92fd6c9 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) by Victor Stinner · 7 years ago
  66. f6448e5 bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) by Victor Stinner · 7 years ago
  67. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 7 years ago
  68. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 7 years ago
  69. fc29c88 Issue #28987: Merge doc and comment fixes from 3.6 by Martin Panter · 8 years ago
  70. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  71. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  72. e6bb53b Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  73. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  74. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  75. 5675835 Issue 26931: Merge 3.6 by Xavier de Gaye · 8 years ago
  76. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  77. c7ede11 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  78. cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  79. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  80. cf99a34 Make cs_path_exists a protected, static method by Jason R. Coombs · 8 years ago
  81. 22dd73a Add case-sensitive file comparison for detecting/adding standard default files. by Jason R. Coombs · 8 years ago
  82. 00e3cea Extract methods from sdist.add_defaults, allowing subclasses to override or inject different behaviors. by Jason R. Coombs · 8 years ago
  83. 10d5eef Get names for README files from class attribute, allowing subclass to override. by Jason R. Coombs · 8 years ago
  84. c581ce4 Replace trailing comments with block-level comments by Jason R. Coombs · 8 years ago
  85. 7677ff2 Remove unused import and reorganize imports of modules. by Jason R. Coombs · 8 years ago
  86. c9bba2b Remove wildcard imports from distutils.command.sdist by Jason R. Coombs · 8 years ago
  87. f7b8d5d Issue #28222: Merge from 3.6 by Berker Peksag · 8 years ago
  88. d3dbba4 Issue #28222: Merge from 3.5 by Berker Peksag · 8 years ago
  89. b5bb404 Issue #28222: Don't fail if pygments is not available by Berker Peksag · 8 years ago
  90. 3839d99 Issue #13756: Fix building extensions modules on Cygwin by Zachary Ware · 8 years ago
  91. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 8 years ago
  92. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  93. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  94. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  95. 80da993 Issue #28046: Fix distutils by Zachary Ware · 8 years ago
  96. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  97. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  98. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  99. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  100. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago