COMMITS
/ Doc/tutorial/datastructures.rst March 26, 2026
S
gh-144837: Improve documentation for more collection methods (GH-144841)
Serhiy Storchaka committed
March 17, 2026
N
Docs: a brief note in the sets tutorial about order (#145984)
Ned Batchelder committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
January 31, 2026
A
gh-143055: Implementation of PEP 798 (#143056)
adam j hartz committed
November 11, 2025
K
gh-140379: add hyperlinks to list and set (GH-140399)
Krishna Chaitanya committed
October 6, 2025
C
gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643)
Cycloctane committed
September 5, 2025
A
GH-138465: Improve documentation for common sequence methods (#138474)
Adam Turner committed
December 6, 2024
Y
gh-101100: amend references starting with `!~` in gh-127054 (#127684)
Yuki Kobayashi committed
December 2, 2024
Y
gh-101100: Fix Sphinx warnings about list methods (#127054)
Yuki Kobayashi committed
October 12, 2024
S
Prefer "similar" over "equivalent" in tutorial (#125343)
Stephen Rosen committed
August 12, 2024
D
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
February 1, 2024
S
August 21, 2023
S
Improve references in the tutorial (GH-108069)
Serhiy Storchaka committed
November 1, 2022
M
Doc: use "unnumbered" footnotes (#98954)
Manuel Kaufmann committed
August 21, 2022
S
small grammatical change (GH-96138)
sand8089 committed
June 29, 2022
C
Docs: Update SyntaxError message in REPL example for list comprehension (GH-93901)
Cheryl Sabella committed
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