From d7b9791584eda0f022813fd2b2df50f59eba29c5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Jan 2010 09:20:27 +0000 Subject: Added remaining missing Kate xml files git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1068844 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/data/python.xml | 248 +++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 190 insertions(+), 58 deletions(-) (limited to 'kate/data/python.xml') diff --git a/kate/data/python.xml b/kate/data/python.xml index 9296f4c7e..4207ca8a2 100644 --- a/kate/data/python.xml +++ b/kate/data/python.xml @@ -1,64 +1,80 @@ - + + + + import from as - - - and - assert - break + class - continue def del + global + lambda + + + and + assert + in + is + not + or + + + exec + print + + + break + continue elif else except - exec finally for - global if - in - is - lambda - not - or pass - print raise return try while yield - + __future__ + __import__ + __name__ abs + all + any apply + basestring + bool buffer callable chr + classmethod cmp coerce compile complex - copyright - credits delattr + dict dir divmod + enumerate eval execfile - exit + file filter float + frozenset getattr globals hasattr @@ -72,27 +88,33 @@ issubclass iter len - license list locals long map max min + object oct open ord pow - quit + property range raw_input reduce reload repr + reversed round + set setattr slice + sorted + staticmethod str + sum + super tuple type unichr @@ -101,74 +123,167 @@ xrange zip - None self - cls True False NotImplemented Ellipsis - + + SIGNAL + SLOT + connect + + + __new__ + __init__ + __del__ + __repr__ + __str__ + __lt__ + __le__ + __eq__ + __ne__ + __gt__ + __ge__ + __cmp__ + __rcmp__ + __hash__ + __nonzero__ + __unicode__ + + + ArithmeticError + AssertionError + AttributeError + BaseException + DeprecationWarning + EnvironmentError + EOFError + Exception + FloatingPointError + FutureWarning + GeneratorExit + IOError + ImportError + ImportWarning + IndexError + KeyError + KeyboardInterrupt + LookupError + MemoryError + NameError + NotImplementedError + OSError + OverflowError + PendingDeprecationWarning + ReferenceError + RuntimeError + RuntimeWarning + StandardError + StopIteration + SyntaxError + SyntaxWarning + SystemError + SystemExit + TypeError + UnboundLocalError + UserWarning + UnicodeError + UnicodeWarning + UnicodeEncodeError + UnicodeDecodeError + UnicodeTranslateError + ValueError + Warning + WindowsError + ZeroDivisionError + - + + + + - + + + + - - - - - - + + + + + + + + + - - + + - + - + + + - - + + - - - + + - + - + + + + + + + + - - - - + + + + + - - - - + + + + + + + + + + + + @@ -182,24 +297,30 @@ - - + + + - - + + + + + + + @@ -207,11 +328,18 @@ - - + + + + + + + + + @@ -225,8 +353,12 @@ + + + + - + -- cgit v1.2.3