- 18a8aff Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 9 years ago
- d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 9 years ago
- 5bfe0da Merge 3.5: issue #26801 by Victor Stinner · 9 years ago
- 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 9 years ago
- 899f32f Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
- d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
- 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
- 5b798ab Issue #24878: Add docstrings to selected namedtuples by Raymond Hettinger · 9 years ago
- 940d69d Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
- 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
- 5de4a3c Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
- 884afd9 Issue #21775: shutil.copytree(): fix crash when copying to VFAT by Berker Peksag · 10 years ago
- 0a99b2a Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
- 9a4fc19 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 10 years ago
- 8912270 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
- 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
- 3715da5 Issue #21391: Use os.path.abspath in the shutil module. by Berker Peksag · 10 years ago
- 1121377 Issue #5411: Added support for the "xztar" format in the shutil module. by Serhiy Storchaka · 10 years ago
- 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
- a0934b2 #20744: don't try running an external 'zip' in shutil.make_archive() by Andrew Kuchling · 11 years ago
- 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
- 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
- 85f1074 merge 3.3 (#20102) by Benjamin Peterson · 11 years ago
- 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
- 1d006a2 Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows by Victor Stinner · 11 years ago
- fffb96b Issue #18283: shutil.which() now supports bytes argument, not only text argument. by Victor Stinner · 11 years ago
- 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
- 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- ecaefcf - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
- 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
- 4cd7b9c #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 12 years ago
- 0beab05 #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 12 years ago
- e9a6360 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
- 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
- 5b987c2 Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
- 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
- ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
- 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
- ae9a9e9 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
- b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
- 4865376 Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
- cc0274b merge with 3.2 by Georg Brandl · 12 years ago
- c8076df Fix wrong way of adding Error information in shutil.copytree. by Georg Brandl · 12 years ago
- 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
- 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
- b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
- ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
- d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
- 9f558cc #4489: Use dir_fd in rmdir in _rmtree_safe_fd() by Hynek Schlawack · 12 years ago
- a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
- 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
- 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
- 89dfd5c Really make bztar support in shutil conditional. by Éric Araujo · 13 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
- 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
- 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
- 78349b0 merge from 3.1 by Ronald Oussoren · 14 years ago
- f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 14 years ago
- abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 14 years ago
- ac4e58e Protect logging call against None argument (fixes #11045). by Éric Araujo · 14 years ago
- 4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. by Éric Araujo · 14 years ago
- 5b0eca1 Issue #4489: Rename the feature marker for the symlink resistant rmtree and store it as a function attribute by Nick Coghlan · 12 years ago
- 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 12 years ago
- 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
- 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
- dc00f1e Fix #15148. Capitalize PATH, hopefully leading to less confusion by Brian Curtin · 12 years ago
- 2193536 Fix #15148. Make the shutil.which docstring more thorough by Brian Curtin · 12 years ago
- e3f3940 file was the old arg name from an earlier patch. command matches the implementation by Brian Curtin · 12 years ago
- de74de5 Issue #15148: Fixed typos in shutil.which() docstring by Alexander Belopolsky · 12 years ago
- 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
- 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
- 849349d whitespace normalize by Brian Curtin · 12 years ago
- c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
- 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
- 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
- baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
- b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 13 years ago
- 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 13 years ago
- f8ae4fa Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane by Sandro Tosi · 13 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
- cd0d951 Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715) by Éric Araujo · 13 years ago
- 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
- 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
- 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
- aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
- c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
- 0ac4a5d Add missing name in shutil.__all__ by Éric Araujo · 13 years ago
- d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
- c5efe65 Merge 3.2 by Éric Araujo · 13 years ago
- 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
- cfcc977 Remove unused names in except clauses by Éric Araujo · 13 years ago
- e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
- 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
- 582768a Merged revisions 80840 via svnmerge from by Tarek Ziadé · 15 years ago
- b01142b Merged revisions 80837 via svnmerge from by Tarek Ziadé · 15 years ago
- 9623980 Merged revisions 80833 via svnmerge from by Tarek Ziadé · 15 years ago
- ae4d5c6 Merged revisions 80830 via svnmerge from by Tarek Ziadé · 15 years ago