summaryrefslogtreecommitdiff
path: root/Lib/keyword.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-0/+2
* 17830: preserve line endings of original file when updating keywords.R David Murray2013-04-251-10/+12
* modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-3/+2
* Fix instructions on how to rebuild some modulesÉric Araujo2011-11-291-1/+1
* Use a context manager for some file objects.Florent Xicluna2010-09-031-12/+10
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-3/+1
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-0/+3
* regenerated to reflect the addition of 'nonlocal' and removal of 'print'Jack Diederich2007-02-281-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+0
* Regenerate.Thomas Wouters2006-02-281-0/+2
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-041-1/+1
* SF patch #852140: keyword.py - use __contains__ and boolRaymond Hettinger2003-12-021-5/+1
* Patrick K. O'Brien notices that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Updated keyword.py for "yield".Tim Peters2001-06-191-0/+1
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* a few more modules get __all__Skip Montanaro2001-01-241-0/+2
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-9/+10
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-4/+4
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-9/+9
* Regenerated; __assert__ becomes assert.Guido van Rossum1997-07-231-1/+1
* Ping's new version -- more efficient at finding the keywords.Guido van Rossum1997-03-201-37/+13
* Added __assert__.Guido van Rossum1997-03-201-0/+1
* Ka-Ping Yee's version is better:Guido van Rossum1997-03-201-37/+116
* Simple module to publish list of Python keywords.Guido van Rossum1997-03-201-0/+37