index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_shutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
Serhiy Storchaka
2016-04-24
1
-0/+29
*
Fix shutil.get_terminal_size() error handling
Victor Stinner
2016-04-19
1
-0/+2
*
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka
2015-11-22
1
-0/+23
|
\
|
*
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory
Serhiy Storchaka
2015-11-22
1
-0/+23
*
|
Issue #25686: test_shutil no longer uses the distutils package for searching
Serhiy Storchaka
2015-11-21
1
-9/+7
|
\
\
|
|
/
|
*
Issue #25686: test_shutil no longer uses the distutils package for searching
Serhiy Storchaka
2015-11-21
1
-9/+7
*
|
Issue #25607: Restore old distutils logging threshold after running tests that
Serhiy Storchaka
2015-11-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25607: Restore old distutils logging threshold after running tests that
Serhiy Storchaka
2015-11-12
1
-1/+1
*
|
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
|
\
\
|
|
/
|
*
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
*
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-6/+31
|
\
\
|
|
/
|
*
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
1
-6/+31
*
|
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
|
\
\
|
|
/
|
*
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
*
|
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
|
\
\
|
|
/
|
*
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
*
|
Fix, refactor and extend tests for shutil.make_archive().
Serhiy Storchaka
2015-09-06
1
-89/+83
|
\
\
|
|
/
|
*
Fix, refactor and extend tests for shutil.make_archive().
Serhiy Storchaka
2015-09-06
1
-89/+83
*
|
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
1
-37/+7
|
\
\
|
|
/
|
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
1
-37/+7
[next]