<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules, branch orphaned-comment</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-45847: Update whatsnew and add place holder entries for missing extensions (GH-29914)</title>
<updated>2021-12-04T14:14:48+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-12-04T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64be8d369b7e3878078dbef466804ae8be49c1cf'/>
<id>64be8d369b7e3878078dbef466804ae8be49c1cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)</title>
<updated>2021-12-04T10:21:43+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-12-04T10:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4045392e0e3446362841b3336497cb6eeccfcd23'/>
<id>4045392e0e3446362841b3336497cb6eeccfcd23</id>
<content type='text'>
Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Erlend Egeberg Aasland &lt;erlend.aasland@innova.no&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)</title>
<updated>2021-12-03T22:04:11+00:00</updated>
<author>
<name>neonene</name>
<email>53406459+neonene@users.noreply.github.com</email>
</author>
<published>2021-12-03T22:04:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7d7c91a8e8c0bb04105a21a17d1061ffc1c04d80'/>
<id>7d7c91a8e8c0bb04105a21a17d1061ffc1c04d80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45711: [asyncio] Normalize exceptions immediately after Fetch, before they are stored as StackItem, which should be normalized (GH-29890)</title>
<updated>2021-12-03T19:05:14+00:00</updated>
<author>
<name>Irit Katriel</name>
<email>1055913+iritkatriel@users.noreply.github.com</email>
</author>
<published>2021-12-03T19:05:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2ff758bd1a144ee712e96ae1db91f476c3b252bb'/>
<id>2ff758bd1a144ee712e96ae1db91f476c3b252bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)</title>
<updated>2021-12-03T13:47:06+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-12-03T13:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8'/>
<id>ccb73a0d50dd03bc8455fe210cb83e41a6dc91d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45582: Port getpath[p].c to Python (GH-29041)</title>
<updated>2021-12-03T00:08:42+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-12-03T00:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=99fcf1505218464c489d419d4500f126b6d6dc28'/>
<id>99fcf1505218464c489d419d4500f126b6d6dc28</id>
<content type='text'>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The getpath.py file is frozen at build time and executed as code over a namespace. It is never imported, nor is it meant to be importable or reusable. However, it should be easier to read, modify, and patch than the previous code.

This commit attempts to preserve every previously tested quirk, but these may be changed in the future to better align platforms.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)</title>
<updated>2021-11-29T18:55:43+00:00</updated>
<author>
<name>Gideon</name>
<email>41593269+Turreted@users.noreply.github.com</email>
</author>
<published>2021-11-29T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6266e4af873a27c9d352115f2f7a1ad0885fc031'/>
<id>6266e4af873a27c9d352115f2f7a1ad0885fc031</id>
<content type='text'>
Co-authored-by: Mark Dickinson &lt;dickinsm@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mark Dickinson &lt;dickinsm@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)</title>
<updated>2021-11-29T15:22:32+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-11-29T15:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c4a69a4ad035513ada1c0d41a46723606b538e13'/>
<id>c4a69a4ad035513ada1c0d41a46723606b538e13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45786: Allocate space for frame in frame object. (GH-29729)</title>
<updated>2021-11-29T12:34:59+00:00</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2021-11-29T12:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60929576e40038ec71d896230f69e4411c82be4b'/>
<id>60929576e40038ec71d896230f69e4411c82be4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)</title>
<updated>2021-11-29T09:36:10+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@python.org</email>
</author>
<published>2021-11-29T09:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4dc198dedd66e3247aa934fb91c9a158c3eea15a'/>
<id>4dc198dedd66e3247aa934fb91c9a158c3eea15a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
