Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
eb0d5c38de7f970d8cd8524f4163d831c7720f51
/
Modules
/
posixmodule.c
317bab0
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
by Victor Stinner
· 5 years ago
26881c8
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
by Victor Stinner
· 5 years ago
5f4b229d
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
by Serhiy Storchaka
· 5 years ago
76ef255
bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)
by YoSTEALTH
· 5 years ago
578c395
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
by Serhiy Storchaka
· 5 years ago
7f21c9a
bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)
by Minmin Gong
· 5 years ago
97f33c3
bpo-40549: posixmodule.c uses defining_class (GH-20075)
by Victor Stinner
· 5 years ago
1c2fa78
bpo-40549: Convert posixmodule.c to multiphase init (GH-19982)
by Victor Stinner
· 5 years ago
252346a
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
by Victor Stinner
· 5 years ago
162c567
bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696)
by Victor Stinner
· 5 years ago
9bee32b
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
by Victor Stinner
· 5 years ago
2b56031
bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)
by Serhiy Storchaka
· 5 years ago
5eca75d
bpo-40268: Reformat posixmodule.c includes (GH-19536)
by Victor Stinner
· 5 years ago
361dcdc
bpo-40268: Remove unused osdefs.h includes (GH-19532)
by Victor Stinner
· 5 years ago
4a21e57
bpo-40268: Remove unused structmember.h includes (GH-19530)
by Victor Stinner
· 5 years ago
62183b8
bpo-40268: Remove explicit pythread.h includes (#19529)
by Victor Stinner
· 5 years ago
e5014be
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
by Victor Stinner
· 5 years ago
81a7be3
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
by Victor Stinner
· 5 years ago
f9dd51e
bpo-39481: Make os.DirEntry generic (GH-19415)
by Batuhan Taşkaya
· 5 years ago
87255be
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
by Victor Stinner
· 5 years ago
909f4a3
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
by Batuhan Taşkaya
· 5 years ago
65a796e
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
by Victor Stinner
· 5 years ago
f5c7cab
bpo-40014: Fix os.getgrouplist() (GH-19126)
by Victor Stinner
· 5 years ago
8ec7370
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
by Victor Stinner
· 5 years ago
f707d94
bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017)
by Hai Shi
· 5 years ago
ff4584c
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
by Victor Stinner
· 5 years ago
5572870
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
by Andy Lester
· 5 years ago
7514f4f
bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resource`, `shutil`, `signal`, `syslog` (GH-18407)
by Saiyang Gou
· 5 years ago
95f6001
bpo-39184: Add audit events to command execution functions in os and pty modules (GH-17824)
by Saiyang Gou
· 6 years ago
b8d1262
bpo-39395: putenv() and unsetenv() always available (GH-18135)
by Victor Stinner
· 6 years ago
161e7b3
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
by Victor Stinner
· 6 years ago
b477d19
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
by Victor Stinner
· 6 years ago
0852c7d
bpo-39406: os.putenv() avoids putenv_dict on Windows (GH-18126)
by Victor Stinner
· 6 years ago
b73dd02
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
by Victor Stinner
· 6 years ago
623ed61
bpo-39406: Add PY_PUTENV_DICT macro to posixmodule.c (GH-18106)
by Victor Stinner
· 6 years ago
56cd371
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
by Victor Stinner
· 6 years ago
723f71a
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
by Benoit Hudson
· 6 years ago
e4db1f0
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
by Eddie Elizondo
· 6 years ago
5c0c325
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
by Benjamin Peterson
· 6 years ago
6c4c45e
bpo-38692: Add os.pidfd_open. (GH-17063)
by Benjamin Peterson
· 6 years ago
b396663
bpo-35381 Remove all static state from posixmodule (GH-15892)
by Eddie Elizondo
· 6 years ago
2eba6ad
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
by Dong-hee Na
· 6 years ago
fbe3c76
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
by Steve Dower
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
594e2ed
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
by Antonio Gutierrez
· 6 years ago
ad7736f
bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)
by Dong-hee Na
· 6 years ago
279f446
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
by Serhiy Storchaka
· 6 years ago
0b72ccf
bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951)
by Steve Dower
· 6 years ago
aa92927
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
by Steve Dower
· 6 years ago
e20134f
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
by Jakub Kulík
· 6 years ago
682107c
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
by Zackery Spytz
· 6 years ago
772ec0f
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
by Steve Dower
· 6 years ago
993ac92
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
by Steve Dower
· 6 years ago
df2d4a6
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
by Steve Dower
· 6 years ago
c4cacc8
Fix typos in comments, docs and test names (#15018)
by Min ho Kim
· 6 years ago
7f41c8e
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
by Jeroen Demeyer
· 6 years ago
ec3e20a
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
by Victor Stinner
· 6 years ago
45a30af
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
by Brandt Bucher
· 6 years ago
d52a83a
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
by Zackery Spytz
· 6 years ago
689830e
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
by Victor Stinner
· 6 years ago
3939c32
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
by Victor Stinner
· 6 years ago
60419a7
bpo-37363: Add audit events for a range of modules (GH-14301)
by Steve Dower
· 6 years ago
01b63ec
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
by Victor Stinner
· 6 years ago
8725c83
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
by Jeffrey Kintscher
· 6 years ago
aac4d03
bpo-26826: Expose copy_file_range in the os module (GH-7255)
by Pablo Galindo
· 6 years ago
530f506
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
by Jeroen Demeyer
· 6 years ago
e70bfa95
bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666)
by Zackery Spytz
· 6 years ago
ada319b
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
by Antoine Pitrou
· 6 years ago
43fdbd2
bpo-26836: Add os.memfd_create() (#13567)
by Zackery Spytz
· 6 years ago
b49858b
bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537)
by Victor Stinner
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
f2d7ac7
bpo-31904: Add posix module support for VxWorks (GH-12118)
by pxinwr
· 6 years ago
d5d9e81
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
by Victor Stinner
· 6 years ago
948ed8c
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
by Anthony Shaw
· 6 years ago
f090019
Suppress clang warning (GH-12384)
by Rémi Lapeyre
· 6 years ago
b930a2d
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
by Victor Stinner
· 6 years ago
0e10766
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
by Vidar Tonaas Fauske
· 6 years ago
2438cdf
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
by Steve Dower
· 6 years ago
8479a34
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
by Eric Snow
· 6 years ago
a24107b
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
by Serhiy Storchaka
· 6 years ago
09fbcd6
bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831)
by Pablo Galindo
· 6 years ago
73d6002
Remove stray quote in os.replace docstring. (GH-11556)
by Anthony Sottile
· 6 years ago
b82bfac
bpo-29734: nt._getfinalpathname handle leak (GH-740)
by Mark Becwar
· 7 years ago
4860f01
bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789)
by Tony Roberts
· 7 years ago
325e4ba
bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719)
by Victor Stinner
· 7 years ago
80c5dfe
bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608)
by Joannah Nanjekye
· 7 years ago
92b8322
bpo-35674: Add os.posix_spawnp() (GH-11554)
by Joannah Nanjekye
· 7 years ago
1d300ce
bpo-35214: Annotate posix calls for clang MSan. (#11389)
by Gregory P. Smith
· 7 years ago
6f9bc72
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
by Jakub Kulík
· 7 years ago
4db62e1
bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152)
by Serhiy Storchaka
· 7 years ago
afb3e71
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
by Serhiy Storchaka
· 7 years ago
6fef0f1
bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049)
by Serhiy Storchaka
· 7 years ago
4c49da0
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
by Zackery Spytz
· 7 years ago
32bc11c
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
by Serhiy Storchaka
· 7 years ago
62be742
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
by Serhiy Storchaka
· 7 years ago
9a0d7a7
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
by Victor Stinner
· 7 years ago
474eedf
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
by Eddie Elizondo
· 7 years ago
621cebe
bpo-35081: Rename internal headers (GH-10275)
by Victor Stinner
· 7 years ago
b942707
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)
by BNMetrics
· 7 years ago
27e2d1f
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
by Victor Stinner
· 7 years ago
Next »