Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bf7b0b7b81ac19cab40056c56d2042154cc1515b
/
Lib
/
keyword.py
1ea8cb4
#1726198: replace while 1: fp.readline() with file iteration.
by Georg Brandl
· 17 years ago
1f1c16a
Regenerate.
by Thomas Wouters
· 19 years ago
bac788a
Replace str.find()!=1 with the more readable "in" operator.
by Raymond Hettinger
· 21 years ago
70ef869
SF patch #852140: keyword.py - use __contains__ and bool
by Raymond Hettinger
· 21 years ago
edc853e
Patrick K. O'Brien notices that kwlist was missing from __all__.
by Raymond Hettinger
· 22 years ago
4637668
Updated keyword.py for "yield".
by Tim Peters
· 23 years ago
ee5e61d
String method conversion.
by Eric S. Raymond
· 24 years ago
17ab123
a few more modules get __all__
by Skip Montanaro
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
9694fca
Convert all remaining *simple* cases of regex usage to re usage.
by Guido van Rossum
· 27 years ago
ed57d76
Regenerated; __assert__ becomes assert.
by Guido van Rossum
· 27 years ago
4d81984
Ping's new version -- more efficient at finding the keywords.
by Guido van Rossum
· 28 years ago
3d99e35
Added __assert__.
by Guido van Rossum
· 28 years ago
eb8c972
Ka-Ping Yee's version is better:
by Guido van Rossum
· 28 years ago
90d556f
Simple module to publish list of Python keywords.
by Guido van Rossum
· 28 years ago