COMMITS
/ Lib/ntpath.py April 28, 2021
B
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
Barney Gale committed
April 9, 2021
April 7, 2021
November 15, 2019
S
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower committed
October 3, 2019
S
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Steve Dower committed
September 16, 2019
S
bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)
Steve Dower committed
September 11, 2019
S
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower committed
August 21, 2019
S
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15369)
Steve Dower committed
S
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower committed
March 28, 2019
W
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
Wolfgang Maier committed
March 12, 2019
A
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile committed
October 25, 2018
T
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Tim Graham 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
July 29, 2018
F
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Franz Wöllert committed
January 7, 2018
S
bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka committed
January 13, 2017
S
Issue #29197: Removed deprecated function ntpath.splitunc().
Serhiy Storchaka committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
August 26, 2016
B
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
May 19, 2015
S
Issue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka committed
March 31, 2015
S
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka committed
March 25, 2015
S
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka committed
S
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
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
July 23, 2014
S
Issue #15275: Clean up and speed up the ntpath module.
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 27, 2014
S
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka committed
S
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka committed
December 16, 2013
S
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka committed
S
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka committed
S
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka committed
S
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka committed
August 1, 2013
T
Issue #9035: os.path.ismount now recognises volumes mounted below
Tim Golden committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 26, 2012
B
Fix #16788. Add samestat to Lib/ntpath.py
Brian Curtin committed
B
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
Brian Curtin committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
October 5, 2012
J
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea committed
June 9, 2011
B
Correction to 88e318166eaf - Issue #11583
Brian Curtin committed
June 8, 2011
B
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin committed
May 6, 2011
R
ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP.
Ronald Oussoren committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
October 18, 2010
H
Merged revisions 85689 via svnmerge from
Hirokazu Yamamoto committed
H
Issue #5117: Case normalization was needed on ntpath.relpath(). And
Hirokazu Yamamoto committed
September 24, 2010
B
Fix #9790 again. Rather than handle NotImplementedError at runtime as
Brian Curtin committed