1. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  2. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  3. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  4. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  5. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  6. 67057ab merge 3.4 (#22933) by Benjamin Peterson · 9 years ago
  7. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 9 years ago
  8. 455de40 merge with 3.4 by Georg Brandl · 10 years ago
  9. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  10. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  11. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  12. ae04ba1 Fix usage of the versionchanged directive. by Berker Peksag · 10 years ago
  13. f3440c6 Issue #5411: Fixed version number. by Serhiy Storchaka · 10 years ago
  14. 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
  15. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  16. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  17. ba74885 Issue19643 Fix whitespace by Tim Golden · 10 years ago
  18. 7833779 Issue19643 Add an example of shutil.rmtree which shows how to cope with readonly files on Windows by Tim Golden · 10 years ago
  19. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  20. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  21. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 11 years ago
  22. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 11 years ago
  23. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  24. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  25. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  26. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  27. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  28. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  29. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  30. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  31. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  32. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  33. 7aa2c8b Issue #15202: Additional documentation fixes inadvertently omitted by Larry Hastings · 12 years ago
  34. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  35. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  36. 5d2ecfb Fix typo in shutil doc by Hynek Schlawack · 12 years ago
  37. 544e13d Fix markup by Éric Araujo · 12 years ago
  38. 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 12 years ago
  39. 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 12 years ago
  40. 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 12 years ago
  41. 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
  42. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  43. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  44. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  45. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  46. 066dacf Add versionchanged tags for #14772 changes by Brian Curtin · 12 years ago
  47. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  48. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  49. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  50. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  51. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  52. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  53. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  54. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  55. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  56. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  57. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  58. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  59. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  60. 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
  61. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  62. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  63. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  64. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  65. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  66. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  67. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  68. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  69. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 13 years ago
  70. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  71. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  72. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  73. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  74. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  75. 8c26c7d added a note about the ignore_dangling_symlinks option by Tarek Ziadé · 14 years ago
  76. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  77. 6cf3e61 fixed typo -- thanks Nick by Tarek Ziadé · 14 years ago
  78. cb999a3 Add missing arg, fix indentation and spelling. by Ezio Melotti · 14 years ago
  79. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  80. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  81. 10a51af Merged revisions 80221 via svnmerge from by Tarek Ziadé · 14 years ago
  82. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  83. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  84. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  85. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  86. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  87. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 16 years ago
  88. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  89. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  90. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  91. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  92. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  93. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  94. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  95. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  96. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  97. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  98. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  99. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  100. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago