COMMITS
/ Doc/glossary.rst September 29, 2022
J
gh-96397: Document that attributes need not be identifiers (#96454)
Jeff Allen committed
August 11, 2022
T
gh-84910: Tweak IDLE Glossary entry (#95866)
Terry Jan Reedy committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 9, 2022
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
March 29, 2022
G
Update glossary.rst (GH-32093)
Géry Ogam committed
January 26, 2022
N
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Nikita Sobolev committed
November 20, 2021
November 6, 2021
A
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388)
Alex Waygood committed
July 26, 2021
S
bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349)
Steven Hsu committed
July 22, 2021
S
bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226)
Steven Hsu committed
May 21, 2021
M
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak committed
May 2, 2021
L
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings committed
November 10, 2020
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
October 27, 2020
K
bpo-41805: Documentation for PEP 585 (GH-22615)
kj committed
October 24, 2020
A
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Andre Delfino committed
October 23, 2020
R
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger committed
October 20, 2020
F
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)
Florian Dahlitz committed
September 27, 2020
A
[doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340)
Andre Delfino committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
June 23, 2020
R
Improve asyncio.loop.call_soon() documentation (GH-20883)
Roger Iyengar committed
January 8, 2020
P
bpo-39233: Update positional-only section in the glossary (GH-17874)
Pablo Galindo committed
October 1, 2019
K
Fix and improve `asyncio.run()` docs (GH-16403)
Kyle Stanley committed
September 12, 2019
R
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010)
Raymond Hettinger committed
September 11, 2019
R
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger committed
May 28, 2019
J
Doc: Space breaking whole definition. (GH-13615)
Julien Palard committed
May 27, 2019
R
bpo-37051: Refine note on what objects are hashable (GH-13587)
Raymond Hettinger committed
May 14, 2019
V
bpo-32995 - Added context variable in glossary (GH-9741)
Vinodhini Balusamy committed
May 11, 2019
S
bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145)
Sanyam Khurana committed
March 27, 2019
A
bpo-33832: Add "magic method" glossary entry (GH-7630)
Andre Delfino committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
November 15, 2018
S
Fix typo in asynchronous generator iterator documentation (GH-10542)
Sebastián Ramírez committed
November 12, 2018
W
Improve grammar in Glossary. (GH-10474)
Windson yang committed
November 4, 2018
P
bpo-9842: Add cross-reference to the ellipsis object (GH-4063)
Pablo Galindo committed
October 26, 2018
S
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel committed
September 2, 2018
Z
Fix struct sequence glossary entry grammar (GH-9030)
Zachary Ware committed
August 9, 2018
A
Improve grammar of asynchronous iterator glossary entry (GH-8657)
Andrés Delfino committed
June 16, 2018
A
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Andrés Delfino committed
A
Use singular, we are talking about the access (GH-7727)
Andrés Delfino committed
June 10, 2018
A
Remove hyphens from phrase "picks up where it left off" (GH-7410)
Andrés Delfino committed
May 26, 2018
A
Fix typo spotted by Guido (GH-7131)
Andrés Delfino committed
A
bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829)
Andrés Delfino committed
May 22, 2018
A
Fix lambda parameters being refered as arguments (GH-7037)
Andrés Delfino committed
May 20, 2018
A
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991)
Andrés Delfino committed
May 17, 2018
A
bpo-33518: Add PEP entry to documentation glossary (GH-6860)
Andrés Delfino committed
May 14, 2018
A
bpo-32769: Write annotation entry for glossary (GH-6657)
Andrés Delfino committed
March 28, 2018
I
s/the the/the/ (GH-6287)
INADA Naoki committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed