1. 5de4a3c Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
  2. 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
  3. 0a99b2a Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  4. 9a4fc19 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  5. 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  6. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  7. 304e542 Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  8. 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  9. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  10. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  11. 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 10 years ago
  12. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 10 years ago
  13. 4cfbac8 sort os.listxattr results before comparing it to avoid depending on the ordering of the directory information in the underlying filesystem. by Gregory P. Smith · 11 years ago
  14. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  15. b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  16. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  17. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  18. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  19. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  20. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  21. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  22. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  23. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  24. 9c7eb55 Stop using assertEquals. by Brett Cannon · 11 years ago
  25. 566c470 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  26. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  27. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  28. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  29. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  30. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  31. 5758fa78 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  32. 99c56e8 Remove unused import by Barry Warsaw · 11 years ago
  33. 20c08c8 Remove unused import. by Barry Warsaw · 11 years ago
  34. ecaefcf - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  35. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  36. 4cd7b9c #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 11 years ago
  37. 0beab05 #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 11 years ago
  38. dec4de2 Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  39. d70127a Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  40. e9a6360 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  41. 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  42. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  43. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  44. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  45. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  46. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  47. 6c722c6 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  48. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  49. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  50. 99d28ce #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  51. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  52. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  53. 8ade268 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  54. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  55. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  56. 8e5a829 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  57. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  58. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  59. ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  60. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  61. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  62. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  63. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  64. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  65. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  66. c2d481f #15238: Fix xattr related shutil.copystat tests by Hynek Schlawack · 12 years ago
  67. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  68. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  69. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  70. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  71. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 12 years ago
  72. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
  73. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 12 years ago
  74. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  75. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  76. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  77. 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
  78. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 13 years ago
  79. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 13 years ago
  80. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  81. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  82. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  83. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  84. 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
  85. 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 12 years ago
  86. f3a166d Add debug output to test_shutil by Antoine Pitrou · 12 years ago
  87. 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 12 years ago
  88. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  89. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  90. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 12 years ago
  91. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  92. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  93. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  94. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  95. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 12 years ago
  96. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  97. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  98. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 12 years ago
  99. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  100. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago