| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40955: Fix memory leak in subprocess module (GH-20825) | Christian Heimes | 2020-06-12 | 1 | -0/+1 |
|
|
* | bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) | Victor Stinner | 2020-05-01 | 1 | -0/+8 |
|
|
* | bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) | Victor Stinner | 2020-04-24 | 1 | -1/+7 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -11/+18 |
|
|
* | bpo-39947: Add PyInterpreterState_Get() function (GH-18979) | Victor Stinner | 2020-03-13 | 1 | -1/+1 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -3/+3 |
|
|
* | bpo-38417: Add umask support to subprocess (GH-16726) | Gregory P. Smith | 2019-10-12 | 1 | -5/+9 |
|
|
* | bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) | Orivej Desh | 2019-09-20 | 1 | -4/+7 |
|
|
* | bpo-36046: Add user and group parameters to subprocess (GH-11950) | Patrick McLean | 2019-09-12 | 1 | -4/+132 |
|
|
* | bpo-38069: Convert _posixsubprocess to PEP-384 (GH-15780) | Dino Viehland | 2019-09-10 | 1 | -8/+58 |
|
|
* | bpo-37951: Lift subprocess's fork() restriction (GH-15544) | Christian Heimes | 2019-08-27 | 1 | -2/+4 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -3/+3 |
|
|
* | bpo-35550: Fix incorrect Solaris define guards (GH-11275) | Jakub Kulík | 2018-12-31 | 1 | -1/+1 |
|
|
* | bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) | Gregory P. Smith | 2018-11-13 | 1 | -2/+2 |
|
|
* | bpo-35214: Initial clang MemorySanitizer support (GH-10479) | Gregory P. Smith | 2018-11-12 | 1 | -0/+7 |
|
|
* | bpo-34651: Only allow the main interpreter to fork. (gh-9279) | Eric Snow | 2018-09-14 | 1 | -0/+5 |
|
|
* | bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) | Gregory P. Smith | 2018-09-13 | 1 | -7/+13 |
|
|
* | bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) | Gregory P. Smith | 2018-09-11 | 1 | -10/+14 |
|
|
* | bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) | Alexey Izbyshev | 2018-03-26 | 1 | -1/+1 |
|
|
* | bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) | Alexey Izbyshev | 2018-02-06 | 1 | -4/+4 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -6/+6 |
|
|
* | bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) | Gregory P. Smith | 2017-05-29 | 1 | -10/+11 |
|
|
* | bpo-16500: Allow registering at-fork handlers (#1715) | Antoine Pitrou | 2017-05-27 | 1 | -21/+8 |
|
|
* | bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) | Serhiy Storchaka | 2017-04-19 | 1 | -20/+23 |
|
|
* | Issue #20947: Fixed a gcc warning with -Wstrict-overflow. | Serhiy Storchaka | 2016-09-27 | 1 | -1/+1 |
|\ |
|
| * | Issue #20947: Fixed a gcc warning with -Wstrict-overflow. | Serhiy Storchaka | 2016-09-27 | 1 | -1/+1 |
|
|
* | | Issue #26862: SYS_getdents64 does not need to be defined on android API 21. | Xavier de Gaye | 2016-06-15 | 1 | -2/+1 |
|
|
* | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
|/ |
|
* | Issue #25764: Merge subprocess fix from 3.4 into 3.5 | Martin Panter | 2015-12-05 | 1 | -17/+18 |
|\ |
|
| * | Issue #25764: Preserve subprocess fork exception when preexec_fn used | Martin Panter | 2015-11-30 | 1 | -17/+18 |
|
|
* | | Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess | Gregory P. Smith | 2015-11-16 | 1 | -1/+2 |
|
|
* | | Close #24784: Fix compilation without thread support | Victor Stinner | 2015-10-11 | 1 | -2/+10 |
|
|
* | | Fix computation of max_fd on OpenBSD. Issue #23852. | Gregory P. Smith | 2015-04-26 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Fix computation of max_fd on OpenBSD. Issue #23852. | Gregory P. Smith | 2015-04-26 | 1 | -0/+10 |
|
|
* | | Issue9951: update _hashopenssl and md5module to use _Py_strhex(). | Gregory P. Smith | 2015-04-25 | 1 | -1/+1 |
|
|
* | | Merge 3.4 (_posixsubprocess) | Victor Stinner | 2015-04-02 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Issue #23851: close() must not be retried when it fails with EINTR | Victor Stinner | 2015-04-02 | 1 | -6/+6 |
|
|
* | | Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of | Victor Stinner | 2015-04-01 | 1 | -9/+10 |
|
|
* | | Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module | Victor Stinner | 2015-03-30 | 1 | -2/+1 |
|
|
* | | Issue #23694: Enhance _Py_open(), it now raises exceptions | Victor Stinner | 2015-03-17 | 1 | -0/+1 |
|/ |
|
* | Issue #22290: Fix error handling in the _posixsubprocess module. | Victor Stinner | 2014-10-05 | 1 | -6/+14 |
|
|
* | Fix the comment to not refer to the removed end_fd parameter. | Gregory P. Smith | 2014-06-01 | 1 | -2/+2 |
|
|
* | Don't restrict ourselves to a "max" fd when closing fds before exec() | Gregory P. Smith | 2014-06-01 | 1 | -43/+44 |
|
|
* | Add conditional code for android's lack of definition of SYS_getdent64. | Gregory P. Smith | 2014-04-14 | 1 | -0/+6 |
|
|
* | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -1/+5 |
|\ |
|
| * | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -1/+5 |
|
|
* | | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -5/+1 |
|\ \
| |/ |
|
| * | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -5/+1 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -89/+51 |
|
|
* | | Merge. | Charles-François Natali | 2013-08-25 | 1 | -11/+12 |
|\ \
| |/ |
|