Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | clarify behavior of shutil.move when destination exists (closes #22933) | Benjamin Peterson | 2015-03-22 | 1 | -6/+3 |
| | | | | Patch by Mike Short. | ||||
* | Issue #16341: convert examples to use except ... as ... syntax. | Andrew Svetlov | 2012-10-30 | 1 | -3/+3 |
| | |||||
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
| | | | | | Mostly just mechanical removal of []. In some rare cases I've pulled the default value up into the argument list. | ||||
* | Document that shutil.make_archive does not typecheck its logger argument | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
| | |||||
* | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-02-26 | 1 | -5/+12 |
| | | | | | | | | | | - Remove duplicate list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715. | ||||
* | shutil copy module reference doc fix. | Senthil Kumaran | 2012-02-13 | 1 | -15/+15 |
| | |||||
* | Add missing documentation for logger argument of shutil.make_archive | Éric Araujo | 2011-08-19 | 1 | -0/+2 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -6/+4 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Fix closes Issue12183 - Explain the Symlink copy behavior in ↵ | Senthil Kumaran | 2011-08-02 | 1 | -2/+3 |
| | | | | shutil.copytree. Patch by Petri Lehtinen. | ||||
* | Update documentation for shutil.move (#12043) and fix a few typos. | Éric Araujo | 2011-07-29 | 1 | -10/+17 |
| | | | | | Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker. | ||||
* | merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. ↵ | Senthil Kumaran | 2011-07-19 | 1 | -2/+4 |
| | | | | Patch suggestion by Catalin Iacob | ||||
* | Add more links to Python sources where the code is short, readable and an ↵ | Raymond Hettinger | 2010-11-06 | 1 | -0/+6 |
| | | | | informative adjunct to the docs. | ||||
* | removed ztar support in shutil.make_archive | Tarek Ziadé | 2010-04-20 | 1 | -2/+1 |
| | |||||
* | Fixed #8463: added missing reference to bztar in shutil's documentation. | Tarek Ziadé | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | added make_archive (and secondary APIs) to shutil | Tarek Ziadé | 2010-02-23 | 1 | -3/+98 |
| | |||||
* | Use the preferred form of raise statements in the docs. | Georg Brandl | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -5/+5 |
| | |||||
* | specify how things are copied | Benjamin Peterson | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | #4478: document that copyfile() can raise Error. | Georg Brandl | 2008-12-05 | 1 | -1/+2 |
| | |||||
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | Wording fix | Andrew M. Kuchling | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. | Georg Brandl | 2008-07-05 | 1 | -12/+66 |
| | | | | This is a new feature, but Barry authorized adding it in the beta period. | ||||
* | #2845: fix copy2's docs. | Georg Brandl | 2008-05-16 | 1 | -2/+3 |
| | |||||
* | #2369: clarify that copyfile() doesn't take a target directory. | Georg Brandl | 2008-04-19 | 1 | -9/+11 |
| | |||||
* | #1669: don't allow shutil.rmtree() to be called on a symlink. | Georg Brandl | 2008-01-20 | 1 | -12/+18 |
| | |||||
* | #1559684: document that shutil.copy* doesn't copy all metadata on Posix and ↵ | Georg Brandl | 2008-01-06 | 1 | -8/+13 |
| | | | | Windows too. | ||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -3/+1 |
| | |||||
* | Added more file-handling related cross-references. | Mark Summerfield | 2007-11-02 | 1 | -1/+2 |
| | |||||
* | Replace "Caveat" paragraphs by .. warning::s. | Georg Brandl | 2007-08-15 | 1 | -3/+5 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+170 |