<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/reference, branch fix-namedexpr-comment</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-38524: clarify example a bit and improve formatting (GH-17406)</title>
<updated>2019-11-28T05:22:09+00:00</updated>
<author>
<name>Tal Einat</name>
<email>taleinat+github@gmail.com</email>
</author>
<published>2019-11-28T05:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=02519f75d15b063914a11351da30178ca4ceb54b'/>
<id>02519f75d15b063914a11351da30178ca4ceb54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364)</title>
<updated>2019-11-27T08:46:40+00:00</updated>
<author>
<name>Florian Dahlitz</name>
<email>f2dahlitz@freenet.de</email>
</author>
<published>2019-11-27T08:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1bddf890e595a865414645c6041733043c4081f8'/>
<id>1bddf890e595a865414645c6041733043c4081f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)</title>
<updated>2019-11-17T22:00:43+00:00</updated>
<author>
<name>alclarks</name>
<email>57201106+alclarks@users.noreply.github.com</email>
</author>
<published>2019-11-17T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4544e78ec4558b75bf95e5b7dfc1b5bbb07ae5f0'/>
<id>4544e78ec4558b75bf95e5b7dfc1b5bbb07ae5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor typos. (GH-17095)</title>
<updated>2019-11-13T03:12:11+00:00</updated>
<author>
<name>Shu</name>
<email>23287722+susan-shu-c@users.noreply.github.com</email>
</author>
<published>2019-11-13T03:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d56af7a94fe7ec0bdf3011652558ae1b889b4a8'/>
<id>2d56af7a94fe7ec0bdf3011652558ae1b889b4a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify amount of dots between package and subpackage (GH-17092)</title>
<updated>2019-11-08T20:26:35+00:00</updated>
<author>
<name>Shu</name>
<email>23287722+susan-shu-c@users.noreply.github.com</email>
</author>
<published>2019-11-08T20:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fc6b1bf869be9fd89c19faf8d12fa473ce5222c8'/>
<id>fc6b1bf869be9fd89c19faf8d12fa473ce5222c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38336: Remove the __set__ method restriction on data descriptors for attribute lookup precedence (GH-16520)</title>
<updated>2019-10-29T07:04:01+00:00</updated>
<author>
<name>Géry Ogam</name>
<email>gery.ogam@gmail.com</email>
</author>
<published>2019-10-29T07:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4c155f738dc2e70ccb574f5169ad89c01753c6f7'/>
<id>4c155f738dc2e70ccb574f5169ad89c01753c6f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Doc: Add -m reference in context of code execution (GH-16045)</title>
<updated>2019-09-12T13:19:06+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2019-09-12T13:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a45b0efdeaf27c3f8a630fb8c3670df6f0d42d20'/>
<id>a45b0efdeaf27c3f8a630fb8c3670df6f0d42d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35224: Additional documentation for Assignment Expressions (GH-15935)</title>
<updated>2019-09-11T14:37:12+00:00</updated>
<author>
<name>Emily Morehouse</name>
<email>emily@cuttlesoft.com</email>
</author>
<published>2019-09-11T14:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6357c95716d89ac1f80587fbc4133df8d2e8396c'/>
<id>6357c95716d89ac1f80587fbc4133df8d2e8396c</id>
<content type='text'>
Add or update assignment expression documentation for:
- FAQ - Design
- Reference - Expressions
- Reference - Lexical Analysis


https://bugs.python.org/issue35224



Automerge-Triggered-By: @matrixise</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add or update assignment expression documentation for:
- FAQ - Design
- Reference - Expressions
- Reference - Lexical Analysis


https://bugs.python.org/issue35224



Automerge-Triggered-By: @matrixise</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)</title>
<updated>2019-09-11T13:16:11+00:00</updated>
<author>
<name>Andre Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2019-09-11T13:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dc269971091710563a0d730a0d4b084901826c15'/>
<id>dc269971091710563a0d730a0d4b084901826c15</id>
<content type='text'>
https://bugs.python.org/issue33459



Automerge-Triggered-By: @matrixise</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue33459



Automerge-Triggered-By: @matrixise</pre>
</div>
</content>
</entry>
</feed>
