aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_shutil.py
Commit message (Expand)AuthorAge
* Merged revisions 69100 via svnmerge fromAntoine Pitrou2009-01-29
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-16
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-18
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-20
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-20
* Fixed bug #1470Christian Heimes2007-11-20
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Use os.geteuid() for checking whether we are root, as suggested byJohannes Gijsbers2004-12-12
* SF bug #1076467: don't run test_on_error as root, as the permissionJohannes Gijsbers2004-12-06
* Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably thereJohannes Gijsbers2004-11-23
* test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME.Tim Peters2004-11-01
* Bug #1048941: shutil.rmtree error handling was always brokenJohannes Gijsbers2004-10-31
* Document not-completely-obvious behavior in a test.Johannes Gijsbers2004-09-11
* Unwrap too-smart loop: we can't use `src` for both hard and symbolic links.Johannes Gijsbers2004-08-14
* Raise an exception when src and dst refer to the same file via a hard link or aJohannes Gijsbers2004-08-14
* - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affectsGuido van Rossum2004-07-14
* shutil.move() will raise an exception when trying to move a directory intoBrett Cannon2004-06-19
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* A very minimal start to a test of the shutil module.Barry Warsaw2003-01-24