1. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  2. 9c70397 bump to 2.7.7 final by Benjamin Peterson · 11 years ago
  3. 996bf48 bump to 2.7.7rc1 by Benjamin Peterson · 11 years ago
  4. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 11 years ago
  5. 31fe52d Make distutils error messages more helpful (#11599). by Éric Araujo · 11 years ago
  6. 00ee494 Fix missing import in bdist_rpm (#18045) by Éric Araujo · 11 years ago
  7. b509903 Restore missing part of error message (#4931) by Éric Araujo · 11 years ago
  8. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 11 years ago
  9. 6200324 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 12 years ago
  10. 57bc6da Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  11. 25a23ef Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 12 years ago
  12. 91bf058 Issue #12853: Correct NameError in distutils upload command. by Jason R. Coombs · 12 years ago
  13. 086840a merge 2.7.6 release branch by Benjamin Peterson · 12 years ago
  14. 2785195 2.7.6 final by Benjamin Peterson · 12 years ago
  15. 3c07135 Issue #19286: [distutils] Only match files in build_py.find_data_files. by Jason R. Coombs · 12 years ago
  16. 83aafda Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. by Jason R. Coombs · 12 years ago
  17. 07ffc78 2.7.6rc1 by Benjamin Peterson · 12 years ago
  18. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 12 years ago
  19. 0e234e6 condense two tests with the same name (closes #19114) by Benjamin Peterson · 12 years ago
  20. 0879b16 Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 12 years ago
  21. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 12 years ago
  22. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 12 years ago
  23. 0864944 bump version to 2.7.5 by Benjamin Peterson · 12 years ago
  24. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
  25. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  26. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  27. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  28. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  29. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  30. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  31. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 13 years ago
  32. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 13 years ago
  33. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 13 years ago
  34. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 13 years ago
  35. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  36. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 13 years ago
  37. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
  38. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 13 years ago
  39. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  40. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 13 years ago
  41. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  42. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 13 years ago
  43. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  44. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  45. 021eddf Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  46. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  47. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  48. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  49. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 14 years ago
  50. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
  51. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 14 years ago
  52. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  53. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  54. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  55. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  56. ec17afd Backout buggy patch for #13719 by Éric Araujo · 13 years ago
  57. 1bf6bb6 Fix NameError by Éric Araujo · 13 years ago
  58. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  59. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 13 years ago
  60. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  61. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  62. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 14 years ago
  63. 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 · 14 years ago
  64. 667383c Issue #13193: Fix distutils.filelist.FileList under Windows. The by Antoine Pitrou · 14 years ago
  65. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  66. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  67. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  68. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  69. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 14 years ago
  70. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  71. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  72. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 14 years ago
  73. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  74. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  75. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  76. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  77. 1bd3b9c Branch merge by Éric Araujo · 14 years ago
  78. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 14 years ago
  79. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 14 years ago
  80. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 14 years ago
  81. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 14 years ago
  82. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  83. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  84. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  85. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  86. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  87. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  88. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  89. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  90. 865b573 Remove unnecessary executable bit on one distutils file by Éric Araujo · 14 years ago
  91. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 14 years ago
  92. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 14 years ago
  93. 78d9133 Branch merge by Éric Araujo · 14 years ago
  94. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  95. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 14 years ago
  96. a27c8e3 Branch merge by Éric Araujo · 14 years ago
  97. 015014f Fix file handle leak by Éric Araujo · 14 years ago
  98. e4f8d83 Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago
  99. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  100. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 15 years ago