1. 2fc98ae bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) by Bo Bayles · 7 years ago
  2. 2507e29 bpo-32588: Move _findvs into its own module and add missing _queue module to installer (#5227) by Steve Dower · 7 years ago
  3. 9e7c136 bpo-32302: Fix distutils bdist_wininst for CRT v142 (#4851) by Victor Stinner · 7 years ago
  4. 8837dd0 bpo-19610: Warn if distutils is provided something other than a list to some fields (#4685) by Neil Schemenauer · 7 years ago
  5. 71bd588 bpo-32155: Revert distutils.config change (#4618) by Victor Stinner · 7 years ago
  6. 696b501 bpo-32155: Bugfixes found by flake8 F841 warnings (#4608) by Victor Stinner · 7 years ago
  7. dcaed6b bpo-19610: setup() now raises TypeError for invalid types (GH-4519) by Berker Peksag · 7 years ago
  8. d34d8fc bpo-29185: Fix `test_distutils` failures on Android (GH-4438) by xdegaye · 7 years ago
  9. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  10. 4eaf7f9 fixes bpo-31866: remove code pertaining to AtheOS support (#4115) by Benjamin Peterson · 7 years ago
  11. 288d1da remove support for BSD/OS (closes bpo-31624) (#3812) by Benjamin Peterson · 7 years ago
  12. f1502d0 bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) by Stefan Grönke · 7 years ago
  13. 05f01d8 bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) by Steve Dower · 7 years ago
  14. 49ce74e Remove all mention of Windows IA-64 support (GH-3389) by Zachary Ware · 7 years ago
  15. 5fcd5e6 bpo-31340: Change to building with MSVC v141 (included with Visual Studio 2017) (#3311) by Steve Dower · 7 years ago
  16. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  17. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 7 years ago
  18. dbdea62 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) by Jeremy Kloth · 7 years ago
  19. b109a1d bpo-30273: Update sysconfig (#1464) by Victor Stinner · 7 years ago
  20. 92fd6c9 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) by Victor Stinner · 7 years ago
  21. f6448e5 bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) by Victor Stinner · 7 years ago
  22. f9f87f0 bpo-11913: Add README.rst to the distutils standard READMEs list (#563) by Ryan Gonzalez · 7 years ago
  23. ef158c3 Issue #29218: Remove unused install_misc command by Berker Peksag · 8 years ago
  24. fc29c88 Issue #28987: Merge doc and comment fixes from 3.6 by Martin Panter · 8 years ago
  25. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  26. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  27. e6bb53b Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  28. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  29. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  30. 5675835 Issue 26931: Merge 3.6 by Xavier de Gaye · 8 years ago
  31. dfc13e0 Issue 26931: Skip the test_distutils tests using a compiler executable by Xavier de Gaye · 8 years ago
  32. c7ede11 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  33. cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  34. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  35. cf99a34 Make cs_path_exists a protected, static method by Jason R. Coombs · 8 years ago
  36. 22dd73a Add case-sensitive file comparison for detecting/adding standard default files. by Jason R. Coombs · 8 years ago
  37. 00e3cea Extract methods from sdist.add_defaults, allowing subclasses to override or inject different behaviors. by Jason R. Coombs · 8 years ago
  38. 10d5eef Get names for README files from class attribute, allowing subclass to override. by Jason R. Coombs · 8 years ago
  39. c581ce4 Replace trailing comments with block-level comments by Jason R. Coombs · 8 years ago
  40. 7677ff2 Remove unused import and reorganize imports of modules. by Jason R. Coombs · 8 years ago
  41. c9bba2b Remove wildcard imports from distutils.command.sdist by Jason R. Coombs · 8 years ago
  42. f7b8d5d Issue #28222: Merge from 3.6 by Berker Peksag · 8 years ago
  43. d3dbba4 Issue #28222: Merge from 3.5 by Berker Peksag · 8 years ago
  44. b5bb404 Issue #28222: Don't fail if pygments is not available by Berker Peksag · 8 years ago
  45. 3839d99 Issue #13756: Fix building extensions modules on Cygwin by Zachary Ware · 8 years ago
  46. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 8 years ago
  47. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  48. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  49. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  50. 80da993 Issue #28046: Fix distutils by Zachary Ware · 8 years ago
  51. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  52. b44c849 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  53. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 8 years ago
  54. 65e3319 Issue #12285: Merge with 3.4 by Jason R. Coombs · 8 years ago
  55. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  56. 9650b19 Merge backout for test suite fix by Jason R. Coombs · 8 years ago
  57. 75fbf87 Issue #12885: Merge with 3.5 by Jason R. Coombs · 8 years ago
  58. 5c071c1 Issue #27919: Deprecate extra_path option in distutils. by Jason R. Coombs · 8 years ago
  59. 8890bb2 #27904: fix distutils tests. by R David Murray · 8 years ago
  60. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  61. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  62. a47ca08 Issue #27819: Simply default to gztar for sdist formats by default on all platforms. by Jason R. Coombs · 8 years ago
  63. 2af36ac Merge 3.5 by Donald Stufft · 8 years ago
  64. ef330d3 Merge 3.4 by Donald Stufft · 8 years ago
  65. c6c2217 Merge 3.3 by Donald Stufft · 8 years ago
  66. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  67. 0d60c56 Merge 3.5. by Stefan Krah · 8 years ago
  68. 9de620e Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  69. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  70. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  71. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  72. 77e8408 merge 3.5 by Donald Stufft · 8 years ago
  73. a1fc45a Fix a test with the new upload URL by Donald Stufft · 8 years ago
  74. 961900a merge 3.5 by Benjamin Peterson · 8 years ago
  75. 9409b4a merge 3.4 by Benjamin Peterson · 8 years ago
  76. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  77. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  78. 606e5a6 Merge from 3.5 by Berker Peksag · 8 years ago
  79. 91d53e7 Make PyPIRCCommandTestCase derive from a base class by Berker Peksag · 8 years ago
  80. 4335437 Issue #20120: Merge from 3.5 by Berker Peksag · 8 years ago
  81. c529af3 Issue #20120: Add a test case to verify the % char can be used in .pypirc by Berker Peksag · 8 years ago
  82. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 8 years ago
  83. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  84. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  85. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  86. eea86b0 - Issue #23968: Update distutils/sysconfig.py to look for the renamed by doko@ubuntu.com · 8 years ago
  87. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 8 years ago
  88. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 8 years ago
  89. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  90. 4094822 - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. by doko@ubuntu.com · 8 years ago
  91. 36987d7 - merge 3.5 by doko@ubuntu.com · 8 years ago
  92. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  93. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  94. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  95. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  96. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  97. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  98. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  99. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  100. 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