summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shutil.py
Commit message (Expand)AuthorAgeFilesLines
* #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-151-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-261-0/+3
* #4489 Make fd based rmtree work on bytesHynek Schlawack2012-06-251-0/+9
* Remove debug output from test_shutilHynek Schlawack2012-06-241-2/+0
* Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...Nick Coghlan2012-06-241-2/+2
* Avoid depending on directory iteration order in test_shutilAntoine Pitrou2012-06-231-6/+5
* Add debug output to test_shutilAntoine Pitrou2012-06-231-0/+2
* Proper cleanup in test_shutil, even in case of error.Antoine Pitrou2012-06-231-8/+6
* #4489: Fix usage of fd-based functions to new api introduced earlier todayHynek Schlawack2012-06-231-2/+21
* #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-231-18/+45
* Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)Larry Hastings2012-06-231-1/+1
* Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-6/+6
* Issue #444582: shutil.which() respects relative paths.Antoine Pitrou2012-06-221-0/+10
* Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-221-1/+44
* Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-181-0/+41
* Try to fix test_shutil failure under Fedora - patch by Hynek.Antoine Pitrou2012-05-121-1/+1
* Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-121-0/+74
* Issue #14662: Prevent shutil failures on OS X when destination does notNed Deily2012-05-111-0/+29
* Relax tests to fix buildbot failureAntoine Pitrou2012-02-081-2/+2
* Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-1/+47
* Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-061-0/+43
* Mock the rename failure a bit betterAntoine Pitrou2012-01-021-1/+2
* Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...Antoine Pitrou2011-12-291-0/+219
* #12191: fix build failures, explicitly passing group argument when I want to ...Sandro Tosi2011-08-221-2/+2
* #12191: add shutil.chown() to change user and/or group owner of a given path ...Sandro Tosi2011-08-221-0/+59
* Clean up test_shutil, to facilitate upcoming improvements (#12721).Éric Araujo2011-08-121-96/+69
* merge from 3.2Senthil Kumaran2011-07-041-1/+1
|\
| * Fix closes issue issue12470 - check for utime for the skipUnless condition.Senthil Kumaran2011-07-041-1/+1
* | Clean up NEWS entry and tests for shutil.disk_usage (#12442)Éric Araujo2011-07-021-5/+5
* | Issue #12442: add shutil.disk_usage()Giampaolo Rodola'2011-07-011-0/+10
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-3/+2
* | Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-191-12/+7
|/
* merge from 3.1Ronald Oussoren2011-05-061-0/+18
|\
| * Fix for issue 10684: Folders get deleted when trying to change case with shut...Ronald Oussoren2011-05-061-0/+18
| * Merged revisions 85503 via svnmerge fromAntoine Pitrou2010-10-141-4/+8
| * Merged revisions 80833 via svnmerge fromTarek Ziadé2010-05-051-1/+105
| * Merged revisions 76103 via svnmerge fromAntoine Pitrou2009-11-041-53/+57
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-12/+12
* | Close #11560: Improve test coverage of shutilNick Coghlan2011-03-161-36/+64
* | Close #11548: Correctly handle format argument in shutil.unpack_archiveNick Coghlan2011-03-161-0/+8
* | Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-8/+4
* | Temporarily disable newly failing test for the release.Georg Brandl2010-12-051-0/+3
* | Now can reproduce the error on AMD64 Windows Server 2008Hirokazu Yamamoto2010-12-051-16/+21
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-22/+26