<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/subprocess.py, branch v3.2b1</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>clarify the docs and new warning message.</title>
<updated>2010-12-04T18:11:44+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-04T18:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c647cd73759601beba96e54720bf75b5d09ab19'/>
<id>8c647cd73759601beba96e54720bf75b5d09ab19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller</title>
<updated>2010-12-04T11:22:11+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-04T11:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d4cc7bf993eda4149a05ed25f2f33e18e43fd7c1'/>
<id>d4cc7bf993eda4149a05ed25f2f33e18e43fd7c1</id>
<content type='text'>
to list exactly which file descriptors should be kept open.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to list exactly which file descriptors should be kept open.
</pre>
</div>
</content>
</entry>
<entry>
<title>issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is</title>
<updated>2010-12-04T09:10:44+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@mad-scientist.com</email>
</author>
<published>2010-12-04T09:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d23047b62c6f885def9020bd9b304110f9b9c52d'/>
<id>d23047b62c6f885def9020bd9b304110f9b9c52d</id>
<content type='text'>
not passed to subprocess.Popen as the default value will be changing in a
future Python to the safer and more often desired value of True.

DeprecationWarnings that show up in a lot of existing code are controversial
and have caused pain in the past.  I'd like to leave this on for 3.2 beta1 and
see how things go.  We can remove the warning if it is deemed too noisy during
any betas.  (case study: the md5 and sha module DeprecationWarnings are loathed
around the world as those modules were never going to be removed in 2.x and
2to3 has a fixer for code that uses them)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not passed to subprocess.Popen as the default value will be changing in a
future Python to the safer and more often desired value of True.

DeprecationWarnings that show up in a lot of existing code are controversial
and have caused pain in the past.  I'd like to leave this on for 3.2 beta1 and
see how things go.  We can remove the warning if it is deemed too noisy during
any betas.  (case study: the md5 and sha module DeprecationWarnings are loathed
around the world as those modules were never going to be removed in 2.x and
2to3 has a fixer for code that uses them)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #10554. Added context manager support to Popen objects.</title>
<updated>2010-12-03T02:46:02+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian.curtin@gmail.com</email>
</author>
<published>2010-12-03T02:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=79cdb661f5a6cf8bba07aa50f4451f6c409bb067'/>
<id>79cdb661f5a6cf8bba07aa50f4451f6c409bb067</id>
<content type='text'>
Added a few common Popen uses to the tests like we've done for a few other
instances of adding context managers. Eventually the entire test suite
could be converted to use the context manager format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a few common Popen uses to the tests like we've done for a few other
instances of adding context managers. Eventually the entire test suite
could be converted to use the context manager format.
</pre>
</div>
</content>
</entry>
<entry>
<title>don't shadow globals</title>
<updated>2010-11-20T18:24:54+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-11-20T18:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b8bc439b2093add9b313bcca2cc507a2d0e87764'/>
<id>b8bc439b2093add9b313bcca2cc507a2d0e87764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add filename to ENOENT message #4925</title>
<updated>2010-11-20T18:07:52+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-11-20T18:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5f780400572508a8179de6a6c13b58b7be417ef5'/>
<id>5f780400572508a8179de6a6c13b58b7be417ef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust #8956 to add the bad signal number to the exception message.</title>
<updated>2010-09-07T13:24:38+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian.curtin@gmail.com</email>
</author>
<published>2010-09-07T13:24:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19651369e4f195633aa4be97ce8ccdb97289af5f'/>
<id>19651369e4f195633aa4be97ce8ccdb97289af5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8956. ValueError message was only mentioning one signal.</title>
<updated>2010-09-06T16:29:29+00:00</updated>
<author>
<name>Brian Curtin</name>
<email>brian.curtin@gmail.com</email>
</author>
<published>2010-09-06T16:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c997b8d90e8e531bf844f5618a203f0a12ac9dc'/>
<id>5c997b8d90e8e531bf844f5618a203f0a12ac9dc</id>
<content type='text'>
Rather than list out the three signals (or more over time), the message was
made less specific but still descriptive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than list out the three signals (or more over time), the message was
made less specific but still descriptive.
</pre>
</div>
</content>
</entry>
<entry>
<title>#2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu as well as Windows</title>
<updated>2010-08-11T14:20:40+00:00</updated>
<author>
<name>Tim Golden</name>
<email>mail@timgolden.me.uk</email>
</author>
<published>2010-08-11T14:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=126c2960ca36f26730e28f41f66e62f0934d0575'/>
<id>126c2960ca36f26730e28f41f66e62f0934d0575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert r83830, breaks tests on unixes</title>
<updated>2010-08-08T19:08:44+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-08-08T19:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1a0a737b131b5c54ba32a8dc707db39b4ce03674'/>
<id>1a0a737b131b5c54ba32a8dc707db39b4ce03674</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
