<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include, branch v3.8.9</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>Python 3.8.9</title>
<updated>2021-04-02T10:32:10+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-04-02T10:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a743f8192b3b322b2c23b13926f1c7f288cb2206'/>
<id>a743f8192b3b322b2c23b13926f1c7f288cb2206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post 3.8.8</title>
<updated>2021-02-19T12:16:45+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-02-19T12:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f4919afb3c7d82031e8d2579c15aea7eb4bb777'/>
<id>8f4919afb3c7d82031e8d2579c15aea7eb4bb777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8.8</title>
<updated>2021-02-19T10:28:41+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-02-19T10:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=024d8058b0cb2b13dfd65c8e3804a6b194a151ba'/>
<id>024d8058b0cb2b13dfd65c8e3804a6b194a151ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post 3.8.8rc1</title>
<updated>2021-02-16T19:07:06+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-02-16T19:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b0955208da6f5e806de733562fb66506c95093a6'/>
<id>b0955208da6f5e806de733562fb66506c95093a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8.8rc1</title>
<updated>2021-02-16T18:12:03+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2021-02-16T18:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfd7d6893b57d79b7bfd819d28380a0429b5615f'/>
<id>dfd7d6893b57d79b7bfd819d28380a0429b5615f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) (GH-24397)</title>
<updated>2021-01-31T14:46:17+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-01-31T14:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=229ef39bcc14ee7838968dfda51d045304e5cf39'/>
<id>229ef39bcc14ee7838968dfda51d045304e5cf39</id>
<content type='text'>
(cherry picked from commit 42b1806af90b86ec393ca7da14e99ce95ec6c53b)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 42b1806af90b86ec393ca7da14e99ce95ec6c53b)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120)</title>
<updated>2021-01-12T14:45:05+00:00</updated>
<author>
<name>Petr Viktorin</name>
<email>encukou@gmail.com</email>
</author>
<published>2021-01-12T14:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=187f76def8a5bd0af7ab512575cad30cfe624b05'/>
<id>187f76def8a5bd0af7ab512575cad30cfe624b05</id>
<content type='text'>
Co-Authored-By: Andreas Schneider &lt;asn@cryptomilk.org&gt;
Co-Authored-By: Antoine Pitrou &lt;antoine@python.org&gt;.
Co-authored-by: Petr Viktorin &lt;encukou@gmail.com&gt;

(cherry picked from commit 056c08211b402b4dbc1530a9de9d00ad5309909f)
https://bugs.python.org/issue40052</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Andreas Schneider &lt;asn@cryptomilk.org&gt;
Co-Authored-By: Antoine Pitrou &lt;antoine@python.org&gt;.
Co-authored-by: Petr Viktorin &lt;encukou@gmail.com&gt;

(cherry picked from commit 056c08211b402b4dbc1530a9de9d00ad5309909f)
https://bugs.python.org/issue40052</pre>
</div>
</content>
</entry>
<entry>
<title>Post 3.8.7</title>
<updated>2020-12-21T17:46:59+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2020-12-21T17:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=285b38c3a85486a2dee0b675cb5953d5da1442a0'/>
<id>285b38c3a85486a2dee0b675cb5953d5da1442a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8.7</title>
<updated>2020-12-21T16:25:24+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2020-12-21T16:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6503f05dd59e26a9986bdea097b3da9b3546f45b'/>
<id>6503f05dd59e26a9986bdea097b3da9b3546f45b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post 3.8.7rc1</title>
<updated>2020-12-08T02:07:07+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2020-12-08T02:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=801f35133338ed00d8e413ec36baa65595fb7d1f'/>
<id>801f35133338ed00d8e413ec36baa65595fb7d1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
