summaryrefslogtreecommitdiff
path: root/Lib/test/subprocessdata
Commit message (Expand)AuthorAgeFilesLines
* Issue #18571: Merge duplicate test codeVictor Stinner2013-09-012-29/+16
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+22
* Use new new stat.S_ISDOOR() function, instead of hardcoded maskVictor Stinner2013-08-221-1/+2
* Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILDGregory P. Smith2012-09-291-1/+10
* Merged revisions 88484 via svnmerge fromAntoine Pitrou2011-02-211-12/+12
* SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD)Gregory P. Smith2010-12-141-1/+1
* Issue #1731717: Fixed the problem where subprocess.wait() could cause anGregory P. Smith2010-12-141-0/+6
* Issue 10687. When --without-pymalloc is given, $VERSION is the same asBarry Warsaw2010-12-131-1/+1
* issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-134-0/+48