Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ed483ba63b9c03845386976bccff5d95df5b570a
/
Lib
/
shutil.py
4ce69a5
No need to import exceptions, they are builtins
by Neal Norwitz
· 19 years ago
a1be88e
patch [ 1242454 ] shutil.copytree() quits too soon after an error.
by Georg Brandl
· 19 years ago
926d45b
shutil.copytree: move copystat call for the directory after the loop
by Johannes Gijsbers
· 20 years ago
e4172ea
Patch #1094015:
by Johannes Gijsbers
· 20 years ago
ef5ffc4
Bug #1048941: shutil.rmtree error handling was always broken
by Johannes Gijsbers
· 20 years ago
7db385e
Rewrite rmtree using os.walk to fix bug #1025127:
by Johannes Gijsbers
· 20 years ago
f9a098e
Catch OSError raised when src or dst argument to os.path.samefile doesn't exist.
by Johannes Gijsbers
· 20 years ago
46f1459
Raise an exception when src and dst refer to the same file via a hard link or a
by Johannes Gijsbers
· 20 years ago
4a2ccdf
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
by Guido van Rossum
· 20 years ago
1c3fa18
shutil.move() will raise an exception when trying to move a directory into
by Brett Cannon
· 20 years ago
a4c93b6
Fix SF bug #691276, shutil.copytree documentation bug
by Neal Norwitz
· 22 years ago
234d9a9
rmtree(): Make implementation agree with documentation (both latex and
by Barry Warsaw
· 22 years ago
66d16ba
- squashed bare except in rmtree()
by Just van Rossum
· 22 years ago
2b9bfb3
Added new move() function to __all__.
by Raymond Hettinger
· 22 years ago
e9ce0b0
Patch #448038: Add move(). Report errors from copytree as in shutil.Error.
by Martin v. Löwis
· 22 years ago
57e7945
shutil.copyfile(src,dst) was clobbering the file when the src and dst were
by Raymond Hettinger
· 22 years ago
294bbf3
Replace obsolete stat module constants with
by Walter Dörwald
· 22 years ago
f13eb55
Replace boolean test with is None.
by Raymond Hettinger
· 22 years ago
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
0c94724
Patch #103342: Make shutil.copytree more useful under Jython.
by Tim Peters
· 24 years ago
495ad3c
Whitespace normalization.
by Tim Peters
· 24 years ago
42bb8b3
apply patch #100868 from Moshe Zadka:
by Greg Stein
· 24 years ago
5fa3886
Fred Gansevles <gansevle@cs.utwente.nl>:
by Fred Drake
· 25 years ago
e7b146f
The third and final doc-string sweep by Ka-Ping Yee.
by Guido van Rossum
· 25 years ago
959fa01
Typo in comment (on Mac, it's the *resource* fork that's not copied,
by Guido van Rossum
· 25 years ago
83c03e2
Add import sys, needed by reference to sys.exc_info() in rmtree().
by Guido van Rossum
· 26 years ago
e1bf7e8
Change the order of the utime() and the chmod() call in copystat().
by Guido van Rossum
· 26 years ago
d832f9e
Fix append() calls with more than 1 argument.
by Guido van Rossum
· 26 years ago
96372a2
ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr.
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
d767329
Added rmtree(), to recursively remove a directory tree.
by Guido van Rossum
· 27 years ago
9d0a3df
Transformed comments to doc strings. Added symlinks option to copytree.
by Guido van Rossum
· 28 years ago
a2baf46
Reindented at 4 spaces.
by Guido van Rossum
· 28 years ago
5980845
Add feature to copy(), copy2(): dst may be a directory.
by Guido van Rossum
· 28 years ago
277206b
Improvements to copyfile(): open the files in binary mode, and close
by Guido van Rossum
· 28 years ago
c96207a
posix -> os
by Guido van Rossum
· 33 years ago
784ca6c
path.cat --> join
by Guido van Rossum
· 33 years ago
c636014
Initial revision
by Guido van Rossum
· 34 years ago