1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  2. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 5 years ago
  3. f6e17dd Hide module name from local (anchor) links in shutil docs (GH-6695) by Aurelio Jargas · 5 years ago
  4. 89a8944 bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635) by CAM Gerlach · 5 years ago
  5. 4f19030 bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) by Inada Naoki · 5 years ago
  6. 5680f65 bpo-18283: Add support for bytes to shutil.which (GH-11818) by Cheryl Sabella · 5 years ago
  7. 9e00d9e bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) by jab · 6 years ago
  8. 4f399be bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) by Zsolt Cserna · 6 years ago
  9. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 6 years ago
  10. c8c0249 bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) by Joe Pamer · 6 years ago
  11. c7f02a9 bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#7681) by Giampaolo Rodola · 6 years ago
  12. 4a172cc bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win) (#7160) by Giampaolo Rodola · 6 years ago
  13. ee3b835 bpo-26330: Update shutil.disk_usage() documentation (GH-5184) by Cheryl Sabella · 7 years ago
  14. a12df7b bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) by Jelle Zijlstra · 7 years ago
  15. 70ee0cd bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) by Mariatta · 7 years ago
  16. fe607be Merge from 3.5 by Berker Peksag · 8 years ago
  17. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 8 years ago
  18. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  19. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  20. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  21. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  22. 99b6f28 Merge doc fixups from 3.5 by Martin Panter · 8 years ago
  23. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  24. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  25. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  26. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  27. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  28. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  29. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  30. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  31. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  32. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  33. 67057ab merge 3.4 (#22933) by Benjamin Peterson · 9 years ago
  34. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 9 years ago
  35. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  36. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  37. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  38. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  39. ae04ba1 Fix usage of the versionchanged directive. by Berker Peksag · 10 years ago
  40. f3440c6 Issue #5411: Fixed version number. by Serhiy Storchaka · 10 years ago
  41. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  42. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  43. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  44. ba74885 Issue19643 Fix whitespace by Tim Golden · 10 years ago
  45. 7833779 Issue19643 Add an example of shutil.rmtree which shows how to cope with readonly files on Windows by Tim Golden · 10 years ago
  46. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  47. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  48. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  49. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  50. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  51. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  52. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  53. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  54. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  55. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  56. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  57. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  58. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  59. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  60. 7aa2c8b Issue #15202: Additional documentation fixes inadvertently omitted by Larry Hastings · 12 years ago
  61. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  62. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  63. 5d2ecfb Fix typo in shutil doc by Hynek Schlawack · 12 years ago
  64. 544e13d Fix markup by Éric Araujo · 12 years ago
  65. 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 12 years ago
  66. 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 12 years ago
  67. 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 12 years ago
  68. 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
  69. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  70. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  71. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  72. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  73. 066dacf Add versionchanged tags for #14772 changes by Brian Curtin · 12 years ago
  74. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  75. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  76. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  77. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  78. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  79. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  80. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  81. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  82. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  83. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  84. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  85. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  86. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  87. 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
  88. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  89. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  90. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  91. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  92. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  93. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  94. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  95. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  96. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 14 years ago
  97. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  98. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  99. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  100. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago