<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/Python-ast.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>merge 3.3 (#20588)</title>
<updated>2014-02-11T03:41:40+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-02-11T03:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42ec031fe75601710b4edbfe7e617b97b4948de6'/>
<id>42ec031fe75601710b4edbfe7e617b97b4948de6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't put runtime values in array initializer for C89 compliance (closes #20588)</title>
<updated>2014-02-11T03:19:02+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-02-11T03:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c2f665e721e4e4629cc4a2c5eb6464c3dc7325e3'/>
<id>c2f665e721e4e4629cc4a2c5eb6464c3dc7325e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".</title>
<updated>2013-10-12T20:52:43+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-10-12T20:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d01d396e7f9db2b3c362fe48a07cd55420dce030'/>
<id>d01d396e7f9db2b3c362fe48a07cd55420dce030</id>
<content type='text'>
("make smelly" now clean)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
("make smelly" now clean)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().</title>
<updated>2013-07-26T22:33:35+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-07-26T22:33:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7f1b38deab39cb55781c9ebc22abd273ca21480'/>
<id>b7f1b38deab39cb55781c9ebc22abd273ca21480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().</title>
<updated>2013-07-26T22:33:13+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-07-26T22:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70c94e7896bc46c81e7b9648bde4745ce874f552'/>
<id>70c94e7896bc46c81e7b9648bde4745ce874f552</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()</title>
<updated>2013-07-26T22:04:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T22:04:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b318990cacb02b6f59f0b529cb3e6014f4b1c9fd'/>
<id>b318990cacb02b6f59f0b529cb3e6014f4b1c9fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parser/asdl_c.py: use Py_CLEAR()</title>
<updated>2013-07-26T22:03:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T22:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1acc129d48121cc7ce5860e6825f14bdb8ea6d09'/>
<id>1acc129d48121cc7ce5860e6825f14bdb8ea6d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"</title>
<updated>2013-07-26T22:01:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T22:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ee4b59c0f8d60161380284b897e7f650a1abb638'/>
<id>ee4b59c0f8d60161380284b897e7f650a1abb638</id>
<content type='text'>
Replace 8 spaces with 4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 8 spaces with 4.
</pre>
</div>
</content>
</entry>
<entry>
<title>According to the PEP 7, C code must "use 4-space indents"</title>
<updated>2013-07-26T22:00:36+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-26T22:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce72e1ce6c7175ba7262e6348e64b05253a71e1a'/>
<id>ce72e1ce6c7175ba7262e6348e64b05253a71e1a</id>
<content type='text'>
Replace 8 spaces with 4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace 8 spaces with 4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)</title>
<updated>2013-07-16T22:17:15+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-16T22:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bdf630c4a7e01141b0253a19c6cfc05a2dfc4e1b'/>
<id>bdf630c4a7e01141b0253a19c6cfc05a2dfc4e1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
