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