1. 5dd99eb #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  2. 1ab29e7 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  3. 0864944 bump version to 2.7.5 by Benjamin Peterson · 11 years ago
  4. 6cb4343 - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h by doko@ubuntu.com · 12 years ago
  5. 376dd0e change version to 2.7.4 by Benjamin Peterson · 12 years ago
  6. a1f6fab version to 2.7.4rc1 by Benjamin Peterson · 12 years ago
  7. 469ee9d backout 66e30c4870bb for breaking OSX (#13150) by Benjamin Peterson · 12 years ago
  8. 28b7c05 - Issue #13150: sysconfig no longer parses the Makefile and config.h files by doko@ubuntu.com · 12 years ago
  9. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  10. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  11. 3e081c7 Add alias to restore 2.7.2 compatibility for setup scripts (#13994). by Éric Araujo · 12 years ago
  12. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 12 years ago
  13. 18fae3f Issue #13590: OS X Xcode 4 - improve support for universal extension modules by Ned Deily · 12 years ago
  14. 72121c6 - Issue #17041: Fix testing when Python is configured with the by Serhiy Storchaka · 12 years ago
  15. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  16. 9e06e8d Use proper skip instead of reporting success in one distutils test by Éric Araujo · 12 years ago
  17. 2320fa0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 12 years ago
  18. 26ea4a0 Remove code unneeded after f833e7ec4de1 by Éric Araujo · 12 years ago
  19. e5567cc Create ~/.pypirc securely (#13512). by Éric Araujo · 12 years ago
  20. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  21. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  22. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 13 years ago
  23. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  24. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  25. 021eddf Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  26. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  27. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 13 years ago
  28. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  29. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 13 years ago
  30. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  31. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 13 years ago
  32. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  33. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  34. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  35. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  36. ec17afd Backout buggy patch for #13719 by Éric Araujo · 13 years ago
  37. 1bf6bb6 Fix NameError by Éric Araujo · 13 years ago
  38. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  39. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 13 years ago
  40. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  41. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  42. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  43. 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
  44. 667383c Issue #13193: Fix distutils.filelist.FileList under Windows. The by Antoine Pitrou · 13 years ago
  45. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  46. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  47. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  48. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 13 years ago
  49. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  50. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  51. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  52. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 13 years ago
  53. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  54. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  55. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  56. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 13 years ago
  57. 1bd3b9c Branch merge by Éric Araujo · 13 years ago
  58. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 13 years ago
  59. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 13 years ago
  60. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 13 years ago
  61. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 13 years ago
  62. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  63. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 13 years ago
  64. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  65. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 13 years ago
  66. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 13 years ago
  67. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  68. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 13 years ago
  69. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 13 years ago
  70. 865b573 Remove unnecessary executable bit on one distutils file by Éric Araujo · 13 years ago
  71. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 13 years ago
  72. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  73. 78d9133 Branch merge by Éric Araujo · 13 years ago
  74. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  75. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 13 years ago
  76. a27c8e3 Branch merge by Éric Araujo · 13 years ago
  77. 015014f Fix file handle leak by Éric Araujo · 13 years ago
  78. e4f8d83 Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago
  79. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  80. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 14 years ago
  81. e04c13c Merged revisions 87280 via svnmerge from by Éric Araujo · 14 years ago
  82. 6e52cf3 Merged revisions 87277 via svnmerge from by Éric Araujo · 14 years ago
  83. 5cf79f6 Fix for issue10367, courtesy of Daniel Tavares. by Phillip J. Eby · 14 years ago
  84. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 14 years ago
  85. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  86. 4fadd53 Merged revisions 86601,86605 via svnmerge from by Éric Araujo · 14 years ago
  87. cc21417 2.7.1rc1 bump by Benjamin Peterson · 14 years ago
  88. 3ba7036 Merged revisions 86438 via svnmerge from by Éric Araujo · 14 years ago
  89. 4ca58a9 Merged revisions 86274,86276 via svnmerge from by Éric Araujo · 14 years ago
  90. db553be Remove one trace of Mac OS 9 support (#7908 follow-up) by Éric Araujo · 14 years ago
  91. e9954b5 Merged revisions 86244 via svnmerge from by Éric Araujo · 14 years ago
  92. d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 14 years ago
  93. 54052c0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
  94. f084376 Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the by Barry Warsaw · 14 years ago
  95. e9df5d6 Backport fix for #10126 by Éric Araujo · 14 years ago
  96. 58dab67 Merged revisions 85353 via svnmerge from by Antoine Pitrou · 14 years ago
  97. e092ef8 Merged revisions 84889 via svnmerge from by Senthil Kumaran · 14 years ago
  98. a171cf0 Merged revisions 84871 via svnmerge from by Senthil Kumaran · 14 years ago
  99. 9c379bb Merged revisions 84861 via svnmerge from by Senthil Kumaran · 14 years ago
  100. 7968f26 Merged revisions 84765 via svnmerge from by Hirokazu Yamamoto · 14 years ago