- 23 Ock, 2005 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
copying files inside the directory, as that loop changes the atime and mtime.
-
- 08 Ock, 2005 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
* Use os.makedirs() instead os.mkdir(). (bug #975763) * Use copystat() to copy directory bits (bug #1048878)
-
- 31 Eki, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
Rewrite rmtree again, this time without os.walk(). Error handling had been broken since Python 2.3, and the os.walk() version inherited this.
-
- 07 Eki, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
The shutils.rmtree() implementation uses an excessive amount of memory when deleting large directory hierarchies. Before actually deleting any files, it builds up a list of (function, filename) tuples for all the files that it is going to remove.
-
- 14 Agu, 2004 2 kayıt (commit)
-
-
Johannes Gijsbers yazdı
exist.
-
Johannes Gijsbers yazdı
symbolic link (bug #851123 / patch #854853, thanks Gregory Ball).
-
- 14 Tem, 2004 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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???]
-
- 19 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
itself. Closes bug #919012 . Thanks Johannes Gijsbers.
-
- 23 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Also use True/False instead of 1/0 for symlink flag.
-
- 24 Ock, 2003 1 kayıt (commit)
-
-
Barry Warsaw yazdı
docstring). Even if ignore_errors was true, an exception would occur if path didn't exist.
-
- 05 Ock, 2003 1 kayıt (commit)
-
-
Just van Rossum yazdı
- improved readability of rmtree; removed silly apply()
-
- 30 Eki, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 07 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Eyl, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
the same. Added check to verify the two names are not the same. Does not check the actual files to see if there is a symbolic link. Closes SF bug 490165 and Tzot's patch 604600.
-
- 06 Haz, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
equivalent attributes in a few more spots. This closes SF patch http://www.python.org/sf/562373
-
- 02 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 21 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Greg Stein yazdı
refactor the copying of file data. new: shutil.copyfileobj(fsrc, fdst)
-
- 07 Nis, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
The copytree function doesn't pass the symlinks parameter in recursicve calls
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac.
-
- 18 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the data fork *is* copied).
-
- 23 Şub, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Discovered by Mitch Chapman.
-
- 14 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This doesn't make a bit of difference on Unix, but apparently on Windows NT you need write permission before you can set the utime...
-
- 07 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Eki, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Code by David Ascher (docstring by me).
-
- 29 Nis, 1997 4 kayıt (commit)
-
-
Guido van Rossum yazdı
Added symlinks option to copytree.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Remove unneeded check for '.' / '..' from copytree(). Add some comments.
-
Guido van Rossum yazdı
them in a finally clause.
-
- 31 Mar, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Agu, 1991 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Eki, 1990 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-