COMMITS
/ Doc/tutorial/datastructures.rst December 6, 2024
M
[3.12] gh-101100: amend references starting with `!~` in gh-127054 (GH-127684) (#127693)
Miss Islington (bot) committed
December 2, 2024
M
[3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)
Miss Islington (bot) committed
October 30, 2024
M
[3.12] Prefer "similar" over "equivalent" in tutorial (GH-125343) (GH-125373)
Miss Islington (bot) committed
August 12, 2024
M
[3.12] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122955)
Miss Islington (bot) committed
May 8, 2024
S
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118794)
Serhiy Storchaka committed
February 1, 2024
M
[3.12] gh-114648: Add IndexError exception to tutorial datastructures list.pop entry (GH-114681) (#114841)
Miss Islington (bot) committed
August 21, 2023
M
[3.12] Improve references in the tutorial (GH-108069) (#108203)
Miss Islington (bot) 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
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