summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)AZero132025-12-201-1/+1
* Fix os.posix_spawn() error handling (#142532)Bartosz Sławecki2025-12-111-1/+1
* gh-137109: refactor warning about threads when forking (#141438)Gregory P. Smith2025-11-131-43/+60
* gh-83714: Fix stat_nanosecond_timestamp() for 32-bit time_t (#141069)Victor Stinner2025-11-051-2/+4
* gh-83714: Fix a compiler warning in stat_nanosecond_timestamp() (#141043)Victor Stinner2025-11-051-1/+4
* gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-14...Serhiy Storchaka2025-10-271-1/+1
* gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)Victor Stinner2025-10-231-16/+19
* gh-83714: Only use STATX_MNT_ID & STATX_SUBVOL if they're defined (GH-140446)Petr Viktorin2025-10-221-4/+4
* gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)Victor Stinner2025-10-221-50/+45
* gh-83714: Check for struct statx members in configure (#140402)Jeffrey Bosboom2025-10-211-10/+10
* gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)Victor Stinner2025-10-201-66/+144
* fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)mdehoon2025-10-201-4/+4
* gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (...Jeffrey Bosboom2025-10-161-1/+1
* Set type names earlier in posixmodule.c (#140168)Victor Stinner2025-10-161-10/+5
* gh-83714: Disable os.statx_result.stx_atomic_write_unit_max_opt (#140162)Victor Stinner2025-10-151-2/+4
* gh-83714: Implement os.statx() function (#139178)Jeffrey Bosboom2025-10-151-40/+438
* gh-139482: Add `posix._clearenv()` function (#139965)Victor Stinner2025-10-111-0/+20
* gh-139894: fix incorrect sharing of current task while forking in `asyncio` ...Kumar Aditya2025-10-101-0/+10
* gh-139184: Set O_CLOEXEC for master_fd when calling os.forkpty() (#139408)Nadeshiko Manju2025-10-101-1/+9
* gh-139748: fix leaks in AC error paths when using unicode FS-based converters...Bénédikt Tran2025-10-081-25/+14
* gh-139322: Reenable test_os.test_getlogin() (#139498)Victor Stinner2025-10-021-1/+1
* gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)Serhiy Storchaka2025-09-231-1/+1
* fixes gh-139090: add os.RWF_DONTCACHE (#139091)Benjamin Peterson2025-09-181-2/+7
* gh-138712: Add os.NODEV (GH-138728)Serhiy Storchaka2025-09-151-0/+4
* gh-138779: Use the dev_t converter for st_rdev (GH-138780)Serhiy Storchaka2025-09-151-1/+1
* gh-129813, PEP 782: Use PyBytesWriter in posix extension (#138829)Victor Stinner2025-09-131-59/+36
* gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)Bénédikt Tran2025-09-111-11/+17
* gh-138535: Pass directly state to posix fill_time() (#138693)Victor Stinner2025-09-091-7/+9
* gh-138535: Optimize fill_time for typical timestamps (#138537)Jeffrey Bosboom2025-09-091-38/+51
* gh-138401: Check arg count>=0 in os.sendfile() (#138403)Christoph Walcher2025-09-051-4/+14
* GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)Adam Turner2025-09-021-18/+6
* gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (#138350)Victor Stinner2025-09-011-1/+1
* bpo-41839: Fix error checking in sched_get_priority_ functions (GH-22374)Jakub Kulík2025-08-271-5/+7
* gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...Rani Pinchuk2025-08-261-9/+13
* GH-137623: Use an AC decorator for docstring line length enforcement (#137690)Adam Turner2025-08-181-22/+45
* GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)Adam Turner2025-08-121-3/+3
* gh-136437: Make several functions in `os.path` pos-only (#136949)sobolevn2025-07-231-6/+9
* gh-124621: Emscripten: Support pyrepl in browser (GH-136931)Hood Chatham2025-07-221-0/+20
* gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)Harmen Stoppels2025-07-161-2/+2
* gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct t...Petr Viktorin2025-06-261-1/+2
* gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)Furkan Onder2025-06-041-3/+3
* gh-127081: use `getlogin_r` if available (gh-132751)Duane Griffin2025-06-031-0/+18
* Let PyUnicode_FromWideChar calculate the input length (GH-134045)Max Bachmann2025-05-151-4/+4
* gh-133562: Skip security descriptors on unsupported Windows API partitions (G...Max Bachmann2025-05-141-0/+4
* gh-133537: Avoid using console I/O in WinAPI partitions that don't support it...Max Bachmann2025-05-071-0/+4
* gh-133517: Remove os.listdrive, os.listvolumes and os.listmounts in non-deskt...Max Bachmann2025-05-071-1/+11
* gh-131296: Avoid posixmodule.c warning (GH-133142)Wulian2332025-05-051-1/+1
* gh-81793: Always call linkat() from os.link(), if available (GH-132517)Serhiy Storchaka2025-05-041-62/+43
* gh-132987: Support __index__() in the posix module (GH-133096)Serhiy Storchaka2025-04-291-4/+17
* gh-131591: Reset RemoteDebuggerSuupport state after fork (#132793)Nadeshiko Manju2025-04-251-0/+10