<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/getargs.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>Fixed error message for the "u#" format code.</title>
<updated>2015-04-19T18:11:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-19T18:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6e53dab8677fae3f6d00053b0102f8031751587'/>
<id>d6e53dab8677fae3f6d00053b0102f8031751587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22581: Use more "bytes-like object" throughout the docs and comments.</title>
<updated>2014-12-05T20:25:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-05T20:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b757c83ec626442a8804b9417790443bf13b4fc8'/>
<id>b757c83ec626442a8804b9417790443bf13b4fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dynamic initializer lists for c89 compliance (closes #20595)</title>
<updated>2014-02-11T15:09:27+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-02-11T15:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=40be9e5100b652f93d6dcc2724615c8e57530e47'/>
<id>40be9e5100b652f93d6dcc2724615c8e57530e47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20294: Argument Clinic now supports argument parsing for __new__ and</title>
<updated>2014-01-19T07:50:21+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-01-19T07:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7ccb204236dca49f3d8d119aa84631f519add09'/>
<id>b7ccb204236dca49f3d8d119aa84631f519add09</id>
<content type='text'>
__init__ functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__init__ functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is</title>
<updated>2013-11-18T01:05:31+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-18T01:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb29ec5f74506add92cc8103b31c0abb1d99afcb'/>
<id>cb29ec5f74506add92cc8103b31c0abb1d99afcb</id>
<content type='text'>
portable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
portable
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Py_ssize_t type for sizes in getargs.c</title>
<updated>2013-11-18T00:21:12+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-18T00:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74387f5cac59d9cdafdd98e91f796d4731bd533a'/>
<id>74387f5cac59d9cdafdd98e91f796d4731bd533a</id>
<content type='text'>
Fix compiler warnings on Windows 64-bit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compiler warnings on Windows 64-bit
</pre>
</div>
</content>
</entry>
<entry>
<title>remove an outdated comment</title>
<updated>2013-11-06T23:53:56+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-06T23:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=79ed4c744a0dc67941f539b3a7883dfe80ca24e8'/>
<id>79ed4c744a0dc67941f539b3a7883dfe80ca24e8</id>
<content type='text'>
The comment is meaningless since changeset 4e985a96a612.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comment is meaningless since changeset 4e985a96a612.
</pre>
</div>
</content>
</entry>
<entry>
<title>Re #18521: move array bounds check before array access.</title>
<updated>2013-10-14T05:01:11+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-14T05:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=142ad666dc68e2b4309b859802c4e57734b97a94'/>
<id>142ad666dc68e2b4309b859802c4e57734b97a94</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: Fix compilater warnings on Windows 64-bit</title>
<updated>2013-06-04T23:18:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-06-04T23:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9550ef30e3324c0032b09e81088457c45244901d'/>
<id>9550ef30e3324c0032b09e81088457c45244901d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PY_FORMAT_SIZE_T because Visual Studio does not understand %zd format.</title>
<updated>2013-05-18T16:35:19+00:00</updated>
<author>
<name>Richard Oudkerk</name>
<email>shibturn@gmail.com</email>
</author>
<published>2013-05-18T16:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25296ce5de6501ac3eb3ed2631288b63c3ad61c7'/>
<id>25296ce5de6501ac3eb3ed2631288b63c3ad61c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
