index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
keyword.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...
Georg Brandl
2008-01-21
1
-3/+1
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-0/+3
*
regenerated to reflect the addition of 'nonlocal' and removal of 'print'
Jack Diederich
2007-02-28
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-1/+0
*
Regenerate.
Thomas Wouters
2006-02-28
1
-0/+2
*
Replace str.find()!=1 with the more readable "in" operator.
Raymond Hettinger
2004-05-04
1
-1/+1
*
SF patch #852140: keyword.py - use __contains__ and bool
Raymond Hettinger
2003-12-02
1
-5/+1
*
Patrick K. O'Brien notices that kwlist was missing from __all__.
Raymond Hettinger
2002-10-30
1
-1/+1
*
Updated keyword.py for "yield".
Tim Peters
2001-06-19
1
-0/+1
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-3/+3
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+2
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-9/+10
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-4/+4
*
Convert all remaining *simple* cases of regex usage to re usage.
Guido van Rossum
1997-10-22
1
-9/+9
*
Regenerated; __assert__ becomes assert.
Guido van Rossum
1997-07-23
1
-1/+1
*
Ping's new version -- more efficient at finding the keywords.
Guido van Rossum
1997-03-20
1
-37/+13
*
Added __assert__.
Guido van Rossum
1997-03-20
1
-0/+1
*
Ka-Ping Yee's version is better:
Guido van Rossum
1997-03-20
1
-37/+116
*
Simple module to publish list of Python keywords.
Guido van Rossum
1997-03-20
1
-0/+37