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
*
gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)
AZero13
2025-12-20
1
-1/+1
*
Fix os.posix_spawn() error handling (#142532)
Bartosz Sławecki
2025-12-11
1
-1/+1
*
gh-137109: refactor warning about threads when forking (#141438)
Gregory P. Smith
2025-11-13
1
-43/+60
*
gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)
Victor Stinner
2025-11-05
1
-2/+4
*
gh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)
Victor Stinner
2025-11-05
1
-1/+4
*
gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-14...
Serhiy Storchaka
2025-10-27
1
-1/+1
*
gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)
Victor Stinner
2025-10-23
1
-16/+19
*
gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-140446)
Petr Viktorin
2025-10-22
1
-4/+4
*
gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)
Victor Stinner
2025-10-22
1
-50/+45
*
gh-83714: Check for struct statx members in configure (#140402)
Jeffrey Bosboom
2025-10-21
1
-10/+10
*
gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)
Victor Stinner
2025-10-20
1
-66/+144
*
fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)
mdehoon
2025-10-20
1
-4/+4
*
gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (...
Jeffrey Bosboom
2025-10-16
1
-1/+1
*
Set type names earlier in posixmodule.c (#140168)
Victor Stinner
2025-10-16
1
-10/+5
*
gh-83714: Disable os.statx_result.stx_atomic_write_unit_max_opt (#140162)
Victor Stinner
2025-10-15
1
-2/+4
*
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom
2025-10-15
1
-40/+438
*
gh-139482: Add `posix._clearenv()` function (#139965)
Victor Stinner
2025-10-11
1
-0/+20
*
gh-139894: fix incorrect sharing of current task while forking in `asyncio` ...
Kumar Aditya
2025-10-10
1
-0/+10
*
gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)
Nadeshiko Manju
2025-10-10
1
-1/+9
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
1
-25/+14
*
gh-139322: Reenable test_os.test_getlogin() (#139498)
Victor Stinner
2025-10-02
1
-1/+1
*
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka
2025-09-23
1
-1/+1
*
fixes gh-139090: add os.RWF_DONTCACHE (#139091)
Benjamin Peterson
2025-09-18
1
-2/+7
*
gh-138712: Add os.NODEV (GH-138728)
Serhiy Storchaka
2025-09-15
1
-0/+4
*
gh-138779: Use the dev_t converter for st_rdev (GH-138780)
Serhiy Storchaka
2025-09-15
1
-1/+1
*
gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)
Victor Stinner
2025-09-13
1
-59/+36
*
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
Bénédikt Tran
2025-09-11
1
-11/+17
*
gh-138535: Pass directly state to posix fill_time() (#138693)
Victor Stinner
2025-09-09
1
-7/+9
*
gh-138535: Optimize fill_time for typical timestamps (#138537)
Jeffrey Bosboom
2025-09-09
1
-38/+51
*
gh-138401: Check arg count>=0 in os.sendfile() (#138403)
Christoph Walcher
2025-09-05
1
-4/+14
*
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
Adam Turner
2025-09-02
1
-18/+6
*
gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)
Victor Stinner
2025-09-01
1
-1/+1
*
bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374)
Jakub Kulík
2025-08-27
1
-5/+7
*
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...
Rani Pinchuk
2025-08-26
1
-9/+13
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-22/+45
*
GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)
Adam Turner
2025-08-12
1
-3/+3
*
gh-136437: Make several functions in `os.path` pos-only (#136949)
sobolevn
2025-07-23
1
-6/+9
*
gh-124621: Emscripten: Support pyrepl in browser (GH-136931)
Hood Chatham
2025-07-22
1
-0/+20
*
gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)
Harmen Stoppels
2025-07-16
1
-2/+2
*
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct t...
Petr Viktorin
2025-06-26
1
-1/+2
*
gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)
Furkan Onder
2025-06-04
1
-3/+3
*
gh-127081: use `getlogin_r` if available (gh-132751)
Duane Griffin
2025-06-03
1
-0/+18
*
Let PyUnicode_FromWideChar calculate the input length (GH-134045)
Max Bachmann
2025-05-15
1
-4/+4
*
gh-133562: Skip security descriptors on unsupported Windows API partitions (G...
Max Bachmann
2025-05-14
1
-0/+4
*
gh-133537: Avoid using console I/O in WinAPI partitions that don't support it...
Max Bachmann
2025-05-07
1
-0/+4
*
gh-133517: Remove os.listdrive, os.listvolumes and os.listmounts in non-deskt...
Max Bachmann
2025-05-07
1
-1/+11
*
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
[next]