1. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  2. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  3. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  4. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  5. c822f08 Merge #11751 from 3.2 by Éric Araujo · 14 years ago
  6. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 14 years ago
  7. 67df285 Merge 3.2 by Éric Araujo · 14 years ago
  8. 5819dcc Add tests for Unicode handling in distutils’ check and register (#13114) by Éric Araujo · 14 years ago
  9. 04ea953 Fix docstring of distutils.util.byte_compile (followup for #11254) by Éric Araujo · 14 years ago
  10. 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 14 years ago
  11. fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 14 years ago
  12. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
  13. db95c7a Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 14 years ago
  14. 92ffc50 Merge fix for #8933 from 3.2 by Éric Araujo · 14 years ago
  15. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 14 years ago
  16. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 14 years ago
  17. e01aa53 Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 14 years ago
  18. a1bea6e Issue #9561: distutils now reads and writes egg-info files using UTF-8 by Victor Stinner · 14 years ago
  19. bcf99ac Branch merge by Éric Araujo · 14 years ago
  20. 3484a87 Merge with release clone. by Georg Brandl · 14 years ago
  21. 564fbac Merge fix for #8286 from 3.2 by Éric Araujo · 14 years ago
  22. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 14 years ago
  23. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 14 years ago
  24. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 14 years ago
  25. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 14 years ago
  26. ff29ff8 Merge fix for #10946 from 3.2 by Éric Araujo · 14 years ago
  27. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  28. 3577c3c Branch merge by Éric Araujo · 14 years ago
  29. 2f24fda Branch merge by Éric Araujo · 14 years ago
  30. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 14 years ago
  31. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 14 years ago
  32. bcf147c Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 14 years ago
  33. 08e544e Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 14 years ago
  34. b0993bc Bump to 3.2.2. by Georg Brandl · 14 years ago
  35. d5a9811 Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 14 years ago
  36. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 14 years ago
  37. 09ab4f8 Merge distutils bug fix from 3.2 by Éric Araujo · 14 years ago
  38. c3085aa Fix distutils tests on Windows (#12678). by Éric Araujo · 14 years ago
  39. 175eb99 Fix distutils tests on Windows (#12678). by Éric Araujo · 14 years ago
  40. ce9da2f Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  41. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 14 years ago
  42. 006b485 Merge build_ext fix from 3.2 by Éric Araujo · 14 years ago
  43. a031abc Fix distutils test_install for shared CPython builds by Éric Araujo · 14 years ago
  44. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 14 years ago
  45. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 14 years ago
  46. 24d1df7 Merge 3.2 by Éric Araujo · 14 years ago
  47. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 14 years ago
  48. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 14 years ago
  49. 87f58d8 Merge 3.2 by Éric Araujo · 14 years ago
  50. 19ffe60 Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. by Éric Araujo · 14 years ago
  51. e1e1331 Dedent example in docstring by Éric Araujo · 14 years ago
  52. c9322aa Merge 3.2 by Éric Araujo · 14 years ago
  53. 6b32ecf Add a test for extension modules in the distutils record file. by Éric Araujo · 14 years ago
  54. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 14 years ago
  55. 3c2ec8e Rework test_record a bit to make the test more exact by Éric Araujo · 14 years ago
  56. e74e3cf Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 14 years ago
  57. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 14 years ago
  58. fba5a94 Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 14 years ago
  59. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 14 years ago
  60. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 14 years ago
  61. b3f0ce4 Bump version to 3.2.2rc1. by Georg Brandl · 14 years ago
  62. 25785e9 Revert cosmetic change. by Éric Araujo · 14 years ago
  63. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 14 years ago
  64. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 14 years ago
  65. 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 · 14 years ago
  66. 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 · 14 years ago
  67. cd0dc16 Bump version to 3.2.1. by Georg Brandl · 14 years ago
  68. d4fa7ed Bump to 3.2.1rc2. by Georg Brandl · 14 years ago
  69. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 14 years ago
  70. 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 14 years ago
  71. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 14 years ago
  72. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 14 years ago
  73. a8f8b50 Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 14 years ago
  74. d13007f Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 14 years ago
  75. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 14 years ago
  76. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  77. 459b452 Merge ABC and distutils touch-ups from 3.2. by Éric Araujo · 14 years ago
  78. 70798be Remove unneeded executable bit on two distutils files by Éric Araujo · 14 years ago
  79. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 14 years ago
  80. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 14 years ago
  81. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 14 years ago
  82. 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 14 years ago
  83. ebbb14c Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check by Tarek Ziade · 14 years ago
  84. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 14 years ago
  85. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 14 years ago
  86. f4542eb (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  87. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 14 years ago
  88. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 14 years ago
  89. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 14 years ago
  90. 1eb4f28 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 14 years ago
  91. 1947477 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 14 years ago
  92. cd79cdc Bump to 3.2.1b1. by Georg Brandl · 14 years ago
  93. ab20b16 Merge 3.2 by Éric Araujo · 14 years ago
  94. 37e6c54 Merge 3.1 by Éric Araujo · 14 years ago
  95. dcb22a3 Fix resource warning found manually by Éric Araujo · 14 years ago
  96. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 14 years ago
  97. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  98. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  99. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  100. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago