| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) | Franz Wöllert | 2018-07-29 | 1 | -22/+20 |
|
|
* | bpo-31802: Fix importing native path module before importing os. (#4017) | Serhiy Storchaka | 2018-01-07 | 1 | -11/+12 |
|
|
* | Issue #29197: Removed deprecated function ntpath.splitunc(). | Serhiy Storchaka | 2017-01-13 | 1 | -23/+1 |
|
|
* | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 1 | -2/+0 |
|
|
* | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 1 | -2/+16 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | Issue #23780: Improved error message in os.path.join() with single argument. | Serhiy Storchaka | 2015-05-19 | 1 | -0/+2 |
|
|
* | Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. | Serhiy Storchaka | 2015-03-31 | 1 | -1/+62 |
|
|
* | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -1/+1 |
|\ |
|
| * | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -1/+1 |
|
|
* | | Fixed tests on Windows for issue #21883. | Serhiy Storchaka | 2014-10-04 | 1 | -1/+1 |
|
|
* | | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with | Serhiy Storchaka | 2014-10-04 | 1 | -44/+52 |
|
|
* | | Issue #15275: Clean up and speed up the ntpath module. | Serhiy Storchaka | 2014-07-23 | 1 | -93/+77 |
|/ |
|
* | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -29/+31 |
|\ |
|
| * | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -29/+31 |
|
|
* | | Issue #19456: ntpath.join() now joins relative paths correctly when a drive | Serhiy Storchaka | 2014-01-27 | 1 | -76/+30 |
|\ \
| |/ |
|
| * | Issue #19456: ntpath.join() now joins relative paths correctly when a drive | Serhiy Storchaka | 2014-01-27 | 1 | -76/+30 |
|
|
* | | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 1 | -20/+6 |
|\ \
| |/ |
|
| * | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 1 | -20/+6 |
|
|
* | | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character | Serhiy Storchaka | 2013-12-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character | Serhiy Storchaka | 2013-12-16 | 1 | -1/+1 |
|
|
* | | Issue #9035: os.path.ismount now recognises volumes mounted below | Tim Golden | 2013-08-01 | 1 | -5/+24 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -2/+2 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -2/+2 |
|
|
* | | Fix #16788. Add samestat to Lib/ntpath.py | Brian Curtin | 2012-12-26 | 1 | -1/+1 |
|
|
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. | Brian Curtin | 2012-12-26 | 1 | -17/+0 |
|
|
* | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -2/+2 |
|
|
* | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|
|
* | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) | Jesus Cea | 2012-10-05 | 1 | -5/+1 |
|/ |
|
* | Correction to 88e318166eaf - Issue #11583 | Brian Curtin | 2011-06-09 | 1 | -5/+3 |
|
|
* | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. | Brian Curtin | 2011-06-08 | 1 | -0/+13 |
|
|
* | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi... | Ronald Oussoren | 2011-05-06 | 1 | -1/+1 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 85689 via svnmerge from | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
| * | Merged revisions 83065 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -22/+22 |
|
|
| * | Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+13 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -0/+2 |
|
|
* | | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
* | | Fix #9790 again. Rather than handle NotImplementedError at runtime as | Brian Curtin | 2010-09-24 | 1 | -4/+9 |
|
|
* | | Fix #9790: Rework the imports necessary for ntpath.samefile and | Brian Curtin | 2010-09-23 | 1 | -16/+21 |
|
|
* | | Fix some errors that #7566 introduced on non-Windows platforms due to | Brian Curtin | 2010-09-06 | 1 | -2/+7 |
|
|
* | | Implement #7566 - os.path.sameopenfile for Windows. | Brian Curtin | 2010-09-06 | 1 | -1/+6 |
|
|
* | | #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ... | Georg Brandl | 2010-07-31 | 1 | -0/+13 |
|
|
* | | Use augassign. | Georg Brandl | 2010-07-23 | 1 | -22/+22 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -8/+35 |
|
|
* | | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | | Fix ntpath abspath to deal with bytes. | Florent Xicluna | 2010-03-08 | 1 | -0/+2 |
|
|
* | | PendingDeprecationWarning -> DeprecationWarning. Both of these were | Gregory P. Smith | 2009-06-30 | 1 | -1/+1 |
|/ |
|
* | Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. | Mark Hammond | 2009-05-06 | 1 | -61/+114 |
|
|