1. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 6 years ago
  2. 8494829 bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) by Mazay0 · 7 years ago
  3. 0f7f676 test_distutils: test_build_ext uses EnvironGuard (#1458) by Victor Stinner · 7 years ago
  4. 15f8d0d test_distutils: use EnvironGuard (#1433) by Victor Stinner · 7 years ago
  5. 88e4206 Fix spelling in code comments by Martin Panter · 8 years ago
  6. 59addd6 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  7. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  8. 6507657 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  9. 692497a Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 8 years ago
  10. bf2dca9 English spelling and grammar fixes by Martin Panter · 8 years ago
  11. 7127b62 Switch to the new upload url for PyPI by Donald Stufft · 8 years ago
  12. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  13. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  14. 0d64940 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  15. 95ee9c7 fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 9 years ago
  16. 78be2f4 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  17. ece9d5a #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 10 years ago
  18. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  19. bf8b0ed test_distutils: remove the test file in DistributionTestCase.test_debug_mode() by Victor Stinner · 10 years ago
  20. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  21. 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  22. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  23. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  24. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  25. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 11 years ago
  26. 57bc6da Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  27. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  28. 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
  29. 0e234e6 condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  30. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  31. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  32. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 11 years ago
  33. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 11 years ago
  34. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 11 years ago
  35. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 11 years ago
  36. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  37. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  38. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  39. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  40. ec17afd Backout buggy patch for #13719 by Éric Araujo · 12 years ago
  41. 1bf6bb6 Fix NameError by Éric Araujo · 12 years ago
  42. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 12 years ago
  43. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 12 years ago
  44. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 12 years ago
  45. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  46. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  47. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  48. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 12 years ago
  49. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 12 years ago
  50. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  51. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  52. 042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. by Jason R. Coombs · 13 years ago
  53. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  54. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  55. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 13 years ago
  56. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  57. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  58. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  59. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 13 years ago
  60. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  61. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  62. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  63. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 13 years ago
  64. 1bd3b9c Branch merge by Éric Araujo · 13 years ago
  65. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 13 years ago
  66. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 13 years ago
  67. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 13 years ago
  68. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 13 years ago
  69. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  70. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  71. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 13 years ago
  72. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  73. 865b573 Remove unnecessary executable bit on one distutils file by Éric Araujo · 13 years ago
  74. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  75. 78d9133 Branch merge by Éric Araujo · 13 years ago
  76. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  77. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 13 years ago
  78. e4f8d83 Fix improper tests in RegisterTestCase by Éric Araujo · 13 years ago
  79. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  80. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  81. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  82. d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 14 years ago
  83. 54052c0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
  84. f084376 Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the by Barry Warsaw · 14 years ago
  85. e9df5d6 Backport fix for #10126 by Éric Araujo · 14 years ago
  86. e092ef8 Merged revisions 84889 via svnmerge from by Senthil Kumaran · 14 years ago
  87. a171cf0 Merged revisions 84871 via svnmerge from by Senthil Kumaran · 14 years ago
  88. 9c379bb Merged revisions 84861 via svnmerge from by Senthil Kumaran · 14 years ago
  89. 7968f26 Merged revisions 84765 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  90. f994f04 Merged revisions 84753,84760 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  91. 0389ae6 Merged revisions 83993 via svnmerge from by Éric Araujo · 14 years ago
  92. c425f8f Merged revisions 82839 via svnmerge from by Ezio Melotti · 14 years ago
  93. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 14 years ago
  94. ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest by Tarek Ziadé · 14 years ago
  95. 3f5d146 No more deprecation warnings for distutils.sysconfig, following r78666. by Florent Xicluna · 14 years ago
  96. 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 14 years ago
  97. 895ee24 files used by win32 tests by Tarek Ziadé · 14 years ago
  98. 7e48ff8 simplified the fallback case by Tarek Ziadé · 14 years ago
  99. fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 14 years ago
  100. b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 14 years ago