1. ae7731a module cleanup by Tarek Ziadé · 15 years ago
  2. dc0f487 Fixed #5372: .o files are now always rebuilt because file age test don't work in some case by Tarek Ziadé · 15 years ago
  3. aa7e51f bump version to 2.7a2 by Benjamin Peterson · 15 years ago
  4. c25417f Fixed #7617: all flavors of gcc should be recognized now by Tarek Ziadé · 15 years ago
  5. ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 15 years ago
  6. 728cc61 On OSX the output of "uname -m" always reflects the 32-bit architecture by Ronald Oussoren · 15 years ago
  7. 3efd767 backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing by Tarek Ziadé · 15 years ago
  8. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 15 years ago
  9. 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 15 years ago
  10. c0680e2 cleaned up the module (PEP 8 + old fashion test removal) by Tarek Ziadé · 15 years ago
  11. 6c4847f using an existing file to avoid dealing with a sleep to test file ages by Tarek Ziadé · 15 years ago
  12. 1bd9b5e added test coverage for distutils.dep_util, and cleaned up the module by Tarek Ziadé · 15 years ago
  13. 9fa9a0d Fix an issue with the detection of a non-existing SDK by Ronald Oussoren · 15 years ago
  14. 4b7f943 removed the usage of rfc822 in favor of email.message.Message by Tarek Ziadé · 15 years ago
  15. a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 15 years ago
  16. 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 15 years ago
  17. d78cec5 bump version to 2.7a1 by Benjamin Peterson · 15 years ago
  18. c218a2f Issue #4120: Drop reference to CRT from manifest when building by Martin v. Löwis · 15 years ago
  19. a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 15 years ago
  20. 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 15 years ago
  21. acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 15 years ago
  22. 9c48da7 fixed stdout alteration in test_distutils by Tarek Ziadé · 15 years ago
  23. c9dbca8 removed spurious spaces by Tarek Ziadé · 15 years ago
  24. 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 15 years ago
  25. 1733c93 fixed warning and error message by Tarek Ziadé · 15 years ago
  26. 468f700 fixed finally state in distutils.test_util by Tarek Ziadé · 15 years ago
  27. b9c1cfc Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode by Tarek Ziadé · 15 years ago
  28. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 15 years ago
  29. 2b06d42 Changed distutils tests to avoid environment alteration by Tarek Ziadé · 15 years ago
  30. 19e6f01 this test requires zlib support by Tarek Ziadé · 15 years ago
  31. de05599 replace callable() by Benjamin Peterson · 15 years ago
  32. b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 15 years ago
  33. 3b34dd8 now uses the right exception type by Tarek Ziadé · 15 years ago
  34. f638486 removing the last remaning apply() calls by Tarek Ziadé · 15 years ago
  35. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  36. 68776db Half of the fix for issue 6957: ensure that distutils by Ronald Oussoren · 15 years ago
  37. 0cfef2c forgot to commit a file in previous commit (r74994, issue #6954) by Tarek Ziadé · 15 years ago
  38. 9977335 #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. by Tarek Ziadé · 15 years ago
  39. ccaf380 improving distutils coverage by Tarek Ziadé · 15 years ago
  40. 6d2db37 improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) by Tarek Ziadé · 15 years ago
  41. 0180565 Update distutils.util tests after my changes to --with-universal-archs by Ronald Oussoren · 15 years ago
  42. 5d90029 Finish support for --with-universal-archs=intel by Ronald Oussoren · 15 years ago
  43. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  44. bed26a3 Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler by Tarek Ziadé · 15 years ago
  45. 9132916 fixed typo by Tarek Ziadé · 15 years ago
  46. 1c8c9d1 added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed by Tarek Ziadé · 15 years ago
  47. e2f35c3 module cleanup by Tarek Ziadé · 15 years ago
  48. 98026f1 fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore by Tarek Ziadé · 15 years ago
  49. af2406f Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O by Tarek Ziadé · 15 years ago
  50. a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 15 years ago
  51. 6633a66 Fixed distutils test. by Hirokazu Yamamoto · 15 years ago
  52. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 15 years ago
  53. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 15 years ago
  54. 51c045d cleaned up distutils.build_ext module by Tarek Ziadé · 15 years ago
  55. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 15 years ago
  56. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 15 years ago
  57. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  58. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 15 years ago
  59. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 15 years ago
  60. 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é · 15 years ago
  61. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 15 years ago
  62. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 15 years ago
  63. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 15 years ago
  64. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 15 years ago
  65. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 15 years ago
  66. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  67. 3757fbb pep8-fied and cleaned up distutils.util by Tarek Ziadé · 15 years ago
  68. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 15 years ago
  69. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 15 years ago
  70. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  71. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago
  72. 35fad2f Fix memory bug in bdist_msi. (Commit okayed in issue6319.) by Steven Bethard · 15 years ago
  73. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 15 years ago
  74. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 15 years ago
  75. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 15 years ago
  76. d7c5cee code cleanup by Tarek Ziadé · 15 years ago
  77. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 15 years ago
  78. ff10818 pep8-fied cygwinccompiler module by Tarek Ziadé · 15 years ago
  79. c7498f5 #6263 fixed syntax error in distutils.cygwinccompiler by Tarek Ziadé · 15 years ago
  80. 2d36afd removed the last string.split() call by Tarek Ziadé · 15 years ago
  81. 25d2bae Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles by Tarek Ziadé · 15 years ago
  82. 7ca57aa Distutils: started code cleanup and test coverage for cygwinccompiler by Tarek Ziadé · 15 years ago
  83. 3b5d5fb reverting r72823 : Python trunk has to use latin-1 encoding by Tarek Ziadé · 15 years ago
  84. e616c53 improved test coverage for distutils.command.install and cleaned it up by Tarek Ziadé · 15 years ago
  85. 8df921b assertion message was dropped by Tarek Ziadé · 15 years ago
  86. fe327b9 more cleanup and test coverage for distutils.extension by Tarek Ziadé · 15 years ago
  87. c670997 added some tests for distutils.extension + code cleanup by Tarek Ziadé · 15 years ago
  88. abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 15 years ago
  89. c01cbc4 improved distutils.dist test coverage, pep-8 compliancy by Tarek Ziadé · 15 years ago
  90. 3e3eace Fixed #6131: test_modulefinder leaked when run after test_distutils by Tarek Ziadé · 15 years ago
  91. 460f6c8 using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms by Tarek Ziadé · 15 years ago
  92. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  93. 53b578e Issue #6065: Do not try to build a version-independent by Martin v. Löwis · 15 years ago
  94. aafd6b8 fixed encoding by Tarek Ziadé · 15 years ago
  95. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 15 years ago
  96. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 15 years ago
  97. 6deb574 working with relative paths to avoid tar warnings on absolute paths by Tarek Ziadé · 15 years ago
  98. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 15 years ago
  99. 6dd6b61 fixed the test name by Tarek Ziadé · 15 years ago
  100. 6f826ed pep8-fied distutils.archive_util + added minimum test coverage by Tarek Ziadé · 15 years ago