summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_shutil.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-10/+10
* | Fix one omission in r78359Éric Araujo2010-11-061-0/+1
* | More proper closing of filesAntoine Pitrou2010-10-141-4/+8
* | Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-28/+29
* | Merged revisions 80830 via svnmerge fromTarek Ziadé2010-05-051-1/+105
* | make sure shutil checks for bz2 availability before it uses it.Tarek Ziadé2010-04-291-1/+10
* | #8295 : Added shutil.unpack_archive and related APIsTarek Ziadé2010-04-281-1/+56
* | make sure os.symlink presence is tested before running some shutil tests -- a...Tarek Ziadé2010-04-231-56/+59
* | Merged revisions 80282 via svnmerge fromTarek Ziadé2010-04-201-30/+0
* | Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytreeTarek Ziadé2010-04-201-1/+21
* | Fixed #1540112: now shutil.copytree will let you provide your own copy() func...Tarek Ziadé2010-04-191-19/+32
* | Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-171-12/+8
* | Merged revisions 78359-78360 via svnmerge fromTarek Ziadé2010-02-231-0/+317
* | Merged revisions 76101 via svnmerge fromAntoine Pitrou2009-11-041-53/+57
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-12/+12
|/
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-2/+16
* Merged revisions 72178 via svnmerge fromAntoine Pitrou2009-05-011-0/+33
* Merged revisions 69415,69591,69593 via svnmerge fromBenjamin Peterson2009-02-201-4/+4
* Merged revisions 69100 via svnmerge fromAntoine Pitrou2009-01-291-0/+22
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+76
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-181-12/+115
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+14
* Another fix for test_shutil. Martin pointed out that it breaks some build botsChristian Heimes2007-11-201-1/+3