1. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 8 years ago
  2. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  3. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  4. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  5. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  6. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  7. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  8. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  9. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  10. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  11. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  12. d5c0751 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  13. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  14. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  15. 30c49cb Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  16. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  17. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  18. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  19. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  20. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  21. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  22. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  23. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  24. c6d9228 Issue #23426: run_setup was broken in distutils. by Robert Collins · 9 years ago
  25. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  26. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
  27. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  28. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  29. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
  30. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  31. 09bd9ec Fixes distutils adding/expecting too many _d suffixes. by Steve Dower · 10 years ago
  32. aea7f4a Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  33. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  34. 5a789f7 Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  35. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  36. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  37. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  38. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  39. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  40. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  41. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  42. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  43. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  44. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  45. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  46. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  47. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  48. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  49. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  50. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  51. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  52. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  53. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  54. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 11 years ago
  55. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  56. bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  57. 2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  58. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  59. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  60. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  61. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  62. 23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  63. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  64. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  65. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  66. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  67. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  68. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  69. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  70. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  71. 932c616 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  72. 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  73. b41c254 Correct long line by Jason R. Coombs · 11 years ago
  74. 9d78e41 Issue #19586: Update remaining deprecated assertions to their preferred usage. by Jason R. Coombs · 11 years ago
  75. 6f87a08 Update more usage of assertEqual by Jason R. Coombs · 11 years ago
  76. e9f0311 Use preferred assertEqual by Jason R. Coombs · 11 years ago
  77. 75c40ae Use preferred assertEqual form. Correct indentation. by Jason R. Coombs · 11 years ago
  78. cb37641 Issue #7408: Forward port limited test from Python 2.7, fixing failing buildbot tests on BSD-based platforms. by Jason R. Coombs · 11 years ago
  79. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  80. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  81. 2a1838b Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes. by Andrew Kuchling · 11 years ago
  82. 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
  83. 77796e4 Fix failing test incorrectly merged in b1244046f37a by Jason R. Coombs · 11 years ago
  84. 0048ae0 Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was unable to test due to bab0cbf86835. by Jason R. Coombs · 11 years ago
  85. 375dc9b Merge with 3.3 for Issue #19544 and Issue #7457 by Jason R. Coombs · 11 years ago
  86. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  87. e71fb28 Merge with 3.3 for Issue #19286. by Jason R. Coombs · 11 years ago
  88. ca9242f Merge with 3.2 for Issue #19286. by Jason R. Coombs · 11 years ago
  89. 93912b9 Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  90. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  91. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  92. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  93. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  94. 61c3556 Issue #17177: Stop using imp in distutils by Brett Cannon · 11 years ago
  95. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  96. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  97. 7025349 merge with 3.3 by Georg Brandl · 11 years ago
  98. 521ed52 Closes issue #17732: ignore install-directory specific options in by Georg Brandl · 11 years ago
  99. f7520dc Fix uploadTestCase to work even when HTTPSConnection is not available. by Ezio Melotti · 11 years ago
  100. 6d3d0fe - Issue #16754: Fix the incorrect shared library extension on linux. Introduce by doko@ubuntu.com · 12 years ago