1. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  2. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  3. 70343bf merge 3.5 (#25076) by Benjamin Peterson · 9 years ago
  4. f07422c merge 3.4 by Benjamin Peterson · 9 years ago
  5. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  6. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  7. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  8. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  9. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  10. 9548f1e Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  11. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  12. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  13. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  14. d66f43d Merge with 3.5 by Steve Dower · 9 years ago
  15. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 9 years ago
  16. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  17. e63a329 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  18. b465cb5 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  19. c6d9228 Issue #23426: run_setup was broken in distutils. by Robert Collins · 9 years ago
  20. 09479d0 merge 3.4 by Benjamin Peterson · 9 years ago
  21. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  22. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  23. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  24. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  25. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 9 years ago
  26. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  27. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  28. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago
  29. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  30. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 9 years ago
  31. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  32. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  33. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  34. 02d1db9 Release bump for Python 3.5.0a3. by Larry Hastings · 9 years ago
  35. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 9 years ago
  36. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 9 years ago
  37. b06f142 Release bump for 3.5.0a1. by Larry Hastings · 10 years ago
  38. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  39. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  40. 71f1c5c merge 3.4 (#23063) by Benjamin Peterson · 10 years ago
  41. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  42. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 10 years ago
  43. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  44. 09bd9ec Fixes distutils adding/expecting too many _d suffixes. by Steve Dower · 10 years ago
  45. 1f6c29a Removes bdist_wininst dependency on MFC. by Steve Dower · 10 years ago
  46. 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
  47. aea7f4a Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  48. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  49. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  50. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  51. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  52. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  53. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  54. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  55. 9816619 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  56. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  57. 5a789f7 Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  58. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  59. 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
  60. c081262 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  61. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  62. 3a54c3e Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  63. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  64. 2c0a916 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` by Antoine Pitrou · 10 years ago
  65. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  66. e227350 merge 3.4 by Benjamin Peterson · 10 years ago
  67. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  68. 238f5aa merge 3.4 (#22349) by Benjamin Peterson · 10 years ago
  69. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  70. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  71. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  72. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  73. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  74. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  75. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  76. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  77. 71a8eed Merge with 3.4; Closes #22315 by Jason R. Coombs · 10 years ago
  78. c49a6aa merge 3.4 by Benjamin Peterson · 10 years ago
  79. 0dc10e0 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  80. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  81. c584741 merge 3.4 (closes #22200) by Benjamin Peterson · 10 years ago
  82. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 10 years ago
  83. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  84. 7447edb Issue #21923: merge from 3.4 by Ned Deily · 10 years ago
  85. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  86. 7c45632 Normalize style per PEP-8 by Jason R. Coombs · 10 years ago
  87. ce38f24 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  88. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  89. 41dcf35 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  90. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  91. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 9 years ago
  92. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  93. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  94. 3a260d2 Merge. by Larry Hastings · 10 years ago
  95. 09122f8 Reindent long line by Jason R. Coombs · 10 years ago
  96. 0375653 Replace overly-aggressive comparison for type equality with an isinstance check. by Jason R. Coombs · 10 years ago
  97. a384652 Drop support for Python 2.4 in upload command. by Jason R. Coombs · 10 years ago
  98. 6f71726 Replace import * with explicit import by Jason R. Coombs · 10 years ago
  99. 7ae0fde Clean up style in distutils upload command by Jason R. Coombs · 10 years ago
  100. 4ce74dc - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago