summaryrefslogtreecommitdiff
path: root/Lib/posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12862)Victor Stinner2019-04-171-1/+1
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)Miss Islington (bot)2018-12-051-1/+8
* bpo-31802: Fix importing native path module before importing os. (#4017)Serhiy Storchaka2018-01-071-10/+12
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-1/+18
* #2466: ismount now recognizes mount points user can't access.R David Murray2016-08-181-0/+1
* Fix typos in code comments and documentationMartin Panter2016-04-161-1/+1
* Issue #23780: Improved error message in os.path.join() with single argument.Serhiy Storchaka2015-05-191-0/+2
* Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.Serhiy Storchaka2015-03-311-1/+44
* Fixed tests on Windows for issue #21883.Serhiy Storchaka2014-10-041-1/+1
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-041-17/+16
* Issue #22034: Improve handling of wrong argument types in posixpath.join().Serhiy Storchaka2014-08-241-8/+7
|\
| * Issue #22034: Got rid of misleading error message for bytearray arguments inSerhiy Storchaka2014-08-241-4/+2
|/
* Issue #3485: remove misleading commentNed Deily2014-06-181-1/+0
* Fixed typo in previous commit (issue #6815).Serhiy Storchaka2014-02-131-1/+1
|\
| * Fixed typo in previous commit (issue #6815).Serhiy Storchaka2014-02-131-1/+1
* | Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-8/+10
|\ \ | |/
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-8/+10
* | Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)Brian Curtin2013-07-221-0/+1
* | Fix #18530. Remove extra stat call from posixpath.ismountBrian Curtin2013-07-221-8/+14
* | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-181-2/+4
|\ \ | |/
| * Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-181-2/+4
| |\
| | * Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-181-2/+4
* | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-41/+49
|\ \ \ | |/ /
| * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-41/+49
| |\ \ | | |/
| | * Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-101-41/+49
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-261-28/+0
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-3/+3
|/ /
* | Merge #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
|\ \ | |/
| * #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
* | #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-4/+5
|\ \ | |/
| * #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-4/+5
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-6/+14
|\ \ | |/
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-6/+13
|/
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-2/+2
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-2/+2
* Use os.fsencode() to support surrogatesVictor Stinner2010-09-291-1/+1
* Issue #767645: Set os.path.supports_unicode_filenames to True in posixpathVictor Stinner2010-09-171-1/+1
* #5551: symbolic links never can be mount points. Fixes the fix for #1713.Georg Brandl2010-08-011-0/+3
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+3
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+1
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+4
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-301-2/+2
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-43/+128
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Remove os.path.walkBenjamin Peterson2008-05-081-39/+1
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-2/+4
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-9/+19
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-76/+11
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-221-2/+2