COMMITS
/ Modules/posixmodule.h March 12, 2024
V
gh-85283: Convert grp extension to the limited C API (#116611)
Victor Stinner committed
September 7, 2023
V
gh-107211: No longer export internal _PyLong_FromUid() (#109037)
Victor Stinner committed
November 25, 2021
C
bpo-41498: Fix build on platforms without sigset_t (GH-29770)
Christian Heimes committed
December 29, 2020
J
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub Kulík committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
October 11, 2020
K
bpo-40422: create a common _Py_closerange API (GH-19754)
Kyle Evans committed
May 8, 2018
S
bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)
Serhiy Storchaka committed
February 10, 2013
S
Issue #4591: Uid and gid values larger than 2**31 are supported now.
Serhiy Storchaka committed