<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include, branch v3.2.1rc2</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>Bump to 3.2.1rc2.</title>
<updated>2011-07-03T07:41:27+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-07-03T07:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d4fa7ed8db45f8c2d3c01ebb30ac931191e31606'/>
<id>d4fa7ed8db45f8c2d3c01ebb30ac931191e31606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up branch to be rc2 next.</title>
<updated>2011-05-21T15:36:20+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-05-21T15:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0793670440f8cf03661597da04062159728d335'/>
<id>d0793670440f8cf03661597da04062159728d335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.2.1rc1.</title>
<updated>2011-05-15T15:52:42+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-05-15T15:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5673e27e722566441137ffb46de091ea86e933a7'/>
<id>5673e27e722566441137ffb46de091ea86e933a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.2.1b1.</title>
<updated>2011-05-08T07:03:36+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-05-08T07:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4'/>
<id>cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1856: Avoid crashes and lockups when daemon threads run while the</title>
<updated>2011-05-04T18:02:30+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-05-04T18:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0d5e52d3469a310001afe50689f77ddba6d554d1'/>
<id>0d5e52d3469a310001afe50689f77ddba6d554d1</id>
<content type='text'>
interpreter is shutting down; instead, these threads are now killed when
they try to take the GIL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interpreter is shutting down; instead, these threads are now killed when
they try to take the GIL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10914: Initialize correctly the filesystem codec when creating a new</title>
<updated>2011-04-26T22:24:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-04-26T22:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3cbf14bfb11ce1f7f94a2a8e69161a621a200a5d'/>
<id>3cbf14bfb11ce1f7f94a2a8e69161a621a200a5d</id>
<content type='text'>
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
the ISO-8859-15 codec.

Add fscodec_initialized attribute to the PyInterpreterState structure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
the ISO-8859-15 codec.

Add fscodec_initialized attribute to the PyInterpreterState structure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*</title>
<updated>2011-04-27T17:28:05+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-04-27T17:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0c759febb660ad3dabc976383e24c28658dfda39'/>
<id>0c759febb660ad3dabc976383e24c28658dfda39</id>
<content type='text'>
APIs, to avoid a crash with the pthread implementation in RHEL 5.  Patch
by Charles-François Natali.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
APIs, to avoid a crash with the pthread implementation in RHEL 5.  Patch
by Charles-François Natali.
</pre>
</div>
</content>
</entry>
<entry>
<title>#11565: Merge with 3.1.</title>
<updated>2011-03-16T09:35:38+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-16T09:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3b3499ba69341a49fc842ce0d4a2f66fcb249a04'/>
<id>3b3499ba69341a49fc842ce0d4a2f66fcb249a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#11565: Fix several typos. Patch by Piotr Kasprzyk.</title>
<updated>2011-03-16T09:05:33+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2011-03-16T09:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13925008dc11f2a235627dc8c0440c0ce99171d9'/>
<id>13925008dc11f2a235627dc8c0440c0ce99171d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.1</title>
<updated>2011-03-15T20:04:06+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2011-03-15T20:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=274f5fa5010994ba9ddca6181b16ae751df17976'/>
<id>274f5fa5010994ba9ddca6181b16ae751df17976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
