1. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 16 years ago
  2. 9c6fc51 fix test_shutil on ZFS #5676 by Benjamin Peterson · 16 years ago
  3. 096c3ad make destinsrc private by Benjamin Peterson · 16 years ago
  4. 707c593 Issue #2047: shutil.move() could believe that its destination path was by Antoine Pitrou · 17 years ago
  5. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 17 years ago
  6. 493894c Issue 1577: shutil.move() where destination is a directory was doing a by Sean Reifscheider · 17 years ago
  7. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 18 years ago
  8. 547867e Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 18 years ago
  9. 044d709 Fixed bug #1470 by Christian Heimes · 18 years ago
  10. b2dd1a3 test_copytree_simple(): This was leaving behind two new temp by Tim Peters · 19 years ago
  11. 6458452 Whitespace normalization. by Tim Peters · 19 years ago
  12. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 19 years ago
  13. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
  14. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 21 years ago
  15. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 21 years ago
  16. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 21 years ago
  17. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 21 years ago
  18. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 21 years ago
  19. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 21 years ago
  20. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 21 years ago
  21. 46f1459 Raise an exception when src and dst refer to the same file via a hard link or a by Johannes Gijsbers · 21 years ago
  22. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
  23. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 21 years ago
  24. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  25. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 23 years ago