<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/c-api/code.rst, 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>Document PyCode_Addr2Line function. (GH-25111)</title>
<updated>2021-04-02T12:24:57+00:00</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2021-04-02T12:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=58384c6ab01bbc35cc14cdeb716f6c45a3df426b'/>
<id>58384c6ab01bbc35cc14cdeb716f6c45a3df426b</id>
<content type='text'>
* Document PyCode_Addr2Line function.

* Clarify when to use PEP 626 line iterators.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document PyCode_Addr2Line function.

* Clarify when to use PEP 626 line iterators.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)</title>
<updated>2021-01-06T11:38:26+00:00</updated>
<author>
<name>Antonio Cuni</name>
<email>anto.cuni@gmail.com</email>
</author>
<published>2021-01-06T11:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=315fc52db17b19fe30aa9193f26adf69e18d8844'/>
<id>315fc52db17b19fe30aa9193f26adf69e18d8844</id>
<content type='text'>
I think that none of these API calls can fail, but only few of them are
documented as such. Add the sentence "This function always succeeds" (which is
the same already used e.g. by PyNumber_Check) to all of them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think that none of these API calls can fail, but only few of them are
documented as such. Add the sentence "This function always succeeds" (which is
the same already used e.g. by PyNumber_Check) to all of them.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the miscellaneous typo (GH-17700)</title>
<updated>2019-12-25T15:39:35+00:00</updated>
<author>
<name>cocoatomo</name>
<email>cocoatomo77@gmail.com</email>
</author>
<published>2019-12-25T15:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=527f9de6efdcf09983d0764be0b978ddc1fd1653'/>
<id>527f9de6efdcf09983d0764be0b978ddc1fd1653</id>
<content type='text'>
A character "i" is omitted.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A character "i" is omitted.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38434: Fixes some audit event documentation (GH-16932)</title>
<updated>2019-10-26T20:02:30+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-10-26T20:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf'/>
<id>894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959)</title>
<updated>2019-07-01T10:35:05+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-07-01T10:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4a2edc34a405150d0b23ecfdcb401e7cf59f4650'/>
<id>4a2edc34a405150d0b23ecfdcb401e7cf59f4650</id>
<content type='text'>
Add PyCode_NewEx to be used internally and set PyCode_New as a compatibility wrapper
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add PyCode_NewEx to be used internally and set PyCode_New as a compatibility wrapper
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37390: Add audit event table to documentations (GH-14406)</title>
<updated>2019-06-27T17:47:59+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-06-27T17:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44f91c388a6f4da9ed3300df32ca290b8aa104ea'/>
<id>44f91c388a6f4da9ed3300df32ca290b8aa104ea</id>
<content type='text'>
Also updates some (unreleased) event names to be consistent with the others.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also updates some (unreleased) event names to be consistent with the others.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)</title>
<updated>2019-06-01T20:18:48+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-06-01T20:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3b57f50efc16c65df96914ec53bc8d3dc28e18b6'/>
<id>3b57f50efc16c65df96914ec53bc8d3dc28e18b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37122: Make co-&gt;co_argcount represent the total number of positonal arguments in the code object (GH-13726)</title>
<updated>2019-06-01T17:08:04+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-06-01T17:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd74e66a8c420be675fd2fbf3fe708ac02ee9f21'/>
<id>cd74e66a8c420be675fd2fbf3fe708ac02ee9f21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document changes for PyCode_New regarding PEP570 (GH-13706)</title>
<updated>2019-05-31T18:33:41+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-05-31T18:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=545a3b8814dbf2a5391e830d69e796fb1a1d62ec'/>
<id>545a3b8814dbf2a5391e830d69e796fb1a1d62ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)</title>
<updated>2019-05-28T23:45:32+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-05-28T23:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b76302ddd0896cb39ce69909349b53db6e7776e2'/>
<id>b76302ddd0896cb39ce69909349b53db6e7776e2</id>
<content type='text'>
* bpo-36540: Documentation for PEP570 - Python positional only arguments

* fixup! bpo-36540: Documentation for PEP570 - Python positional only arguments

* Update reference for compound statements

* Apply suggestions from Carol

Co-Authored-By: Carol Willing &lt;carolcode@willingconsulting.com&gt;

* Update Doc/tutorial/controlflow.rst

Co-Authored-By: Carol Willing &lt;carolcode@willingconsulting.com&gt;

* Add extra bullet point and minor edits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-36540: Documentation for PEP570 - Python positional only arguments

* fixup! bpo-36540: Documentation for PEP570 - Python positional only arguments

* Update reference for compound statements

* Apply suggestions from Carol

Co-Authored-By: Carol Willing &lt;carolcode@willingconsulting.com&gt;

* Update Doc/tutorial/controlflow.rst

Co-Authored-By: Carol Willing &lt;carolcode@willingconsulting.com&gt;

* Add extra bullet point and minor edits
</pre>
</div>
</content>
</entry>
</feed>
