| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) | Dong-hee Na | 2019-10-21 | 1 | -0/+6 |
|
|
* | bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) | Steve Dower | 2019-10-18 | 1 | -2/+2 |
|
|
* | bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) | Serhiy Storchaka | 2019-10-13 | 1 | -11/+10 |
|
|
* | closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868) | Antonio Gutierrez | 2019-10-09 | 1 | -4/+15 |
|
|
* | bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) | Dong-hee Na | 2019-09-25 | 1 | -4/+3 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 1 | -7/+5 |
|
|
* | bpo-32592: Set Windows 8 as the minimum required version for API support (GH-... | Steve Dower | 2019-09-11 | 1 | -2/+0 |
|
|
* | bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) | Steve Dower | 2019-09-11 | 1 | -17/+3 |
|
|
* | bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) | Jakub Kulík | 2019-09-11 | 1 | -0/+25 |
|
|
* | bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) | Zackery Spytz | 2019-09-09 | 1 | -0/+6 |
|
|
* | bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) | Steve Dower | 2019-09-04 | 1 | -6/+13 |
|
|
* | bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) | Steve Dower | 2019-09-03 | 1 | -2/+2 |
|
|
* | bpo-37834: Normalise handling of reparse points on Windows (GH-15231) | Steve Dower | 2019-08-21 | 1 | -181/+206 |
|
|
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -2/+2 |
|
|
* | bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) | Jeroen Demeyer | 2019-07-04 | 1 | -1/+1 |
|
|
* | bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) | Victor Stinner | 2019-06-28 | 1 | -1/+1 |
|
|
* | closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH... | Brandt Bucher | 2019-06-27 | 1 | -0/+3 |
|
|
* | bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp... | Zackery Spytz | 2019-06-26 | 1 | -1/+1 |
|
|
* | bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) | Victor Stinner | 2019-06-26 | 1 | -59/+64 |
|
|
* | bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) | Victor Stinner | 2019-06-25 | 1 | -21/+17 |
|
|