- 05 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 May, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
error when a named pipe is encountered, rather than blocking infinitely.
-
- 07 Şub, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Ock, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
inside its source path if it began with the same letters (e.g. "src" vs. "src.new").
-
- 11 Agu, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 05 Tem, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
This is a new feature, but Barry authorized adding it in the beta period.
-
- 18 Mar, 2008 1 kayıt (commit)
-
-
Sean Reifscheider yazdı
copy, now it is doing a os.rename() if it's on the same file-system.
-
- 20 Ock, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
functions on platforms where the underlying system calls are available.
-
- 30 Tem, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1525866.
-
- 28 Nis, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
them to the Error errors list.
-
- 01 Eyl, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 31 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 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ı
-