aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/keyword.py
Commit message (Expand)AuthorAge
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-26
* Delete remaining references to Grammar/Grammar from docs (#21624)Guido van Rossum2020-07-26
* Include soft keywords in keyword.py (GH-20877)Pablo Galindo2020-06-15
* bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)Lysandros Nikolaou2020-06-11
* bpo-40939: Generate keyword.py using the new parser (GH-20800)Lysandros Nikolaou2020-06-11
* bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...Pablo Galindo2019-03-25
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-07
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-05
* 17830: preserve line endings of original file when updating keywords.R David Murray2013-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 Araujo2011-11-29
* Use a context manager for some file objects.Florent Xicluna2010-09-03
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-21
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-30
* regenerated to reflect the addition of 'nonlocal' and removal of 'print'Jack Diederich2007-02-28
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Regenerate.Thomas Wouters2006-02-28
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-04
* SF patch #852140: keyword.py - use __contains__ and boolRaymond Hettinger2003-12-02
* Patrick K. O'Brien notices that kwlist was missing from __all__.Raymond Hettinger2002-10-30
* Updated keyword.py for "yield".Tim Peters2001-06-19
* String method conversion.Eric S. Raymond2001-02-09
* a few more modules get __all__Skip Montanaro2001-01-24
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-22
* Regenerated; __assert__ becomes assert.Guido van Rossum1997-07-23
* Ping's new version -- more efficient at finding the keywords.Guido van Rossum1997-03-20
* Added __assert__.Guido van Rossum1997-03-20
* Ka-Ping Yee's version is better:Guido van Rossum1997-03-20
* Simple module to publish list of Python keywords.Guido van Rossum1997-03-20