aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/genericpath.py
Commit message (Expand)AuthorAge
* gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)Nice Zombies2024-03-25
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-08
* bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#...Tomás Farías2019-11-18
* bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)Timo Furrer2019-08-02
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-18
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-26
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-04
* #18705: merge with 3.3.Ezio Melotti2013-08-17
|\
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-26
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
|/
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-14
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-02
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13