<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/errors.c, branch v3.5.0b2</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 #22977: Fixed formatting Windows error messages on Wine.</title>
<updated>2015-04-02T06:50:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-02T06:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1399a01b903a6cdf2ecd9d8e479197d94b8b721c'/>
<id>1399a01b903a6cdf2ecd9d8e479197d94b8b721c</id>
<content type='text'>
Patch by Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22977: Fixed formatting Windows error messages on Wine.</title>
<updated>2015-04-02T06:47:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-02T06:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f41f8f99744230beb78efca71033a288107e3547'/>
<id>f41f8f99744230beb78efca71033a288107e3547</id>
<content type='text'>
Patch by Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the</title>
<updated>2015-03-24T11:41:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-24T11:41:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=de821befd4a924adb50458163a14dfe6ea9ed448'/>
<id>de821befd4a924adb50458163a14dfe6ea9ed448</id>
<content type='text'>
current exception because they can run arbitrary Python code and so no
exception must be set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
current exception because they can run arbitrary Python code and so no
exception must be set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23694: Enhance _Py_fopen(), it now raises an exception on error</title>
<updated>2015-03-18T00:39:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2015-03-18T00:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e42ccd2bfd7a05a02c1020b819e4ee5b26041d01'/>
<id>e42ccd2bfd7a05a02c1020b819e4ee5b26041d01</id>
<content type='text'>
* If fopen() fails, OSError is raised with the original filename object.
* The GIL is now released while calling fopen()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* If fopen() fails, OSError is raised with the original filename object.
* The GIL is now released while calling fopen()
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21715: Extracted shared complicated code in the _io module to new</title>
<updated>2014-10-08T19:32:50+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-08T19:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78184af9b5aaf8699bbf6ed1da4607685a4b96de'/>
<id>78184af9b5aaf8699bbf6ed1da4607685a4b96de</id>
<content type='text'>
_PyErr_ChainExceptions() function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_PyErr_ChainExceptions() function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21715: Extracted shared complicated code in the _io module to new</title>
<updated>2014-10-08T19:31:52+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-10-08T19:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e2bd2a718602bf6d6d607fc9a0b7574a18874847'/>
<id>e2bd2a718602bf6d6d607fc9a0b7574a18874847</id>
<content type='text'>
_PyErr_ChainExceptions() function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_PyErr_ChainExceptions() function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.</title>
<updated>2014-09-30T19:16:27+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-09-30T19:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0676a406bf9435a59eaca1a54fa582b0b6b79b9f'/>
<id>0676a406bf9435a59eaca1a54fa582b0b6b79b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.</title>
<updated>2014-02-10T11:43:57+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-02-10T11:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f9f0f12e845034080525c6a80d52215533cb2a4'/>
<id>8f9f0f12e845034080525c6a80d52215533cb2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20517: Functions in the os module that accept two filenames</title>
<updated>2014-02-10T06:05:19+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2014-02-10T06:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b082731fbb413a7ff2412a447698fdd65015fd24'/>
<id>b082731fbb413a7ff2412a447698fdd65015fd24</id>
<content type='text'>
now register both filenames in the exception on failure.
This required adding new C API functions allowing OSError exceptions
to reference two filenames instead of one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now register both filenames in the exception on failure.
This required adding new C API functions allowing OSError exceptions
to reference two filenames instead of one.
</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>
</feed>
