| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -37/+49 |
|
|
* | bpo-26329: update os.path.normpath documentation (GH-20138) | Furkan Onder | 2021-07-12 | 1 | -0/+1 |
|
|
* | bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ... | Barney Gale | 2021-04-28 | 1 | -7/+19 |
|
|
* | bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) | pxinwr | 2020-12-17 | 1 | -0/+3 |
|
|
* | bpo-35755: Remove current directory from posixpath.defpath (GH-11586) | Victor Stinner | 2019-04-17 | 1 | -1/+1 |
|
|
* | bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712) | Wolfgang Maier | 2019-03-28 | 1 | -5/+1 |
|
|
* | bpo-35471: Remove the macpath module (GH-11129) | Victor Stinner | 2018-12-14 | 1 | -2/+2 |
|
|
* | bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) | Victor Stinner | 2018-12-05 | 1 | -1/+8 |
|
|
* | bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ... | Serhiy Storchaka | 2018-09-18 | 1 | -4/+4 |
|
|
* | bpo-31802: Fix importing native path module before importing os. (#4017) | Serhiy Storchaka | 2018-01-07 | 1 | -10/+12 |
|
|
* | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 1 | -1/+18 |
|
|
* | #2466: ismount now recognizes mount points user can't access. | R David Murray | 2016-08-19 | 1 | -0/+1 |
|
|
* | Fix typos in code comments and documentation | Martin Panter | 2016-04-16 | 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/+44 |
|
|
* | 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 | -17/+16 |
|
|
* | Issue #22034: Improve handling of wrong argument types in posixpath.join(). | Serhiy Storchaka | 2014-08-24 | 1 | -8/+7 |
|\ |
|
| * | Issue #22034: Got rid of misleading error message for bytearray arguments in | Serhiy Storchaka | 2014-08-24 | 1 | -4/+2 |
|/ |
|
* | Issue #3485: remove misleading comment | Ned Deily | 2014-06-18 | 1 | -1/+0 |
|
|
* | Fixed typo in previous commit (issue #6815). | Serhiy Storchaka | 2014-02-13 | 1 | -1/+1 |
|\ |
|
| * | Fixed typo in previous commit (issue #6815). | Serhiy Storchaka | 2014-02-13 | 1 | -1/+1 |
|
|
* | | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -8/+10 |
|\ \
| |/ |
|
| * | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -8/+10 |
|
|
* | | Add in a comment that was removed in 240adc564539 (requested by Victor Stinner) | Brian Curtin | 2013-07-23 | 1 | -0/+1 |
|
|
* | | Fix #18530. Remove extra stat call from posixpath.ismount | Brian Curtin | 2013-07-22 | 1 | -8/+14 |
|
|
* | | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
| |\ |
|
| | * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
|
|
* | | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
|\ \ \
| |/ / |
|
| * | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
| |\ \
| | |/ |
|
| | * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
|
|
* | | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. | Brian Curtin | 2012-12-26 | 1 | -28/+0 |
|
|
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 |
|/ / |
|
* | | Merge #15342: Add clarifying sentence to posixpath.join docstring. | R David Murray | 2012-07-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | #15342: Add clarifying sentence to posixpath.join docstring. | R David Murray | 2012-07-21 | 1 | -1/+2 |
|
|
* | | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -4/+5 |
|
|
* | | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -6/+14 |
|\ \
| |/ |
|
| * | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -6/+13 |
|/ |
|
* | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is... | Jesus Cea | 2012-05-10 | 1 | -2/+2 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
* | Use os.fsencode() to support surrogates | Victor Stinner | 2010-09-29 | 1 | -1/+1 |
|
|
* | Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath | Victor Stinner | 2010-09-17 | 1 | -1/+1 |
|
|
* | #5551: symbolic links never can be mount points. Fixes the fix for #1713. | Georg Brandl | 2010-08-01 | 1 | -0/+3 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+4 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -2/+2 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -43/+128 |
|
|