COMMITS
/ Lib/keyword.py February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
May 16, 2023
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
July 26, 2020
G
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum committed
June 15, 2020
P
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo committed
June 11, 2020
L
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou committed
L
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou committed
March 25, 2019
P
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456)
Pablo Galindo committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
October 6, 2017
J
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra committed
April 25, 2013
R
17830: preserve line endings of original file when updating keywords.
R David Murray committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
November 29, 2011
É
Fix instructions on how to rebuild some modules
Éric Araujo committed
September 3, 2010
F
Use a context manager for some file objects.
Florent Xicluna committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
January 21, 2008
G
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
Georg Brandl committed
June 30, 2007
G
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum committed
February 28, 2007
J
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
Jack Diederich committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
February 28, 2006
T
Regenerate.
Thomas Wouters committed
May 4, 2004
R
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger committed
December 2, 2003
R
SF patch #852140: keyword.py - use __contains__ and bool
Raymond Hettinger committed
October 30, 2002
R
Patrick K. O'Brien notices that kwlist was missing from __all__.
Raymond Hettinger committed
June 19, 2001
T
Updated keyword.py for "yield".
Tim Peters committed
February 9, 2001
E
String method conversion.
Eric S. Raymond committed
January 24, 2001
S
a few more modules get __all__
Skip Montanaro committed
February 4, 2000
G
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
October 22, 1997
G
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum committed
July 23, 1997
G
Regenerated; __assert__ becomes assert.
Guido van Rossum committed
March 20, 1997
G
Ping's new version -- more efficient at finding the keywords.
Guido van Rossum committed
G
Added __assert__.
Guido van Rossum committed
G
Ka-Ping Yee's version is better:
Guido van Rossum committed
G
Simple module to publish list of Python keywords.
Guido van Rossum committed