COMMITS
/ Lib/test/test_genericpath.py February 5, 2026
S
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson committed
October 31, 2025
S
gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)
Serhiy Storchaka committed
July 30, 2025
S
gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)
Serhiy Storchaka committed
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
March 16, 2025
H
gh-127146: Update test skips for Emscripten 4.0.2 (#129474)
Hood Chatham committed
January 28, 2025
H
gh-127146: Update test skips for Emscripten 4.0.1 (#129375)
Hood Chatham committed
October 11, 2024
J
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra committed
May 21, 2024
N
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases (GH-118755)
Nice Zombies committed
February 5, 2024
S
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka committed
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
August 15, 2023
F
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack committed
May 16, 2022
C
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes committed
March 8, 2022
C
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi committed
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
December 14, 2018
V
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner committed
September 18, 2018
S
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695)
Serhiy Storchaka committed
June 16, 2018
S
bpo-33861: Minor improvements of tests for os.path. (GH-7715)
Serhiy Storchaka committed
March 2, 2018
S
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka committed
January 7, 2018
S
bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka committed
November 12, 2017
X
December 13, 2016
X
Issue #28759: Fix the tests that fail with PermissionError when run as
Xavier de Gaye committed
September 8, 2016
S
Fixes tests broken by issue #27781.
Steve Dower committed
August 26, 2016
B
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon committed
July 23, 2016
B
Issue #13849: Merge from 3.5
Berker Peksag committed
B
Issue #13849: Fix test_null_bytes under Windows
Berker Peksag committed
B
Issue #13849: Merge from 3.5
Berker Peksag committed
B
Issue #13849: Add tests for null byte checking in test_genericpath
Berker Peksag committed
March 24, 2016
V
Enhance and modernize test_genericpath
Victor Stinner committed
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
May 19, 2015
S
Issue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka committed
October 4, 2014
S
Fixed tests on Windows for issue #21883.
Serhiy Storchaka committed
S
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
Serhiy Storchaka committed
February 13, 2014
S
Issue #6815: os.path.expandvars() now supports non-ASCII environment
Serhiy Storchaka committed
S
Issue #6815: os.path.expandvars() now supports non-ASCII environment
Serhiy Storchaka committed
January 10, 2013
E
#16852: merge with 3.3.
Ezio Melotti committed
January 3, 2013
V
(Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII,
Victor Stinner committed
V
Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE,
Victor Stinner committed
December 26, 2012
B
Add tests for Issue #10646.
Brian Curtin committed
B
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
Brian Curtin committed
November 10, 2012
V
Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX
Victor Stinner committed
November 6, 2012
V
Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath()
Victor Stinner committed
V
Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII
Victor Stinner committed
October 31, 2012
V
Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows
Victor Stinner committed
August 1, 2012
V
Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows
Victor Stinner committed
July 6, 2012
R
Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.
Richard Oudkerk committed
November 16, 2011
V
Issue #13374: Deprecate os.getcwdb() on Windows
Victor Stinner committed
November 15, 2011
V
Issue #13374: The Windows bytes API has been deprecated in the os module. Use
Victor Stinner committed