index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_shutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 69100 via svnmerge from
Antoine Pitrou
2009-01-29
1
-0/+22
*
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
Georg Brandl
2008-07-05
1
-0/+76
*
Issue 1577: shutil.move() where destination is a directory was doing a
Sean Reifscheider
2008-03-18
1
-12/+115
*
#1669: don't allow shutil.rmtree() to be called on a symlink.
Georg Brandl
2008-01-20
1
-0/+14
*
Another fix for test_shutil. Martin pointed out that it breaks some build bots
Christian Heimes
2007-11-20
1
-1/+3
*
Fixed bug #1470
Christian Heimes
2007-11-20
1
-5/+2
*
test_copytree_simple(): This was leaving behind two new temp
Tim Peters
2006-08-10
1
-16/+36
*
Whitespace normalization.
Tim Peters
2006-07-31
1
-3/+3
*
Don't copy directory stat times in shutil.copytree on Windows
Martin v. Löwis
2006-07-30
1
-0/+27
*
Implement os.{chdir,rename,rmdir,remove} using Win32 directly.
Martin v. Löwis
2006-05-04
1
-2/+2
*
Use os.geteuid() for checking whether we are root, as suggested by
Johannes Gijsbers
2004-12-12
1
-1/+1
*
SF bug #1076467: don't run test_on_error as root, as the permission
Johannes Gijsbers
2004-12-06
1
-2/+6
*
Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there
Johannes Gijsbers
2004-11-23
1
-1/+5
*
test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME.
Tim Peters
2004-11-01
1
-7/+13
*
Bug #1048941: shutil.rmtree error handling was always broken
Johannes Gijsbers
2004-10-31
1
-3/+28
*
Document not-completely-obvious behavior in a test.
Johannes Gijsbers
2004-09-11
1
-0/+7
*
Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.
Johannes Gijsbers
2004-08-14
1
-8/+16
*
Raise an exception when src and dst refer to the same file via a hard link or a
Johannes Gijsbers
2004-08-14
1
-0/+21
*
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
Guido van Rossum
2004-07-14
1
-0/+1
*
shutil.move() will raise an exception when trying to move a directory into
Brett Cannon
2004-06-19
1
-2/+14
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-8/+2
*
A very minimal start to a test of the shutil module.
Barry Warsaw
2003-01-24
1
-0/+28