1. a76eff7 Merge fix from 3.2 by Éric Araujo · 12 years ago
  2. 2a57a36 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  3. 1d175f7 Merge fixes for #1326113 and #12297 from 3.2 by Éric Araujo · 12 years ago
  4. b2f5c0a Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  5. a9d2b64 Merge fixes for #13193 and FAQ from 3.2 by Éric Araujo · 12 years ago
  6. 9ce366a Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  7. 7347df1 Issue #13590: merge by Ned Deily · 12 years ago
  8. 9937748 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  9. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
  10. cd2a603 Branch merge by Éric Araujo · 13 years ago
  11. f9b0255 merge by Ned Deily · 13 years ago
  12. cf550dc Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  13. 5c1d814 MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  14. 031605a And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  15. 2c5b688 MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  16. 6e35d41 Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  17. 44acda4 MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  18. 8874fd6 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  19. 73cec21 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  20. bbb0803 Limit test scope to those platforms that can save the target filenames. Reference #11638. by Jason R. Coombs · 13 years ago
  21. e7437a7 Ported some test cases from 2.7 for #11638 by Jason R. Coombs · 13 years ago
  22. 61093c0 Issue #13193: Fix distutils.filelist.FileList and by Antoine Pitrou · 13 years ago
  23. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  24. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  25. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  26. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  27. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  28. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  29. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  30. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  31. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  32. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  33. c822f08 Merge #11751 from 3.2 by Éric Araujo · 13 years ago
  34. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  35. 67df285 Merge 3.2 by Éric Araujo · 13 years ago
  36. 5819dcc Add tests for Unicode handling in distutils’ check and register (#13114) by Éric Araujo · 13 years ago
  37. 04ea953 Fix docstring of distutils.util.byte_compile (followup for #11254) by Éric Araujo · 13 years ago
  38. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 13 years ago
  39. fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 13 years ago
  40. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  41. db95c7a Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  42. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 13 years ago
  43. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  44. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  45. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  46. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 13 years ago
  47. bcf99ac Branch merge by Éric Araujo · 13 years ago
  48. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  49. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 13 years ago
  50. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  51. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  52. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  53. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  54. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 13 years ago
  55. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  56. 3577c3c Branch merge by Éric Araujo · 13 years ago
  57. 2f24fda Branch merge by Éric Araujo · 13 years ago
  58. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 13 years ago
  59. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 13 years ago
  60. bcf147c Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  61. 08e544e Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  62. b0993bc Bump to 3.2.2. by Georg Brandl · 13 years ago
  63. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  64. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  65. 09ab4f8 Merge distutils bug fix from 3.2 by Éric Araujo · 13 years ago
  66. c3085aa Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  67. 175eb99 Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  68. ce9da2f Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  69. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  70. 006b485 Merge build_ext fix from 3.2 by Éric Araujo · 13 years ago
  71. a031abc Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  72. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  73. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  74. 24d1df7 Merge 3.2 by Éric Araujo · 13 years ago
  75. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  76. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  77. 87f58d8 Merge 3.2 by Éric Araujo · 13 years ago
  78. 19ffe60 Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. by Éric Araujo · 13 years ago
  79. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  80. c9322aa Merge 3.2 by Éric Araujo · 13 years ago
  81. 6b32ecf Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  82. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  83. 3c2ec8e Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  84. e74e3cf Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  85. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  86. fba5a94 Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  87. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  88. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  89. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 13 years ago
  90. 25785e9 Revert cosmetic change. by Éric Araujo · 13 years ago
  91. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  92. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  93. a2250e6 merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  94. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  95. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 13 years ago
  96. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 13 years ago
  97. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  98. 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 13 years ago
  99. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
  100. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 13 years ago