COMMITS
/ Lib/pathlib.py July 28, 2021
B
bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698)
Barney Gale committed
May 16, 2021
B
bpo-39950: Fix deprecation warning in test for `pathlib.Path.link_to()` (GH-26155)
Barney Gale committed
May 5, 2021
K
bpo-44040: Update broken link in pathlib source (GH-25905)
Kevin Follstad committed
April 28, 2021
K
B
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
Barney Gale committed
April 23, 2021
B
April 22, 2021
April 9, 2021
B
bpo-40107: Switch to using io.open() for pathlib.Path.open() (GH-25240)
Barney Gale committed
April 7, 2021
B
B
bpo-39659: Route calls from pathlib.Path to os.getcwd() via the path accessor (GH-18834)
Barney Gale committed
B
bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294)
Barney Gale committed
B
bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864)
Barney Gale committed
B
B
bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor. (GH-18838)
Barney Gale committed
April 6, 2021
B
bpo-39924: handle missing os functions more consistently in pathlib (GH-19220)
Barney Gale committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
November 23, 2020
Y
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych committed
November 20, 2020
J
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon committed
October 21, 2020
October 3, 2020
R
bpo-40833: Clarify Path.rename doc-string regarding relative paths (GH-20554)
Ram Rachum committed
June 12, 2018
D
bpo-33660: Fix PosixPath to resolve a relative path on root
Dong-hee Na committed
May 25, 2020
April 19, 2020
T
bpo-40148: Add PurePath.with_stem() (GH-19295)
Tim Hoffmann committed
April 17, 2020
B
B
April 1, 2020
March 11, 2020
S
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
Serhiy Storchaka committed
March 7, 2020
P
February 12, 2020
S
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372)
Serhiy Storchaka committed
January 28, 2020
C
bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961)
Christoph Reiter committed
December 16, 2019
T
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
Toke Høiland-Jørgensen committed
December 8, 2019
B
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
Batuhan Taşkaya committed
November 18, 2019
V
Revert "bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)" (#17219)
Victor Stinner committed
November 17, 2019
T
bpo-38811: Check for presence of os.link method in pathlib. (GH-17170)
Toke Høiland-Jørgensen committed
November 2, 2019
R
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Ram Rachum committed
October 23, 2019
G
bpo-30618: add readlink to pathlib.Path (GH-8285)
Girts committed
October 21, 2019
S
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Serhiy Storchaka committed
September 11, 2019
August 13, 2019
H
bpo-37689: add Path.is_relative_to() method (GH-14982)
Hai Shi committed
August 8, 2019
A
bpo-34775: Return NotImplemented in PurePath division. (GH-9509)
aiudirog committed
May 21, 2019
J
bpo-36035: fix Path.rglob for broken links (GH-11988)
Jörg Stucke committed
May 15, 2019
bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)
zlohhcuB treboR committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed
May 4, 2019
J
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Joannah Nanjekye committed
February 11, 2019
E
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig committed
February 4, 2019
September 18, 2018
S
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Serhiy Storchaka committed
August 27, 2018
P
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
Przemysław Spodymek committed
August 11, 2018
B
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
Berker Peksag committed