<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/data, branch refactor-lambda-parameters</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-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)</title>
<updated>2020-03-17T08:19:28+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-03-17T08:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a45b695b9fcfbbb0a087222abc5c8d691a7d2770'/>
<id>a45b695b9fcfbbb0a087222abc5c8d691a7d2770</id>
<content type='text'>
PyObject_GenericSetDict() takes three arguments, not two.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyObject_GenericSetDict() takes three arguments, not two.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)</title>
<updated>2019-11-22T18:24:49+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-11-22T18:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2582d46fbcf7bdf86b9cf4016850b8d155267ac6'/>
<id>2582d46fbcf7bdf86b9cf4016850b8d155267ac6</id>
<content type='text'>
new_interpreter() now calls _PyBuiltin_Init() to create the builtins
module and calls _PyImport_FixupBuiltin(), rather than using
_PyImport_FindBuiltin(tstate, "builtins").

pycore_init_builtins() is now responsible to initialize
intepr-&gt;builtins_copy: inline _PyImport_Init() and remove this
function.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new_interpreter() now calls _PyBuiltin_Init() to create the builtins
module and calls _PyImport_FixupBuiltin(), rather than using
_PyImport_FindBuiltin(tstate, "builtins").

pycore_init_builtins() is now responsible to initialize
intepr-&gt;builtins_copy: inline _PyImport_Init() and remove this
function.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo: Pyssize_t =&gt; Py_ssize_t (GH-15411)</title>
<updated>2019-08-26T15:20:42+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2019-08-26T15:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b3b9619f5e1e7ebe3fbb73eae4ec878312056a90'/>
<id>b3b9619f5e1e7ebe3fbb73eae4ec878312056a90</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-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>
<entry>
<title>bpo-36783: Add new references for C API Documentation changes (GH-13204)</title>
<updated>2019-05-13T07:23:38+00:00</updated>
<author>
<name>Edison A</name>
<email>20975616+SimiCode@users.noreply.github.com</email>
</author>
<published>2019-05-13T07:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d28772ab6967fea136c0707f0207673ebad66f61'/>
<id>d28772ab6967fea136c0707f0207673ebad66f61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-18085: Update refcounts.dat. (GH-11247)</title>
<updated>2018-12-20T07:33:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-20T07:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83dd4e87a62311cfea5fdd37e8a945b6b07bccee'/>
<id>83dd4e87a62311cfea5fdd37e8a945b6b07bccee</id>
<content type='text'>
Fixed some errors in refcounts.dat, remove functions removed in
Python 3, and add more entries for documented functions. This will
add several automatically generated notes about return values.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed some errors in refcounts.dat, remove functions removed in
Python 3, and add more entries for documented functions. This will
add several automatically generated notes about return values.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)</title>
<updated>2018-12-19T19:13:15+00:00</updated>
<author>
<name>Mat M</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2018-12-19T19:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b2f642ccd2f65d2f3bf77bbaa103dd2bc2733734'/>
<id>b2f642ccd2f65d2f3bf77bbaa103dd2bc2733734</id>
<content type='text'>
Makes the documentation more comprehensive in terms of indicating
whether or not a function returns a new reference.

Also fixes some errors and adds missing functions. 

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes the documentation more comprehensive in terms of indicating
whether or not a function returns a new reference.

Also fixes some errors and adds missing functions. 

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)</title>
<updated>2018-12-17T15:30:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-17T15:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bdabb0737c631835b246c9823852d20331243315'/>
<id>bdabb0737c631835b246c9823852d20331243315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missed details of the C API introduced in 3.7. (GH-7047)</title>
<updated>2018-05-22T17:59:42+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-05-22T17:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4e29f566e8821c09d8274eadcdd355e8b1284b8b'/>
<id>4e29f566e8821c09d8274eadcdd355e8b1284b8b</id>
<content type='text'>
* Set the limited API version for PyImport_GetModule and PyOS_*Fork
  functions.
* Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def.
* Add several functions in Doc/data/refcounts.dat.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set the limited API version for PyImport_GetModule and PyOS_*Fork
  functions.
* Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def.
* Add several functions in Doc/data/refcounts.dat.</pre>
</div>
</content>
</entry>
</feed>
