<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/tempfile.py, branch 3.4</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 #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again</title>
<updated>2015-05-19T21:11:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-19T21:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5d6b7b1cb7943255b8682ea3663ce2c0da500e96'/>
<id>5d6b7b1cb7943255b8682ea3663ce2c0da500e96</id>
<content type='text'>
when a directory with the chosen name already exists on Windows as well as
on Unix.  tempfile.mkstemp() now fails early if parent directory is not
valid (not exists or is a file) on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when a directory with the chosen name already exists on Windows as well as
on Unix.  tempfile.mkstemp() now fails early if parent directory is not
valid (not exists or is a file) on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23865: close() methods in multiple modules now are idempotent and more</title>
<updated>2015-04-10T10:24:41+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-10T10:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd'/>
<id>7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd</id>
<content type='text'>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</pre>
</div>
</content>
</entry>
<entry>
<title>#23700: fix/improve comment</title>
<updated>2015-03-22T16:33:46+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2015-03-22T16:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=75ed90a4cf07cd9236b4ed52d1c7cf09810a1749'/>
<id>75ed90a4cf07cd9236b4ed52d1c7cf09810a1749</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23700: NamedTemporaryFile iterator closed underlied file object in</title>
<updated>2015-03-20T14:11:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-20T14:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d83b7c2df4439b678bf7e372f8c9bbaff2907689'/>
<id>d83b7c2df4439b678bf7e372f8c9bbaff2907689</id>
<content type='text'>
some circunstances while NamedTemporaryFile object was living.  This causes
failing test_csv.  Changed the implementation of NamedTemporaryFile.__iter__
to make tests passed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some circunstances while NamedTemporaryFile object was living.  This causes
failing test_csv.  Changed the implementation of NamedTemporaryFile.__iter__
to make tests passed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to</title>
<updated>2015-03-19T13:23:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-19T13:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=56cefa69ee919559cf3ca2388d12371c24402df3'/>
<id>56cefa69ee919559cf3ca2388d12371c24402df3</id>
<content type='text'>
NamedTemporaryFile instance.  Patch by Bohuslav Kabrda.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NamedTemporaryFile instance.  Patch by Bohuslav Kabrda.
</pre>
</div>
</content>
</entry>
<entry>
<title>tempfile: Fix docstring. Issue #21397, patch by R. David Murray.</title>
<updated>2014-09-26T21:08:02+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yselivanov@sprymix.com</email>
</author>
<published>2014-09-26T21:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3e67d583ee75b99cc42b18443e4721d41ea523cb'/>
<id>3e67d583ee75b99cc42b18443e4721d41ea523cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22427: TemporaryDirectory no longer attempts to clean up twice when</title>
<updated>2014-09-24T10:26:25+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-24T10:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5e193ac0bd6bd4d4a122fd9aa2446ee70e5f2bf1'/>
<id>5e193ac0bd6bd4d4a122fd9aa2446ee70e5f2bf1</id>
<content type='text'>
used in the with statement in generator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used in the with statement in generator.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),</title>
<updated>2014-03-25T08:18:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-25T08:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1f99f9d5c2ebe35838e275b3b4d4bb96ab212def'/>
<id>1f99f9d5c2ebe35838e275b3b4d4bb96ab212def</id>
<content type='text'>
close the file descriptor if io.open() fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close the file descriptor if io.open() fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20978: pyflakes: fix undefined names</title>
<updated>2014-03-20T07:50:52+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-20T07:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=69b1e261fc703106b44095796d78ba6aacbbdb63'/>
<id>69b1e261fc703106b44095796d78ba6aacbbdb63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant emty line at the end of file.</title>
<updated>2014-01-27T09:27:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-01-27T09:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9a2e75be2453999a55bbae62aecc4e99899309f2'/>
<id>9a2e75be2453999a55bbae62aecc4e99899309f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
