1. 57bc6da Issue #19492: Silently skipped distutils tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  2. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  3. ae50bab Synchronize some distutils tests with 3.2. by Éric Araujo · 12 years ago
  4. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 12 years ago
  5. 042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. by Jason R. Coombs · 13 years ago
  6. 0f2dbf3 Warn instead of crashing because of invalid path in MANIFEST.in (#8286). by Éric Araujo · 13 years ago
  7. cb18d07 Enable catching WARN-level logging messages in distutils' test_sdist by Éric Araujo · 13 years ago
  8. 1bd3b9c Branch merge by Éric Araujo · 13 years ago
  9. cea5fc0 Try to fix test_distutils on Windows (#12678) by Éric Araujo · 13 years ago
  10. 367d4c8 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  11. 560bf85 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  12. b76eb97 Make test_distutils pass without zlib (fixes #9435) by Éric Araujo · 13 years ago
  13. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  14. 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 13 years ago
  15. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  16. d1feff7 Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 14 years ago
  17. 0389ae6 Merged revisions 83993 via svnmerge from by Éric Araujo · 14 years ago
  18. c425f8f Merged revisions 82839 via svnmerge from by Ezio Melotti · 14 years ago
  19. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 14 years ago
  20. a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 15 years ago
  21. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  22. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  23. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 15 years ago
  24. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 15 years ago
  25. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 15 years ago
  26. 1a1158f making sdist and config test silents by Tarek Ziadé · 15 years ago
  27. e3bc0ef Fixed #5316 : test failure in test_site by Tarek Ziadé · 15 years ago
  28. 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 15 years ago
  29. f68b5b8 #2279 added the plain path case for data_files by Tarek Ziadé · 15 years ago
  30. ae9dc8c #2279: use os.sep so the MANIFEST file test work on win32 by Tarek Ziadé · 15 years ago
  31. 7dd5339 Fixed #2279: distutils.sdist.add_defaults now add files listed in package_data and data_files by Tarek Ziadé · 15 years ago
  32. 1369900 Fix for #5257: refactored all tests in distutils, so they use a temporary directory. by Tarek Ziadé · 15 years ago
  33. 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
  34. aaedcef Fixed #1885: --formats=tar,gztar was not working properly in the sdist command by Tarek Ziadé · 16 years ago
  35. 85d6fb5 fixed #1702551: distutils sdist was not pruning VCS directories under win32 by Tarek Ziadé · 16 years ago