1. 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
  2. fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
  3. 2ba095c Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 11 years ago
  4. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 11 years ago
  5. 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 11 years ago
  6. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 11 years ago
  7. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  8. 88a3e1f Merge: use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  9. 618c2e1 Use OSError instead of os.error in the docs. by Andrew Svetlov · 12 years ago
  10. 27ddb57 #1492704: Ensure and document backward compatibility of the change by Hynek Schlawack · 12 years ago
  11. 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  12. 60eba57 Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. by Larry Hastings · 12 years ago
  13. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  14. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  15. 7aa2c8b Issue #15202: Additional documentation fixes inadvertently omitted by Larry Hastings · 12 years ago
  16. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  17. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  18. 5d2ecfb Fix typo in shutil doc by Hynek Schlawack · 12 years ago
  19. 544e13d Fix markup by Éric Araujo · 12 years ago
  20. 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 12 years ago
  21. 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 12 years ago
  22. 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 12 years ago
  23. 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
  24. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  25. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  26. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  27. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  28. 066dacf Add versionchanged tags for #14772 changes by Brian Curtin · 12 years ago
  29. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  30. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  31. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  32. 1fd6482 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  33. 7f728c1 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  34. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  35. cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 12 years ago
  36. f2fbb9c Improve interlinking of archiving/compression modules docs. by Éric Araujo · 12 years ago
  37. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  38. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  39. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  40. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  41. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  42. 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
  43. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  44. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  45. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  46. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  47. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  48. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  49. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  50. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  51. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 13 years ago
  52. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  53. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  54. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  55. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  56. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  57. 8c26c7d added a note about the ignore_dangling_symlinks option by Tarek Ziadé · 14 years ago
  58. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  59. 6cf3e61 fixed typo -- thanks Nick by Tarek Ziadé · 14 years ago
  60. cb999a3 Add missing arg, fix indentation and spelling. by Ezio Melotti · 14 years ago
  61. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  62. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  63. 10a51af Merged revisions 80221 via svnmerge from by Tarek Ziadé · 14 years ago
  64. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  65. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  66. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  67. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  68. 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
  69. 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
  70. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  71. 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
  72. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  73. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  74. 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
  75. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  76. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  77. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  78. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  79. 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
  80. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  81. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  82. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago