Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9785261d68f62ce33968d15c7a0f10f1f8209807
/
Modules
/
_posixsubprocess.c
92f0113
Close #24784: Fix compilation without thread support
by Victor Stinner
· 9 years ago
9afe8a3
Fix computation of max_fd on OpenBSD. Issue #23852.
by Gregory P. Smith
· 10 years ago
f968177
Fix computation of max_fd on OpenBSD. Issue #23852.
by Gregory P. Smith
· 10 years ago
4dff6f6
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
by Gregory P. Smith
· 10 years ago
33f96f1
Merge 3.4 (_posixsubprocess)
by Victor Stinner
· 10 years ago
e7c7492
Issue #23851: close() must not be retried when it fails with EINTR
by Victor Stinner
· 10 years ago
185fd33
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
by Victor Stinner
· 10 years ago
160e819
Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module
by Victor Stinner
· 10 years ago
a555cfc
Issue #23694: Enhance _Py_open(), it now raises exceptions
by Victor Stinner
· 10 years ago
8f437aa
Issue #22290: Fix error handling in the _posixsubprocess module.
by Victor Stinner
· 10 years ago
a26987a
Fix the comment to not refer to the removed end_fd parameter.
by Gregory P. Smith
· 11 years ago
d4dcb70
Don't restrict ourselves to a "max" fd when closing fds before exec()
by Gregory P. Smith
· 11 years ago
efeb9da
Add conditional code for android's lack of definition of SYS_getdent64.
by Gregory P. Smith
· 11 years ago
54532c9
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 11 years ago
361e30c
Undo supposed fix for Issue #15798 until I understand why this is
by Gregory P. Smith
· 11 years ago
1c27e3c
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
1eda9e7
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
by Gregory P. Smith
· 11 years ago
daf4555
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
by Victor Stinner
· 11 years ago
a439b32
Merge.
by Charles-François Natali
· 11 years ago
249cdc3
Issue #18763: subprocess: The file descriptors are now closed after calling the
by Charles-François Natali
· 11 years ago
b394c1d
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
by Gregory P. Smith
· 12 years ago
255bf5b
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
by Gregory P. Smith
· 12 years ago
8d07c26
Raise our own SubprocessError rather than a RuntimeError in when dealing with
by Gregory P. Smith
· 12 years ago
a10ddb8
Fixes Issue #16114: The subprocess module no longer provides a
by Gregory P. Smith
· 12 years ago
5591b02
Fixes Issue #16114: The subprocess module no longer provides a
by Gregory P. Smith
· 12 years ago
a4b0701
Merge with 3.2
by Ross Lagerwall
· 12 years ago
f2b34b8
Issue 15777: Fix a refleak in _posixsubprocess.
by Ross Lagerwall
· 12 years ago
c0c03be
Merge 3.2.
by Stefan Krah
· 12 years ago
db579d7
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
by Stefan Krah
· 12 years ago
721738f
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
by Antoine Pitrou
· 12 years ago
6f430e4
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
by Antoine Pitrou
· 12 years ago
902274e
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
by Gregory P. Smith
· 13 years ago
58f07a9
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
by Gregory P. Smith
· 13 years ago
71faefc
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
by Ross Lagerwall
· 13 years ago
5802fdf
Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
by Ross Lagerwall
· 13 years ago
7f4fdb2
Use ANSI C prototype instead of K&R style.
by Ross Lagerwall
· 13 years ago
3ef2f8c
merge 3.2
by Benjamin Peterson
· 13 years ago
91eef98
fix declaration style
by Benjamin Peterson
· 13 years ago
08c1278
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
by Gregory P. Smith
· 13 years ago
4842efc
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
by Gregory P. Smith
· 13 years ago
d45382d
bugfix for *BSD platforms. (oops messed up #define)
by Gregory P. Smith
· 13 years ago
61f0da8
bugfix for issue 8052 fixes on *BSD platforms.
by Gregory P. Smith
· 13 years ago
e9b7cab
Another issue #8052 bugfix (related to previous commit).
by Gregory P. Smith
· 13 years ago
e3f7848
Bugfix for issue #8052 fix on *BSD variants.
by Gregory P. Smith
· 13 years ago
d635af5
Fixes issue #8052: The posix subprocess module's close_fds behavior was
by Gregory P. Smith
· 13 years ago
8facece
Fixes issue #8052: The posix subprocess module's close_fds behavior was
by Gregory P. Smith
· 13 years ago
e961bd4
Avoid the compiler warning about the unused return value.
by Gregory P. Smith
· 13 years ago
12fdca5
Avoid the compiler warning about the unused return value.
by Gregory P. Smith
· 13 years ago
667d75d
Don't redefine _GNU_SOURCE if it's already defined.
by Ross Lagerwall
· 13 years ago
031bf95
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
by Ross Lagerwall
· 13 years ago
0b77ac3
Merge with 3.2 for #11006.
by Ross Lagerwall
· 13 years ago
bd928fe
Rename _Py_identifier to _Py_IDENTIFIER.
by Martin v. Löwis
· 13 years ago
afe55bb
Add API for static strings, primarily good for identifiers.
by Martin v. Löwis
· 13 years ago
114f0e4
Issue #12607: Merge with 3.2.
by Ross Lagerwall
· 13 years ago
d98646e
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
by Ross Lagerwall
· 13 years ago
5572ba7
_posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
by Victor Stinner
· 14 years ago
9c4f44f
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
by Gregory P. Smith
· 14 years ago
8121898
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
by Gregory P. Smith
· 14 years ago
c9c83ba
Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
by Antoine Pitrou
· 14 years ago
abcfcba
issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS.
by Gregory P. Smith
· 14 years ago
14affb8
fix a compiler warning about err_msg potentially being used uninitialized.
by Gregory P. Smith
· 14 years ago
8edd99d
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
by Gregory P. Smith
· 14 years ago
51ee270
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
by Gregory P. Smith
· 14 years ago
d4cc7bf
issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller
by Gregory P. Smith
· 14 years ago
dcb2403
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
by Victor Stinner
· 15 years ago
0e59cc3
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
by Victor Stinner
· 15 years ago
32ec9da
* Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not
by Gregory P. Smith
· 15 years ago
68f5217
* Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.
by Gregory P. Smith
· 15 years ago
fb94c5f
* Replaces the internals of the subprocess module from fork through exec on
by Gregory P. Smith
· 15 years ago