1. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 16 years ago
  2. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 16 years ago
  3. aafd6b8 fixed encoding by Tarek Ziadé · 16 years ago
  4. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 16 years ago
  5. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 16 years ago
  6. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 16 years ago
  7. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 16 years ago
  8. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 16 years ago
  9. e9a2b8a the compiler attribute is used in setup.py; can't rename by Benjamin Peterson · 16 years ago
  10. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 16 years ago
  11. 4ba25c2 removing the assert statement so the code works when Python is run with -O by Tarek Ziadé · 16 years ago
  12. 234ab8f Added tests form install_lib and pep8-fied the module by Tarek Ziadé · 16 years ago
  13. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 16 years ago
  14. ff748cd removed remaining spaces by Tarek Ziadé · 16 years ago
  15. 56342d5 removed string.split usage by Tarek Ziadé · 16 years ago
  16. ccf608c more build_clib cleanup + test coverage by Tarek Ziadé · 16 years ago
  17. b04a057 pep8-fied build_clib module : it is now similar to the one in 3.x by Tarek Ziadé · 16 years ago
  18. d2bb1a5 Added a test and cleaned check_library_list to be ready to fix #5940 by Tarek Ziadé · 16 years ago
  19. ab538fc Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) by Steven Bethard · 16 years ago
  20. 783f493 DistutilsSetupError was not raised when one single warning occured by Tarek Ziadé · 16 years ago
  21. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 16 years ago
  22. e643bed added a test for finalize_options by Tarek Ziadé · 16 years ago
  23. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 16 years ago
  24. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 16 years ago
  25. aa48798 removed the print statements and added a test by Tarek Ziadé · 16 years ago
  26. c2936b7 testing a full check case by Tarek Ziadé · 16 years ago
  27. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 16 years ago
  28. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 16 years ago
  29. fdda68e pep8-fied method names by Tarek Ziadé · 16 years ago
  30. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 16 years ago
  31. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 16 years ago
  32. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 16 years ago
  33. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  34. 899dd12 added tests to the install_headers command by Tarek Ziadé · 16 years ago
  35. a961a04 added test to the install_data command by Tarek Ziadé · 16 years ago
  36. e899b71 more tests for the upload command by Tarek Ziadé · 16 years ago
  37. ca2b8d2 more tests for the register command by Tarek Ziadé · 16 years ago
  38. 0238628 added tests for the clean command by Tarek Ziadé · 16 years ago
  39. ce45a96 removing the force-optimized option as discussed in #1533164 by Tarek Ziadé · 16 years ago
  40. 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 16 years ago
  41. dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 16 years ago
  42. b5fc89e removed unused import by Tarek Ziadé · 16 years ago
  43. 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
  44. f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 16 years ago
  45. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
  46. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 17 years ago
  47. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 17 years ago
  48. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 17 years ago
  49. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 17 years ago
  50. 7c28be8 added missing module docstring by Tarek Ziadé · 17 years ago
  51. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 17 years ago
  52. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 17 years ago
  53. d81780b using clearer syntax by Tarek Ziadé · 17 years ago
  54. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 17 years ago
  55. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 17 years ago
  56. 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 17 years ago
  57. 41a4f46 Fixed test_distutils error (test_build_ext) on VC6. by Hirokazu Yamamoto · 17 years ago
  58. 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 17 years ago
  59. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 17 years ago
  60. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  61. eb8cef2 Fixed import of configparser in the distutils module. by Alexandre Vassalotti · 17 years ago
  62. 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 17 years ago
  63. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  64. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
  65. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago
  66. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 17 years ago
  67. 17433d2 Add --user option to build_ext by Christian Heimes · 17 years ago
  68. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  69. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 17 years ago
  70. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 17 years ago
  71. 1df0340 #1725737: ignore other VC directories other than CVS and SVN's too. by Georg Brandl · 17 years ago
  72. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  73. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  74. 2d6c13e Close manifest file. by Andrew M. Kuchling · 17 years ago
  75. 3af3ecc Fixed paths to Windows build directories in build_ext.py by Christian Heimes · 18 years ago
  76. 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 18 years ago
  77. 27edd82 Patch #1696. Don't attempt to close None in dry-run mode. by Guido van Rossum · 18 years ago
  78. cdaa2cb Added wininst-9.0.exe executable for VS 2008 by Christian Heimes · 18 years ago
  79. 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 18 years ago
  80. aef205d #1120: put explicit version in the shebang lines of pydoc, idle by Georg Brandl · 18 years ago
  81. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 18 years ago
  82. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
  83. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  84. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  85. 18c47f6 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
  86. 0a20326 Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 19 years ago
  87. d149d0c - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 19 years ago
  88. 45cd4ff Patch #1360200: Use unmangled_version RPM spec field to deal with by Martin v. Löwis · 19 years ago
  89. 305e778 Fix SF#1566719: not creating site-packages (or other target directory) when by Phillip J. Eby · 19 years ago
  90. 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 19 years ago
  91. 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 19 years ago
  92. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 19 years ago
  93. 137ff79 Fix SF#1457312: bad socket error handling in distutils "upload" command. by Phillip J. Eby · 19 years ago
  94. 4548239 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 19 years ago
  95. 58f8eba Disable linking extensions with -lpython2.5 for darwin. This should fix bug by Ronald Oussoren · 19 years ago
  96. a07fbce Rename parameters to match the documentation (which by Martin v. Löwis · 19 years ago
  97. bffb0bc In stdlib, use hashlib instead of deprecated md5 and sha modules. by Georg Brandl · 19 years ago
  98. 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
  99. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  100. 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 19 years ago