<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/traceback.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>Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.</title>
<updated>2015-06-21T12:59:46+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-06-21T12:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73c95f194975a9a6226f3f6fd87352e7337a20dd'/>
<id>73c95f194975a9a6226f3f6fd87352e7337a20dd</id>
<content type='text'>
Patch by Michael Ensslin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Michael Ensslin.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(),</title>
<updated>2015-03-25T01:25:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-25T01:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=81f241ab2e19db9e421a300c00f9fb1c4e0003df'/>
<id>81f241ab2e19db9e421a300c00f9fb1c4e0003df</id>
<content type='text'>
close the binary file to fix a resource warning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
close the binary file to fix a resource warning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if</title>
<updated>2014-10-30T09:17:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-10-30T09:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5e78f4daa8d4d6b2813401fbb6846929941e9a57'/>
<id>5e78f4daa8d4d6b2813401fbb6846929941e9a57</id>
<content type='text'>
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyFile_GetLine() failed. Patch written by Xavier de Gaye.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.</title>
<updated>2014-10-08T18:00:09+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-10-08T18:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0ddbf4795f40d2d3386dc56ffa264b50a015f6c9'/>
<id>0ddbf4795f40d2d3386dc56ffa264b50a015f6c9</id>
<content type='text'>
Initial patch by Mark Shannon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Mark Shannon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear</title>
<updated>2013-12-19T12:39:32+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-12-19T12:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5272fa9c5707b3cdcd6f49fdaf595b21bec6b2bd'/>
<id>5272fa9c5707b3cdcd6f49fdaf595b21bec6b2bd</id>
<content type='text'>
the exception to not call open() with an exception set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the exception to not call open() with an exception set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19512, #19515: remove shared identifiers, move identifiers where they</title>
<updated>2013-11-07T22:07:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-07T22:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd303c165bc914fc943026ece55f4ebd225614c9'/>
<id>bd303c165bc914fc943026ece55f4ebd225614c9</id>
<content type='text'>
are used.

Move also _Py_IDENTIFIER() defintions to the top in modified files to remove
identifiers duplicated in the same file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are used.

Move also _Py_IDENTIFIER() defintions to the top in modified files to remove
identifiers duplicated in the same file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19512: add some common identifiers to only create common strings once,</title>
<updated>2013-11-06T21:41:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-06T21:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=090543736fa86c676252de7a44e6a7c6f347164e'/>
<id>090543736fa86c676252de7a44e6a7c6f347164e</id>
<content type='text'>
instead of creating temporary Unicode string objects

Add also more identifiers in pythonrun.c to avoid temporary Unicode string
objets for the interactive interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of creating temporary Unicode string objects

Add also more identifiers in pythonrun.c to avoid temporary Unicode string
objets for the interactive interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down.</title>
<updated>2013-10-21T01:21:02+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@dropbox.com</email>
</author>
<published>2013-10-21T01:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7be5d7d0e0f3afda46dad9a76f4981e9161d20ce'/>
<id>7be5d7d0e0f3afda46dad9a76f4981e9161d20ce</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</title>
<updated>2013-07-21T20:29:42+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-07-21T20:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c3e10c237b977ef7e180085f9ba04f58b663b122'/>
<id>c3e10c237b977ef7e180085f9ba04f58b663b122</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix spacing</title>
<updated>2013-07-21T20:29:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-07-21T20:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0f9b7d32c73dd4e729fbb7f779f99f4e84644578'/>
<id>0f9b7d32c73dd4e729fbb7f779f99f4e84644578</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
