1. 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  2. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  3. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  4. cc0274b merge with 3.2 by Georg Brandl · 12 years ago
  5. c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
  6. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  7. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  8. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  9. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  10. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  11. 9f558cc #4489: Use dir_fd in rmdir in _rmtree_safe_fd() by Hynek Schlawack · 12 years ago
  12. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  13. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
  14. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  15. 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 12 years ago
  16. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  17. 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
  18. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  19. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  20. 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
  21. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 13 years ago
  22. ac4e58e Protect logging call against None argument (fixes #11045). by Éric Araujo · 14 years ago
  23. 4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. by Éric Araujo · 14 years ago
  24. 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
  25. 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 12 years ago
  26. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  27. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  28. dc00f1e Fix #15148. Capitalize PATH, hopefully leading to less confusion by Brian Curtin · 12 years ago
  29. 2193536 Fix #15148. Make the shutil.which docstring more thorough by Brian Curtin · 12 years ago
  30. e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
  31. de74de5 Issue #15148: Fixed typos in shutil.which() docstring by Alexander Belopolsky · 12 years ago
  32. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  33. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  34. 849349d whitespace normalize by Brian Curtin · 12 years ago
  35. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  36. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  37. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  38. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  39. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  40. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  41. f8ae4fa Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane by Sandro Tosi · 12 years ago
  42. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  43. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  44. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  45. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  46. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  47. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  48. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  49. 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
  50. 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
  51. c5efe65 Merge 3.2 by Éric Araujo · 13 years ago
  52. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  53. cfcc977 Remove unused names in except clauses by Éric Araujo · 13 years ago
  54. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  55. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  56. 582768a Merged revisions 80840 via svnmerge from by Tarek Ziadé · 14 years ago
  57. b01142b Merged revisions 80837 via svnmerge from by Tarek Ziadé · 14 years ago
  58. 9623980 Merged revisions 80833 via svnmerge from by Tarek Ziadé · 14 years ago
  59. ae4d5c6 Merged revisions 80830 via svnmerge from by Tarek Ziadé · 14 years ago
  60. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  61. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  62. 8c26c7d added a note about the ignore_dangling_symlinks option by Tarek Ziadé · 14 years ago
  63. e212416 Merged revisions 80306 via svnmerge from by Tarek Ziadé · 14 years ago
  64. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  65. 6cf3e61 fixed typo -- thanks Nick by Tarek Ziadé · 14 years ago
  66. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  67. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  68. 10a51af Merged revisions 80221 via svnmerge from by Tarek Ziadé · 14 years ago
  69. 1eab9cc Merged revisions 80218 via svnmerge from by Tarek Ziadé · 14 years ago
  70. 9f274b1 Merged revisions 79301 via svnmerge from by Antoine Pitrou · 14 years ago
  71. 910bd51 Merged revisions 79299 via svnmerge from by Antoine Pitrou · 14 years ago
  72. c339978 Merged revisions 78364 via svnmerge from by Tarek Ziadé · 14 years ago
  73. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  74. c0d98aa Merged revisions 73250 via svnmerge from by Benjamin Peterson · 15 years ago
  75. 7fff096 Merged revisions 72178 via svnmerge from by Antoine Pitrou · 15 years ago
  76. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 15 years ago
  77. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 16 years ago
  78. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  79. 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
  80. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  81. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  82. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  83. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  84. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  85. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  86. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  87. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 19 years ago
  88. a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 19 years ago
  89. 926d45b shutil.copytree: move copystat call for the directory after the loop by Johannes Gijsbers · 20 years ago
  90. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  91. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  92. 7db385e Rewrite rmtree using os.walk to fix bug #1025127: by Johannes Gijsbers · 20 years ago
  93. f9a098e Catch OSError raised when src or dst argument to os.path.samefile doesn't exist. by Johannes Gijsbers · 20 years ago
  94. 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
  95. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  96. 1c3fa18 shutil.move() will raise an exception when trying to move a directory into by Brett Cannon · 20 years ago
  97. a4c93b6 Fix SF bug #691276, shutil.copytree documentation bug by Neal Norwitz · 21 years ago
  98. 234d9a9 rmtree(): Make implementation agree with documentation (both latex and by Barry Warsaw · 22 years ago
  99. 66d16ba - squashed bare except in rmtree() by Just van Rossum · 22 years ago
  100. 2b9bfb3 Added new move() function to __all__. by Raymond Hettinger · 22 years ago