1. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  2. 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 8 years ago
  3. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  4. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  5. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  6. ce18d8c Issue #26089: Remove duplicate field 'license' from DistributionMetadata by Berker Peksag · 8 years ago
  7. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 9 years ago
  8. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  9. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  10. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  11. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  12. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  13. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  14. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  15. d5c0751 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  16. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  17. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  18. 30c49cb Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  19. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  20. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  21. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  22. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  23. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  24. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  25. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  26. 70343bf merge 3.5 (#25076) by Benjamin Peterson · 9 years ago
  27. f07422c merge 3.4 by Benjamin Peterson · 9 years ago
  28. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  29. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  30. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  31. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  32. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  33. 9548f1e Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  34. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  35. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  36. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  37. d66f43d Merge with 3.5 by Steve Dower · 9 years ago
  38. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 9 years ago
  39. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  40. e63a329 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  41. b465cb5 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  42. c6d9228 Issue #23426: run_setup was broken in distutils. by Robert Collins · 9 years ago
  43. 09479d0 merge 3.4 by Benjamin Peterson · 9 years ago
  44. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  45. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  46. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  47. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  48. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 9 years ago
  49. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  50. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  51. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
  52. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  53. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 9 years ago
  54. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  55. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  56. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  57. 02d1db9 Release bump for Python 3.5.0a3. by Larry Hastings · 10 years ago
  58. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 10 years ago
  59. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  60. b06f142 Release bump for 3.5.0a1. by Larry Hastings · 10 years ago
  61. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  62. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  63. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
  64. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  65. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  66. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  67. 09bd9ec Fixes distutils adding/expecting too many _d suffixes. by Steve Dower · 10 years ago
  68. 1f6c29a Removes bdist_wininst dependency on MFC. by Steve Dower · 10 years ago
  69. 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 · 10 years ago
  70. aea7f4a Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  71. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  72. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  73. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  74. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  75. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  76. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  77. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  78. 9816619 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  79. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  80. 5a789f7 Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  81. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  82. afa3153 Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported. by Antoine Pitrou · 10 years ago
  83. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  84. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  85. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  86. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  87. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  88. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  89. e227350 merge 3.4 by Benjamin Peterson · 10 years ago
  90. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  91. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  92. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  93. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  94. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  95. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  96. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  97. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  98. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  99. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  100. 71a8eed Merge with 3.4; Closes #22315 by Jason R. Coombs · 10 years ago