1. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  2. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  3. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  4. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  5. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  6. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  7. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 8 years ago
  8. 2af36ac Merge 3.5 by Donald Stufft · 8 years ago
  9. ef330d3 Merge 3.4 by Donald Stufft · 8 years ago
  10. c6c2217 Merge 3.3 by Donald Stufft · 8 years ago
  11. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  12. 0d60c56 Merge 3.5. by Stefan Krah · 8 years ago
  13. 9de620e Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  14. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  15. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  16. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  17. 77e8408 merge 3.5 by Donald Stufft · 8 years ago
  18. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  19. 961900a merge 3.5 by Benjamin Peterson · 8 years ago
  20. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  21. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  22. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  23. 606e5a6 Merge from 3.5 by Berker Peksag · 8 years ago
  24. 91d53e7 Make PyPIRCCommandTestCase derive from a base class by Berker Peksag · 8 years ago
  25. 4335437 Issue #20120: Merge from 3.5 by Berker Peksag · 8 years ago
  26. c529af3 Issue #20120: Add a test case to verify the % char can be used in .pypirc by Berker Peksag · 8 years ago
  27. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 8 years ago
  28. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  29. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  30. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  31. eea86b0 - Issue #23968: Update distutils/sysconfig.py to look for the renamed by doko@ubuntu.com · 8 years ago
  32. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  33. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 8 years ago
  34. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  35. 4094822 - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. by doko@ubuntu.com · 8 years ago
  36. 36987d7 - merge 3.5 by doko@ubuntu.com · 8 years ago
  37. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  38. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  39. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  40. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  41. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  42. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  43. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  44. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  45. 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
  46. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  47. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  48. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  49. ce18d8c Issue #26089: Remove duplicate field 'license' from DistributionMetadata by Berker Peksag · 8 years ago
  50. b8da1a4 Issue #25136: merge from 3.5 by Ned Deily · 8 years ago
  51. 020250f Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 8 years ago
  52. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  53. 9def284 subprocess._optim_args_from_interpreter_flags() by Victor Stinner · 9 years ago
  54. 709c2ae Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  55. 332334f Issue #26071: bdist_wininst created binaries fail to start and find 32bit Python by Steve Dower · 9 years ago
  56. d8ce735 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  57. 1d32941 Issue #25850: Use cross-compilation by default for 64-bit Windows. by Steve Dower · 9 years ago
  58. d5c0751 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  59. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  60. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  61. 30c49cb Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  62. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  63. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  64. e56a919 Issue #25523: Merge a-to-an corrections from 3.5 by Martin Panter · 9 years ago
  65. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  66. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  67. f536386 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  68. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  69. edc4b2f Issue #12285: Replace implementation of findall with implementation from Setuptools 7ce820d524db. by Jason R. Coombs · 9 years ago
  70. 70343bf merge 3.5 (#25076) by Benjamin Peterson · 9 years ago
  71. f07422c merge 3.4 by Benjamin Peterson · 9 years ago
  72. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  73. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  74. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  75. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  76. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  77. 1a04c44 Sort result to avoid spurious errors due to order. by Jason R. Coombs · 9 years ago
  78. a2cf229 Add docstring and additional test revealing nuances of the implementation as found in setuptools. by Jason R. Coombs · 9 years ago
  79. 2c5278a Add another test capturing the basic discovery expectation. by Jason R. Coombs · 9 years ago
  80. a0c6c1c Issue #12285: Add test capturing failure. by Jason R. Coombs · 9 years ago
  81. fa5e7cf Use modern mechanism for test discovery by Jason R. Coombs · 9 years ago
  82. 9548f1e Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  83. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  84. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  85. 61ddaba Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  86. d66f43d Merge with 3.5 by Steve Dower · 9 years ago
  87. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 9 years ago
  88. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  89. e63a329 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  90. b465cb5 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  91. c6d9228 Issue #23426: run_setup was broken in distutils. by Robert Collins · 9 years ago
  92. 09479d0 merge 3.4 by Benjamin Peterson · 9 years ago
  93. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  94. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  95. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  96. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  97. c709085 Issue #23970: Fixes bdist_wininst not working on non-Windows platform. by Steve Dower · 9 years ago
  98. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  99. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  100. f7e3938 Fixed issue #16314 test for the case when lzma is not available. by Serhiy Storchaka · 9 years ago