<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/PC/python3.def, 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>Add PyType_GetSlot to python3 def file.  Patch courtesy Martin v. Löwis.</title>
<updated>2014-02-10T22:40:04+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-02-10T22:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=71d4e44fd796bed7f534673dcd9b6087ab0ab19a'/>
<id>71d4e44fd796bed7f534673dcd9b6087ab0ab19a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.</title>
<updated>2014-01-04T09:06:28+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2014-01-04T09:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6087646ec0fa64617e7c4a5ba971b7ab5243c5e7'/>
<id>6087646ec0fa64617e7c4a5ba971b7ab5243c5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.</title>
<updated>2014-01-04T09:01:42+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2014-01-04T09:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7476289873677fae9e891a05f03697b4001e2c73'/>
<id>7476289873677fae9e891a05f03697b4001e2c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15422: get rid of PyCFunction_New macro</title>
<updated>2012-12-25T11:32:35+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2012-12-25T11:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0'/>
<id>3ba3a3ee56c142e93d6bbe20ff6bf939212a30f0</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 to 3.4.0 alpha 0.</title>
<updated>2012-09-29T07:34:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2012-09-29T07:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08a9012352933e09b4e5338adbe802b814183758'/>
<id>08a9012352933e09b4e5338adbe802b814183758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #11626: Add _SizeT functions to stable ABI.</title>
<updated>2012-06-23T22:00:30+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2012-06-23T22:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=75aeaa9b18667219bbacbc58ba6efecccef9dfbd'/>
<id>75aeaa9b18667219bbacbc58ba6efecccef9dfbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.</title>
<updated>2012-06-23T21:20:45+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2012-06-23T21:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c56409d3353b8cd4cfc19e0467bbe23fd34fc92'/>
<id>9c56409d3353b8cd4cfc19e0467bbe23fd34fc92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #15042: Add PyState_AddModule and PyState_RemoveModule.</title>
<updated>2012-06-22T10:20:55+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2012-06-22T10:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7800f75827b1be557be16f3b18f5170fbf9fae08'/>
<id>7800f75827b1be557be16f3b18f5170fbf9fae08</id>
<content type='text'>
Add version  guard for Py_LIMITED_API additions.
Issue #15081: Document PyState_FindModule.
Patch by Robin Schreiber.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add version  guard for Py_LIMITED_API additions.
Issue #15081: Document PyState_FindModule.
Patch by Robin Schreiber.
</pre>
</div>
</content>
</entry>
<entry>
<title>More eol-style's</title>
<updated>2011-02-25T14:31:09+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2011-02-25T14:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=71219dad3e89a2f47686b4facef368980abe1f2d'/>
<id>71219dad3e89a2f47686b4facef368980abe1f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More automated version replacement.</title>
<updated>2011-02-20T10:41:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-02-20T10:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa2c61a22279f286e6e3abee0581fe66eb812737'/>
<id>fa2c61a22279f286e6e3abee0581fe66eb812737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
