COMMITS
/ Lib/shutil.py May 5, 2017
J
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Jelle Zijlstra committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
December 16, 2016
S
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
Serhiy Storchaka committed
S
Issue #14061: Misc fixes and cleanups in archiving code in shutil.
Serhiy Storchaka committed
October 23, 2016
S
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Serhiy Storchaka committed
S
Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive.
Serhiy Storchaka committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
July 28, 2016
M
Issue #27626: Merge spelling fixes from 3.5
Martin Panter committed
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
April 24, 2016
S
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
Serhiy Storchaka committed
S
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
Serhiy Storchaka committed
April 19, 2016
V
Merge 3.5: issue #26801
Victor Stinner committed
V
Fix shutil.get_terminal_size() error handling
Victor Stinner committed
September 8, 2015
S
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka committed
S
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka committed
S
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka committed
August 18, 2015
R
Issue #24878: Add docstrings to selected namedtuples
Raymond Hettinger committed
July 25, 2015
B
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
Berker Peksag committed
B
Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories.
Berker Peksag committed
December 10, 2014
B
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
Berker Peksag committed
B
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
Berker Peksag committed
November 27, 2014
S
Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of
Serhiy Storchaka committed
S
Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of
Serhiy Storchaka committed
November 1, 2014
B
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag committed
B
Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__.
Berker Peksag committed
September 18, 2014
B
Issue #21391: Use os.path.abspath in the shutil module.
Berker Peksag committed
August 6, 2014
S
Issue #5411: Added support for the "xztar" format in the shutil module.
Serhiy Storchaka committed
June 11, 2014
R
#19840: Add copy_function to shutil.move.
R David Murray committed
March 20, 2014
A
#20744: don't try running an external 'zip' in shutil.make_archive()
Andrew Kuchling committed
February 11, 2014
S
Issue #19856: shutil.move() failed to move a directory to other directory
Serhiy Storchaka committed
S
Issue #19856: shutil.move() failed to move a directory to other directory
Serhiy Storchaka committed
February 2, 2014
B
merge 3.3 (#20102)
Benjamin Peterson committed
B
use with statement to ensure zipfile is always closed (closes #20102)
Benjamin Peterson committed
December 16, 2013
V
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows
Victor Stinner committed
V
Issue #18283: shutil.which() now supports bytes argument, not only text argument.
Victor Stinner committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
April 16, 2013
B
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw committed
B
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw committed
February 5, 2013
H
#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack committed
H
#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack committed
January 23, 2013
S
Issue #16957: shutil.which() no longer searches a bare file name in the
Serhiy Storchaka committed
S
Issue #16957: shutil.which() no longer searches a bare file name in the
Serhiy Storchaka committed
January 21, 2013
S
Issue #16993: shutil.which() now preserves the case of the path and extension
Serhiy Storchaka committed
S
Issue #16993: shutil.which() now preserves the case of the path and extension
Serhiy Storchaka committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed