<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/errors.c, branch v3.2.1rc2</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 #10780: PyErr_SetFromWindowsErrWithFilename() and</title>
<updated>2010-12-28T00:28:21+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-12-28T00:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=92be939695a43f039f3ef0d0d5fe55dc67607f70'/>
<id>92be939695a43f039f3ef0d0d5fe55dc67607f70</id>
<content type='text'>
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
filesystem encoding instead of UTF-8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the
filesystem encoding instead of UTF-8.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #5437: A preallocated MemoryError instance should not hold traceback</title>
<updated>2010-10-28T22:56:58+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-10-28T22:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=07e20ef50b52d2359213bc5d91f809a76cfd1524'/>
<id>07e20ef50b52d2359213bc5d91f809a76cfd1524</id>
<content type='text'>
data (including local variables caught in the stack trace) alive infinitely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
data (including local variables caught in the stack trace) alive infinitely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new warning gategory, ResourceWarning, as discussed on python-dev.  It is silent by default,</title>
<updated>2010-10-24T15:11:22+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-10-24T15:11:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08be72d0aa0112118b79d271479598c218adfd23'/>
<id>08be72d0aa0112118b79d271479598c218adfd23</id>
<content type='text'>
except when configured --with-pydebug.

Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
except when configured --with-pydebug.

Emit this warning from the GC shutdown procedure, rather than just printing to stderr.
</pre>
</div>
</content>
</entry>
<entry>
<title>PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of</title>
<updated>2010-10-17T19:03:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-10-17T19:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15a71cdad2537b9ffcfe7216ea9af61d7888db98'/>
<id>15a71cdad2537b9ffcfe7216ea9af61d7888db98</id>
<content type='text'>
PyUnicode_FromString(), to decode the filename.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyUnicode_FromString(), to decode the filename.
</pre>
</div>
</content>
</entry>
<entry>
<title>add PyErr_SyntaxLocationEx, to support adding a column offset</title>
<updated>2010-09-20T22:42:10+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2010-09-20T22:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2c53971b37cd69f45d52c498c953734f961deb77'/>
<id>2c53971b37cd69f45d52c498c953734f961deb77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#</title>
<updated>2010-06-07T19:57:46+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-06-07T19:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7eeb5b5e5017cf1354b084327b49390044946069'/>
<id>7eeb5b5e5017cf1354b084327b49390044946069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make PyErr_Occurred return NULL if there is no current thread.  Previously it</title>
<updated>2010-05-13T18:31:05+00:00</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@gmail.com</email>
</author>
<published>2010-05-13T18:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8e0bdfd1d473ddffaf3501768678f8a970019da8'/>
<id>8e0bdfd1d473ddffaf3501768678f8a970019da8</id>
<content type='text'>
would Py_FatalError, which called PyErr_Occurred, resulting in a semi-infinite
recursion.

Fixes issue 3605.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
would Py_FatalError, which called PyErr_Occurred, resulting in a semi-infinite
recursion.

Fixes issue 3605.
</pre>
</div>
</content>
</entry>
<entry>
<title>Recorded merge of revisions 81029 via svnmerge from</title>
<updated>2010-05-09T15:52:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T15:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f95a1b3c53bdd678b64aa608d4375660033460c3'/>
<id>f95a1b3c53bdd678b64aa608d4375660033460c3</id>
<content type='text'>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines

  Untabify C files. Will watch buildbots.
........
</pre>
</div>
</content>
</entry>
<entry>
<title>PyErr_SetFromErrnoWithFilename() decodes the filename using</title>
<updated>2010-05-08T00:35:33+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@haypocalc.com</email>
</author>
<published>2010-05-08T00:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8d93e49a93fbea491cd3e9598bc1f308b52a9366'/>
<id>8d93e49a93fbea491cd3e9598bc1f308b52a9366</id>
<content type='text'>
PyUnicode_DecodeFSDefault() instead of PyUnicode_FromString()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyUnicode_DecodeFSDefault() instead of PyUnicode_FromString()
</pre>
</div>
</content>
</entry>
<entry>
<title>Poor PLAN9, it isn't supported</title>
<updated>2010-02-22T19:41:37+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-02-22T19:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dc8c2adad6af2e3c8cd120cb6498816dc1b5b2d2'/>
<id>dc8c2adad6af2e3c8cd120cb6498816dc1b5b2d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
