COMMITS
/ Lib/pathlib.py August 12, 2022
B
gh-94909: fix joining of absolute and relative Windows paths in pathlib (GH-95450)
Barney Gale committed
August 5, 2022
B
gh-86943: implement `pathlib.WindowsPath.is_mount()` (GH-31458)
Barney Gale committed
July 22, 2022
S
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev committed
July 20, 2022
B
gh-82116: add comment explaining use of `list(scandir_it)` in pathlib. (GH-94939)
Barney Gale committed
July 7, 2022
S
gh-93654: Add module docstring to pathlib (GH-94611)
Samuel Sloniker committed
June 10, 2022
B
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale committed
June 3, 2022
B
gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (GH-93273)
Barney Gale committed
May 11, 2022
S
gh-92550: Fix pathlib.Path.rglob() for empty pattern (GH-92604)
Serhiy Storchaka committed
S
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92598)
Serhiy Storchaka committed
May 10, 2022
G
gh-84131: Remove the deprecated pathlib.Path.link_to method. (#92505)
Gregory P. Smith committed
B
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Barney Gale committed
April 28, 2022
E
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH-10349)
Eisuke Kawashima committed
February 8, 2022
B
bpo-46556: emit `DeprecationWarning` from `pathlib.Path.__enter__()` (GH-30971)
Barney Gale committed
February 3, 2022
N
bpo-46483: Remove `__class_getitem__` from `pathlib.PurePath` (GH-30848)
Nikita Sobolev committed
February 2, 2022
B
bpo-43012: remove `pathlib._Accessor` (GH-25701)
Barney Gale committed
January 28, 2022
B
bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)
Barney Gale committed
January 23, 2022
N
bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-30822)
Nikita Sobolev committed
January 20, 2022
B
bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)
Barney Gale committed
December 30, 2021
A
bpo-45853: Fix misspelling and unused import in pathlib (GH-30292)
andrei kulakov committed
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