<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial/introduction.rst, 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-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465)</title>
<updated>2019-08-24T18:15:44+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-24T18:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=69ee87e99cfe0b79389cffa92d126af868baf353'/>
<id>69ee87e99cfe0b79389cffa92d126af868baf353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36189: Fixing typo in tutorial introduction (GH-13090)</title>
<updated>2019-05-04T21:55:29+00:00</updated>
<author>
<name>Jonatan</name>
<email>jonyucra@gmail.com</email>
</author>
<published>2019-05-04T21:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98a1e06c47f655c7601b130cf8d549de9f08369e'/>
<id>98a1e06c47f655c7601b130cf8d549de9f08369e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35054: Add yet more index entries for symbols. (GH-10121)</title>
<updated>2018-10-28T11:41:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-28T11:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=913876d824d969f8c7431e8a9d4610a9a11a786e'/>
<id>913876d824d969f8c7431e8a9d4610a9a11a786e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35054: Add more index entries for symbols. (GH-10064)</title>
<updated>2018-10-26T06:00:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-10-26T06:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ddb961d2abe5d5fde76d85b21a77e4e91e0043ad'/>
<id>ddb961d2abe5d5fde76d85b21a77e4e91e0043ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)</title>
<updated>2018-09-11T01:13:08+00:00</updated>
<author>
<name>Lew Kurtz</name>
<email>37632626+lew18@users.noreply.github.com</email>
</author>
<published>2018-09-11T01:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f019579828ed62653e2d41c95278308fa076ccaf'/>
<id>f019579828ed62653e2d41c95278308fa076ccaf</id>
<content type='text'>
Remove ellipsis that look like continuation prompts,
has a side benefit of putting rest of error message in proper text color.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove ellipsis that look like continuation prompts,
has a side benefit of putting rest of error message in proper text color.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33892: Doc: Use gender neutral words (GH-7770)</title>
<updated>2018-06-18T04:34:30+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2018-06-18T04:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5092439c2cb32112a5869b138011d38491db90a9'/>
<id>5092439c2cb32112a5869b138011d38491db90a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the String tutorial docs (GH-4541)</title>
<updated>2017-11-24T17:28:12+00:00</updated>
<author>
<name>Will White</name>
<email>D-o80hwnqxkkiqkpelrtx2kb@maildrop.cc</email>
</author>
<published>2017-11-24T17:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=78a5722ae950b80a4b3d13377957f3932195aef3'/>
<id>78a5722ae950b80a4b3d13377957f3932195aef3</id>
<content type='text'>
The paragraph that contains example of string literal concatenation was placed
after the section about concatenation using the '+' sign.
Moved the paragraph to the appropriate section.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The paragraph that contains example of string literal concatenation was placed
after the section about concatenation using the '+' sign.
Moved the paragraph to the appropriate section.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31757: Make Fibonacci examples consistent (#3991)</title>
<updated>2017-10-14T14:36:08+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2017-10-14T14:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c26a34f93db7ae96b42bcce6b557437436c7721'/>
<id>8c26a34f93db7ae96b42bcce6b557437436c7721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30361: Use better example for mixed-type operands (#1701)</title>
<updated>2017-05-29T21:26:31+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2017-05-29T21:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e405d4b8dfb8b497e1c3d1f0f8e28030040c165e'/>
<id>e405d4b8dfb8b497e1c3d1f0f8e28030040c165e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small typos in introduction and datastructures of tutorial (GH-272)</title>
<updated>2017-02-25T21:13:33+00:00</updated>
<author>
<name>Jim Fasarakis-Hilliard</name>
<email>d.f.hilliard@gmail.com</email>
</author>
<published>2017-02-25T21:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53c1892dc3de1de612b1cf95dc7bf09f82c1babf'/>
<id>53c1892dc3de1de612b1cf95dc7bf09f82c1babf</id>
<content type='text'>
* Fix small typos in introduction and datastructures
* Use iterable instead of L in the doc for list.extend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix small typos in introduction and datastructures
* Use iterable instead of L in the doc for list.extend
</pre>
</div>
</content>
</entry>
</feed>
