COMMITS
/ Doc/tutorial/datastructures.rst April 30, 2022
S
gh-85757: Change wording from nested to inner (GH-91811)
slateny committed
January 10, 2022
R
bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504)
Raymond Hettinger committed
April 4, 2021
R
bpo-43325: Add FAQ entry for identity tests (GH-25168)
Raymond Hettinger committed
November 28, 2020
Z
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
Zackery Spytz committed
May 18, 2020
R
bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999)
Rahul Kumaresan committed
February 3, 2020
A
bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)
Adorilson Bezerra committed
October 25, 2019
A
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
Ammar Askar committed
August 22, 2019
R
bpo-14050: Note that not all data can be sorted (GH-15381)
Raymond Hettinger committed
April 2, 2019
E
bpo-36377: Specify that range() can not be compared (GH-12468)
Emmanuel Arias committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
August 3, 2018
L
Update list.remove(x) documentation (GH-8636)
Lysandros Nikolaou committed
April 4, 2018
H
bpo-32337: Update documentats about dict order (GH-4973)
hui shang committed
June 10, 2017
K
bpo-30312: Small correction in datastructures set code sample (GH-2081)
KatherineMichel committed
May 3, 2017
U
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder committed
March 13, 2017
X
February 25, 2017
J
Fix small typos in introduction and datastructures of tutorial (GH-272)
Jim Fasarakis-Hilliard committed
November 22, 2016
R
Issue #28587: Improve list examples in the tutorial
Raymond Hettinger committed
November 21, 2016
R
Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.)
Raymond Hettinger committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
September 1, 2015
R
Improve tutorial suggestion for looping techniques
Raymond Hettinger committed
January 14, 2015
G
Closes #23181: codepoint -> code point
Georg Brandl committed
October 1, 2014
R
Merge #21739: mention subtle difference between loops and listcomps in tutorial.
R David Murray committed
R
#21739: mention subtle difference between loops and listcomps in tutorial.
R David Murray committed
May 27, 2014
R
Issue 21575: Show list.sort() arguments in the tutorial.
Raymond Hettinger committed
May 23, 2014
T
Issue #21545: Add .pop example and tweak comment about pure mutation methods.
Terry Jan Reedy committed
October 6, 2013
G
Add missing list methods. Found by Leonardo Pereira on docs@.
Georg Brandl committed
November 17, 2012
E
Merge rephrasing with 3.2.
Ezio Melotti committed
E
Rephrase a sentence in the set and dict comprehensions tutorial page.
Ezio Melotti committed
October 16, 2012
C
Issue #16225: Merge from 3.2: Add additional note to tutorial about looping.
Chris Jerdonek committed
C
Issue #16225: Add additional note to tutorial about changing sequence while looping.
Chris Jerdonek committed
September 28, 2012
C
Close issue #16073: merge fix from 3.2.
Chris Jerdonek committed
C
Close issue #16073: fix map() example in list comprehension documentation.
Chris Jerdonek committed
August 12, 2012
S
merge with 3.2
Sandro Tosi committed
S
zip() returns an iterator, make a list() of it; thanks to Martin from docs@
Sandro Tosi committed
June 17, 2012
E
#14840: merge with 3.2.
Ezio Melotti committed
E
#14840: Add a bit on the difference between tuples and lists. Initial patch by Zachary Ware.
Ezio Melotti committed
December 13, 2011
E
#13549: merge with 3.2.
Ezio Melotti committed
E
#13549: improve tutorial section about listcomps.
Ezio Melotti committed
October 8, 2011
August 8, 2010
R
Issue #4570: Clean-up tutorial example
Raymond Hettinger committed
May 21, 2010
G
Remove redundant example.
Georg Brandl committed
March 31, 2010
E
Merged revisions 79522 via svnmerge from
Ezio Melotti committed
March 21, 2010
G
Merged revisions 79179 via svnmerge from
Georg Brandl committed
June 16, 2009
R
The key-value pairs can be lists or tuples or any iterable.
Raymond Hettinger committed
G
Expand a bit on dict views.
Georg Brandl committed
June 8, 2009
G
Fix markup.
Georg Brandl committed
G
Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions.
Georg Brandl committed