<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/bytesobject.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>bpo-30657: Fix CVE-2017-1000158 (#4758)</title>
<updated>2017-12-08T21:34:44+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2017-12-08T21:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c004b40f9d51872d848981ef1a18bb08c2dfc42'/>
<id>6c004b40f9d51872d848981ef1a18bb08c2dfc42</id>
<content type='text'>
Fixes possible integer overflow in PyBytes_DecodeEscape.

Co-Authored-By: Jay Bosamiya &lt;jaybosamiya@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes possible integer overflow in PyBytes_DecodeEscape.

Co-Authored-By: Jay Bosamiya &lt;jaybosamiya@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24731: Fixed crash on converting objects with special methods</title>
<updated>2015-11-25T13:47:01+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-25T13:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15095800a381a396cbc077cb5320203a8feae51a'/>
<id>15095800a381a396cbc077cb5320203a8feae51a</id>
<content type='text'>
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__bytes__, __trunc__, and __float__ returning instances of subclasses of
bytes, int, and float to subclasses of bytes, int, and float correspondingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),</title>
<updated>2015-05-30T14:45:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-30T14:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa494fd88384acc52cf9292d0c89e2961c8f747f'/>
<id>fa494fd88384acc52cf9292d0c89e2961c8f747f</id>
<content type='text'>
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.</title>
<updated>2015-03-10T21:32:00+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2015-03-10T21:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a654510150cb738b61033c32e30bd4be9f0ed6ed'/>
<id>a654510150cb738b61033c32e30bd4be9f0ed6ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()</title>
<updated>2015-02-02T23:21:08+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-02T23:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fdb68491e8b2d044c9173babf625bbb815c39d1'/>
<id>4fdb68491e8b2d044c9173babf625bbb815c39d1</id>
<content type='text'>
and PyObject_AsWriteBuffer().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and PyObject_AsWriteBuffer().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20335: bytes constructor now raises TypeError when encoding or errors</title>
<updated>2014-12-02T07:24:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-02T07:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83cf99d733acb49c70dd9548eeccfc724e707531'/>
<id>83cf99d733acb49c70dd9548eeccfc724e707531</id>
<content type='text'>
is specified with non-string argument.  Based on patch by Renaud Blanch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is specified with non-string argument.  Based on patch by Renaud Blanch.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.3</title>
<updated>2014-09-29T23:12:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-09-29T23:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c2cfa8ddd8dbad8e09b3f3cec56b0727c9370af1'/>
<id>c2cfa8ddd8dbad8e09b3f3cec56b0727c9370af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>these variables ought to be Py_ssize_t</title>
<updated>2014-09-29T23:12:26+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-09-29T23:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d48bc9468f75e57249da5e3518c42d4c8b83ba29'/>
<id>d48bc9468f75e57249da5e3518c42d4c8b83ba29</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 (closes #22519)</title>
<updated>2014-09-29T23:09:49+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-09-29T23:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=18f836fb658a5a545e8f9e3c72751759836322f8'/>
<id>18f836fb658a5a545e8f9e3c72751759836322f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix overflow checking in PyBytes_Repr (closes #22519)</title>
<updated>2014-09-29T23:01:18+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-09-29T23:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42ff105539bedfeb8e9a8cb9b8133ac15e027e6f'/>
<id>42ff105539bedfeb8e9a8cb9b8133ac15e027e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
