1. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 14 years ago
  2. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  3. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  4. f830aa5 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  5. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  6. 79e50c6 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 14 years ago
  7. 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
  8. 667383c Issue #13193: Fix distutils.filelist.FileList under Windows. The by Antoine Pitrou · 14 years ago
  9. 3dca9f5 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  10. 323b5da Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  11. 5baef6d Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  12. 017e535 Fix distutils’ check and register Unicode handling (#13114). by Éric Araujo · 14 years ago
  13. 5fb16cd Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 14 years ago
  14. a13cd39 Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  15. 0c40076 Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  16. c6072d8 Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch by Antoine Pitrou by Jesus Cea · 14 years ago
  17. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  18. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  19. 429b890 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  20. 288ebb4 Add FIXME note as a reminder by Éric Araujo · 14 years ago
  21. 1bd3b9c Branch merge by Éric Araujo · 14 years ago
  22. e10fbb1 Backport tests for the distutils install command by Éric Araujo · 14 years ago
  23. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 14 years ago
  24. c811fb2 Add tests for build_ext --user (backport from 3.2) by Éric Araujo · 14 years ago
  25. 04612d6 Refactor helpers for compiling the xx module in distutils tests. by Éric Araujo · 14 years ago
  26. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  27. 33af263 Fix incorrect mtime comparison in distutils (#11933). by Éric Araujo · 14 years ago
  28. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  29. 041645a Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  30. 053c6ad Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  31. 63144c6 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  32. a573e0d merge 2.7.2 release branch by Benjamin Peterson · 14 years ago
  33. 9843ba5 bump to 2.7.2 final by Benjamin Peterson · 14 years ago
  34. 865b573 Remove unnecessary executable bit on one distutils file by Éric Araujo · 14 years ago
  35. cd20705 bump to 2.7.2rc1 by Benjamin Peterson · 14 years ago
  36. be77831 Fix test_distutils when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 14 years ago
  37. 78d9133 Branch merge by Éric Araujo · 14 years ago
  38. a70286b Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  39. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 14 years ago
  40. a27c8e3 Branch merge by Éric Araujo · 14 years ago
  41. 015014f Fix file handle leak by Éric Araujo · 14 years ago
  42. e4f8d83 Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago
  43. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  44. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 15 years ago
  45. e04c13c Merged revisions 87280 via svnmerge from by Éric Araujo · 15 years ago
  46. 6e52cf3 Merged revisions 87277 via svnmerge from by Éric Araujo · 15 years ago
  47. 5cf79f6 Fix for issue10367, courtesy of Daniel Tavares. by Phillip J. Eby · 15 years ago
  48. 3e0fa42 2.7.1 final version bump by Benjamin Peterson · 15 years ago
  49. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  50. 4fadd53 Merged revisions 86601,86605 via svnmerge from by Éric Araujo · 15 years ago
  51. cc21417 2.7.1rc1 bump by Benjamin Peterson · 15 years ago
  52. 3ba7036 Merged revisions 86438 via svnmerge from by Éric Araujo · 15 years ago
  53. 4ca58a9 Merged revisions 86274,86276 via svnmerge from by Éric Araujo · 15 years ago
  54. db553be Remove one trace of Mac OS 9 support (#7908 follow-up) by Éric Araujo · 15 years ago
  55. e9954b5 Merged revisions 86244 via svnmerge from by Éric Araujo · 15 years ago
  56. d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 15 years ago
  57. 54052c0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 15 years ago
  58. f084376 Fix issue 10126 for Python 2.7 by using $RUNSHARED to find the by Barry Warsaw · 15 years ago
  59. e9df5d6 Backport fix for #10126 by Éric Araujo · 15 years ago
  60. 58dab67 Merged revisions 85353 via svnmerge from by Antoine Pitrou · 15 years ago
  61. e092ef8 Merged revisions 84889 via svnmerge from by Senthil Kumaran · 15 years ago
  62. a171cf0 Merged revisions 84871 via svnmerge from by Senthil Kumaran · 15 years ago
  63. 9c379bb Merged revisions 84861 via svnmerge from by Senthil Kumaran · 15 years ago
  64. 7968f26 Merged revisions 84765 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  65. f994f04 Merged revisions 84753,84760 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  66. 4893dfb Merged revisions 84711 via svnmerge from by Éric Araujo · 15 years ago
  67. aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 15 years ago
  68. 7738e4b Merged revisions 84614 via svnmerge from by Éric Araujo · 15 years ago
  69. 5011c8d Merged revisions 84611 via svnmerge from by Éric Araujo · 15 years ago
  70. b55feda Merged revisions 84608 via svnmerge from by Éric Araujo · 15 years ago
  71. 0389ae6 Merged revisions 83993 via svnmerge from by Éric Araujo · 15 years ago
  72. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  73. c425f8f Merged revisions 82839 via svnmerge from by Ezio Melotti · 15 years ago
  74. 7595620 Fix for issue #9164: with this patch sysconfig and distuls don't break by Ronald Oussoren · 15 years ago
  75. e3c1045 prepare for 2.7.1 by Benjamin Peterson · 15 years ago
  76. c60082d update to 2.7 final by Benjamin Peterson · 15 years ago
  77. cd17213 Two small fixes for the support for SDKs on MacOSX: by Ronald Oussoren · 15 years ago
  78. bfcedf4 bump verson to 2.7rc2 by Benjamin Peterson · 15 years ago
  79. afa1b30 fix finding visual studio 2008 on 64 bit #8854 by Benjamin Peterson · 15 years ago
  80. 77d534e bump version to 2.7 rc1 by Benjamin Peterson · 15 years ago
  81. 593e4ca Fix for issue #7724: ensure that distutils and python's own setup.py by Ronald Oussoren · 15 years ago
  82. 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 15 years ago
  83. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 15 years ago
  84. c251607 bump version to 2.7 beta 2 by Benjamin Peterson · 15 years ago
  85. dac6aeb4 Revert r80963 - it broke compilation everywhere by Antoine Pitrou · 15 years ago
  86. d875d3c Fix for issue #7724: make it possible to build using by Ronald Oussoren · 15 years ago
  87. 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
  88. a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 15 years ago
  89. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  90. 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é · 15 years ago
  91. 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
  92. 3f5d146 No more deprecation warnings for distutils.sysconfig, following r78666. by Florent Xicluna · 15 years ago
  93. 1f3b4e1 Fix some py3k warnings in the standard library. by Florent Xicluna · 15 years ago
  94. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
  95. c49b6ef search in the alternative location for VCExpress by Tarek Ziadé · 15 years ago
  96. 5501e6a fixed various failures and environment alterations in distutils.test_build_ext by Tarek Ziadé · 15 years ago
  97. 895ee24 files used by win32 tests by Tarek Ziadé · 15 years ago
  98. 7e48ff8 simplified the fallback case by Tarek Ziadé · 15 years ago
  99. fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present by Tarek Ziadé · 15 years ago
  100. b30868a copied back the build_ext tests from 2.6 by Tarek Ziadé · 15 years ago