<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41412 and bpo-40948: Windows installer updates (GH-21656)</title>
<updated>2020-07-28T15:35:46+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-07-28T15:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=37a06cbe5c17c2aa6ad938339fd42531a8a0bea0'/>
<id>37a06cbe5c17c2aa6ad938339fd42531a8a0bea0</id>
<content type='text'>
Prevent installation on Windows 8 and earlier.
Download UCRT on demand when required (non-updated Windows 8.1 only)
Add reference to py launcher to post-install message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent installation on Windows 8 and earlier.
Download UCRT on demand when required (non-updated Windows 8.1 only)
Add reference to py launcher to post-install message</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40939: Remove even more references to the old parser (GH-21642)</title>
<updated>2020-07-27T19:52:59+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2020-07-27T19:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b3fbff7289176ba1a322e6899c3d4a04880ed5a7'/>
<id>b3fbff7289176ba1a322e6899c3d4a04880ed5a7</id>
<content type='text'>
Automerge-Triggered-By: @lysnikolaou</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: @lysnikolaou</pre>
</div>
</content>
</entry>
<entry>
<title>Delete remaining references to Grammar/Grammar from docs (#21624)</title>
<updated>2020-07-26T15:27:52+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-07-26T15:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16'/>
<id>508ed2d9128816b594c6b7dc3f4a8bbbbdbabe16</id>
<content type='text'>
(Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39573: Use the Py_TYPE() macro (GH-21433)</title>
<updated>2020-07-10T10:40:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-07-10T10:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1'/>
<id>8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1</id>
<content type='text'>
Replace obj-&gt;ob_type with Py_TYPE(obj).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace obj-&gt;ob_type with Py_TYPE(obj).</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41173: Copy test results file from ARM worker before uploading (GH-21305)</title>
<updated>2020-07-07T23:24:39+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2020-07-07T23:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=10772ec1505a4583d662c051e577eb2d4fb6e755'/>
<id>10772ec1505a4583d662c051e577eb2d4fb6e755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)</title>
<updated>2020-07-06T19:31:16+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2020-07-06T19:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1ac0cbca369f16f9191833dd54536482fb141a98'/>
<id>1ac0cbca369f16f9191833dd54536482fb141a98</id>
<content type='text'>
Automerge-Triggered-By: @lysnikolaou</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: @lysnikolaou</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)</title>
<updated>2020-07-05T15:53:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-07-05T15:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b3dd5cd4a36877c473417fd7b3358843dcf8e647'/>
<id>b3dd5cd4a36877c473417fd7b3358843dcf8e647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)</title>
<updated>2020-06-30T06:03:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-06-30T06:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=349f76c6aace5a4a2b57f6b442a532faf0027d6b'/>
<id>349f76c6aace5a4a2b57f6b442a532faf0027d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41070: Simplify pyshellext.dll build (GH-21037)</title>
<updated>2020-06-23T23:32:23+00:00</updated>
<author>
<name>Nikita Nemkin</name>
<email>nikita@nemkin.ru</email>
</author>
<published>2020-06-23T23:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=bbf36e8903f8e86dcad8131c818e122537c30f9e'/>
<id>bbf36e8903f8e86dcad8131c818e122537c30f9e</id>
<content type='text'>
Replace MIDL-generated file with manual GUID definition.
Use the same .def file for release and debug builds.
Update setup build to support latest toolset</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace MIDL-generated file with manual GUID definition.
Use the same .def file for release and debug builds.
Update setup build to support latest toolset</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40939: Remove the old parser (Part 2) (GH-21005)</title>
<updated>2020-06-20T18:07:25+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2020-06-20T18:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=314858e2763e76e77029ea0b691d749c32939087'/>
<id>314858e2763e76e77029ea0b691d749c32939087</id>
<content type='text'>
Remove some remaining files and Makefile targets for the old parser</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove some remaining files and Makefile targets for the old parser</pre>
</div>
</content>
</entry>
</feed>
