<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial/datastructures.rst, branch alex-patch-1</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-36377: Specify that range() can not be compared (GH-12468)</title>
<updated>2019-04-02T04:52:42+00:00</updated>
<author>
<name>Emmanuel Arias</name>
<email>emmanuelarias30@gmail.com</email>
</author>
<published>2019-04-02T04:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b00479d42aaaed589d8b374bf5e5c6f443b0b499'/>
<id>b00479d42aaaed589d8b374bf5e5c6f443b0b499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)</title>
<updated>2018-12-19T06:09:46+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-19T06:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2b57c43f21f891df4c6f2294a3b9e1b9029a16b6'/>
<id>2b57c43f21f891df4c6f2294a3b9e1b9029a16b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)</title>
<updated>2018-10-26T10:52:11+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2018-10-26T10:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e483f02423917dc4dfd25f46e5b9e6fce304777d'/>
<id>e483f02423917dc4dfd25f46e5b9e6fce304777d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update list.remove(x) documentation (GH-8636)</title>
<updated>2018-08-03T02:45:48+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2018-08-03T02:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bcd1d971b66f529cbd450aca438275b868031605'/>
<id>bcd1d971b66f529cbd450aca438275b868031605</id>
<content type='text'>
Rephrase it to "It raises a `ValueError`"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rephrase it to "It raises a `ValueError`"</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32337: Update documentats about dict order (GH-4973)</title>
<updated>2018-04-04T04:55:05+00:00</updated>
<author>
<name>hui shang</name>
<email>shangdahao@gmail.com</email>
</author>
<published>2018-04-04T04:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dfbbbf16f9aab82330c634913441b5ac73267d9c'/>
<id>dfbbbf16f9aab82330c634913441b5ac73267d9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30312: Small correction in datastructures set code sample (GH-2081)</title>
<updated>2017-06-10T19:19:09+00:00</updated>
<author>
<name>KatherineMichel</name>
<email>kthrnmichel@gmail.com</email>
</author>
<published>2017-06-10T19:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca816153445cba3baec15f7e890c71abfe495340'/>
<id>ca816153445cba3baec15f7e890c71abfe495340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28315: Improve code examples in docs (GH-1372)</title>
<updated>2017-05-03T16:46:45+00:00</updated>
<author>
<name>UltimateCoder</name>
<email>jaysinhp@gmail.com</email>
</author>
<published>2017-05-03T16:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8856940cf2e82cb17db2b684cd5732fe658605ca'/>
<id>8856940cf2e82cb17db2b684cd5732fe658605ca</id>
<content type='text'>
Replace
   File "&lt;stdin&gt;", line 1, in ? 
with 
   File "&lt;stdin&gt;", line 1, in &lt;module&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace
   File "&lt;stdin&gt;", line 1, in ? 
with 
   File "&lt;stdin&gt;", line 1, in &lt;module&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29756: Improve documentation for list methods that compare items by equality (GH-572)</title>
<updated>2017-03-13T02:09:16+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-03-13T02:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b2d77175d1317494b4238b4e07426d310fbf1d19'/>
<id>b2d77175d1317494b4238b4e07426d310fbf1d19</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>
<entry>
<title>Issue #28587: Improve list examples in the tutorial</title>
<updated>2016-11-22T00:29:50+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2016-11-22T00:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c5e190d360b9f1a08c9fff249ae80d9c18007d5'/>
<id>8c5e190d360b9f1a08c9fff249ae80d9c18007d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
