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.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (G...
Miss Islington (bot)
2022-10-06
1
-8/+52
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-09
1
-1/+11
*
[3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
Christian Heimes
2021-11-25
1
-0/+8
*
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Miss Islington (bot)
2021-09-09
1
-0/+2
*
bpo-38822: Check specifically for a drive, not just a colon (GH-25540)
Miss Islington (bot)
2021-04-22
1
-2/+2
*
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
Miss Islington (bot)
2021-04-22
1
-2/+21
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
1
-0/+49
*
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...
Serhiy Storchaka
2021-03-16
1
-0/+12
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...
Miss Islington (bot)
2021-01-04
1
-1/+7
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Miss Islington (bot)
2020-12-29
1
-4/+4
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
1
-176/+649
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Miss Islington (bot)
2020-11-12
1
-0/+15
*
bpo-41687: Fix error handling in Solaris sendfile implementation (GH-22128)
Miss Islington (bot)
2020-09-16
1
-3/+2
*
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...
Łukasz Langa
2020-09-16
1
-0/+19
*
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
Minmin Gong
2020-05-18
1
-2/+6
*
bpo-40549: posixmodule.c uses defining_class (GH-20075)
Victor Stinner
2020-05-14
1
-81/+97
*
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
Victor Stinner
2020-05-10
1
-117/+134
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
1
-3/+4
*
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
Victor Stinner
2020-04-24
1
-7/+20
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-6/+29
*
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
Serhiy Storchaka
2020-04-18
1
-124/+157
*
bpo-40268: Reformat posixmodule.c includes (GH-19536)
Victor Stinner
2020-04-15
1
-172/+166
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
1
-3/+3
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-4/+4
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-7/+7
*
bpo-39481: Make os.DirEntry generic (GH-19415)
Batuhan Taşkaya
2020-04-07
1
-0/+2
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
1
-1/+2
*
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya
2020-04-05
1
-0/+3
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-0/+79
*
bpo-40014: Fix os.getgrouplist() (GH-19126)
Victor Stinner
2020-03-24
1
-22/+25
*
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Victor Stinner
2020-03-23
1
-0/+19
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-43/+50
*
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
Victor Stinner
2020-03-13
1
-7/+7
*
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester
2020-03-06
1
-2/+1
*
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...
Saiyang Gou
2020-02-13
1
-17/+134
*
bpo-39184: Add audit events to command execution functions in os and pty modu...
Saiyang Gou
2020-02-05
1
-7/+42
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-79/+4
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
1
-38/+69
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
1
-18/+20
*
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
Victor Stinner
2020-01-22
1
-2/+6
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
1
-45/+1
*
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
Victor Stinner
2020-01-21
1
-15/+37
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
1
-1/+43
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Benoit Hudson
2019-12-06
1
-5/+5
*
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
Eddie Elizondo
2019-11-26
1
-0/+1
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-0/+6
*
bpo-38692: Add os.pidfd_open. (GH-17063)
Benjamin Peterson
2019-11-06
1
-0/+25
*
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo
2019-11-05
1
-224/+271
[next]