<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/modsupport.c, 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 #20024: Py_BuildValue() now saves/restores the current exception before</title>
<updated>2014-01-21T19:52:17+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-01-21T19:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d854c8e7b14d17d7b0d1508c193fe3db92dd215'/>
<id>2d854c8e7b14d17d7b0d1508c193fe3db92dd215</id>
<content type='text'>
building an item if the build of a previous item failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
building an item if the build of a previous item failed.
</pre>
</div>
</content>
</entry>
<entry>
<title>modsupport.c reuses Py_UNICODE_strlen()</title>
<updated>2011-09-29T02:01:43+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-09-29T02:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d9c563e84d358346fb2abf09addfdc6e8b7c0c99'/>
<id>d9c563e84d358346fb2abf09addfdc6e8b7c0c99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py_BuildValue("C") supports non-BMP characters on narrow build</title>
<updated>2011-07-14T23:13:24+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2011-07-14T23:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ecf4fdad50da72f6fcd4324436d0cf3f98053c12'/>
<id>ecf4fdad50da72f6fcd4324436d0cf3f98053c12</id>
<content type='text'>
Py_BuildValue("C") doesn't have to check the code point,
PyUnicode_FromOrdinal() checks its input and now supports non-BMP characters
(range U+10000-U+10FFFF).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Py_BuildValue("C") doesn't have to check the code point,
PyUnicode_FromOrdinal() checks its input and now supports non-BMP characters
(range U+10000-U+10FFFF).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99</title>
<updated>2010-08-11T17:31:17+00:00</updated>
<author>
<name>Alexander Belopolsky</name>
<email>alexander.belopolsky@gmail.com</email>
</author>
<published>2010-08-11T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f0f45142d52436d26ce8ed888c73496949caae90'/>
<id>f0f45142d52436d26ce8ed888c73496949caae90</id>
<content type='text'>
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
va_copy, but available on all python platforms.  Untabified a few
unrelated files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#</title>
<updated>2010-06-07T19:57:46+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-07T19:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7eeb5b5e5017cf1354b084327b49390044946069'/>
<id>7eeb5b5e5017cf1354b084327b49390044946069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recorded merge of revisions 81029 via svnmerge from</title>
<updated>2010-05-09T15:52:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T15:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f95a1b3c53bdd678b64aa608d4375660033460c3'/>
<id>f95a1b3c53bdd678b64aa608d4375660033460c3</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)</title>
<updated>2009-10-18T14:25:35+00:00</updated>
<author>
<name>Skip Montanaro</name>
<email>skip@pobox.com</email>
</author>
<published>2009-10-18T14:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ba1e0f46ab5a83be1a367b0eadb2f783e06228b3'/>
<id>ba1e0f46ab5a83be1a367b0eadb2f783e06228b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py_BuildValue's 'c' code should use byte strings #5666</title>
<updated>2009-04-03T22:18:11+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2009-04-03T22:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a921fb0f66e082a61277e97e1326a26fa59be3f0'/>
<id>a921fb0f66e082a61277e97e1326a26fa59be3f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a typo during previous checkin.</title>
<updated>2008-07-04T21:34:47+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-07-04T21:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a073e33746ba6842850d1aa7833fcfaf1d1e74b7'/>
<id>a073e33746ba6842850d1aa7833fcfaf1d1e74b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range</title>
<updated>2008-07-04T21:26:43+00:00</updated>
<author>
<name>Amaury Forgeot d'Arc</name>
<email>amauryfa@gmail.com</email>
</author>
<published>2008-07-04T21:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a4db68622c585e1bb526ef89f5d5ccf602906110'/>
<id>a4db68622c585e1bb526ef89f5d5ccf602906110</id>
<content type='text'>
even on "narrow Unicode" builds; the result is a pair of UTF-16 surrogates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even on "narrow Unicode" builds; the result is a pair of UTF-16 surrogates.
</pre>
</div>
</content>
</entry>
</feed>
