<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/symtable.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>remove dead *-import checking code (closes #24049)</title>
<updated>2015-04-24T16:02:29+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-04-24T16:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9bdd61338d5a03cb2d8a677c646df20f64fef30e'/>
<id>9bdd61338d5a03cb2d8a677c646df20f64fef30e</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 (#19098)</title>
<updated>2013-09-27T02:21:41+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-09-27T02:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c30d05855a0c617dd7d4a1cc2181c196aee8e3a5'/>
<id>c30d05855a0c617dd7d4a1cc2181c196aee8e3a5</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 scale compiler stack frames if the recursion limit is huge (closes #19098)</title>
<updated>2013-09-27T02:17:45+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-09-27T02:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=305e5aac85d8350ef8501b5e53b91555b3d75b84'/>
<id>305e5aac85d8350ef8501b5e53b91555b3d75b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #11619: The parser and the import machinery do not encode Unicode</title>
<updated>2013-08-26T20:28:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-08-26T20:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=14e461d5b92000ec4e89182fa25ab0d5b5b31234'/>
<id>14e461d5b92000ec4e89182fa25ab0d5b5b31234</id>
<content type='text'>
filenames anymore on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
filenames anymore on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18408: ste_new() initialize all attributes before handling error</title>
<updated>2013-07-11T20:49:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-07-11T20:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9a4fb669668843de94c82c9e6de86a2ffa865eb7'/>
<id>9a4fb669668843de94c82c9e6de86a2ffa865eb7</id>
<content type='text'>
If an attribute is not initialized, the destructor can crash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If an attribute is not initialized, the destructor can crash
</pre>
</div>
</content>
</entry>
<entry>
<title>move definition to top of block</title>
<updated>2013-05-17T00:38:22+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-05-17T00:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e2135c615842183bfbc5733e423ad6c4577af0e6'/>
<id>e2135c615842183bfbc5733e423ad6c4577af0e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rather than passing locals to the class body, just execute the class body in the proper environment</title>
<updated>2013-05-16T19:37:25+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-05-16T19:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e8e14591ebb729b4fa19626ce245fa0811cf6f32'/>
<id>e8e14591ebb729b4fa19626ce245fa0811cf6f32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>complain about "global __class__" in a class body (closes #17983)</title>
<updated>2013-05-15T21:17:25+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-05-15T21:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1e93b060077db01ceca0cdbad00ff358fee6f104'/>
<id>1e93b060077db01ceca0cdbad00ff358fee6f104</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hide the __class__ closure from the class body (#12370)</title>
<updated>2013-05-15T20:26:42+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-05-15T20:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=312595ce3a75e91d53222e486dfdd6f3668422ca'/>
<id>312595ce3a75e91d53222e486dfdd6f3668422ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unify some ast.argument's attrs; change Attribute column offset (closes #16795)</title>
<updated>2013-03-18T17:48:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-03-18T17:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cda75be02a79686a8e634576600814271536bc1a'/>
<id>cda75be02a79686a8e634576600814271536bc1a</id>
<content type='text'>
Patch from Sven Brauch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Sven Brauch.
</pre>
</div>
</content>
</entry>
</feed>
