<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects, 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>[3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (#2695)</title>
<updated>2017-07-22T19:07:10+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-22T19:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=34fae03cd6c9e304e02c571b3bf9e8df0cfe76be'/>
<id>34fae03cd6c9e304e02c571b3bf9e8df0cfe76be</id>
<content type='text'>
* [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks.
(cherry picked from commit 8f657c35b978b681e6e919f08358992e1aed7dc1)

* Rewrite a NEWS entry as a NEWS.d entry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks.
(cherry picked from commit 8f657c35b978b681e6e919f08358992e1aed7dc1)

* Rewrite a NEWS entry as a NEWS.d entry.
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248)</title>
<updated>2017-07-11T13:30:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-11T13:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f7344798e57da6b9c4ed9372e8eaecde80989c86'/>
<id>f7344798e57da6b9c4ed9372e8eaecde80989c86</id>
<content type='text'>
Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683).
(cherry picked from commit 2f7f533cf6fb57fcedcbc7bd454ac59fbaf2c655)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683).
(cherry picked from commit 2f7f533cf6fb57fcedcbc7bd454ac59fbaf2c655)</pre>
</div>
</content>
</entry>
<entry>
<title>[security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362)</title>
<updated>2017-07-11T10:24:10+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-11T10:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fe82c46327effc124ff166e1fa1e611579e1176b'/>
<id>fe82c46327effc124ff166e1fa1e611579e1176b</id>
<content type='text'>
* [3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325)

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24a5d37d1516b885dc7c82f71ecd5930700)

* Update NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325)

Prevent passing other invalid environment variables and command arguments..
(cherry picked from commit d174d24a5d37d1516b885dc7c82f71ecd5930700)

* Update NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X</title>
<updated>2016-11-12T12:29:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-12T12:29:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84293aff9fec20cb903bf1242c28404c671c56d1'/>
<id>84293aff9fec20cb903bf1242c28404c671c56d1</id>
<content type='text'>
when decode astral characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when decode astral characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X</title>
<updated>2016-11-12T12:28:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-12T12:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b626643734dfd80780a1d301d4a96e57052aa262'/>
<id>b626643734dfd80780a1d301d4a96e57052aa262</id>
<content type='text'>
when decode astral characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when decode astral characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build.</title>
<updated>2016-10-25T07:07:51+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-10-25T07:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=77eede35fc4409f3279af0fee91fdfb3fcc5a6ae'/>
<id>77eede35fc4409f3279af0fee91fdfb3fcc5a6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.</title>
<updated>2015-12-02T23:02:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-02T23:02:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=31b9410654d73c9d1121ae9eb0d1bb14e6d54448'/>
<id>31b9410654d73c9d1121ae9eb0d1bb14e6d54448</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some copyright notices supserseded by the toplevel ones</title>
<updated>2016-01-01T17:53:47+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-01-01T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0e617e22f0bb5ea9ff90c50693335c22dc134007'/>
<id>0e617e22f0bb5ea9ff90c50693335c22dc134007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478)</title>
<updated>2016-03-04T06:05:36+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-03-04T06:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f11b25b0813a1c07ddf55cca1512ef65eb97a636'/>
<id>f11b25b0813a1c07ddf55cca1512ef65eb97a636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
