summaryrefslogtreecommitdiff
path: root/Lib/genericpath.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)Timo Furrer2019-08-021-1/+5
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-181-3/+3
* Issue #26027, #27524: Add PEP 519/__fspath__() support to os andBrett Cannon2016-08-261-0/+6
* Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError withSerhiy Storchaka2014-10-041-0/+13
* #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-261-1/+27
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-3/+3
|/
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+1
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-2/+3
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-4/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+29
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+77