summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-41498: Fix build on platforms without sigset_t (GH-29770)Christian Heimes2021-11-251-2/+0
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Jakub KulĂ­k2020-12-291-2/+2
* bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)Kyle Evans2020-10-131-2/+0
* bpo-40422: create a common _Py_closerange API (GH-19754)Kyle Evans2020-10-111-0/+2
* bpo-33441: Make the sigset_t converter available in other modules. (GH-6720)Serhiy Storchaka2018-05-081-0/+9
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-101-0/+25