<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/subprocessdata, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #18571: Merge duplicate test code</title>
<updated>2013-09-01T08:22:41+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-09-01T08:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6fa22efe0fbc726583ec268a80fdb671b148b2c'/>
<id>f6fa22efe0fbc726583ec268a80fdb671b148b2c</id>
<content type='text'>
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18571: Implementation of the PEP 446: file descriptors and file handles</title>
<updated>2013-08-27T22:53:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-08-27T22:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=daf455554bc21b6b5df0a016ab5fa639d36cc595'/>
<id>daf455554bc21b6b5df0a016ab5fa639d36cc595</id>
<content type='text'>
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are now created non-inheritable; add functions os.get/set_inheritable(),
os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new new stat.S_ISDOOR() function, instead of hardcoded mask</title>
<updated>2013-08-21T23:58:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-08-21T23:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0f24b879c9ac489a433d6b5f367dcb0553b9abdc'/>
<id>0f24b879c9ac489a433d6b5f367dcb0553b9abdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD</title>
<updated>2012-09-29T18:40:38+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2012-09-29T18:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3905171f1ea778c60c74dd4b0318b894eda94d7f'/>
<id>3905171f1ea778c60c74dd4b0318b894eda94d7f</id>
<content type='text'>
to return a returncode of 0 when the child has already exited or cannot
be waited on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to return a returncode of 0 when the child has already exited or cannot
be waited on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 88484 via svnmerge from</title>
<updated>2011-02-21T21:58:42+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-02-21T21:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a47c25d74f45268aff6d8407195ee83f3a83a90e'/>
<id>a47c25d74f45268aff6d8407195ee83f3a83a90e</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88484 | antoine.pitrou | 2011-02-21 22:55:48 +0100 (lun., 21 févr. 2011) | 4 lines

  Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
  to open door files.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88484 | antoine.pitrou | 2011-02-21 22:55:48 +0100 (lun., 21 févr. 2011) | 4 lines

  Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
  to open door files.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>SIGCHLD is a more portable name than SIGCLD.  (OSX has no SIGCLD)</title>
<updated>2010-12-14T18:18:49+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-14T18:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=31d04f2183e564f858a7dd03f26290c4da98dd3e'/>
<id>31d04f2183e564f858a7dd03f26290c4da98dd3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1731717: Fixed the problem where subprocess.wait() could cause an</title>
<updated>2010-12-14T14:38:00+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-14T14:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e85db2bbb84ba90c03022860f76ca3cdcdf199c6'/>
<id>e85db2bbb84ba90c03022860f76ca3cdcdf199c6</id>
<content type='text'>
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OSError exception when The OS had been told to ignore SIGCLD in our process
or otherwise not wait for exiting child processes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 10687.  When --without-pymalloc is given, $VERSION is the same as</title>
<updated>2010-12-13T18:04:23+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2010-12-13T18:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=771d33e1134111a041df78acf7761a9f015d4ea5'/>
<id>771d33e1134111a041df78acf7761a9f015d4ea5</id>
<content type='text'>
$LDVERSION, which screws up the sym/hard-links.  This avoids those games when
$VERSION == $LDVERSION.

Also, include a drive-by fix for an obvious syntax error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$LDVERSION, which screws up the sym/hard-links.  This avoids those games when
$VERSION == $LDVERSION.

Also, include a drive-by fix for an obvious syntax error.
</pre>
</div>
</content>
</entry>
<entry>
<title>issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from</title>
<updated>2010-12-13T07:59:39+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-13T07:59:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=51ee270876f4e18ec579e57772e16fce146d805e'/>
<id>51ee270876f4e18ec579e57772e16fce146d805e</id>
<content type='text'>
the C code, using pipe2() when available.  Adds unittests for close_fds and
cloexec behaviors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the C code, using pipe2() when available.  Adds unittests for close_fds and
cloexec behaviors.
</pre>
</div>
</content>
</entry>
</feed>
