1. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  2. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  3. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  4. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  5. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  6. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  7. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  8. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
  9. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  10. 46f1459 Raise an exception when src and dst refer to the same file via a hard link or a by Johannes Gijsbers · 20 years ago
  11. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  12. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  13. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  14. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 22 years ago