1. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  2. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  3. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  4. 2336c85 Increase test coverage for distutils.filelist (#11751). by Éric Araujo · 13 years ago
  5. 5819dcc Add tests for Unicode handling in distutils’ check and register (#13114) by Éric Araujo · 13 years ago
  6. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  7. db95c7a Make C code in one distutils test comply with ISO C (#10359). by Éric Araujo · 13 years ago
  8. 13e8c8e Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. by Éric Araujo · 13 years ago
  9. fce67fc Slight cleanup in distutils test_dist. by Éric Araujo · 13 years ago
  10. cfbd630 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  11. 32e2915 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  12. 024de54 Fix typo (was build) and remove redundancy in docstring by Éric Araujo · 13 years ago
  13. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  14. 2f24fda Branch merge by Éric Araujo · 13 years ago
  15. c686167 Turn two ifs into one in the code I commited a few days ago by Éric Araujo · 13 years ago
  16. 4fc80b6 Issue #12333: fix test_distutils failures under Solaris and derivatives by Antoine Pitrou · 13 years ago
  17. 175eb99 Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  18. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  19. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  20. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  21. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  22. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  23. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  24. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  25. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  26. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  27. 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
  28. d13007f Issue #9516: Correct and expand OS X deployment target tests in distutils by Ned Deily · 13 years ago
  29. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  30. 70798be Remove unneeded executable bit on two distutils files by Éric Araujo · 13 years ago
  31. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  32. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  33. 222e89a Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. by Ronald Oussoren · 13 years ago
  34. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  35. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 13 years ago
  36. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  37. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  38. e870623 Merge fix for issue #11501 by Antoine Pitrou · 13 years ago
  39. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  40. b344dd0 Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 14 years ago
  41. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  42. bfa17a5 Merged revisions 86601,86605 via svnmerge from by Éric Araujo · 14 years ago
  43. ff1144e Fix two NameErrors in distutils (#10407) by Éric Araujo · 14 years ago
  44. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  45. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  46. c6d7ead Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 14 years ago
  47. 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
  48. 5fd730e Of course, I forgot one file in r86223. by Éric Araujo · 14 years ago
  49. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  50. ecdd084 Should fix remaining 3.1 buildbot failure by Antoine Pitrou · 14 years ago
  51. 4ebfdf0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
  52. 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 14 years ago
  53. 8ad8039 Backport fix for #10126 by Éric Araujo · 14 years ago
  54. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  55. c9afba8 Merged revisions 85197 via svnmerge from by Tarek Ziadé · 14 years ago
  56. 4bcceef Fixed #8980: distutils.command.check was failing w/ docutils installed by Tarek Ziadé · 14 years ago
  57. b1b6555 Merged revisions 84889 via svnmerge from by Senthil Kumaran · 14 years ago
  58. 5cc9a05 Update the test_distutils mode test to test with umask value properly. by Senthil Kumaran · 14 years ago
  59. 107324c Merged revisions 84871 via svnmerge from by Senthil Kumaran · 14 years ago
  60. 0c25b45 Skip the distutils mode test on Windows OS. by Senthil Kumaran · 14 years ago
  61. d0ca013 Merged revisions 84861 via svnmerge from by Senthil Kumaran · 14 years ago
  62. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  63. 67af7f4 Merged revisions 84765 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  64. bea8ae7 get_build_version() is needed even where sys.platform != "win32". by Hirokazu Yamamoto · 14 years ago
  65. 10f4f76 Merged revisions 84753,84760 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  66. 68201bd Issue #9313: Use unittest.skipUnless to skip old MSVC. by Hirokazu Yamamoto · 14 years ago
  67. f28f0d9 Issue #9313: Skips test_remove_visual_c_ref on old MSVC. by Hirokazu Yamamoto · 14 years ago
  68. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  69. e01de8f remove pointless coding cookies by Florent Xicluna · 14 years ago
  70. 60a95b7 Merged revisions 83993 via svnmerge from by Éric Araujo · 14 years ago
  71. da668ff Use a marker in generated MANIFEST files, don't touch files without it. Fixes #8688. by Éric Araujo · 14 years ago
  72. e8d252d Ensure that the Makefile variable expansion by Ronald Oussoren · 14 years ago
  73. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  74. 5e74256 Revert r82841. by Ezio Melotti · 14 years ago
  75. f62637c Merged revisions 82839 via svnmerge from by Ezio Melotti · 14 years ago
  76. 2efaf96 #6026: skip test_get_file_list when zlib is not available. by Ezio Melotti · 14 years ago
  77. db19fb6 Merged revisions 81359-81361 via svnmerge from by Victor Stinner · 14 years ago
  78. 5b08b4d Oops, add the new test_log.py for distutils test suite (missing part of r81359) by Victor Stinner · 14 years ago
  79. dd4671a Merged revisions 81258 via svnmerge from by Tarek Ziadé · 14 years ago
  80. c16a85c Merged revisions 81255 via svnmerge from by Tarek Ziadé · 14 years ago
  81. 46cd93a Fixed #8375 - test_distutils now checks what remains to be cleaned up during tearDown by Tarek Ziadé · 14 years ago
  82. 48953cd Change test_support to support. Fixes a failing test on Windows. by Brian Curtin · 14 years ago
  83. d35a242 Merged revisions 79618 via svnmerge from by Tarek Ziadé · 14 years ago
  84. 7c4afcb Fixed #2698 - now reads the compiler option when creating the compiler by Tarek Ziadé · 14 years ago
  85. 89fad14 Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from by Georg Brandl · 14 years ago
  86. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  88. d69fe2a Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from by Benjamin Peterson · 15 years ago
  89. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  90. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  91. 9349233 Ensure that distutils.tests.test_util will pass in 64-bit builds. by Ronald Oussoren · 15 years ago
  92. 5e9615f Merged revisions 77380 via svnmerge from by Tarek Ziadé · 15 years ago
  93. af77a2f Merged revisions 77377 via svnmerge from by Tarek Ziadé · 15 years ago
  94. 54ad07e Fix merge issue where I forgot to replace sys.maxint by sys.maxsize. by Ronald Oussoren · 15 years ago
  95. b7e82bb Merged revisions 76993-76994 via svnmerge from by Tarek Ziadé · 15 years ago
  96. 95ccac7 forgot to add the win32 test in the unittest skip call by Tarek Ziadé · 15 years ago
  97. c60ea32 Fixed #7556: editing the MSVC manifest file with a regexp was throwing an error by Tarek Ziadé · 15 years ago
  98. 63d14c0 Merged revisions 76954 via svnmerge from by Tarek Ziadé · 15 years ago
  99. 8b9361a Merged revisions 76952 via svnmerge from by Tarek Ziadé · 15 years ago
  100. a90a8a1 Merged revisions 76750 via svnmerge from by Tarek Ziadé · 15 years ago