<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Python, branch v3.2</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>#730467: Another small AIX fix.</title>
<updated>2011-02-15T19:48:59Z</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-02-15T19:48:59Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=59e87bd2515be932f39167b3a8302d3ba4b9de35'/>
<id>59e87bd2515be932f39167b3a8302d3ba4b9de35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.</title>
<updated>2011-01-15T11:37:11Z</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-01-15T11:37:11Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=6a002c02dad9e33847f6f123be499c998e40cccf'/>
<id>6a002c02dad9e33847f6f123be499c998e40cccf</id>
<content type='text'>
(we need some tests for this)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(we need some tests for this)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #10655: Fix the build on PowerPC on Linux with GCC when building with</title>
<updated>2011-01-06T17:01:36Z</updated>
<author>
<name>David Malcolm</name>
<email>dmalcolm@redhat.com</email>
</author>
<published>2011-01-06T17:01:36Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=f1397ad3999b9a12b47ecc17ba2c7b5bce0a9f2e'/>
<id>f1397ad3999b9a12b47ecc17ba2c7b5bce0a9f2e</id>
<content type='text'>
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC
support now looks for "__powerpc__" as well as "__ppc__": the latter seems to
only be present on OS X; the former is the correct one for Linux with GCC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC
support now looks for "__powerpc__" as well as "__ppc__": the latter seems to
only be present on OS X; the former is the correct one for Linux with GCC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix count of flag fields.  Being one short caused the 'quiet' option not to print.</title>
<updated>2011-01-05T20:08:25Z</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2011-01-05T20:08:25Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=90e8f8cd9b18fd18581a1ee01664f50852fe68f8'/>
<id>90e8f8cd9b18fd18581a1ee01664f50852fe68f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #9566: use Py_ssize_t instead of int</title>
<updated>2011-01-04T12:59:15Z</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T12:59:15Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=0fcab4a3ed5e39769609b60d6179c4c801e45985'/>
<id>0fcab4a3ed5e39769609b60d6179c4c801e45985</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred</title>
<updated>2011-01-04T11:16:49Z</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T11:16:49Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=6ab8e8298eba1d52debc53d6e6a38d419bb255c0'/>
<id>6ab8e8298eba1d52debc53d6e6a38d419bb255c0</id>
<content type='text'>
Return msgbug on error is enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Return msgbug on error is enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8992: Simplify addcleanup() API</title>
<updated>2011-01-04T11:16:48Z</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T11:16:48Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=a093d0d6a92147bd0d024afdf03474c14b5b4594'/>
<id>a093d0d6a92147bd0d024afdf03474c14b5b4594</id>
<content type='text'>
Don't need to handle unknown destructor anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't need to handle unknown destructor anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file</title>
<updated>2011-01-04T02:07:34Z</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-01-04T02:07:34Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=b3c9e073fc7b93529ceb0af520d148385e6f63f7'/>
<id>b3c9e073fc7b93529ceb0af520d148385e6f63f7</id>
<content type='text'>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
(length bigger than 2^31-1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int
(length bigger than 2^31-1).
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright to 2011</title>
<updated>2011-01-01T14:28:31Z</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2011-01-01T14:28:31Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=834cb394c3af3fb9f1b7f5ae88d466634446460a'/>
<id>834cb394c3af3fb9f1b7f5ae88d466634446460a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.</title>
<updated>2010-12-28T18:30:18Z</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-12-28T18:30:18Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=8aa7e999b5ab87cdbefe441649c223647875c110'/>
<id>8aa7e999b5ab87cdbefe441649c223647875c110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
