| Commit message (Expand) | Author | Age | Files | Lines |
* | Relax tests to fix buildbot failure | Antoine Pitrou | 2012-02-08 | 1 | -2/+2 |
|
|
* | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 1 | -1/+47 |
|
|
* | Issue #9993: When the source and destination are on different filesystems, | Antoine Pitrou | 2012-01-06 | 1 | -0/+43 |
|
|
* | Mock the rename failure a bit better | Antoine Pitrou | 2012-01-02 | 1 | -1/+2 |
|
|
* | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile... | Antoine Pitrou | 2011-12-29 | 1 | -0/+219 |
|
|
* | #12191: fix build failures, explicitly passing group argument when I want to ... | Sandro Tosi | 2011-08-22 | 1 | -2/+2 |
|
|
* | #12191: add shutil.chown() to change user and/or group owner of a given path ... | Sandro Tosi | 2011-08-22 | 1 | -0/+59 |
|
|
* | Clean up test_shutil, to facilitate upcoming improvements (#12721). | Éric Araujo | 2011-08-12 | 1 | -96/+69 |
|
|
* | merge from 3.2 | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ |
|
| * | Fix closes issue issue12470 - check for utime for the skipUnless condition. | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | | Clean up NEWS entry and tests for shutil.disk_usage (#12442) | Éric Araujo | 2011-07-02 | 1 | -5/+5 |
|
|
* | | Issue #12442: add shutil.disk_usage() | Giampaolo Rodola' | 2011-07-01 | 1 | -0/+10 |
|
|
* | | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -3/+2 |
|
|
* | | Refactor a few tests to use the new requires_zlib decorator. | Ezio Melotti | 2011-05-19 | 1 | -12/+7 |
|/ |
|
* | merge from 3.1 | Ronald Oussoren | 2011-05-06 | 1 | -0/+18 |
|\ |
|
| * | Fix for issue 10684: Folders get deleted when trying to change case with shut... | Ronald Oussoren | 2011-05-06 | 1 | -0/+18 |
|
|
| * | Merged revisions 85503 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -4/+8 |
|
|
| * | Merged revisions 80833 via svnmerge from | Tarek Ziadé | 2010-05-05 | 1 | -1/+105 |
|
|
| * | Merged revisions 76103 via svnmerge from | Antoine Pitrou | 2009-11-04 | 1 | -53/+57 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -12/+12 |
|
|
* | | Close #11560: Improve test coverage of shutil | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
|
|
* | | Close #11548: Correctly handle format argument in shutil.unpack_archive | Nick Coghlan | 2011-03-16 | 1 | -0/+8 |
|
|
* | | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -8/+4 |
|
|
* | | Temporarily disable newly failing test for the release. | Georg Brandl | 2010-12-05 | 1 | -0/+3 |
|
|
* | | Now can reproduce the error on AMD64 Windows Server 2008 | Hirokazu Yamamoto | 2010-12-05 | 1 | -16/+21 |
|
|
* | | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -22/+26 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -10/+10 |
|
|
* | | Fix one omission in r78359 | Éric Araujo | 2010-11-06 | 1 | -0/+1 |
|
|
* | | More proper closing of files | Antoine Pitrou | 2010-10-14 | 1 | -4/+8 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -28/+29 |
|
|
* | | Merged revisions 80830 via svnmerge from | Tarek Ziadé | 2010-05-05 | 1 | -1/+105 |
|
|
* | | make sure shutil checks for bz2 availability before it uses it. | Tarek Ziadé | 2010-04-29 | 1 | -1/+10 |
|
|
* | | #8295 : Added shutil.unpack_archive and related APIs | Tarek Ziadé | 2010-04-28 | 1 | -1/+56 |
|
|
* | | make sure os.symlink presence is tested before running some shutil tests -- a... | Tarek Ziadé | 2010-04-23 | 1 | -56/+59 |
|
|
* | | Merged revisions 80282 via svnmerge from | Tarek Ziadé | 2010-04-20 | 1 | -30/+0 |
|
|
* | | Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree | Tarek Ziadé | 2010-04-20 | 1 | -1/+21 |
|
|
* | | Fixed #1540112: now shutil.copytree will let you provide your own copy() func... | Tarek Ziadé | 2010-04-19 | 1 | -19/+32 |
|
|
* | | Merged revisions 79030-79032 via svnmerge from | Florent Xicluna | 2010-03-17 | 1 | -12/+8 |
|
|
* | | Merged revisions 78359-78360 via svnmerge from | Tarek Ziadé | 2010-02-23 | 1 | -0/+317 |
|
|
* | | Merged revisions 76101 via svnmerge from | Antoine Pitrou | 2009-11-04 | 1 | -53/+57 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -12/+12 |
|/ |
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -2/+16 |
|
|
* | Merged revisions 72178 via svnmerge from | Antoine Pitrou | 2009-05-01 | 1 | -0/+33 |
|
|
* | Merged revisions 69415,69591,69593 via svnmerge from | Benjamin Peterson | 2009-02-20 | 1 | -4/+4 |
|
|
* | Merged revisions 69100 via svnmerge from | Antoine Pitrou | 2009-01-29 | 1 | -0/+22 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+76 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Merged revisions 61520,61523-61528,61532 via svnmerge from | Christian Heimes | 2008-03-18 | 1 | -12/+115 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 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 |
|
|