<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tools, 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>Fix download.html (GH-18902)</title>
<updated>2020-03-11T04:23:24+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-03-11T04:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=39c34933fc958fd773ebf14ccd2e0224450b17ed'/>
<id>39c34933fc958fd773ebf14ccd2e0224450b17ed</id>
<content type='text'>
`&lt;tt&gt;` is not allowed.

Co-authored-by: Kyle Stanley &lt;aeros167@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`&lt;tt&gt;` is not allowed.

Co-authored-by: Kyle Stanley &lt;aeros167@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34822: Simplify AST for subscription. (GH-9605)</title>
<updated>2020-03-10T16:52:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-03-10T16:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13d52c268699f199a8e917a0f1dc4c51e5346c42'/>
<id>13d52c268699f199a8e917a0f1dc4c51e5346c42</id>
<content type='text'>
* Remove the slice type.
* Make Slice a kind of the expr type instead of the slice type.
* Replace ExtSlice(slices) with Tuple(slices, Load()).
* Replace Index(value) with a value itself.

All non-terminal nodes in AST for expressions are now of the expr type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove the slice type.
* Make Slice a kind of the expr type instead of the slice type.
* Replace ExtSlice(slices) with Tuple(slices, Load()).
* Replace Index(value) with a value itself.

All non-terminal nodes in AST for expressions are now of the expr type.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34788: Add support for scoped IPv6 addresses (GH-13772)</title>
<updated>2020-02-26T14:33:57+00:00</updated>
<author>
<name>opavlyuk</name>
<email>40970635+opavlyuk@users.noreply.github.com</email>
</author>
<published>2020-02-26T14:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=21da76d1f1b527d62b2e9ef79dd9aa514d996341'/>
<id>21da76d1f1b527d62b2e9ef79dd9aa514d996341</id>
<content type='text'>
Automerge-Triggered-By: @asvetlov</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: @asvetlov</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Change Python 2 status to EOL. (GH-17885)</title>
<updated>2020-01-07T06:52:44+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-01-07T06:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f4800b8ed3dbe15a0078869a836d968ab3362b8c'/>
<id>f4800b8ed3dbe15a0078869a836d968ab3362b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of deprecated `array.fromstring` method (GH-17332)</title>
<updated>2019-11-26T06:31:09+00:00</updated>
<author>
<name>David Coles</name>
<email>coles.david@gmail.com</email>
</author>
<published>2019-11-26T06:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=386d00cc341b549800776b906bfc6b20ea40c7db'/>
<id>386d00cc341b549800776b906bfc6b20ea40c7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38738: Fix formatting of True and False. (GH-17083)</title>
<updated>2019-11-12T14:57:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-11-12T14:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=138ccbb02216ca086047c3139857fb44f3dab1f9'/>
<id>138ccbb02216ca086047c3139857fb44f3dab1f9</id>
<content type='text'>
* "Return true/false" is replaced with "Return ``True``/``False``"
  if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns &lt;bool&gt;" is replaced with "Return &lt;bool&gt;".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* "Return true/false" is replaced with "Return ``True``/``False``"
  if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns &lt;bool&gt;" is replaced with "Return &lt;bool&gt;".
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)</title>
<updated>2019-10-27T08:30:12+00:00</updated>
<author>
<name>Marco Rougeth</name>
<email>marco@rougeth.com</email>
</author>
<published>2019-10-27T08:30:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=85c6f8c65cd4f7219522c1f304bdfff19f785e7a'/>
<id>85c6f8c65cd4f7219522c1f304bdfff19f785e7a</id>
<content type='text'>


* 📜🤖 Added by blurb_it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>


* 📜🤖 Added by blurb_it.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38557: Improve documentation for list and tuple C API. (GH-16925)</title>
<updated>2019-10-26T19:59:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-10-26T19:59:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d898d20e8c228229eb68e545f544db13f246f216'/>
<id>d898d20e8c228229eb68e545f544db13f246f216</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update doc switcher list for 3.8.0 (GH-16809)</title>
<updated>2019-10-15T21:26:05+00:00</updated>
<author>
<name>Ned Deily</name>
<email>nad@python.org</email>
</author>
<published>2019-10-15T21:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3f36043db22361500f52634f2b8de49dde0e7da9'/>
<id>3f36043db22361500f52634f2b8de49dde0e7da9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: 3.8 is now stable. (GH-16790)</title>
<updated>2019-10-14T22:13:38+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2019-10-14T22:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4504b4500d2a1a80c26b27b0bfff8b624d5ce06c'/>
<id>4504b4500d2a1a80c26b27b0bfff8b624d5ce06c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
