index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
ntpath.py
Commit message (
Expand
)
Author
Age
*
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower
2019-11-15
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Steve Dower
2019-10-03
*
bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)
Steve Dower
2019-09-16
*
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Steve Dower
2019-09-11
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-21
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
*
bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)
Wolfgang Maier
2019-03-28
*
bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)
Anthony Sottile
2019-03-12
*
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
Tim Graham
2018-10-25
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
*
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Franz Wöllert
2018-07-29
*
bpo-31802: Fix importing native path module before importing os. (#4017)
Serhiy Storchaka
2018-01-07
*
Issue #29197: Removed deprecated function ntpath.splitunc().
Serhiy Storchaka
2017-01-13
*
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
*
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon
2016-08-26
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
*
Issue #23780: Improved error message in os.path.join() with single argument.
Serhiy Storchaka
2015-05-19
*
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
|
\
|
*
Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.
Serhiy Storchaka
2015-03-25
*
|
Fixed tests on Windows for issue #21883.
Serhiy Storchaka
2014-10-04
*
|
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
Serhiy Storchaka
2014-10-04
*
|
Issue #15275: Clean up and speed up the ntpath module.
Serhiy Storchaka
2014-07-23
|
/
*
Issue #6815: os.path.expandvars() now supports non-ASCII environment
Serhiy Storchaka
2014-02-13
|
\
|
*
Issue #6815: os.path.expandvars() now supports non-ASCII environment
Serhiy Storchaka
2014-02-13
*
|
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka
2014-01-27
|
\
|
|
*
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka
2014-01-27
*
|
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
|
\
|
|
*
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
*
|
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka
2013-12-16
|
\
|
|
*
Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character
Serhiy Storchaka
2013-12-16
*
|
Issue #9035: os.path.ismount now recognises volumes mounted below
Tim Golden
2013-08-01
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
*
|
Fix #16788. Add samestat to Lib/ntpath.py
Brian Curtin
2012-12-26
*
|
Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
Brian Curtin
2012-12-26
*
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
*
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
*
|
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea
2012-10-05
|
/
*
Correction to 88e318166eaf - Issue #11583
Brian Curtin
2011-06-09
*
Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.
Brian Curtin
2011-06-08
*
ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi...
Ronald Oussoren
2011-05-06
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
|
*
Merged revisions 85689 via svnmerge from
Hirokazu Yamamoto
2010-10-18
|
*
Merged revisions 83065 via svnmerge from
Georg Brandl
2010-08-01
|
*
Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from
Georg Brandl
2010-08-01
|
*
Note: only the relevant parts of r79474 are merged.
Florent Xicluna
2010-03-28
*
|
Issue #5117: Case normalization was needed on ntpath.relpath(). And
Hirokazu Yamamoto
2010-10-18
*
|
Fix #9790 again. Rather than handle NotImplementedError at runtime as
Brian Curtin
2010-09-24
[next]