index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_posixsubprocess.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-89
/
+51
*
Merge.
Charles-Fran?ois Natali
2013-08-25
1
-11
/
+12
|
\
|
*
Issue #18763: subprocess: The file descriptors are now closed after calling the
Charles-Fran?ois Natali
2013-08-25
1
-11
/
+12
*
|
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
Gregory P. Smith
2013-03-03
1
-14
/
+8
|
\
\
|
|
/
|
*
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
Gregory P. Smith
2013-03-03
1
-14
/
+8
*
|
Raise our own SubprocessError rather than a RuntimeError in when dealing with
Gregory P. Smith
2012-11-10
1
-1
/
+1
|
/
*
Fixes Issue #16114: The subprocess module no longer provides a
Gregory P. Smith
2012-10-10
1
-10
/
+12
|
\
|
*
Merge with 3.2
Ross Lagerwall
2012-08-24
1
-1
/
+3
|
|
\
|
*
\
Merge 3.2.
Stefan Krah
2012-08-20
1
-0
/
+2
|
|
\
\
|
*
\
\
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-4
/
+3
|
|
\
\
\
|
*
\
\
\
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0
/
+7
|
|
\
\
\
\
|
*
|
|
|
|
Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Ross Lagerwall
2012-03-18
1
-1
/
+12
|
*
|
|
|
|
Use ANSI C prototype instead of K&R style.
Ross Lagerwall
2012-03-07
1
-1
/
+1
|
*
|
|
|
|
merge 3.2
Benjamin Peterson
2012-01-22
1
-24
/
+31
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
Gregory P. Smith
2012-01-21
1
-9
/
+47
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
bugfix for *BSD platforms. (oops messed up #define)
Gregory P. Smith
2012-01-21
1
-4
/
+2
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
bugfix for issue 8052 fixes on *BSD platforms.
Gregory P. Smith
2012-01-21
1
-3
/
+8
|
|
\
\
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
\
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-35
/
+258
|
|
|
\
\
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
\
\
Avoid the compiler warning about the unused return value.
Gregory P. Smith
2012-01-21
1
-6
/
+9
|
|
|
\
\
\
\
\
\
\
\
\
|
|
*
\
\
\
\
\
\
\
\
\
Merge with 3.2 for #11006.
Ross Lagerwall
2011-12-22
1
-5
/
+10
|
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
|
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-3
/
+3
|
|
|
*
|
|
|
|
|
|
|
|
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-3
/
+8
|
|
|
*
|
|
|
|
|
|
|
|
|
Issue #12607: Merge with 3.2.
Ross Lagerwall
2011-07-27
1
-0
/
+7
|
|
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
|
|
|
_posixsubprocess.c: don't redefine _GNU_SOURCE if it's already defined
Victor Stinner
2011-05-26
1
-2
/
+2
*
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Issue #16114: The subprocess module no longer provides a
Gregory P. Smith
2012-10-10
1
-1
/
+6
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
|
Issue 15777: Fix a refleak in _posixsubprocess.
Ross Lagerwall
2012-08-24
1
-1
/
+3
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
Issue #15738: Fix a missing NULL check in subprocess_fork_exec().
Stefan Krah
2012-08-20
1
-0
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-0
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.
Gregory P. Smith
2012-06-05
1
-0
/
+7
*
|
|
|
|
|
|
|
|
|
Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Ross Lagerwall
2012-03-19
1
-1
/
+12
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
fix declaration style
Benjamin Peterson
2012-01-22
1
-24
/
+31
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Fix FreeBSD, NetBSD and OpenBSD behavior of the issue #8052 fix.
Gregory P. Smith
2012-01-21
1
-9
/
+47
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Another issue #8052 bugfix (related to previous commit).
Gregory P. Smith
2012-01-21
1
-4
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Bugfix for issue #8052 fix on *BSD variants.
Gregory P. Smith
2012-01-21
1
-9
/
+13
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Fixes issue #8052: The posix subprocess module's close_fds behavior was
Gregory P. Smith
2012-01-21
1
-35
/
+258
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Avoid the compiler warning about the unused return value.
Gregory P. Smith
2012-01-21
1
-6
/
+9
*
|
|
|
Don't redefine _GNU_SOURCE if it's already defined.
Ross Lagerwall
2011-12-22
1
-2
/
+2
|
/
/
/
*
|
|
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Ross Lagerwall
2011-12-22
1
-6
/
+0
|
|
/
|
/
|
*
|
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0
/
+7
|
/
*
Fix issue #11432. if the stdin pipe is the same file descriptor as either std...
Gregory P. Smith
2011-03-15
1
-2
/
+2
*
Issue #10806, issue #9905: Fix subprocess pipes when some of the standard
Antoine Pitrou
2011-01-03
1
-8
/
+21
*
issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno EN...
Gregory P. Smith
2011-01-02
1
-17
/
+29
*
fix a compiler warning about err_msg potentially being used uninitialized.
Gregory P. Smith
2010-12-22
1
-1
/
+1
*
Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.
Gregory P. Smith
2010-12-14
1
-1
/
+1
*
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
Gregory P. Smith
2010-12-13
1
-0
/
+44
*
issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller
Gregory P. Smith
2010-12-04
1
-9
/
+33
*
Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,
Victor Stinner
2010-04-22
1
-4
/
+1
*
Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for
Victor Stinner
2010-04-16
1
-4
/
+20
*
* Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not
Gregory P. Smith
2010-03-19
1
-3
/
+11
*
* Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.
Gregory P. Smith
2010-03-15
1
-7
/
+9
[next]