1. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  2. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  3. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  4. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  5. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  6. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  7. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  8. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  9. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  10. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  11. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 9 years ago
  12. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  13. 562b7cb fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  14. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  15. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  16. 2ce95d7 Merge from 3.4.2 release head back into 3.4 mainline. by Larry Hastings · 10 years ago
  17. dbb1261 Release bump for 3.4.2 final. by Larry Hastings · 10 years ago
  18. cef3bdc - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  19. e6edc03 #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  20. 623ae29 #10510: Fix bug in forward port of 2.7 distutils patch. by R David Murray · 10 years ago
  21. 9ce6967 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  22. 03776e3 Bump version number for 3.4.2rc1 release. by Larry Hastings · 10 years ago
  23. 9833fcb use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function by Benjamin Peterson · 10 years ago
  24. df0eb95 remove various dead version checks (closes #22349) by Benjamin Peterson · 10 years ago
  25. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  26. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  27. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  28. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  29. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  30. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  31. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  32. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  33. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 10 years ago
  34. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  35. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  36. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  37. 5c26a8a Version bump for 3.4.1. by Larry Hastings · 10 years ago
  38. 3a260d2 Merge. by Larry Hastings · 10 years ago
  39. e5de66e - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  40. 8577e5a - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  41. 95e0b0d Version bump for 3.4.1rc1. by Larry Hastings · 10 years ago
  42. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 10 years ago
  43. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 10 years ago
  44. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 10 years ago
  45. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 10 years ago
  46. f1e8c70 Merge 3.3 (#11599) by Éric Araujo · 10 years ago
  47. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 10 years ago
  48. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  49. fbd7518 Bump to 3.3.5 final. by Georg Brandl · 10 years ago
  50. d5c5976 Version bump for 3.4.0rc3. by Larry Hastings · 10 years ago
  51. c186b23 Bump to 3.3.5rc2. by Georg Brandl · 10 years ago
  52. e12675a Bump to 3.3.5rc1. by Georg Brandl · 10 years ago
  53. e9f73ac Python 3.4.0rc1: Version bump. by Larry Hastings · 10 years ago
  54. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 10 years ago
  55. f34177a Version bump for Python 3.4.0rc2. by Larry Hastings · 10 years ago
  56. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 11 years ago
  57. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 11 years ago
  58. c814025 Bump to 3.3.4 final by Georg Brandl · 10 years ago
  59. 748f40d Issue #9709: Revert 97fb852c5c26. Many extensions are not using PyMODINIT_FUNC. by Stefan Krah · 11 years ago
  60. 2d8e1e4 Version bump for 3.4.0b3. by Larry Hastings · 11 years ago
  61. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 11 years ago
  62. a6c5523 Bump version number for 3.4.0b2. by Larry Hastings · 11 years ago
  63. bfd488c Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  64. 2ee2c95 Issue #19544, #6516: check ZLIB_SUPPORT, not zlib (which might not be bound) by Zachary Ware · 11 years ago
  65. 5bf8c34 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  66. e62a404 Fix bootstrap issue by importing the cgi module lazily by Antoine Pitrou · 11 years ago
  67. 20d5ade Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  68. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 11 years ago
  69. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  70. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  71. 23b8cd9 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  72. 6783487 Fix urllib.request.build_opener mocking in test_distutils (should fix some random buildbot failures) by Antoine Pitrou · 11 years ago
  73. 29fd05f Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  74. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 11 years ago
  75. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  76. 3f5f436 Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  77. 3c02ece Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  78. 5aa08ca Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is by Stefan Krah · 11 years ago
  79. eaec359 Issue #19760: Silence sysconfig's 'SO' key deprecation warnings in tests. by Serhiy Storchaka · 11 years ago
  80. 7e611da Bump version number to 3.4.0b1. by Larry Hastings · 11 years ago
  81. 9121f8d Issue 19555 for distutils, plus a little clean up (pyflakes, line lengths). by Barry Warsaw · 11 years ago
  82. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  83. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  84. 932c616 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  85. 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  86. b41c254 Correct long line by Jason R. Coombs · 11 years ago
  87. 9d78e41 Issue #19586: Update remaining deprecated assertions to their preferred usage. by Jason R. Coombs · 11 years ago
  88. 6f87a08 Update more usage of assertEqual by Jason R. Coombs · 11 years ago
  89. e9f0311 Use preferred assertEqual by Jason R. Coombs · 11 years ago
  90. 75c40ae Use preferred assertEqual form. Correct indentation. by Jason R. Coombs · 11 years ago
  91. 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
  92. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  93. 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
  94. 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
  95. 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
  96. aa32779 Issue #19544, #6516: no need to catch AttributeError on import pwd/grp by Victor Stinner · 11 years ago
  97. 06afed0 Issue #19544 and Issue #6516: quick workaround for failing builds by Christian Heimes · 11 years ago
  98. 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
  99. 77796e4 Fix failing test incorrectly merged in b1244046f37a by Jason R. Coombs · 11 years ago
  100. 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