<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/c-api, branch enum-lost-fixes</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>[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)</title>
<updated>2021-10-06T13:56:57+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-06T13:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d15f47d1797292be7fe7f846f389bcd023a710d5'/>
<id>d15f47d1797292be7fe7f846f389bcd023a710d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)</title>
<updated>2021-09-23T10:25:31+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-23T10:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1493e1a40d04a048cce9c5080ec47478a4941054'/>
<id>1493e1a40d04a048cce9c5080ec47478a4941054</id>
<content type='text'>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)</title>
<updated>2021-09-18T02:11:51+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-18T02:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5683902e062d44668c0f4df4ed17df6bd21bc60d'/>
<id>5683902e062d44668c0f4df4ed17df6bd21bc60d</id>
<content type='text'>
retreived-&gt; retrieved
(cherry picked from commit af08f1ba40505bf1380c08b57ba4e0b8969a8358)


Co-authored-by: Konstantin Popov &lt;konst.hardy@gmail.com&gt;

Automerge-Triggered-By: GH:Fidget-Spinner</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
retreived-&gt; retrieved
(cherry picked from commit af08f1ba40505bf1380c08b57ba4e0b8969a8358)


Co-authored-by: Konstantin Popov &lt;konst.hardy@gmail.com&gt;

Automerge-Triggered-By: GH:Fidget-Spinner</pre>
</div>
</content>
</entry>
<entry>
<title>docs: correct references to __isub__ etc (GH-28297)</title>
<updated>2021-09-16T10:10:10+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-16T10:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e2856859f646989d10843841d437891b652a34e2'/>
<id>e2856859f646989d10843841d437891b652a34e2</id>
<content type='text'>
(cherry picked from commit 800bd01b6d365156403c3dde61765dc5fdbf64be)

Co-authored-by: David Hewitt &lt;1939362+davidhewitt@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 800bd01b6d365156403c3dde61765dc5fdbf64be)

Co-authored-by: David Hewitt &lt;1939362+davidhewitt@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45123: PyAiter_Check and PyObject_GetAiter fix &amp; rename. (GH-28194) (GH-28199)</title>
<updated>2021-09-07T11:43:33+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-07T11:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53257cf19fc06fff446815b3278d4b80ec3e7ba3'/>
<id>53257cf19fc06fff446815b3278d4b80ec3e7ba3</id>
<content type='text'>
Fix PyAiter_Check to only check for the `__anext__` presense (not for
`__aiter__`). Rename `PyAiter_Check()` to `PyAIter_Check()`,
`PyObject_GetAiter()` -&gt; `PyObject_GetAIter()`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix PyAiter_Check to only check for the `__anext__` presense (not for
`__aiter__`). Rename `PyAiter_Check()` to `PyAIter_Check()`,
`PyObject_GetAiter()` -&gt; `PyObject_GetAIter()`.</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] Fix typo c-api/exceptions.rst (GH-27847)</title>
<updated>2021-08-23T19:40:36+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-23T19:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f70936052012ac2be958cc57e2ebfc4568722531'/>
<id>f70936052012ac2be958cc57e2ebfc4568722531</id>
<content type='text'>
Co-authored-by: Tianqing Peng &lt;pengtianqing@yimian.com.cn&gt;
(cherry picked from commit dcbf7ff6a700b63e637a0445d68866670a398024)

Co-authored-by: Sunny Bean &lt;ptq008@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Tianqing Peng &lt;pengtianqing@yimian.com.cn&gt;
(cherry picked from commit dcbf7ff6a700b63e637a0445d68866670a398024)

Co-authored-by: Sunny Bean &lt;ptq008@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Note that tp_clear and m_clear are not always called (GH-27581)</title>
<updated>2021-08-04T18:23:41+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-04T18:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f4b3217874743762c3e157979c0cd315853f18a9'/>
<id>f4b3217874743762c3e157979c0cd315853f18a9</id>
<content type='text'>
(cherry picked from commit 10faada709561663d6b1f623d308ff45e3808cca)

Co-authored-by: Petr Viktorin &lt;encukou@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 10faada709561663d6b1f623d308ff45e3808cca)

Co-authored-by: Petr Viktorin &lt;encukou@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41886: Fix documented type of PyType_Type (GH-22454)</title>
<updated>2021-08-03T17:50:24+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-03T17:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=952aa31c89f70d3c53596449bd2ed9a4817a2364'/>
<id>952aa31c89f70d3c53596449bd2ed9a4817a2364</id>
<content type='text'>
(cherry picked from commit ac811f9b5a68ce8756911ef2c8be83b46696018f)

Co-authored-by: da-woods &lt;dw-git@d-woods.co.uk&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ac811f9b5a68ce8756911ef2c8be83b46696018f)

Co-authored-by: da-woods &lt;dw-git@d-woods.co.uk&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Document PyMember_GetOne and PyMember_SetOne (GH-27555)</title>
<updated>2021-08-02T17:08:49+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-02T17:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9de590151d49f2988d3a5c4d30b9daf86616f6f3'/>
<id>9de590151d49f2988d3a5c4d30b9daf86616f6f3</id>
<content type='text'>
(cherry picked from commit d382bde220b4c07cce2b924ffeb7525ea1a969f4)

Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d382bde220b4c07cce2b924ffeb7525ea1a969f4)

Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)</title>
<updated>2021-07-29T11:31:42+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-29T11:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b922dae6cae9f212d678a36e8b41f2287cf5441'/>
<id>6b922dae6cae9f212d678a36e8b41f2287cf5441</id>
<content type='text'>
Revert "bpo-41103: Remove old buffer protocol support (GH-21117)"

This reverts commit 6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.
(cherry picked from commit ce5e1a6809b714eb0383219190a076d9f883e008)

Co-authored-by: Inada Naoki &lt;songofacandy@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "bpo-41103: Remove old buffer protocol support (GH-21117)"

This reverts commit 6f8a6ee59cb7f99f68df8ee9c3e8c8cf19af3eed.
(cherry picked from commit ce5e1a6809b714eb0383219190a076d9f883e008)

Co-authored-by: Inada Naoki &lt;songofacandy@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
