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
/
Doc
/
library
/
shutil.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)
Serhiy Storchaka
2024-11-22
1
-6/+0
*
Doc: Improve documentation for the ``path`` argument in ``shutil.which()`` (#...
Tom Most
2024-09-25
1
-6/+7
*
bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)
Jakub Kulík
2024-09-19
1
-1/+4
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
1
-4/+8
*
Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (#118964)
Nikita Sobolev
2024-05-13
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)
Andrew Zipperer
2024-05-02
1
-2/+2
*
GH-118174: specify the type for the path argument of shutil.which
Filipe Laíns
2024-05-01
1
-2/+3
*
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...
tahia
2024-04-22
1
-1/+5
*
gh-115664: Fix chronological ordering of versionadded and versionchanged dire...
Brian Schubert
2024-02-19
1
-4/+4
*
docs: Add glossary term references to shutil docs (#115559)
Brian Schubert
2024-02-16
1
-4/+4
*
gh-113803: Fix inaccurate documentation for shutil.move when dst is an existi...
Dai Wentao
2024-02-04
1
-11/+14
*
Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103...
Michal Kaptur
2024-02-02
1
-1/+3
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-2/+2
*
Add a versionchanged directive for gh-94692 (GH-112846)
Serhiy Storchaka
2023-12-08
1
-0/+2
*
gh-81441: shutil.rmtree() FileNotFoundError race condition (GH-14064)
Jeffrey Kintscher
2023-12-05
1
-0/+4
*
gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...
Charles Machalow
2023-10-02
1
-0/+6
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-1/+1
*
gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...
Matthieu Caneill
2023-07-22
1
-0/+6
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
1
-6/+20
*
GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179)
Charles Machalow
2023-04-04
1
-7/+27
*
gh-102828: add onexc arg to shutil.rmtree. Deprecate onerror. (#102829)
Irit Katriel
2023-03-19
1
-9/+15
*
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka
2022-10-05
1
-2/+12
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Ned Batchelder
2022-07-05
1
-1/+1
*
gh-74696: Do not change the current working directory in shutil.make_archive(...
Serhiy Storchaka
2022-06-22
1
-1/+7
*
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
Sam Ezeh
2022-05-02
1
-1/+7
*
gh-84714: Add behavior if dst file exists (#91867)
slateny
2022-05-02
1
-1/+2
*
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries
2022-04-12
1
-6/+11
*
bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
Zackery Spytz
2022-04-05
1
-36/+1
*
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
Serhiy Storchaka
2022-03-09
1
-2/+8
*
bpo-42174: fallback to sane values if the columns or lines are 0 in get_termi...
Filipe Laíns
2021-10-19
1
-0/+4
*
bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
andrei kulakov
2021-07-21
1
-0/+4
*
bpo-43200: Fix link to shutil.copy() in the shutil doc (GH-24505)
Zackery Spytz
2021-02-13
1
-2/+3
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
Fix incorrect parameter name (GH-22613)
Xie Yanbo
2020-10-10
1
-1/+1
*
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (G...
Zackery Spytz
2020-09-14
1
-3/+3
*
bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367)
Lysandros Nikolaou
2020-06-08
1
-3/+47
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-0/+20
*
bpo-32689: Updates shutil.move to allow for Path objects to be used as source...
Maxwell A McKinnon
2019-10-01
1
-0/+3
*
bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (...
Windson yang
2019-09-13
1
-1/+2
*
Clarify that shutil's copy functions can accept path-like values (GH-15141)
Boris Verhovsky
2019-09-09
1
-3/+5
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-0/+4
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-3/+3
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-0/+6
*
bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675)
Giampaolo Rodola
2019-05-30
1
-2/+1
*
Hide module name from local (anchor) links in shutil docs (GH-6695)
Aurelio Jargas
2019-05-11
1
-4/+4
*
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
CAM Gerlach
2019-04-07
1
-1/+5
*
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115)
Inada Naoki
2019-03-02
1
-1/+1
[next]