<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include, branch v2.3.6</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>update patchlevel.h correctly, this time</title>
<updated>2006-11-01T07:07:27+00:00</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-11-01T07:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=427f6ca969cbc0cb506af69e38da34f25da858a8'/>
<id>427f6ca969cbc0cb506af69e38da34f25da858a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updates for 2.3.6 final</title>
<updated>2006-11-01T07:04:56+00:00</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-11-01T07:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5c099d7ce1369f152441ce2ee8703315baffdb3f'/>
<id>5c099d7ce1369f152441ce2ee8703315baffdb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>preparing for 2.3.6c1</title>
<updated>2006-10-23T15:27:22+00:00</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-10-23T15:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f839d5b23eff11af3d124d3f38d917cdac6830d'/>
<id>9f839d5b23eff11af3d124d3f38d917cdac6830d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.3.5 final</title>
<updated>2005-02-08T11:37:01+00:00</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2005-02-08T11:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd5264d066242a2cd84633007465c3527ac3e34a'/>
<id>bd5264d066242a2cd84633007465c3527ac3e34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version number</title>
<updated>2005-02-08T05:58:05+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2005-02-08T05:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=667486003c9eb6535355beef92eb767504e4f9d2'/>
<id>667486003c9eb6535355beef92eb767504e4f9d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version number to prepare for a release</title>
<updated>2005-01-25T07:53:30+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2005-01-25T07:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bac3d91cad7a08f05ab225b995d8da22c88c2e69'/>
<id>bac3d91cad7a08f05ab225b995d8da22c88c2e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SF 1055820: weakref callback vs gc vs threads</title>
<updated>2004-10-31T00:13:07+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2004-10-31T00:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7d37a2a564c18ea4e6b66b5622cfeee56666f900'/>
<id>7d37a2a564c18ea4e6b66b5622cfeee56666f900</id>
<content type='text'>
In cyclic gc, clear all weakrefs to unreachable objects before allowing any
Python code (weakref callbacks or __del__ methods) to run.

This is a critical bugfix, affecting all versions of Python since weakrefs
were introduced.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In cyclic gc, clear all weakrefs to unreachable objects before allowing any
Python code (weakref callbacks or __del__ methods) to run.

This is a critical bugfix, affecting all versions of Python since weakrefs
were introduced.
</pre>
</div>
</content>
</entry>
<entry>
<title>update version number since changes have been made since the release</title>
<updated>2004-06-09T14:56:12+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2004-06-09T14:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e66bb93df039c2a448f5e775d2c30db1dace53bb'/>
<id>e66bb93df039c2a448f5e775d2c30db1dace53bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update version number for 2.3.4 final</title>
<updated>2004-05-19T03:14:27+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2004-05-19T03:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6cf54e59b6c87bb246733e44d9cb89c945d85a20'/>
<id>6cf54e59b6c87bb246733e44d9cb89c945d85a20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update the version information in preparation for release</title>
<updated>2004-05-11T15:21:20+00:00</updated>
<author>
<name>Fred Drake</name>
<email>fdrake@acm.org</email>
</author>
<published>2004-05-11T15:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e1ba47aa66d773ee0ddeb57debe537dbdd9a96a1'/>
<id>e1ba47aa66d773ee0ddeb57debe537dbdd9a96a1</id>
<content type='text'>
(the documentation tools use this)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(the documentation tools use this)
</pre>
</div>
</content>
</entry>
</feed>
