1. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 16 years ago
  2. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 16 years ago
  3. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 16 years ago
  4. c0680e2 cleaned up the module (PEP 8 + old fashion test removal) by Tarek Ziadé · 16 years ago
  5. 1733c93 fixed warning and error message by Tarek Ziadé · 16 years ago
  6. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 16 years ago
  7. b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 16 years ago
  8. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 16 years ago
  9. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 16 years ago
  10. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 16 years ago
  11. 51c045d cleaned up distutils.build_ext module by Tarek Ziadé · 16 years ago
  12. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 16 years ago
  13. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 16 years ago
  14. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 16 years ago
  15. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 16 years ago
  16. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 16 years ago
  17. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 16 years ago
  18. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 16 years ago
  19. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 16 years ago
  20. 35fad2f Fix memory bug in bdist_msi. (Commit okayed in issue6319.) by Steven Bethard · 16 years ago
  21. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 16 years ago
  22. d7c5cee code cleanup by Tarek Ziadé · 16 years ago
  23. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 16 years ago
  24. 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 16 years ago
  25. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 16 years ago
  26. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 16 years ago
  27. aafd6b8 fixed encoding by Tarek Ziadé · 16 years ago
  28. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 16 years ago
  29. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 16 years ago
  30. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 16 years ago
  31. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 16 years ago
  32. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 16 years ago
  33. e9a2b8a the compiler attribute is used in setup.py; can't rename by Benjamin Peterson · 16 years ago
  34. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 16 years ago
  35. 4ba25c2 removing the assert statement so the code works when Python is run with -O by Tarek Ziadé · 16 years ago
  36. 234ab8f Added tests form install_lib and pep8-fied the module by Tarek Ziadé · 16 years ago
  37. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 16 years ago
  38. ff748cd removed remaining spaces by Tarek Ziadé · 16 years ago
  39. 56342d5 removed string.split usage by Tarek Ziadé · 16 years ago
  40. ccf608c more build_clib cleanup + test coverage by Tarek Ziadé · 16 years ago
  41. b04a057 pep8-fied build_clib module : it is now similar to the one in 3.x by Tarek Ziadé · 16 years ago
  42. d2bb1a5 Added a test and cleaned check_library_list to be ready to fix #5940 by Tarek Ziadé · 16 years ago
  43. 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
  44. 783f493 DistutilsSetupError was not raised when one single warning occured by Tarek Ziadé · 16 years ago
  45. 3295eed removed string usage and added a test for _clean by Tarek Ziadé · 16 years ago
  46. e643bed added a test for finalize_options by Tarek Ziadé · 16 years ago
  47. f6f4b30 added a simple test for search_cpp by Tarek Ziadé · 16 years ago
  48. 7bea344 pep8-fied the module before adding tests by Tarek Ziadé · 16 years ago
  49. aa48798 removed the print statements and added a test by Tarek Ziadé · 16 years ago
  50. c2936b7 testing a full check case by Tarek Ziadé · 16 years ago
  51. 942825f #5732: added the check command into Distutils by Tarek Ziadé · 16 years ago
  52. ad95826 Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms by Tarek Ziadé · 16 years ago
  53. fdda68e pep8-fied method names by Tarek Ziadé · 16 years ago
  54. 64408fb Fixed #5095: msi missing from Distutils bdist formats by Tarek Ziadé · 16 years ago
  55. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 16 years ago
  56. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 16 years ago
  57. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  58. 899dd12 added tests to the install_headers command by Tarek Ziadé · 16 years ago
  59. a961a04 added test to the install_data command by Tarek Ziadé · 16 years ago
  60. e899b71 more tests for the upload command by Tarek Ziadé · 16 years ago
  61. ca2b8d2 more tests for the register command by Tarek Ziadé · 16 years ago
  62. 0238628 added tests for the clean command by Tarek Ziadé · 16 years ago
  63. ce45a96 removing the force-optimized option as discussed in #1533164 by Tarek Ziadé · 16 years ago
  64. 7334735 Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command by Tarek Ziadé · 16 years ago
  65. dda92f7 Issue #5052: make Distutils compatible with 2.3 again. by Tarek Ziadé · 16 years ago
  66. b5fc89e removed unused import by Tarek Ziadé · 16 years ago
  67. 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
  68. f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 16 years ago
  69. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 16 years ago
  70. 2432b0b Fixed #4524: distutils build_script command failed with --with-suffix=3 by Tarek Ziadé · 17 years ago
  71. 0d4fd34 Fixed #5132: enable extensions to link on Solaris by Tarek Ziadé · 17 years ago
  72. 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 17 years ago
  73. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 17 years ago
  74. 7c28be8 added missing module docstring by Tarek Ziadé · 17 years ago
  75. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 17 years ago
  76. 1a240fb fixed #4394 make the storage of the password optional in .pypirc by Tarek Ziadé · 17 years ago
  77. d81780b using clearer syntax by Tarek Ziadé · 17 years ago
  78. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 17 years ago
  79. e4c75bb fixed #4400 : distutils .pypirc default generated file was broken. by Tarek Ziadé · 17 years ago
  80. 047e4a9 Update distutils so that it triggers no warnings when run under -3. by Brett Cannon · 17 years ago
  81. 41a4f46 Fixed test_distutils error (test_build_ext) on VC6. by Hirokazu Yamamoto · 17 years ago
  82. 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 17 years ago
  83. 88eeef3 bdist_wininst now works correctly when both --skip-build and --plat-name are specified. by Mark Hammond · 17 years ago
  84. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  85. eb8cef2 Fixed import of configparser in the distutils module. by Alexandre Vassalotti · 17 years ago
  86. 7663f9e Revert distutils changes done in r63248. by Alexandre Vassalotti · 17 years ago
  87. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  88. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 17 years ago
  89. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 17 years ago
  90. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 17 years ago
  91. 17433d2 Add --user option to build_ext by Christian Heimes · 17 years ago
  92. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  93. 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 17 years ago
  94. 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 17 years ago
  95. 1df0340 #1725737: ignore other VC directories other than CVS and SVN's too. by Georg Brandl · 17 years ago
  96. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  97. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  98. 2d6c13e Close manifest file. by Andrew M. Kuchling · 17 years ago
  99. 3af3ecc Fixed paths to Windows build directories in build_ext.py by Christian Heimes · 18 years ago
  100. 5016015 #1530959: change distutils build dir for --with-pydebug python builds. by Georg Brandl · 18 years ago