<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/Python-ast.h, branch zooba-patch-1</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 #2333: Backport set and dict comprehensions syntax.</title>
<updated>2010-01-11T22:36:12+00:00</updated>
<author>
<name>Alexandre Vassalotti</name>
<email>alexandre@peadrop.com</email>
</author>
<published>2010-01-11T22:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b646547bb45fe1df6abefd94f892c633798d91d2'/>
<id>b646547bb45fe1df6abefd94f892c633798d91d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #2335: Backport set literals syntax from Python 3.x.</title>
<updated>2010-01-09T23:35:54+00:00</updated>
<author>
<name>Alexandre Vassalotti</name>
<email>alexandre@peadrop.com</email>
</author>
<published>2010-01-09T23:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ee936a21308679654b2d458166ff094ed735fef7'/>
<id>ee936a21308679654b2d458166ff094ed735fef7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.</title>
<updated>2008-03-30T06:40:17+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-03-30T06:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a48f3ab8951fa97844f2a4fa368483af968b7b73'/>
<id>a48f3ab8951fa97844f2a4fa368483af968b7b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly check for consistency with the third argument of</title>
<updated>2008-03-29T13:24:23+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-03-29T13:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f2bfd54d6f2acde253ae24805edf116c372bd81e'/>
<id>f2bfd54d6f2acde253ae24805edf116c372bd81e</id>
<content type='text'>
compile() when compiling an AST node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compile() when compiling an AST node.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #1810 by Thomas Lee, reviewed by myself:</title>
<updated>2008-03-28T12:11:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-03-28T12:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fc8eef3c78200593c9c70974e48ab859779c607a'/>
<id>fc8eef3c78200593c9c70974e48ab859779c607a</id>
<content type='text'>
allow compiling Python AST objects into code objects
in compile().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allow compiling Python AST objects into code objects
in compile().
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch #1759: Backport of PEP 3129 class decorators</title>
<updated>2008-02-23T15:01:05+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2008-02-23T15:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5224d28d38eb784f17c2fed3f48368285df6d17a'/>
<id>5224d28d38eb784f17c2fed3f48368285df6d17a</id>
<content type='text'>
with some help from Georg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with some help from Georg
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c</title>
<updated>2007-02-12T03:51:02+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>bcannon@gmail.com</email>
</author>
<published>2007-02-12T03:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0db62aaf0987db16fc36d3331786168a70ccda8b'/>
<id>0db62aaf0987db16fc36d3331786168a70ccda8b</id>
<content type='text'>
is specified at the top of the file.  Also add a note that Python/Python-ast.c
needs to be committed separately after a change to the AST grammar to capture
the revision number of the change (which is what __version__ is set to).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is specified at the top of the file.  Also add a note that Python/Python-ast.c
needs to be committed separately after a change to the AST grammar to capture
the revision number of the change (which is what __version__ is set to).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix AST symbols with _Py_. Fixes #1637022.</title>
<updated>2007-01-19T06:42:22+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2007-01-19T06:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8'/>
<id>4885e7d09833bbacbfcfc6d9df8488ccb87e8eb8</id>
<content type='text'>
Will backport.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will backport.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce asdl_int_seq, to hold cmpop_ty.</title>
<updated>2006-04-13T12:29:43+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2006-04-13T12:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0cc56e5c59bbc9d839d1468f8b51ea9391e8852a'/>
<id>0cc56e5c59bbc9d839d1468f8b51ea9391e8852a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _kind types global for C++ compilation.</title>
<updated>2006-04-11T08:06:50+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2006-04-11T08:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=01b810106c348db2e3242126adf655b686aa2a1c'/>
<id>01b810106c348db2e3242126adf655b686aa2a1c</id>
<content type='text'>
Explicitly cast void* to int to cmpop_ty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitly cast void* to int to cmpop_ty.
</pre>
</div>
</content>
</entry>
</feed>
