1. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 15 years ago
  2. e643bed added a test for finalize_options by Tarek Ziadé · 15 years ago
  3. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 15 years ago
  4. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 15 years ago
  5. aa48798 removed the print statements and added a test by Tarek Ziadé · 15 years ago
  6. c2936b7 testing a full check case by Tarek Ziadé · 15 years ago
  7. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 15 years ago
  8. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 15 years ago
  9. fdda68e pep8-fied method names by Tarek Ziadé · 15 years ago
  10. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 15 years ago
  11. d9e221d added a simplest test to distutils.spawn._nt_quote_args by Tarek Ziadé · 15 years ago
  12. faa6b12 Fixed #1491431: distutils.filelist.glob_to_re was broken for some edge cases (detailed in the test by Tarek Ziadé · 15 years ago
  13. 453d953 Fixed 5694: removed spurious test output in Distutils by Tarek Ziadé · 15 years ago
  14. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 15 years ago
  15. 3bb5a96 fixed the test for win32 CompileError by Tarek Ziadé · 15 years ago
  16. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 15 years ago
  17. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 15 years ago
  18. 1a1158f making sdist and config test silents by Tarek Ziadé · 15 years ago
  19. 899dd12 added tests to the install_headers command by Tarek Ziadé · 15 years ago
  20. a961a04 added test to the install_data command by Tarek Ziadé · 15 years ago
  21. e899b71 more tests for the upload command by Tarek Ziadé · 15 years ago
  22. ca2b8d2 more tests for the register command by Tarek Ziadé · 15 years ago
  23. 0238628 added tests for the clean command by Tarek Ziadé · 15 years ago
  24. c7cd138 using log.warn for sys.stderr by Tarek Ziadé · 15 years ago
  25. 5adab30 Fix typo. by Georg Brandl · 15 years ago
  26. bb7467f Added skip for old MSVC. by Hirokazu Yamamoto · 16 years ago
  27. 61585c2 Issue #5472: Fixed distutils.test_util tear down by Tarek Ziadé · 16 years ago
  28. 943b24e Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler by Tarek Ziadé · 16 years ago
  29. ce45a96 removing the force-optimized option as discussed in #1533164 by Tarek Ziadé · 16 years ago
  30. 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 16 years ago
  31. dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 16 years ago
  32. b5fc89e removed unused import by Tarek Ziadé · 16 years ago
  33. e3bc0ef Fixed #5316 : test failure in test_site by Tarek Ziadé · 16 years ago
  34. 11b34d0 more test coverage by Tarek Ziadé · 16 years ago
  35. 7b47172 Removing unused __main__ sections by Tarek Ziadé · 16 years ago
  36. 28bba74 removing map and lambda usage, so the test is similar to py3k's branch one by Tarek Ziadé · 16 years ago
  37. 90b7d56 moved distutils.text_file tests into a real unittest class by Tarek Ziadé · 16 years ago
  38. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  39. 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
  40. f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 16 years ago
  41. ae9dc8c #2279: use os.sep so the MANIFEST file test work on win32 by Tarek Ziadé · 16 years ago
  42. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
  43. 09d3d2d Replace variable by Tarek Ziadé · 16 years ago
  44. 1369900 Fix for #5257: refactored all tests in distutils, so they use a temporary directory. by Tarek Ziadé · 16 years ago
  45. 544c3e1 fix the environ for distutils test_util by Tarek Ziadé · 16 years ago
  46. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 16 years ago
  47. 275958a Issue #2461: added tests for distutils.util by Tarek Ziadé · 16 years ago
  48. 6f1d931 reverted leak fix, to use the one done in py3k branch (r67382) by Tarek Ziadé · 16 years ago
  49. b516c12 fixing the leak introduced in r69304 by Tarek Ziadé · 16 years ago
  50. 74fbf60 Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib by Tarek Ziadé · 16 years ago
  51. 8be8765 #3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place by Tarek Ziadé · 16 years ago
  52. aa397d1 Convert "srcdir" into an absolute path if that seems prudent. Currrently by Neil Schemenauer · 16 years ago
  53. 0d6705b Fixed #5167: test_customize_compiler does not apply under non unix compilers by Tarek Ziadé · 16 years ago
  54. 98da8e1 removed types usage and added test coverage (work for #3986) by Tarek Ziadé · 16 years ago
  55. c5ed5ba Fixed #3987 : removed unused import by Tarek Ziadé · 16 years ago
  56. 05adf07 fixed #1520877: now distutils reads Read from the environment/Makefile by Tarek Ziadé · 16 years ago
  57. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 16 years ago
  58. 5dde357 README now reflects the current state by Tarek Ziadé · 16 years ago
  59. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 16 years ago
  60. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 16 years ago
  61. a52f1c6 Fix test_build_ext.py to work when building in a separate directory. by Neil Schemenauer · 16 years ago
  62. e844be6 Since sysconfig.get_python_inc() now works when building in a by Neil Schemenauer · 16 years ago
  63. 444df45 Fix get_python_inc() to work when building in a directory separate from by Neil Schemenauer · 16 years ago
  64. 97a69f0 Fix comment for #1835 by Tarek Ziadé · 16 years ago
  65. 5da9a51 fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available by Tarek Ziadé · 16 years ago
  66. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 16 years ago
  67. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 16 years ago
  68. 7c28be8 added missing module docstring by Tarek Ziadé · 16 years ago
  69. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 16 years ago
  70. ef249b1 Fixed #4863: removed distutils.mwerkscompiler by Tarek Ziadé · 16 years ago
  71. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 16 years ago
  72. fde5b80 Issue #4864: test_msvc9compiler failed on VC6/7. by Hirokazu Yamamoto · 16 years ago
  73. d81780b using clearer syntax by Tarek Ziadé · 16 years ago
  74. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 16 years ago
  75. b1a8541 Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found by Tarek Ziadé · 16 years ago
  76. c13acb1 fixed #4646 : distutils was choking on empty options arg in the setup function. by Tarek Ziadé · 16 years ago
  77. 88a3083 Update the fix for issue4064 to deal correctly with all three variants of by Ronald Oussoren · 16 years ago
  78. 4b48c61 Issue4064: architecture string for universal builds on OSX by Ronald Oussoren · 16 years ago
  79. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 16 years ago
  80. 240028c #1030250: correctly pass the dry_run option to the mkpath() function. by Amaury Forgeot d'Arc · 16 years ago
  81. aa67471 Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception by Christian Heimes · 16 years ago
  82. afa1436 Bumping to 2.6 final. by Barry Warsaw · 16 years ago
  83. 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 16 years ago
  84. 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 16 years ago
  85. 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 16 years ago
  86. 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 16 years ago
  87. b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 16 years ago
  88. 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 16 years ago
  89. 07a4a38 Bump to 2.6b3. by Barry Warsaw · 16 years ago
  90. 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 16 years ago
  91. 4763f71 Restore Python 2.3 compatibility and remove "with" usage. by Marc-André Lemburg · 16 years ago
  92. 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 16 years ago
  93. 41a4f46 Fixed test_distutils error (test_build_ext) on VC6. by Hirokazu Yamamoto · 16 years ago
  94. daddf03 Bumping to 2.6b2 by Barry Warsaw · 16 years ago
  95. a6c5dc0 Apply patch for issue 3090: ARCHFLAGS parsing incorrect by Jesse Noller · 16 years ago
  96. b5d1740 Bumping to 2.6b1 by Barry Warsaw · 16 years ago
  97. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  98. 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 16 years ago
  99. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 16 years ago
  100. b4701e6 On Windows, we must build a debug version iff running a debug build of Python by Thomas Heller · 16 years ago