1. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  2. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  3. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  4. c2d481f #15238: Fix xattr related shutil.copystat tests by Hynek Schlawack · 12 years ago
  5. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  6. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  7. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  8. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  9. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 12 years ago
  10. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
  11. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 12 years ago
  12. 5b0eca1 Issue #4489: Rename the feature marker for the symlink resistant rmtree and store it as a function attribute by Nick Coghlan · 12 years ago
  13. 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 12 years ago
  14. f3a166d Add debug output to test_shutil by Antoine Pitrou · 12 years ago
  15. 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 12 years ago
  16. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  17. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  18. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 12 years ago
  19. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  20. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  21. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  22. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  23. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 12 years ago
  24. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  25. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  26. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 13 years ago
  27. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
  28. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  29. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  30. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  31. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  32. 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
  33. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  34. cc78c44 merge from 3.2 by Senthil Kumaran · 13 years ago
  35. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  36. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  37. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  38. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  39. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  40. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  41. 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
  42. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 13 years ago
  43. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 13 years ago
  44. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  45. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  46. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  47. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  48. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  49. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  50. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  51. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  52. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  53. 9623980 Merged revisions 80833 via svnmerge from by Tarek Ziadé · 14 years ago
  54. ae4d5c6 Merged revisions 80830 via svnmerge from by Tarek Ziadé · 14 years ago
  55. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  56. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  57. 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
  58. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  59. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  60. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  61. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  62. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  63. 2bb246a Merged revisions 76103 via svnmerge from by Antoine Pitrou · 15 years ago
  64. 97c81ef Merged revisions 76101 via svnmerge from by Antoine Pitrou · 15 years ago
  65. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  66. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  67. 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
  68. 7fff096 Merged revisions 72178 via svnmerge from by Antoine Pitrou · 15 years ago
  69. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  70. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 16 years ago
  71. 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
  72. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  73. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  74. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  75. e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  76. 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago
  77. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  78. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  79. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  80. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  81. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  82. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  83. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  84. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
  85. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago
  86. 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
  87. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  88. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  89. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  90. 7fc2cca A very minimal start to a test of the shutil module. by Barry Warsaw · 22 years ago