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
/
Modules
/
posixmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988)
Łukasz Langa
2025-07-22
1
-0/+20
*
[3.14] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136719)
Zachary Ware
2025-07-16
1
-2/+2
*
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed s...
Miss Islington (bot)
2025-06-26
1
-1/+2
*
[3.14] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)...
Miss Islington (bot)
2025-06-04
1
-3/+3
*
[3.14] gh-127081: use `getlogin_r` if available (gh-132751) (gh-135097)
Miss Islington (bot)
2025-06-03
1
-0/+18
*
gh-131296: Avoid posixmodule.c warning (GH-133142)
Wulian233
2025-05-05
1
-1/+1
*
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
Serhiy Storchaka
2025-05-04
1
-62/+43
*
gh-132987: Support __index__() in the posix module (GH-133096)
Serhiy Storchaka
2025-04-29
1
-4/+17
*
gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)
Nadeshiko Manju
2025-04-25
1
-0/+10
*
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
Chris Eibl
2025-03-31
1
-1/+1
*
Fix Windows build warnings (#131487)
Victor Stinner
2025-03-20
1
-1/+0
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-0/+1
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
1
-1/+1
*
gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)
Bénédikt Tran
2025-02-24
1
-20/+31
*
gh-129539: Reorganize posixmodule.c header (#129558)
Victor Stinner
2025-02-02
1
-323/+347
*
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Victor Stinner
2025-01-31
1
-6/+12
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-129205: Add os.readinto() API for reading data into a caller provided buff...
Cody Maloney
2025-01-26
1
-0/+33
*
gh-58689: Fix os.kill() error handling on Windows (#128932)
Victor Stinner
2025-01-17
1
-18/+9
*
gh-127614: Correctly check for ttyname_r() in configure (#128503)
Erlend E. Aasland
2025-01-07
1
-1/+1
*
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...
RUANG (James Roy)
2024-12-19
1
-0/+10
*
gh-127627: Add `posix._emscripten_debugger` function (#127628)
Hood Chatham
2024-12-06
1
-1/+21
*
gh-93312: Include <sys/pidfd.h> to get PIDFD_NONBLOCK (#127593)
Victor Stinner
2024-12-05
1
-0/+3
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
1
-100/+47
*
gh-126688: Reinit import lock after fork (#126692)
Sam Gross
2024-11-12
1
-0/+1
*
gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)
Serhiy Storchaka
2024-11-05
1
-0/+17
*
gh-94512: Fix forced arg format in posixmodule.c clinic code (#122516)
Bénédikt Tran
2024-10-26
1
-2/+40
*
gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)
Jelle Zijlstra
2024-10-11
1
-4/+2
*
gh-123014: Disable pidfd API on older Android versions (#124458)
Malcolm Smith
2024-09-25
1
-1/+4
*
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
2024-09-20
1
-10/+36
*
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` ...
sobolevn
2024-09-18
1
-2/+2
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
gh-120586: Fix several "unused function" warnings in `posixmodule.c` (#120588)
Nikita Sobolev
2024-06-17
1
-1/+3
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
1
-0/+15
*
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross
2024-06-06
1
-9/+2
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-0/+33
*
gh-89928: Fix integer conversion of device numbers (GH-31794)
Serhiy Storchaka
2024-06-04
1
-15/+73
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Nice Zombies
2024-05-24
1
-193/+227
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Nice Zombies
2024-05-21
1
-309/+290
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower
2024-05-15
1
-1/+1
*
gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (G...
Steve Dower
2024-05-09
1
-154/+22
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...
Steve Dower
2024-05-02
1
-3/+16
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
1
-2/+156
*
gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)
Nice Zombies
2024-04-30
1
-1/+1
*
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies
2024-04-25
1
-0/+44
*
gh-117267: Ensure DirEntry.stat().st_ctime still contains creation time durin...
Steve Dower
2024-04-03
1
-0/+4
*
GH-114847: Raise FileNotFoundError when getcwd() returns '(unreachable)' (#11...
Barney Gale
2024-04-03
1
-0/+14
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
1
-0/+8
[next]