COMMITS
/ Lib/posixpath.py August 8, 2022
S
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Serhiy Storchaka committed
March 7, 2022
C
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
July 12, 2021
F
bpo-26329: update os.path.normpath documentation (GH-20138)
Furkan Onder committed
April 28, 2021
B
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
Barney Gale committed
December 17, 2020
April 17, 2019
V
bpo-35755: Remove current directory from posixpath.defpath (GH-11586)
Victor Stinner committed
March 28, 2019
W
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
Wolfgang Maier committed
December 14, 2018
V
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner committed
December 5, 2018
V
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
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
January 7, 2018
S
bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka committed
August 26, 2016
B
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon committed
August 19, 2016
R
#2466: ismount now recognizes mount points user can't access.
R David Murray committed
April 16, 2016
M
Fix typos in code comments and documentation
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
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
August 24, 2014
S
Issue #22034: Improve handling of wrong argument types in posixpath.join().
Serhiy Storchaka committed
S
Issue #22034: Got rid of misleading error message for bytearray arguments in
Serhiy Storchaka committed
June 18, 2014
N
Issue #3485: remove misleading comment
Ned Deily committed
February 13, 2014
S
Fixed typo in previous commit (issue #6815).
Serhiy Storchaka committed
S
Fixed typo in previous commit (issue #6815).
Serhiy Storchaka committed
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
July 23, 2013
B
Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
Brian Curtin committed
July 22, 2013
B
Fix #18530. Remove extra stat call from posixpath.ismount
Brian Curtin committed
February 18, 2013
S
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka committed
S
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka committed
S
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
Serhiy Storchaka committed
February 10, 2013
S
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Serhiy Storchaka committed
S
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Serhiy Storchaka committed
S
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Serhiy Storchaka committed
December 26, 2012
B
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
Brian Curtin committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
July 21, 2012
R
Merge #15342: Add clarifying sentence to posixpath.join docstring.
R David Murray committed
R
#15342: Add clarifying sentence to posixpath.join docstring.
R David Murray committed
July 17, 2012
H
#15377: Make posixpath.join() more strict when checking for str/bytes mix
Hynek Schlawack committed
H
#15377: Make posixpath.join() more strict when checking for str/bytes mix
Hynek Schlawack committed
July 15, 2012
H
#15180: Clarify posixpath.join() error message when mixing str & bytes
Hynek Schlawack committed
H
#15180: Clarify posixpath.join() error message when mixing str & bytes
Hynek Schlawack committed
May 10, 2012
J
October 18, 2010
H
Issue #5117: Case normalization was needed on ntpath.relpath(). And
Hirokazu Yamamoto committed
September 29, 2010
V
Use os.fsencode() to support surrogates
Victor Stinner committed
September 17, 2010
V
Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath
Victor Stinner committed
August 1, 2010
G
#5551: symbolic links never can be mount points. Fixes the fix for #1713.
Georg Brandl committed
June 25, 2010
E
#9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes.
Ezio Melotti committed
March 14, 2010
April 11, 2009