<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/threading.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>use the with statement for locking the internal condition (closes #25362)</title>
<updated>2015-10-11T02:34:46+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-10-11T02:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=414918a939b02aa3f7048ba341a3f6862ab9a71e'/>
<id>414918a939b02aa3f7048ba341a3f6862ab9a71e</id>
<content type='text'>
Patch by Nir Soffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Nir Soffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>reinitialize an Event's Condition with a regular lock (closes #25319)</title>
<updated>2015-10-06T04:56:22+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-10-06T04:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15982aad2b09086b5d8819ed5dfb0ec6195fd41a'/>
<id>15982aad2b09086b5d8819ed5dfb0ec6195fd41a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#11866: Eliminate race condition in the computation of names for new threads.</title>
<updated>2014-10-04T21:43:54+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-04T21:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b186f1df41da42d774ac9278588acc2bd11a59a8'/>
<id>b186f1df41da42d774ac9278588acc2bd11a59a8</id>
<content type='text'>
Original patch by Peter Saveliev.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Peter Saveliev.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22423: Unhandled exception in thread no longer causes unhandled</title>
<updated>2014-09-21T19:08:13+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-09-21T19:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=52005c2e13f32cfa3b6675997f2ef30adf0606a5'/>
<id>52005c2e13f32cfa3b6675997f2ef30adf0606a5</id>
<content type='text'>
AttributeError when sys.stderr is None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AttributeError when sys.stderr is None.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock.</title>
<updated>2014-08-29T21:26:36+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-08-29T21:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a64b92edd3b7c9145e014aac9a15821d7b05b71a'/>
<id>a64b92edd3b7c9145e014aac9a15821d7b05b71a</id>
<content type='text'>
Patch by Doug Zongker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Doug Zongker.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20976: pyflakes: Remove unused imports</title>
<updated>2014-03-20T08:16:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-03-20T08:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7fa767e517882f4d3503d168d3a4d4caad317752'/>
<id>7fa767e517882f4d3503d168d3a4d4caad317752</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stray semicolon</title>
<updated>2014-03-17T17:22:41+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-03-17T17:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=10959076247b1e604ea60d1fcaa3801643f0b3e8'/>
<id>10959076247b1e604ea60d1fcaa3801643f0b3e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed a comment to end grammar bikeshedding ;-)</title>
<updated>2013-10-26T16:56:16+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim@python.org</email>
</author>
<published>2013-10-26T16:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a577f1e0f15ca23e2916022009843b4c16ce5c96'/>
<id>a577f1e0f15ca23e2916022009843b4c16ce5c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fiddled Thread.join() to be a little simpler.  Kinda ;-)</title>
<updated>2013-10-26T03:33:52+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim@python.org</email>
</author>
<published>2013-10-26T03:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7bad39f1749a0fe1d916e9870c0ce5efe9bec690'/>
<id>7bad39f1749a0fe1d916e9870c0ce5efe9bec690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19399: fix sporadic test_subprocess failure.</title>
<updated>2013-10-26T01:46:51+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim@python.org</email>
</author>
<published>2013-10-26T01:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e5bb0bf04ded8ab623da08164c43059d3c68bd87'/>
<id>e5bb0bf04ded8ab623da08164c43059d3c68bd87</id>
<content type='text'>
Change Thread.join() with a negative timeout to just return.  The
behavior isn't documented then, but this restores previous
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change Thread.join() with a negative timeout to just return.  The
behavior isn't documented then, but this restores previous
behavior.
</pre>
</div>
</content>
</entry>
</feed>
