aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/ntpath.py
Commit message (Expand)AuthorAge
* bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)Steve Dower2019-11-15
* bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)Steve Dower2019-10-03
* bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)Steve Dower2019-09-16
* bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)Steve Dower2019-09-11
* bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...Steve Dower2019-08-21
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-21
* bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)Wolfgang Maier2019-03-28
* bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)Anthony Sottile2019-03-12
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Tim Graham2018-10-25
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-18
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Franz Wöllert2018-07-29
* bpo-31802: Fix importing native path module before importing os. (#4017)Serhiy Storchaka2018-01-07
* Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-13
* Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-05
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-26
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-15
* Issue #23780: Improved error message in os.path.join() with single argument.Serhiy Storchaka2015-05-19
* Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.Serhiy Storchaka2015-03-31
* Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-25
|\
| * Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes.Serhiy Storchaka2015-03-25
* | Fixed tests on Windows for issue #21883.Serhiy Storchaka2014-10-04
* | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-04
* | Issue #15275: Clean up and speed up the ntpath module.Serhiy Storchaka2014-07-23
|/
* Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-13
|\
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-13
* | Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-27
|\|
| * Issue #19456: ntpath.join() now joins relative paths correctly when a driveSerhiy Storchaka2014-01-27
* | Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-16
|\|
| * Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-16
* | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-16
|\|
| * Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' characterSerhiy Storchaka2013-12-16
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-01
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* | Fix #16788. Add samestat to Lib/ntpath.pyBrian Curtin2012-12-26
* | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-26
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-19
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
* | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-05
|/
* Correction to 88e318166eaf - Issue #11583Brian Curtin2011-06-09
* Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat.Brian Curtin2011-06-08
* ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi...Ronald Oussoren2011-05-06
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| * Merged revisions 85689 via svnmerge fromHirokazu Yamamoto2010-10-18
| * Merged revisions 83065 via svnmerge fromGeorg Brandl2010-08-01
| * Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-01
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-28
* | Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-18
* | Fix #9790 again. Rather than handle NotImplementedError at runtime asBrian Curtin2010-09-24