index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
subprocessdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-134954: Hard-cap max file descriptors in subprocess test fd_status (#134955)
Itamar Oren
2025-05-31
1
-2/+2
*
Issue #18571: Merge duplicate test code
Victor Stinner
2013-09-01
2
-29/+16
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-0/+22
*
Use new new stat.S_ISDOOR() function, instead of hardcoded mask
Victor Stinner
2013-08-21
1
-1/+2
*
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
Gregory P. Smith
2012-09-29
1
-1/+10
*
Merged revisions 88484 via svnmerge from
Antoine Pitrou
2011-02-21
1
-12/+12
*
SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD)
Gregory P. Smith
2010-12-14
1
-1/+1
*
Issue #1731717: Fixed the problem where subprocess.wait() could cause an
Gregory P. Smith
2010-12-14
1
-0/+6
*
Issue 10687. When --without-pymalloc is given, $VERSION is the same as
Barry Warsaw
2010-12-13
1
-1/+1
*
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from
Gregory P. Smith
2010-12-13
4
-0/+48