<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpython.git/Python, branch 3.5</title>
<subtitle>https://github.com/python/cpython.git</subtitle>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/'/>
<entry>
<title>[3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (#21377)</title>
<updated>2020-08-04T02:16:20Z</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-08-04T02:16:20Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=f205f1000a2d7f8b044caf281041b3705f293480'/>
<id>f205f1000a2d7f8b044caf281041b3705f293480</id>
<content type='text'>
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded.</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump &amp; copyright year update for 3.5.7rc1.</title>
<updated>2019-03-04T02:09:45Z</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-04T02:09:45Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=d571dd3c98660298dae371899a0331135e843be2'/>
<id>d571dd3c98660298dae371899a0331135e843be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version and copyright year for 3.5.5rc1.</title>
<updated>2018-01-23T12:35:33Z</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2018-01-23T12:35:33Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=2740fcc7bbe3e09aa9bed820c73c886780fda59f'/>
<id>2740fcc7bbe3e09aa9bed820c73c886780fda59f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31095: fix potential crash during GC (GH-2974) (#3196)</title>
<updated>2017-09-26T21:24:16Z</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2017-09-26T21:24:16Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=0fcc03367b31f44c1e1b8d3d2dd940ef1e744326'/>
<id>0fcc03367b31f44c1e1b8d3d2dd940ef1e744326</id>
<content type='text'>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)</title>
<updated>2017-07-23T06:44:05Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-23T06:44:05Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=c824cc8426a16dd9f3949a3ed135523d37787bae'/>
<id>c824cc8426a16dd9f3949a3ed135523d37787bae</id>
<content type='text'>
* bpo-30876: Relative import from unloaded package now reimports the package
instead of failing with SystemError.

Relative import from non-package now fails with ImportError rather than
SystemError.
(cherry picked from commit 8a9cd20edca7d01b68292036029ae3735ce65edd)

* bpo-18018: Import raises ImportError instead of SystemError if a relative
import is attempted without a known parent package.

* bpo-26367: importlib.__init__() raises ImportError like
builtins.__import__() when ``level`` is specified but without an accompanying
package specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30876: Relative import from unloaded package now reimports the package
instead of failing with SystemError.

Relative import from non-package now fails with ImportError rather than
SystemError.
(cherry picked from commit 8a9cd20edca7d01b68292036029ae3735ce65edd)

* bpo-18018: Import raises ImportError instead of SystemError if a relative
import is attempted without a known parent package.

* bpo-26367: importlib.__init__() raises ImportError like
builtins.__import__() when ``level`` is specified but without an accompanying
package specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) (#2463)</title>
<updated>2017-06-28T07:31:00Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-06-28T07:31:00Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=54ba940abc2fabb94fede46dfad80f8ac15632a3'/>
<id>54ba940abc2fabb94fede46dfad80f8ac15632a3</id>
<content type='text'>
Based on patch by Victor Stinner.

Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Victor Stinner.

Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84)
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2419)</title>
<updated>2017-06-26T20:07:20Z</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2017-06-26T20:07:20Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=85b34edd8b575b918490afbcb0db6f791874dbdd'/>
<id>85b34edd8b575b918490afbcb0db6f791874dbdd</id>
<content type='text'>
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to lock

This is especially important if PyThread_acquire_lock() is called reentrantly
(for example from a signal handler).

* Update 2017-06-26-14-29-50.bpo-30765.Q5iBmf.rst

* Avoid core logic when taking the mutex failed.
(cherry picked from commit f84ac420c2af98339678744953869cad3c253281)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to lock

This is especially important if PyThread_acquire_lock() is called reentrantly
(for example from a signal handler).

* Update 2017-06-26-14-29-50.bpo-30765.Q5iBmf.rst

* Avoid core logic when taking the mutex failed.
(cherry picked from commit f84ac420c2af98339678744953869cad3c253281)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.5] bpo-30626: Fix error handling in PyImport_Import(). (GH-2103) (#2222)</title>
<updated>2017-06-15T18:15:26Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-06-15T18:15:26Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=263dcc39daa74066c2b2fcb007a4bd4f7ec65073'/>
<id>263dcc39daa74066c2b2fcb007a4bd4f7ec65073</id>
<content type='text'>
In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In rare circumstances PyImport_Import() could return NULL without raising
an error.
(cherry picked from commit 145541c)</pre>
</div>
</content>
</entry>
<entry>
<title>[3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)</title>
<updated>2017-06-06T16:23:21Z</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-06-06T16:23:21Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=86f8f1f05cd5822b4a4031b90cfdbe5fa1b1159e'/>
<id>86f8f1f05cd5822b4a4031b90cfdbe5fa1b1159e</id>
<content type='text'>
(cherry picked from commit 48fb766)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 48fb766)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480）</title>
<updated>2017-05-10T11:11:09Z</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-05-10T11:11:09Z</published>
<link rel='alternate' type='text/html' href='http://service.techsat.com/oss-git/cpython.git/commit/?id=639e295650a51894412c9d976958792010d3bcf8'/>
<id>639e295650a51894412c9d976958792010d3bcf8</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
</feed>
