1. 1625d88 Issue #16341: convert examples to use except ... as ... syntax. by Andrew Svetlov · 13 years ago
  2. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  3. c446ce7 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  4. c3cc2ac Improve interlinking of archiving/compression modules docs. by Éric Araujo · 13 years ago
  5. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 13 years ago
  6. 99c4c34 Add missing documentation for logger argument of shutil.make_archive by Éric Araujo · 14 years ago
  7. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  8. 22a7b48 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. by Senthil Kumaran · 14 years ago
  9. d01aebe Update documentation for shutil.move (#12043) and fix a few typos. by Éric Araujo · 14 years ago
  10. 60bf489 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 14 years ago
  11. e0e0822 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. by Raymond Hettinger · 15 years ago
  12. e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
  13. 8a12f94 Fixed #8463: added missing reference to bztar in shutil's documentation. by Tarek Ziadé · 15 years ago
  14. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
  15. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
  16. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  17. d729aad specify how things are copied by Benjamin Peterson · 17 years ago
  18. 905e0f6 #4478: document that copyfile() can raise Error. by Georg Brandl · 17 years ago
  19. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  20. c406084 Wording fix by Andrew M. Kuchling · 17 years ago
  21. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 17 years ago
  22. 88107da #2845: fix copy2's docs. by Georg Brandl · 17 years ago
  23. 786ead6 #2369: clarify that copyfile() doesn't take a target directory. by Georg Brandl · 17 years ago
  24. 5235398 #1669: don't allow shutil.rmtree() to be called on a symlink. by Georg Brandl · 18 years ago
  25. ec32b6b #1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too. by Georg Brandl · 18 years ago
  26. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  27. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  28. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 18 years ago
  29. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago