1. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 7 years ago
  2. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 7 years ago
  3. 8494829 bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) by Mazay0 · 7 years ago
  4. 0f7f676 test_distutils: test_build_ext uses EnvironGuard (#1458) by Victor Stinner · 7 years ago
  5. 15f8d0d test_distutils: use EnvironGuard (#1433) by Victor Stinner · 7 years ago
  6. 88e4206 Fix spelling in code comments by Martin Panter · 8 years ago
  7. 59addd6 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  8. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  9. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  10. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  11. 2246f39 Issue #20767: Fix -R option for FreeBSD/clang. by Stefan Krah · 8 years ago
  12. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  13. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  14. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  15. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  16. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  17. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  18. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  19. 0d64940 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  20. 0616530 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  21. 7751843 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  22. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 9 years ago
  23. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  24. 5a29c5c python 2.7.10 final by Benjamin Peterson · 9 years ago
  25. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 9 years ago
  26. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  27. 95ee9c7 fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  28. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  29. a5f49f5 bump to 2.7.9 final by Benjamin Peterson · 10 years ago
  30. af358ef 2.7.9rc1 by Benjamin Peterson · 10 years ago
  31. 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  32. 0d377b3 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 10 years ago
  33. ece9d5a #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  34. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  35. bf8b0ed test_distutils: remove the test file in DistributionTestCase.test_debug_mode() by Victor Stinner · 10 years ago
  36. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  37. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 10 years ago
  38. 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  39. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  40. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 10 years ago
  41. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 10 years ago
  42. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  43. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  44. 00ee494 Fix missing import in bdist_rpm (#18045) by Éric Araujo · 11 years ago
  45. b509903 Restore missing part of error message (#4931) by Éric Araujo · 11 years ago
  46. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  47. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  48. 57bc6da Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  49. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  50. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 11 years ago
  51. 086840a merge 2.7.6 release branch by Benjamin Peterson · 11 years ago
  52. 2785195 2.7.6 final by Benjamin Peterson · 11 years ago
  53. 3c07135 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 11 years ago
  54. 83aafda Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 11 years ago
  55. 07ffc78 2.7.6rc1 by Benjamin Peterson · 11 years ago
  56. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  57. 0e234e6 condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  58. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  59. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  60. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  61. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  62. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 11 years ago
  63. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  64. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  65. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  66. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  67. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  68. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  69. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 12 years ago
  70. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 12 years ago
  71. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 12 years ago
  72. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  73. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  74. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  75. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  76. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 12 years ago
  77. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  78. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  79. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 12 years ago
  80. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 12 years ago
  81. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  82. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  83. 021eddf Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  84. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  85. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  86. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  87. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 13 years ago
  88. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  89. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 13 years ago
  90. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  91. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  92. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  93. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  94. ec17afd Backout buggy patch for #13719 by Éric Araujo · 13 years ago
  95. 1bf6bb6 Fix NameError by Éric Araujo · 13 years ago
  96. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  97. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 13 years ago
  98. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  99. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  100. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago