summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
Commit message (Expand)AuthorAgeFilesLines
* Add missing documentation for logger argument of shutil.make_archiveÉric Araujo2011-08-191-0/+2
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+4
* Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree....Senthil Kumaran2011-08-021-2/+3
* Update documentation for shutil.move (#12043) and fix a few typos.Éric Araujo2011-07-291-10/+17
* merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...Senthil Kumaran2011-07-191-2/+4
* Add more links to Python sources where the code is short, readable and an inf...Raymond Hettinger2010-11-061-0/+6
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-201-2/+1
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-1/+1
* added make_archive (and secondary APIs) to shutilTarek Ziadé2010-02-231-3/+98
* Use the preferred form of raise statements in the docs.Georg Brandl2009-06-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-5/+5
* specify how things are copiedBenjamin Peterson2008-12-091-1/+1
* #4478: document that copyfile() can raise Error.Georg Brandl2008-12-051-1/+2
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-1/+1
* Wording fixAndrew M. Kuchling2008-07-061-1/+1
* #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.Georg Brandl2008-07-051-12/+66
* #2845: fix copy2's docs.Georg Brandl2008-05-161-2/+3
* #2369: clarify that copyfile() doesn't take a target directory.Georg Brandl2008-04-191-9/+11
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-201-12/+18
* #1559684: document that shutil.copy* doesn't copy all metadata on Posix and W...Georg Brandl2008-01-061-8/+13
* Some cleanup in the docs.Georg Brandl2007-12-291-3/+1
* Added more file-handling related cross-references.Mark Summerfield2007-11-021-1/+2
* Replace "Caveat" paragraphs by .. warning::s.Georg Brandl2007-08-151-3/+5
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+170