index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
keyword.py
Commit message (
Expand
)
Author
Age
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
*
Delete remaining references to Grammar/Grammar from docs (#21624)
Guido van Rossum
2020-07-26
*
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo
2020-06-15
*
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou
2020-06-11
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
*
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...
Pablo Galindo
2019-03-25
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-05
*
17830: preserve line endings of original file when updating keywords.
R David Murray
2013-04-25
*
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
*
Fix instructions on how to rebuild some modules
Éric Araujo
2011-11-29
*
Use a context manager for some file objects.
Florent Xicluna
2010-09-03
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...
Georg Brandl
2008-01-21
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
*
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
Jack Diederich
2007-02-28
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
Regenerate.
Thomas Wouters
2006-02-28
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
*
SF patch #852140: keyword.py - use __contains__ and bool
Raymond Hettinger
2003-12-02
*
Patrick K. O'Brien notices that kwlist was missing from __all__.
Raymond Hettinger
2002-10-30
*
Updated keyword.py for "yield".
Tim Peters
2001-06-19
*
String method conversion.
Eric S. Raymond
2001-02-09
*
a few more modules get __all__
Skip Montanaro
2001-01-24
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
*
Regenerated; __assert__ becomes assert.
Guido van Rossum
1997-07-23
*
Ping's new version -- more efficient at finding the keywords.
Guido van Rossum
1997-03-20
*
Added __assert__.
Guido van Rossum
1997-03-20
*
Ka-Ping Yee's version is better:
Guido van Rossum
1997-03-20
*
Simple module to publish list of Python keywords.
Guido van Rossum
1997-03-20