summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.path.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Improve wording of ``os.path.commonpath()`` (#122627)Matth-M2024-08-031-1/+1
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-2/+2
* gh-121461: Fix os.path.normpath documentation indentation (#121466)CBerJun2024-07-081-1/+1
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-117945: Fix `os.path.ismount()` documentation (#117947)Nice Zombies2024-04-161-2/+2
* GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...Barney Gale2024-04-101-3/+2
* gh-117360: Clearer wording in os.path.lexists() docs (#117679)Nice Zombies2024-04-091-1/+1
* gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)Nice Zombies2024-03-251-13/+4
* gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)Shantanu2024-02-181-1/+4
* gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)Sebastian Rittau2024-02-181-2/+2
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-261-0/+22
* GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...Barney Gale2024-01-131-2/+6
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-051-1/+2
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-291-0/+18
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-1/+1
* gh-77607: Improve accuracy of os.path.join docs (#101406)Shantanu2023-01-311-5/+5
* gh-101000: Add os.path.splitroot() (#101002)Barney Gale2023-01-271-0/+33
* gh-100783: fix os.path.join documentation (#100811)Shantanu2023-01-081-11/+12
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+9
* Fix capitalization of Unix in documentation (#96913)Will Hawkins2022-10-011-1/+1
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)Barney Gale2022-06-101-1/+1
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-1/+1
* gh-82849: revise intro to os.path.rst (GH-32232)Jack DeVries2022-04-161-11/+4
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...Irit Katriel2022-01-031-1/+6
* bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)Jake Stockwin2021-08-021-7/+26
* bpo-26329: update os.path.normpath documentation (GH-20138)Furkan Onder2021-07-121-0/+8
* bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...Barney Gale2021-04-281-3/+15
* bpo-41661: Document os.path.relpath() exception on Windows with different dri...Zackery Spytz2021-04-121-1/+2
* bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...Barney Gale2021-04-071-2/+2
* bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)Jared Sutton2021-03-261-5/+4
* Doc: Improve consistency of os.path.normcase with other os.path functions (GH...Kexuan Sun2019-09-131-2/+0
* bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)Steve Dower2019-08-211-1/+9
* bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...Makdon2019-06-131-3/+4
* Changes to the documentation of normcase (GH-4725)Kexuan Sun2019-05-131-4/+4
* bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)Steve Dower2019-03-121-4/+7
* bpo-29707: Document that os.path.ismount() is not able to reliable detect bin...Serhiy Storchaka2019-01-151-3/+4
* bpo-35471: Remove the macpath module (GH-11129)Victor Stinner2018-12-141-4/+2
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-3/+3
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+5
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-5/+5
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-181-0/+8
* bpo-15221: Update os.path.is*() documentation (GH-5185)Cheryl Sabella2018-01-151-6/+9
* bpo-31827: Remove os.stat_float_times() (GH-4061)Victor Stinner2017-10-241-8/+2
* Issue #29197: Removed deprecated function ntpath.splitunc().Serhiy Storchaka2017-01-131-13/+0
* Issue #26027, #27524: Document the support for path-like objects in os and os...Brett Cannon2016-09-061-1/+86
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+6
* Issue 27216: Fix typo (noticed by Alex Chan).Ned Deily2016-06-041-1/+1