- import
- from
- as
- class
- def
- del
- global
- lambda
- nonlocal
- and
- in
- is
- not
- or
- exec
- print
- assert
- break
- continue
- elif
- else
- except
- finally
- for
- if
- pass
- raise
- return
- try
- while
- with
- yield
- __future__
- __import__
- __name__
- abs
- all
- any
- apply
- basestring
- bin
- bool
- buffer
- callable
- chr
- classmethod
- cmp
- coerce
- compile
- complex
- delattr
- dict
- dir
- divmod
- enumerate
- eval
- execfile
- file
- filter
- float
- format
- frozenset
- getattr
- globals
- hasattr
- hash
- help
- hex
- id
- input
- int
- intern
- isinstance
- issubclass
- iter
- len
- list
- locals
- long
- map
- max
- min
- next
- object
- oct
- open
- ord
- pow
- property
- range
- raw_input
- reduce
- reload
- repr
- reversed
- round
- set
- setattr
- slice
- sorted
- staticmethod
- str
- sum
- super
- tuple
- type
- unichr
- unicode
- vars
- xrange
- zip
- None
- self
- True
- False
- NotImplemented
- Ellipsis
- __debug__
- __file__
- SIGNAL
- SLOT
- connect
- __new__
- __init__
- __del__
- __repr__
- __str__
- __lt__
- __le__
- __eq__
- __ne__
- __gt__
- __ge__
- __cmp__
- __rcmp__
- __hash__
- __nonzero__
- __unicode__
- __getattr__
- __setattr__
- __delattr__
- __getattribute__
- __get__
- __set__
- __delete__
- __call__
- __len__
- __getitem__
- __setitem__
- __delitem__
- __iter__
- __reversed__
- __contains__
- __getslice__
- __setslice__
- __delslice__
- __add__
- __sub__
- __mul__
- __floordiv__
- __mod__
- __divmod__
- __pow__
- __lshift__
- __rshift__
- __and__
- __xor__
- __or__
- __div__
- __truediv__
- __radd__
- __rsub__
- __rmul__
- __rdiv__
- __rtruediv__
- __rfloordiv__
- __rmod__
- __rdivmod__
- __rpow__
- __rlshift__
- __rrshift__
- __rand__
- __rxor__
- __ror__
- __iadd__
- __isub__
- __imul__
- __idiv__
- __itruediv__
- __ifloordiv__
- __imod__
- __ipow__
- __ilshift__
- __irshift__
- __iand__
- __ixor__
- __ior__
- __neg__
- __pos__
- __abs__
- __invert__
- __complex__
- __int__
- __long__
- __float__
- __oct__
- __hex__
- __index__
- __coerce__
- __enter__
- __exit__
- 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