aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-61/+62
* Stop using assertEquals.Brett Cannon2013-08-231-4/+4
* Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-161-0/+26
|\
| * Issue #1666318: Add a test that shutil.copytree() retains directory permissions.Antoine Pitrou2013-08-161-0/+26
* | Merge #15415 from 3.3Nick Coghlan2013-07-281-5/+5
|\|
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-281-5/+5
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-5/+1
* | Issue #17746: Skip test_shutil.test_non_matching_mode when run as root orSerhiy Storchaka2013-05-281-0/+4
|\|
| * Issue #17746: Skip test_shutil.test_non_matching_mode when run as root orSerhiy Storchaka2013-05-281-0/+4
* | Remove unused importBarry Warsaw2013-04-161-1/+0
|\|
| * Remove unused import.Barry Warsaw2013-04-161-1/+0
* | - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-161-0/+21
|\|
| * - Issue #17012: shutil.which() no longer fallbacks to the PATH environmentBarry Warsaw2013-04-161-0/+21
* | #17076: Make copying of xattrs more permissive of missing FS supportHynek Schlawack2013-02-051-0/+11
|\|
| * #17076: Make copying of xattrs more permissive of missing FS supportHynek Schlawack2013-02-051-0/+11
* | Fix pathext test for shutil.which() which wasSerhiy Storchaka2013-01-241-1/+1
|\|
| * Fix pathext test for shutil.which() which wasSerhiy Storchaka2013-01-241-1/+1
* | Issue #16957: shutil.which() no longer searches a bare file name in theSerhiy Storchaka2013-01-231-8/+29
|\|
| * Issue #16957: shutil.which() no longer searches a bare file name in theSerhiy Storchaka2013-01-231-8/+29
* | Fix shutil.which() test for issue #16993.Serhiy Storchaka2013-01-221-1/+1
|\|
| * Fix shutil.which() test for issue #16993.Serhiy Storchaka2013-01-221-1/+1
* | Issue #16993: shutil.which() now preserves the case of the path and extensionSerhiy Storchaka2013-01-211-3/+4
|\|
| * Issue #16993: shutil.which() now preserves the case of the path and extensionSerhiy Storchaka2013-01-211-3/+4
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-7/+7
* | #15872: Some more Windows related tuning to shutil.rmtree testsHynek Schlawack2012-12-101-7/+7
|\|
| * #15872: Some more Windows related tuning to shutil.rmtree testsHynek Schlawack2012-12-101-7/+7
| |\
| | * #15872: Some more Windows related tuning to shutil.rmtree testsHynek Schlawack2012-12-101-8/+7
* | | #15872: Be flexible with appending *.* in shutil.rmtree test caseHynek Schlawack2012-12-101-3/+7
|\| |
| * | #15872: Be flexible with appending *.* in shutil.rmtree test caseHynek Schlawack2012-12-101-1/+1
| |\|
| | * #15872: Be flexible with appending *.* in shutil.rmtree test caseHynek Schlawack2012-12-101-1/+1
* | | #15872: More shutil test fixes for WindowsHynek Schlawack2012-12-101-5/+1
|\| |
| * | #15872: More shutil test fixes for WindowsHynek Schlawack2012-12-101-2/+2
| |\|
| | * #15872: More shutil test fixes for WindowsHynek Schlawack2012-12-101-2/+2
* | | #15872: Fix shutil.rmtree error tests for WindowsHynek Schlawack2012-12-101-1/+5
|\| |
| * | #15872: Fix shutil.rmtree error tests for WindowsHynek Schlawack2012-12-101-1/+5
| |\|
| | * #15872: Fix shutil.rmtree error tests for WindowsHynek Schlawack2012-12-101-1/+5
* | | #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtreeHynek Schlawack2012-12-101-1/+37
|\| |
| * | #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtreeHynek Schlawack2012-12-101-1/+37
| |\|
| | * #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtreeHynek Schlawack2012-12-101-0/+46
| | * Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-101-0/+30
* | | #1492704: Ensure and document backward compatibility of the changeHynek Schlawack2012-10-281-0/+2
* | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-071-3/+12
|/ /
* | #1492704: Backout and wait for 3.4Hynek Schlawack2012-07-191-12/+3
* | #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-07-191-3/+12
* | #15238: Fix xattr related shutil.copystat testsHynek Schlawack2012-07-161-2/+1
* | Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-151-14/+14
* | - Issue #15238: shutil.copystat now copies Linux "extended attributes".Larry Hastings2012-07-141-0/+10
* | Check for all used fd-based functions in shutil.rmdir, closes #15218Hynek Schlawack2012-06-291-1/+5
* | #4489: Don't follow ever symlinks in rmtreeHynek Schlawack2012-06-281-1/+33
* | Issue #15817: Bugfix: remove temporary directories test_shutil was leavingLarry Hastings2012-06-251-0/+3