<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_complex.py, branch benjamin-interp-initialize</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>bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)</title>
<updated>2018-07-14T03:06:43+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2018-07-14T03:06:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=16dfca4d829e45f36e71bf43f83226659ce49315'/>
<id>16dfca4d829e45f36e71bf43f83226659ce49315</id>
<content type='text'>
`_PyUnicode_TransformDecimalAndSpaceToASCII()` missed trailing NUL char.
It caused buffer overflow in `_Py_string_to_number_with_underscores()`.

This bug is introduced in 9b6c60cb.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`_PyUnicode_TransformDecimalAndSpaceToASCII()` missed trailing NUL char.
It caused buffer overflow in `_Py_string_to_number_with_underscores()`.

This bug is introduced in 9b6c60cb.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798)</title>
<updated>2017-03-24T19:28:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-03-24T19:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=671079ef6063fe227460a6c3114625fb6282bbd0'/>
<id>671079ef6063fe227460a6c3114625fb6282bbd0</id>
<content type='text'>
In a future versions of Python this can be an error.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a future versions of Python this can be an error.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29602: fix signed zero handling in complex constructor. (#203)</title>
<updated>2017-02-20T20:28:15+00:00</updated>
<author>
<name>Mark Dickinson</name>
<email>mdickinson@enthought.com</email>
</author>
<published>2017-02-20T20:28:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=112ec38c15b388fe025ccb85369a584d218b1160'/>
<id>112ec38c15b388fe025ccb85369a584d218b1160</id>
<content type='text'>
* Fix incorrect handling of signed zeros for complex-related classes.

* Add Misc/NEWS entry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix incorrect handling of signed zeros for complex-related classes.

* Add Misc/NEWS entry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28203: Merge from 3.5</title>
<updated>2016-09-24T14:28:34+00:00</updated>
<author>
<name>Mark Dickinson</name>
<email>dickinsm@gmail.com</email>
</author>
<published>2016-09-24T14:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6997946ec45378b3e9aa7d2f8c500bbcb9821739'/>
<id>6997946ec45378b3e9aa7d2f8c500bbcb9821739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.</title>
<updated>2016-09-24T14:26:36+00:00</updated>
<author>
<name>Mark Dickinson</name>
<email>dickinsm@gmail.com</email>
</author>
<published>2016-09-24T14:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=613f8e513cf171a335318221b6050d470a1d765f'/>
<id>613f8e513cf171a335318221b6050d470a1d765f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26331: Implement the parsing part of PEP 515.</title>
<updated>2016-09-09T21:57:09+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2016-09-09T21:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a721abac299bb6529021000a71847486d531b41a'/>
<id>a721abac299bb6529021000a71847486d531b41a</id>
<content type='text'>
Thanks to Georg Brandl for the patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Georg Brandl for the patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).</title>
<updated>2014-10-10T21:49:32+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-10-10T21:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9086f9260f1f48a231cba4e7123eb7ac8159ba40'/>
<id>9086f9260f1f48a231cba4e7123eb7ac8159ba40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#17080: improve error message of float/complex when the wrong type is passed.</title>
<updated>2013-11-07T17:18:34+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2013-11-07T17:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a5b9599538083468cffee3c052e15dd541c4bbd5'/>
<id>a5b9599538083468cffee3c052e15dd541c4bbd5</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 (#19116)</title>
<updated>2013-09-29T14:50:24+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-09-29T14:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3dcdacfe6a698d955866bb3971c687aacc4dd892'/>
<id>3dcdacfe6a698d955866bb3971c687aacc4dd892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>combine two tests to avoid duplicate names (closes #19116)</title>
<updated>2013-09-29T14:50:15+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-09-29T14:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=db0601f8716cfd035aa0957a63c6ddaf1fc03e93'/>
<id>db0601f8716cfd035aa0957a63c6ddaf1fc03e93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
