1. 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
  2. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  3. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  4. ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 13 years ago
  5. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  6. 14382dc Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 13 years ago
  7. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  8. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  9. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  10. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 13 years ago
  11. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  12. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  13. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  14. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  15. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  16. 8c26c7d added a note about the ignore_dangling_symlinks option by Tarek Ziadé · 14 years ago
  17. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  18. 6cf3e61 fixed typo -- thanks Nick by Tarek Ziadé · 14 years ago
  19. cb999a3 Add missing arg, fix indentation and spelling. by Ezio Melotti · 14 years ago
  20. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  21. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  22. 10a51af Merged revisions 80221 via svnmerge from by Tarek Ziadé · 14 years ago
  23. f8754a6 Update versionadded/changed. by Ezio Melotti · 14 years ago
  24. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  25. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  26. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  27. 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
  28. 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
  29. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  30. 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
  31. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  32. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  33. 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
  34. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  35. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  36. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  37. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  38. 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
  39. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  40. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  41. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago