- import
- from
- as
- class
- def
- del
- global
- lambda
- and
- assert
- in
- is
- not
- or
- exec
- print
- break
- continue
- elif
- else
- except
- finally
- for
- if
- pass
- raise
- return
- try
- while
- yield
- __future__
- __import__
- __name__
- abs
- all
- any
- apply
- basestring
- bool
- buffer
- callable
- chr
- classmethod
- cmp
- coerce
- compile
- complex
- delattr
- dict
- dir
- divmod
- enumerate
- eval
- execfile
- file
- filter
- float
- frozenset
- getattr
- globals
- hasattr
- hash
- hex
- id
- input
- int
- intern
- isinstance
- issubclass
- iter
- len
- list
- locals
- long
- map
- max
- min
- 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
- 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