1. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 12 years ago
  2. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  3. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  4. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  5. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  6. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  7. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  8. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  9. cc78c44 merge from 3.2 by Senthil Kumaran · 13 years ago
  10. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  11. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  12. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  13. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  14. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  15. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  16. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 13 years ago
  17. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 13 years ago
  18. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 13 years ago
  19. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  20. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  21. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  22. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  23. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  24. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  25. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  26. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  27. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  28. 9623980 Merged revisions 80833 via svnmerge from by Tarek Ziadé · 14 years ago
  29. ae4d5c6 Merged revisions 80830 via svnmerge from by Tarek Ziadé · 14 years ago
  30. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  31. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  32. 51a6f72 make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless by Tarek Ziadé · 14 years ago
  33. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  34. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  35. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  36. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  37. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  38. 2bb246a Merged revisions 76103 via svnmerge from by Antoine Pitrou · 15 years ago
  39. 97c81ef Merged revisions 76101 via svnmerge from by Antoine Pitrou · 15 years ago
  40. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  41. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  42. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  43. 7fff096 Merged revisions 72178 via svnmerge from by Antoine Pitrou · 15 years ago
  44. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 15 years ago
  45. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 15 years ago
  46. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  47. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  48. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  49. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  50. e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  51. 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago
  52. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  53. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  54. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  55. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  56. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  57. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  58. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  59. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
  60. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  61. 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
  62. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  63. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  64. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  65. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 21 years ago