1. 162d45c [3.8] bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184) (GH-15188) by Pablo Galindo · 5 years ago
  2. b4cd6ba bpo-37481: Deprecate distutils bdist_wininst command (GH-14553) by Miss Islington (bot) · 5 years ago
  3. 0aefba7 bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) by Miss Islington (bot) · 5 years ago
  4. bb3e8a6 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Miss Islington (bot) · 5 years ago
  5. 228a3c9 bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) by Victor Stinner · 5 years ago
  6. a9bd892 bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764) by Victor Stinner · 5 years ago
  7. d5a5a33 bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) by Philipp A · 5 years ago
  8. 72c7b37 bpo-36235: Enhance distutils test_customize_compiler() (GH-12403) by Victor Stinner · 5 years ago
  9. 86082c2 bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236) by Victor Stinner · 5 years ago
  10. 25ec4a4 bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282) by Anthony Sottile · 5 years ago
  11. 85e102a bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) by Steve Dower · 5 years ago
  12. ed57e13 bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) by Michael Felt · 6 years ago
  13. 17d0c05 bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) by Victor Stinner · 6 years ago
  14. 67a93b3 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Serhiy Storchaka · 6 years ago
  15. 24b447e Use in-memory streams instead of NamedTemporaryFile. (GH-9508) by Serhiy Storchaka · 6 years ago
  16. 4b860fd bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) by Serhiy Storchaka · 6 years ago
  17. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  18. 3948719 bpo-34530: Fix distutils find_executable() (GH-9049) by Victor Stinner · 6 years ago
  19. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 6 years ago
  20. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  21. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  22. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  23. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  24. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  25. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  26. 92fd6c9 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) by Victor Stinner · 7 years ago
  27. f6448e5 bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) by Victor Stinner · 7 years ago
  28. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  29. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  30. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  31. cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  32. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  33. b5bb404 Issue #28222: Don't fail if pygments is not available by Berker Peksag · 8 years ago
  34. d3dbba4 Issue #28222: Merge from 3.5 by Berker Peksag · 8 years ago
  35. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 8 years ago
  36. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  37. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  38. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  39. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  40. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  41. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  42. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  43. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  44. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  45. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  46. 2af36ac Merge 3.5 by Donald Stufft · 8 years ago
  47. ef330d3 Merge 3.4 by Donald Stufft · 8 years ago
  48. c6c2217 Merge 3.3 by Donald Stufft · 8 years ago
  49. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  50. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  51. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  52. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  53. 77e8408 merge 3.5 by Donald Stufft · 8 years ago
  54. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  55. 961900a merge 3.5 by Benjamin Peterson · 8 years ago
  56. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  57. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  58. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  59. 606e5a6 Merge from 3.5 by Berker Peksag · 8 years ago
  60. 91d53e7 Make PyPIRCCommandTestCase derive from a base class by Berker Peksag · 8 years ago
  61. 4335437 Issue #20120: Merge from 3.5 by Berker Peksag · 8 years ago
  62. c529af3 Issue #20120: Add a test case to verify the % char can be used in .pypirc by Berker Peksag · 8 years ago
  63. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 8 years ago
  64. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  65. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  66. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  67. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 8 years ago
  68. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  69. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  70. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  71. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  72. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  73. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  74. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  75. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  76. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  77. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  78. d5c0751 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  79. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  80. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  81. 30c49cb Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  82. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  83. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  84. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  85. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  86. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  87. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  88. 1a04c44 Sort result to avoid spurious errors due to order. by Jason R. Coombs · 9 years ago
  89. a2cf229 Add docstring and additional test revealing nuances of the implementation as found in setuptools. by Jason R. Coombs · 9 years ago
  90. 2c5278a Add another test capturing the basic discovery expectation. by Jason R. Coombs · 9 years ago
  91. a0c6c1c Issue #12285: Add test capturing failure. by Jason R. Coombs · 9 years ago
  92. fa5e7cf Use modern mechanism for test discovery by Jason R. Coombs · 9 years ago
  93. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  94. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  95. c6d9228 Issue #23426: run_setup was broken in distutils. by Robert Collins · 9 years ago
  96. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  97. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
  98. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  99. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  100. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago