1. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  2. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  3. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  4. 6e3d2ba Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  5. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  6. efd83fe Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  7. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  8. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  9. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  10. 050a143 Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  11. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  12. d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  13. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  14. ae0d752 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  15. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  16. 8c85a20 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  17. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  18. 2ba3980 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  19. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  20. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  21. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  22. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  23. 940d69d Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  24. 5de4a3c Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
  25. 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
  26. 0a99b2a Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  27. 9a4fc19 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
  28. 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  29. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  30. 304e542 Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  31. 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  32. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  33. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  34. 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  35. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  36. 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
  37. 1093bf2 sort os.listxattr results before comparing it to avoid depending on the by Gregory P. Smith · 11 years ago
  38. b672888 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  39. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 11 years ago
  40. 492b989 Fix DeprecationWarnings in test suite by Antoine Pitrou · 11 years ago
  41. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  42. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  43. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  44. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  45. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  46. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  47. 9c7eb55 Stop using assertEquals. by Brett Cannon · 11 years ago
  48. 566c470 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  49. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  50. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  51. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  52. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  53. 12516e2 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  54. 5758fa78 Issue #17746: Skip test_shutil.test_non_matching_mode when run as root or by Serhiy Storchaka · 11 years ago
  55. 99c56e8 Remove unused import by Barry Warsaw · 11 years ago
  56. 20c08c8 Remove unused import. by Barry Warsaw · 11 years ago
  57. ecaefcf - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  58. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 11 years ago
  59. 4cd7b9c #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 12 years ago
  60. 0beab05 #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 12 years ago
  61. dec4de2 Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  62. d70127a Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  63. e9a6360 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  64. 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  65. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  66. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  67. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  68. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  69. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  70. 6c722c6 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  71. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  72. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  73. 99d28ce #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  74. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  75. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  76. 8ade268 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  77. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  78. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  79. 8e5a829 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  80. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  81. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  82. ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  83. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  84. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  85. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  86. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  87. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  88. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  89. c2d481f #15238: Fix xattr related shutil.copystat tests by Hynek Schlawack · 12 years ago
  90. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  91. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  92. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  93. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  94. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 12 years ago
  95. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
  96. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 12 years ago
  97. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  98. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  99. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  100. 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