COMMITS
/ Lib/posixpath.py 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
January 30, 2009
B
Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from
Benjamin Peterson committed
October 2, 2008
G
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Guido van Rossum committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
May 8, 2008
B
Remove os.path.walk
Benjamin Peterson committed
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
August 24, 2007
G
Merged revisions 57221-57391 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 22, 2005
G
Bug #1266283: lexists() is not exported from os.path
Georg Brandl committed
June 3, 2005
G
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
Georg Brandl committed
August 30, 2004
J
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
Johannes Gijsbers committed
August 20, 2004
T
Whitespace normalization.
Tim Peters committed