index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
os.path.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-136437: Convert more ``os.path`` functions to positional-only in th...
Miss Islington (bot)
2025-07-22
1
-9/+9
*
[3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-1...
Miss Islington (bot)
2025-07-21
1
-1/+1
*
[3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH...
Miss Islington (bot)
2025-07-21
1
-8/+8
*
[3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts ...
Miss Islington (bot)
2025-07-15
1
-3/+0
*
[3.13] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs s...
Miss Islington (bot)
2025-07-09
1
-3/+4
*
Python 3.13.4
v3.13.4
Thomas Wouters
2025-06-03
1
-2/+2
*
[3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...
T. Wouters
2025-06-03
1
-3/+29
*
[3.13] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122641)
Miss Islington (bot)
2024-08-03
1
-1/+1
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
[3.13] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) ...
Miss Islington (bot)
2024-07-08
1
-1/+1
*
[3.13] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
gh-117945: Fix `os.path.ismount()` documentation (#117947)
Nice Zombies
2024-04-16
1
-2/+2
*
GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...
Barney Gale
2024-04-10
1
-3/+2
*
gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Nice Zombies
2024-04-09
1
-1/+1
*
gh-117114: Make os.path.isdevdrive available on all platforms (GH-117115)
Nice Zombies
2024-03-25
1
-13/+4
*
gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)
Shantanu
2024-02-18
1
-1/+4
*
gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)
Sebastian Rittau
2024-02-18
1
-2/+2
*
gh-88569: add `ntpath.isreserved()` (#95486)
Barney Gale
2024-01-26
1
-0/+22
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
1
-2/+6
*
gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)
박문식
2023-10-05
1
-1/+2
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Steve Dower
2023-05-29
1
-0/+18
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-1/+1
*
gh-77607: Improve accuracy of os.path.join docs (#101406)
Shantanu
2023-01-31
1
-5/+5
*
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale
2023-01-27
1
-0/+33
*
gh-100783: fix os.path.join documentation (#100811)
Shantanu
2023-01-08
1
-11/+12
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+9
*
Fix capitalization of Unix in documentation (#96913)
Will Hawkins
2022-10-01
1
-1/+1
*
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
1
-1/+1
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
1
-1/+1
*
gh-82849: revise intro to os.path.rst (GH-32232)
Jack DeVries
2022-04-16
1
-11/+4
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Irit Katriel
2022-01-03
1
-1/+6
*
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
Jake Stockwin
2021-08-02
1
-7/+26
*
bpo-26329: update os.path.normpath documentation (GH-20138)
Furkan Onder
2021-07-12
1
-0/+8
*
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...
Barney Gale
2021-04-28
1
-3/+15
*
bpo-41661: Document os.path.relpath() exception on Windows with different dri...
Zackery Spytz
2021-04-12
1
-1/+2
*
bpo-39899: os.path.expanduser(): don't guess other Windows users' home direct...
Barney Gale
2021-04-07
1
-2/+2
*
bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)
Jared Sutton
2021-03-26
1
-5/+4
*
Doc: Improve consistency of os.path.normcase with other os.path functions (GH...
Kexuan Sun
2019-09-13
1
-2/+0
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-1/+9
*
bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...
Makdon
2019-06-13
1
-3/+4
*
Changes to the documentation of normcase (GH-4725)
Kexuan Sun
2019-05-13
1
-4/+4
*
bpo-36264: Updates documentation for change to expanduser on Windows (GH-12294)
Steve Dower
2019-03-12
1
-4/+7
*
bpo-29707: Document that os.path.ismount() is not able to reliable detect bin...
Serhiy Storchaka
2019-01-15
1
-3/+4
*
bpo-35471: Remove the macpath module (GH-11129)
Victor Stinner
2018-12-14
1
-4/+2
*
bpo-35054: Add yet more index entries for symbols. (GH-10121)
Serhiy Storchaka
2018-10-28
1
-3/+3
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
bpo-35054: Add more index entries for symbols. (GH-10064)
Serhiy Storchaka
2018-10-26
1
-0/+5
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-5/+5
[next]