Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position. | Georg Brandl | 2007-03-07 | 1 | -1/+3 |
| | | | | (backport from rev. 54202) | ||||
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 1 | -5/+5 |
| | |||||
* | Patch #1094015: | Johannes Gijsbers | 2005-01-08 | 1 | -4/+12 |
| | | | | | * Use os.makedirs() instead os.mkdir(). (bug #975763) * Use copystat() to copy directory bits (bug #1048878) | ||||
* | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects | Guido van Rossum | 2004-07-14 | 1 | -1/+1 |
| | | | | | | | | the documented behavior: the function passed to the onerror() handler can now also be os.listdir. [I could've sworn I checked this in, but apparently I didn't, or it got lost???] | ||||
* | [Bug #810879] Document that copyfile() can fail if you don't have ↵ | Andrew M. Kuchling | 2004-05-05 | 1 | -3/+5 |
| | | | | permissions; also, fix a double negative. | ||||
* | Fix SF bug #691276, shutil.copytree documentation bug | Neal Norwitz | 2003-02-23 | 1 | -1/+4 |
| | |||||
* | Fred drives and fixes a formatting nit. | Barry Warsaw | 2003-01-24 | 1 | -2/+2 |
| | |||||
* | Patch #448038: Add move(). Report errors from copytree as in shutil.Error. | Martin v. Löwis | 2002-10-07 | 1 | -0/+16 |
| | |||||
* | Fixed bug 574978 shutil example out of sync with source code | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
| | |||||
* | Clarified description of error handling for shutil.rmtree(). | Fred Drake | 2002-06-18 | 1 | -2/+3 |
| | | | | This closes SF patch #569832. | ||||
* | Add more detail to the descriptions of the shutil functions. | Fred Drake | 2001-09-04 | 1 | -4/+9 |
| | | | | This closes SF bug #458223. | ||||
* | For copyfile(), be explicit that src and dst are file names; that was only | Fred Drake | 2001-03-02 | 1 | -2/+3 |
| | | | | implied. | ||||
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-31 | 1 | -0/+9 |
| | | | | | Document new method in shutil (copyfileobj). Minor clarification by Fred. | ||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | Explain *why* the copytree() implementation is presented as the | Fred Drake | 1999-04-21 | 1 | -1/+2 |
| | | | | example! | ||||
* | Added module synopsis. | Fred Drake | 1999-02-01 | 1 | -1/+2 |
| | |||||
* | Added index entries to make it easier to locate directory & file operations. | Fred Drake | 1998-12-28 | 1 | -0/+3 |
| | |||||
* | Add documentation for shutil module. | Fred Drake | 1998-12-28 | 1 | -0/+100 |