summaryrefslogtreecommitdiffstats
path: root/Lib/keyword.py
Commit message (Expand)AuthorAgeFilesLines
* 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