| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-43219: skip Solaris in the test as well (GH-27257) (GH-27268) | Miss Islington (bot) | 2021-07-20 | 1 | -1/+2 |
|
|
* | bpo-43219: shutil.copyfile, raise a less confusing exception instead of IsADi... | Miss Islington (bot) | 2021-07-10 | 1 | -0/+9 |
|
|
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181) | Inada Naoki | 2021-04-05 | 1 | -9/+13 |
|
|
* | bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) | Winson Luk | 2021-03-02 | 1 | -0/+37 |
|
|
* | [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) | Daniel Hahler | 2020-12-21 | 1 | -6/+3 |
|
|
* | bpo-31904: skip some tests related to fifo on VxWorks (GH-23473) | pxinwr | 2020-11-28 | 1 | -0/+4 |
|
|
* | bpo-40592: shutil.which will not return None anymore if ; is the last char in... | Christopher Marchfelder | 2020-10-23 | 1 | -0/+17 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21169) | Hai Shi | 2020-06-30 | 1 | -73/+74 |
|
|
* | bpo-40275: More lazy imports in test.support (GH-20131) | Hai Shi | 2020-05-18 | 1 | -12/+12 |
|
|
* | bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#... | Matthias Braun | 2020-03-17 | 1 | -6/+11 |
|
|
* | bpo-39390 shutil: fix argument types for ignore callback (GH-18122) | mbarkhau | 2020-01-24 | 1 | -0/+42 |
|
|
* | bpo-38688, shutil.copytree: consume iterator and create list of entries to pr... | Bruno P. Kinoshita | 2019-11-27 | 1 | -0/+11 |
|
|
* | bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) | Steve Dower | 2019-11-15 | 1 | -25/+24 |
|
|
* | bpo-32689: Updates shutil.move to allow for Path objects to be used as source... | Maxwell A McKinnon | 2019-10-01 | 1 | -0/+10 |
|
|
* | bpo-38223: Reorganize test_shutil. (GH-16281) | Serhiy Storchaka | 2019-09-26 | 1 | -487/+478 |
|
|
* | bpo-37834: Normalise handling of reparse points on Windows (GH-15231) | Steve Dower | 2019-08-21 | 1 | -3/+66 |
|
|
* | bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287) | Steve Dower | 2019-08-21 | 1 | -5/+1 |
|
|
* | bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) | Victor Stinner | 2019-06-26 | 1 | -2/+3 |
|
|
* | bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) | Giampaolo Rodola | 2019-05-30 | 1 | -3/+3 |
|
|
* | bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil... | Olexa Bilaniuk | 2019-05-10 | 1 | -0/+8 |
|
|
* | bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858) | Victor Stinner | 2019-04-17 | 1 | -0/+68 |
|
|
* | bpo-35652: shutil.copytree(copy_function=...) erroneously pass DirEntry inste... | Giampaolo Rodola | 2019-02-26 | 1 | -0/+18 |
|
|
* | Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) | Anthony Sottile | 2019-02-25 | 1 | -4/+0 |
|
|
* | bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0... | Michael Felt | 2019-02-18 | 1 | -0/+13 |
|
|
* | bpo-18283: Add support for bytes to shutil.which (GH-11818) | Cheryl Sabella | 2019-02-13 | 1 | -4/+17 |
|
|
* | bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) | jab | 2018-12-28 | 1 | -0/+25 |
|
|
* | bpo-35458: Fix test_shutil.test_disk_usage() (GH-11111) | Victor Stinner | 2018-12-11 | 1 | -1/+5 |
|
|
* | bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372) | Joe Pamer | 2018-09-25 | 1 | -0/+1 |
|
|
* | bpo-34661: Fix test skipping call. (GH-9266) | Benjamin Peterson | 2018-09-13 | 1 | -1/+1 |
|
|
* | closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) | Benjamin Peterson | 2018-09-13 | 1 | -0/+2 |
|
|
* | Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) | Victor Stinner | 2018-06-26 | 1 | -4/+5 |
|
|
* | bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) | Victor Stinner | 2018-06-22 | 1 | -5/+4 |
|
|
* | bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#... | Giampaolo Rodola | 2018-06-19 | 1 | -7/+81 |
|
|
* | bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win... | Giampaolo Rodola | 2018-06-12 | 1 | -2/+292 |
|
|
* | bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) | Serhiy Storchaka | 2018-03-02 | 1 | -9/+2 |
|
|
* | bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) | xdegaye | 2017-11-12 | 1 | -7/+13 |
|
|
* | bpo-28564: Use os.scandir() in shutil.rmtree(). (#4085) | Serhiy Storchaka | 2017-11-04 | 1 | -1/+1 |
|
|
* | Make test_shutil test_disk_usage not depend on the cwd fs (#2597) | Gregory P. Smith | 2017-07-07 | 1 | -1/+1 |
|
|
* | bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) | Jelle Zijlstra | 2017-05-05 | 1 | -4/+17 |
|
|
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -3/+1 |
|
|
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 1 | -1/+0 |
|
|
* | Issue #14061: Misc fixes and cleanups in archiving code in shutil. | Serhiy Storchaka | 2016-12-16 | 1 | -51/+44 |
|\ |
|
| * | Issue #14061: Misc fixes and cleanups in archiving code in shutil. | Serhiy Storchaka | 2016-12-16 | 1 | -51/+44 |
|
|
* | | Issue #28759: Fix the tests that fail with PermissionError when run as | Xavier de Gaye | 2016-12-13 | 1 | -1/+5 |
|
|
* | | Issue #28662: Catch PermissionError in tests when spawning a non existent pro... | Xavier de Gaye | 2016-11-14 | 1 | -1/+2 |
|
|
* | | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. | Serhiy Storchaka | 2016-10-23 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. | Serhiy Storchaka | 2016-10-23 | 1 | -0/+13 |
|
|
* | | Fixes tests broken by issue #27781. | Steve Dower | 2016-09-08 | 1 | -3/+1 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -2/+2 |
|/ |
|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|
|