Index

Symbols | _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Symbols

!=
operator
% formatting
% interpolation
%PATH%
%PYTHONPATH%
*
statement, [1]
**
statement, [1]
--help
command line option
--version
command line option
-B
command line option
-b
command line option
-c <command>
command line option
-d
command line option
-E
command line option
-h
command line option
-i
command line option
-m <module-name>
command line option
-O
command line option
-OO
command line option
-S
command line option
-s
command line option
-u
command line option
-V
command line option
-v
command line option
-W arg
command line option
-x
command line option
...
.ini
file
.pdbrc
file
2to3
<
operator
<=
operator
<protocol>_proxy
==
operator
>
operator
>=
operator
>>>
@
statement

_

__abs__() (in module operator)
(object method)
__add__() (in module operator)
(object method)
__all__
(optional module attribute)
(package variable)
__and__() (in module operator)
(object method)
__annotations__ (function attribute)
__bases__ (class attribute), [1]
__bool__() (object method), [1]
__call__() (object method), [1]
__cause__ (exception attribute)
__ceil__() (fractions.Fraction method)
__class__ (instance attribute), [1]
__closure__ (function attribute)
__code__ (function attribute)
(function object attribute)
__complex__() (object method)
__concat__() (in module operator)
__contains__() (email.message.Message method), [1]
(in module operator)
(mailbox.Mailbox method)
(object method)
__context__ (exception attribute)
__copy__() (copy protocol)
__debug__
(built-in variable)
__deepcopy__() (copy protocol)
__defaults__ (function attribute)
__del__() (object method)
__delattr__() (object method)
__delete__() (object method)
__delitem__() (email.message.Message method)
(in module operator)
(mailbox.MH method)
(mailbox.Mailbox method)
(object method)
__dict__ (class attribute)
(function attribute)
(instance attribute), [1]
(module attribute), [1]
(object attribute)
__dir__() (object method)
__displayhook__ (in module sys)
__divmod__() (object method)
__doc__ (class attribute)
(function attribute)
(method attribute)
(module attribute), [1]
__enter__() (contextmanager method)
(object method)
(winreg.PyHKEY method)
__eq__() (email.charset.Charset method)
(email.header.Header method)
(in module operator)
(instance method)
(object method)
__excepthook__ (in module sys)
__exit__() (contextmanager method)
(object method)
(winreg.PyHKEY method)
__file__ (module attribute), [1], [2]
__float__() (object method)
__floor__() (fractions.Fraction method)
__floordiv__() (in module operator)
(object method)
__format__
__format__() (object method)
__func__ (method attribute)
__future__
(module)
__ge__() (in module operator)
(instance method)
(object method)
__get__() (object method)
__getattr__() (object method)
__getattribute__() (object method)
__getinitargs__() (copy protocol)
__getitem__() (email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mapping object method)
(object method)
__getnewargs__() (copy protocol)
__getstate__() (copy protocol)
__globals__ (function attribute)
__gt__() (in module operator)
(instance method)
(object method)
__hash__() (object method)
__iadd__() (in module operator)
(object method)
__iand__() (in module operator)
(object method)
__iconcat__() (in module operator)
__ifloordiv__() (in module operator)
(object method)
__ilshift__() (in module operator)
(object method)
__imod__() (in module operator)
(object method)
__import__
built-in function, [1]
__import__() (built-in function)
__imul__() (in module operator)
(object method)
__index__() (in module operator)
(object method)
__init__() (instance constructor)
(logging.Handler method)
(object method)
__init__.py
__int__() (object method)
__inv__() (in module operator)
__invert__() (in module operator)
(object method)
__ior__() (in module operator)
(object method)
__ipow__() (in module operator)
(object method)
__irepeat__() (in module operator)
__irshift__() (in module operator)
(object method)
__isub__() (in module operator)
(object method)
__iter__() (container method)
(iterator method)
(mailbox.Mailbox method)
(object method)
__itruediv__() (in module operator)
(object method)
__ixor__() (in module operator)
(object method)
__kwdefaults__ (function attribute)
__le__() (in module operator)
(instance method)
(object method)
__len__() (email.message.Message method)
(mailbox.Mailbox method)
(mapping object method)
(object method)
__lshift__() (in module operator)
(object method)
__lt__() (in module operator)
(instance method)
(object method)
__main__
module, [1], [2], [3], [4], [5]
__main__ (module)
__metaclass__ (built-in variable)
__missing__() (collections.defaultdict method)
__mod__() (in module operator)
(object method)
__module__ (class attribute)
(function attribute)
(method attribute)
__mul__() (in module operator)
(object method)
__name__ (class attribute), [1]
(function attribute)
(method attribute)
(module attribute), [1], [2]
__ne__() (email.charset.Charset method)
(email.header.Header method)
(in module operator)
(instance method)
(object method)
__neg__() (in module operator)
(object method)
__new__() (object method)
__next__() (file method)
(generator method)
(iterator method)
__not__() (in module operator)
__or__() (in module operator)
(object method)
__pos__() (in module operator)
(object method)
__pow__() (in module operator)
(object method)
__radd__() (object method)
__rand__() (object method)
__rdivmod__() (object method)
__reduce__() (pickle protocol)
__reduce_ex__() (pickle protocol)
__repeat__() (in module operator)
__repr__() (multiprocessing.managers.BaseProxy method)
(netrc.netrc method)
(object method)
__reversed__() (object method)
__rfloordiv__() (object method)
__rlshift__() (object method)
__rmod__() (object method)
__rmul__() (object method)
__ror__() (object method)
__round__() (fractions.Fraction method)
(object method)
__rpow__() (object method)
__rrshift__() (object method)
__rshift__() (in module operator)
(object method)
__rsub__() (object method)
__rtruediv__() (object method)
__rxor__() (object method)
__safe_for_unpickling__ (pickle protocol)
__self__ (method attribute)
__set__() (object method)
__setattr__() (object method)
__setitem__() (email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(object method)
__setstate__() (copy protocol)
__slots__
__stderr__ (in module sys)
__stdin__ (in module sys)
__stdout__ (in module sys)
__str__() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
(email.charset.Charset method)
(email.header.Header method)
(email.message.Message method)
(multiprocessing.managers.BaseProxy method)
(object method)
__sub__() (in module operator)
(object method)
__subclasshook__() (abc.ABCMeta method)
__traceback__ (exception attribute)
__truediv__() (in module operator)
(object method)
__unicode__() (email.header.Header method)
__xor__() (in module operator)
(object method)
_anonymous_ (ctypes.Structure attribute)
_asdict() (collections.somenamedtuple method)
_b_base_ (ctypes._CData attribute)
_b_needsfree_ (ctypes._CData attribute)
_call_method() (multiprocessing.managers.BaseProxy method)
_CData (class in ctypes)
_clear_type_cache() (in module sys)
_collect_incoming_data() (asynchat.async_chat method)
_current_frames() (in module sys)
_dummy_thread (module)
_exit() (in module os)
_fields (ast.AST attribute)
(collections.somenamedtuple attribute)
_fields_ (ctypes.Structure attribute)
_flush() (wsgiref.handlers.BaseHandler method)
_frozen (C type)
_FuncPtr (class in ctypes)
_get_data() (asynchat.async_chat method)
_get_value() (multiprocessing.managers.BaseProxy method)
_getframe() (in module sys)
_handle (ctypes.PyDLL attribute)
_inittab (C type)
_locale
module
_make() (collections.somenamedtuple method)
_name (ctypes.PyDLL attribute)
_ob_next (C member)
_ob_prev (C member)
_objects (ctypes._CData attribute)
_pack_ (ctypes.Structure attribute)
_parse() (gettext.NullTranslations method)
_Py_c_diff (C function)
_Py_c_neg (C function)
_Py_c_pow (C function)
_Py_c_prod (C function)
_Py_c_quot (C function)
_Py_c_sum (C function)
_Py_NoneStruct (C variable)
_PyBytes_Resize (C function)
_PyImport_FindExtension (C function)
_PyImport_Fini (C function)
_PyImport_FixupExtension (C function)
_PyImport_Init (C function)
_PyObject_GC_TRACK (C function)
_PyObject_GC_UNTRACK (C function)
_PyObject_New (C function)
_PyObject_NewVar (C function)
_PyTuple_Resize (C function)
_replace() (collections.somenamedtuple method)
_setroot() (xml.etree.ElementTree.ElementTree method)
_SimpleCData (class in ctypes)
_structure() (in module email.iterators)
_thread
module
_thread (module)
_urlopener (in module urllib.request)
_write() (wsgiref.handlers.BaseHandler method)

A

A (in module re)
a-LAW
A-LAW, [1]
a2b_base64() (in module binascii)
a2b_hex() (in module binascii)
a2b_hqx() (in module binascii)
a2b_qp() (in module binascii)
a2b_uu() (in module binascii)
abc (module)
ABCMeta (class in abc)
abort()
(ftplib.FTP method)
(in module os)
above() (curses.panel.Panel method)
abs
built-in function, [1]
abs() (built-in function)
(decimal.Context method)
(in module operator)
abspath() (in module os.path)
abstract base class
AbstractBasicAuthHandler (class in urllib.request)
AbstractDigestAuthHandler (class in urllib.request)
AbstractFormatter (class in formatter)
abstractmethod() (in module abc)
abstractproperty() (in module abc)
AbstractWriter (class in formatter)
accept() (asyncore.dispatcher method)
(multiprocessing.connection.Listener method)
(socket.socket method)
accept2dyear (in module time)
access() (in module os)
acos() (in module cmath)
(in module math)
acosh() (in module cmath)
(in module math)
acquire() (_thread.lock method)
(logging.Handler method)
(threading.Condition method)
(threading.Lock method)
(threading.RLock method)
(threading.Semaphore method)
acquire_lock() (in module imp), [1]
active_children() (in module multiprocessing)
active_count() (in module threading)
add() (decimal.Context method)
(in module audioop)
(in module operator)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(msilib.RadioButtonGroup method)
(pstats.Stats method)
(set method)
(tarfile.TarFile method)
add_alias() (in module email.charset)
add_cgi_vars() (wsgiref.handlers.BaseHandler method)
add_charset() (in module email.charset)
add_codec() (in module email.charset)
add_cookie_header() (http.cookiejar.CookieJar method)
add_data() (in module msilib)
(urllib.request.Request method)
add_fallback() (gettext.NullTranslations method)
add_file() (msilib.Directory method)
add_flag() (mailbox.MaildirMessage method)
(mailbox.MMDFMessage method)
(mailbox.mboxMessage method)
add_flowing_data() (formatter.formatter method)
add_folder() (mailbox.Maildir method)
(mailbox.MH method)
add_handler() (urllib.request.OpenerDirector method)
add_header() (email.message.Message method)
(urllib.request.Request method)
(wsgiref.headers.Headers method)
add_history() (in module readline)
add_hor_rule() (formatter.formatter method)
add_include_dir() (distutils.ccompiler.CCompiler method)
add_label() (mailbox.BabylMessage method)
add_label_data() (formatter.formatter method)
add_library() (distutils.ccompiler.CCompiler method)
add_library_dir() (distutils.ccompiler.CCompiler method)
add_line_break() (formatter.formatter method)
add_link_object() (distutils.ccompiler.CCompiler method)
add_literal_data() (formatter.formatter method)
add_parent() (urllib.request.BaseHandler method)
add_password() (urllib.request.HTTPPasswordMgr method)
add_runtime_library_dir() (distutils.ccompiler.CCompiler method)
add_section() (configparser.RawConfigParser method)
add_sequence() (mailbox.MHMessage method)
add_stream() (in module msilib)
add_tables() (in module msilib)
add_type() (in module mimetypes)
add_unredirected_header() (urllib.request.Request method)
addch() (curses.window method)
addcomponent() (turtle.Shape method)
addError() (unittest.TestResult method)
addFailure() (unittest.TestResult method)
addfile() (tarfile.TarFile method)
addFilter() (logging.Handler method)
(logging.Logger method)
addHandler() (logging.Logger method)
addition
addLevelName() (in module logging)
addnstr() (curses.window method)
AddPackagePath() (in module modulefinder)
address (multiprocessing.connection.Listener attribute)
(multiprocessing.managers.BaseManager attribute)
address_family (in module socketserver)
address_string() (http.server.BaseHTTPRequestHandler method)
addressof() (in module ctypes)
addshape() (in module turtle)
addsitedir() (in module site)
addstr() (curses.window method)
addSuccess() (unittest.TestResult method)
addTest() (unittest.TestSuite method)
addTests() (unittest.TestSuite method)
adjusted() (decimal.Decimal method)
adler32() (in module zlib)
ADPCM, Intel/DVI
adpcm2lin() (in module audioop)
AES
algorithm
AF_INET (in module socket)
AF_INET6 (in module socket)
AF_UNIX (in module socket)
aifc (module)
aifc() (aifc.aifc method)
AIFF, [1]
aiff() (aifc.aifc method)
AIFF-C, [1]
alarm() (in module signal)
alaw2lin() (in module audioop)
algorithm
AES
alignment() (in module ctypes)
all() (built-in function)
all_errors (ftplib.FTP attribute)
all_features (in module xml.sax.handler)
all_properties (in module xml.sax.handler)
allocate_lock() (in module _thread)
allow_reuse_address (in module socketserver)
allowed_domains() (http.cookiejar.DefaultCookiePolicy method)
alt() (in module curses.ascii)
ALT_DIGITS (in module locale)
altsep (in module os)
altzone (in module time)
and
bitwise
operator, [1], [2]
and_() (in module operator)
annotations
function
announce() (distutils.ccompiler.CCompiler method)
anonymous
function
answerChallenge() (in module multiprocessing.connection)
any() (built-in function)
api_version (in module sys)
apop() (poplib.POP3 method)
APPDATA
append() (array.array method)
(collections.deque method)
(email.header.Header method)
(imaplib.IMAP4 method)
(msilib.CAB method)
(pipes.Template method)
(sequence method)
(xml.etree.ElementTree.Element method)
appendChild() (xml.dom.Node method)
appendleft() (collections.deque method)
application_uri() (in module wsgiref.util)
apply() (multiprocessing.pool.multiprocessing.Pool method)
apply_async() (multiprocessing.pool.multiprocessing.Pool method)
architecture() (in module platform)
archive (zipimport.zipimporter attribute)
aRepr (in module reprlib)
args (functools.partial attribute)
argtypes (ctypes._FuncPtr attribute)
argument
function
ArgumentError
argv (in module sys), [1]
arithmetic
conversion
operation, binary
operation, unary
ArithmeticError
array
module
array (module)
array() (in module array)
Array() (in module multiprocessing)
(in module multiprocessing.sharedctypes)
(multiprocessing.managers.SyncManager method)
arrays
ArrayType (in module array)
article() (nntplib.NNTP method)
as_integer_ratio() (float method)
AS_IS (in module formatter)
as_string() (email.message.Message method)
as_tuple() (decimal.Decimal method)
ascii
built-in function
ASCII, [1]
(in module re)
ascii() (built-in function)
(in module curses.ascii)
ascii_letters (in module string)
ascii_lowercase (in module string)
ascii_uppercase (in module string)
asctime() (in module time)
asin() (in module cmath)
(in module math)
asinh() (in module cmath)
(in module math)
assert
statement, [1]
assert_() (unittest.TestCase method)
assert_line_data() (formatter.formatter method)
assertAlmostEqual() (unittest.TestCase method)
assertEqual() (unittest.TestCase method)
assertFalse() (unittest.TestCase method)
AssertionError
exception
assertions
debugging
assertNotAlmostEqual() (unittest.TestCase method)
assertNotEqual() (unittest.TestCase method)
assertRaises() (unittest.TestCase method)
assertTrue() (unittest.TestCase method)
assignment
attribute, [1]
augmented
class attribute
class instance attribute
slice
slicing
statement, [1]
subscript
subscription
target list
AST (class in ast)
ast (module)
astimezone() (datetime.datetime method)
async_chat (class in asynchat)
async_chat.ac_in_buffer_size (in module asynchat)
async_chat.ac_out_buffer_size (in module asynchat)
asynchat (module)
asyncore (module)
AsyncResult (class in multiprocessing.pool)
atan() (in module cmath)
(in module math)
atan2() (in module math)
atanh() (in module cmath)
(in module math)
atexit (module)
atof() (in module locale)
atoi() (in module locale)
atom
attach() (email.message.Message method)
AttlistDeclHandler() (xml.parsers.expat.xmlparser method)
attrgetter() (in module operator)
attrib (xml.etree.ElementTree.Element attribute)
attribute, [1]
assignment, [1]
assignment, class
assignment, class instance
class
class instance
deletion
generic special
reference
special
AttributeError
exception
attributes (xml.dom.Node attribute)
AttributesImpl (class in xml.sax.xmlreader)
AttributesNSImpl (class in xml.sax.xmlreader)
attroff() (curses.window method)
attron() (curses.window method)
attrset() (curses.window method)
Audio Interchange File Format, [1]
AUDIO_FILE_ENCODING_ADPCM_G721 (in module sunau)
AUDIO_FILE_ENCODING_ADPCM_G722 (in module sunau)
AUDIO_FILE_ENCODING_ADPCM_G723_3 (in module sunau)
AUDIO_FILE_ENCODING_ADPCM_G723_5 (in module sunau)
AUDIO_FILE_ENCODING_ALAW_8 (in module sunau)
AUDIO_FILE_ENCODING_DOUBLE (in module sunau)
AUDIO_FILE_ENCODING_FLOAT (in module sunau)
AUDIO_FILE_ENCODING_LINEAR_16 (in module sunau)
AUDIO_FILE_ENCODING_LINEAR_24 (in module sunau)
AUDIO_FILE_ENCODING_LINEAR_32 (in module sunau)
AUDIO_FILE_ENCODING_LINEAR_8 (in module sunau)
AUDIO_FILE_ENCODING_MULAW_8 (in module sunau)
AUDIO_FILE_MAGIC (in module sunau)
AUDIODEV
audioop (module)
augmented
assignment
authenticate() (imaplib.IMAP4 method)
AuthenticationError
authenticators() (netrc.netrc method)
authkey (multiprocessing.Process attribute)
avg() (in module audioop)
avgpp() (in module audioop)

B

b16decode() (in module base64)
b16encode() (in module base64)
b2a_base64() (in module binascii)
b2a_hex() (in module binascii)
b2a_hqx() (in module binascii)
b2a_qp() (in module binascii)
b2a_uu() (in module binascii)
b32decode() (in module base64)
b32encode() (in module base64)
b64decode() (in module base64)
b64encode() (in module base64)
Babyl (class in mailbox)
BabylMessage (class in mailbox)
back() (in module turtle)
backslash character
backslashreplace_errors() (in module codecs)
backward() (in module turtle)
BadStatusLine
BadZipfile
Balloon (class in tkinter.tix)
base64
encoding
module
base64 (module)
BaseCGIHandler (class in wsgiref.handlers)
BaseCookie (class in http.cookies)
BaseException
BaseHandler (class in urllib.request)
(class in wsgiref.handlers)
BaseHTTPRequestHandler (class in http.server)
BaseManager (class in multiprocessing.managers)
basename() (in module os.path)
BaseProxy (class in multiprocessing.managers)
basicConfig() (in module logging)
BasicContext (class in decimal)
baudrate() (in module curses)
bdb
module
Bdb (class in bdb)
bdb (module)
BdbQuit
BDFL
beep() (in module curses)
Beep() (in module winsound)
begin_fill() (in module turtle)
begin_poly() (in module turtle)
below() (curses.panel.Panel method)
benchmarking
Benchmarking
betavariate() (in module random)
bf_getbuffer (C member)
bf_releasebuffer (C member)
bgcolor() (in module turtle)
bgpic() (in module turtle)
bias() (in module audioop)
bidirectional() (in module unicodedata)
BigEndianStructure (class in ctypes)
bin() (built-in function)
binary
arithmetic operation
bitwise operation
data, packing
literals
Binary (class in msilib)
binary literal
binary mode
binary semaphores
BINARY_ADD (opcode)
BINARY_AND (opcode)
BINARY_FLOOR_DIVIDE (opcode)
BINARY_LSHIFT (opcode)
BINARY_MODULO (opcode)
BINARY_MULTIPLY (opcode)
BINARY_OR (opcode)
BINARY_POWER (opcode)
BINARY_RSHIFT (opcode)
BINARY_SUBSCR (opcode)
BINARY_SUBTRACT (opcode)
BINARY_TRUE_DIVIDE (opcode)
BINARY_XOR (opcode)
binascii (module)
bind (widgets)
bind() (asyncore.dispatcher method)
(socket.socket method)
bind_textdomain_codeset() (in module gettext)
binding
global name
name, [1], [2], [3], [4], [5], [6]
bindtextdomain() (in module gettext)
binhex
module
binhex (module)
binhex() (in module binhex)
bisect (module)
bisect() (in module bisect)
bisect_left() (in module bisect)
bisect_right() (in module bisect)
bit-string
operations
bitmap() (msilib.Dialog method)
bitwise
and
operation, binary
operation, unary
or
xor
bk() (in module turtle)
bkgd() (curses.window method)
bkgdset() (curses.window method)
blank line
block
code
block_size (in module hashlib)
blocked_domains() (http.cookiejar.DefaultCookiePolicy method)
BlockingIOError
BNF, [1]
body() (nntplib.NNTP method)
body_encode() (email.charset.Charset method)
body_encoding (email.charset.Charset attribute)
body_line_iterator() (in module email.iterators)
BOM (in module codecs)
BOM_BE (in module codecs)
BOM_LE (in module codecs)
BOM_UTF16 (in module codecs)
BOM_UTF16_BE (in module codecs)
BOM_UTF16_LE (in module codecs)
BOM_UTF32 (in module codecs)
BOM_UTF32_BE (in module codecs)
BOM_UTF32_LE (in module codecs)
BOM_UTF8 (in module codecs)
bool() (built-in function)
Boolean
object, [1]
operation
operations, [1]
type
values
border() (curses.window method)
bottom() (curses.panel.Panel method)
bottom_panel() (in module curses.panel)
BoundaryError
BoundedSemaphore (class in multiprocessing)
BoundedSemaphore() (in module threading)
(multiprocessing.managers.SyncManager method)
box() (curses.window method)
break
statement, [1], [2], [3], [4]
break_anywhere() (bdb.Bdb method)
break_here() (bdb.Bdb method)
break_long_words (textwrap.TextWrapper attribute)
BREAK_LOOP (opcode)
break_on_hyphens (textwrap.TextWrapper attribute)
Breakpoint (class in bdb)
BROWSER, [1]
BsdDbShelf (class in shelve)
buf (C member)
buffer
object, [1]
buffer interface
buffer size, I/O
buffer_info() (array.array method)
buffer_size (xml.parsers.expat.xmlparser attribute)
buffer_text (xml.parsers.expat.xmlparser attribute)
buffer_used (xml.parsers.expat.xmlparser attribute)
BufferedIOBase (class in io)
BufferedRandom (class in io)
BufferedReader (class in io)
BufferedRWPair (class in io)
BufferedWriter (class in io)
BufferingHandler (class in logging)
BufferTooShort
bufsize() (ossaudiodev.oss_audio_device method)
BUILD_LIST (opcode)
BUILD_MAP (opcode)
build_opener() (in module urllib.request)
build_py (class in distutils.command.build_py)
build_py_2to3 (class in distutils.command.build_py)
BUILD_SET (opcode)
BUILD_SLICE (opcode)
BUILD_TUPLE (opcode)
built-in
constants
exceptions
functions
method
module
types, [1]
built-in function
__import__, [1]
abs, [1]
ascii
bytes
call
chr
classmethod
cmp, [1], [2]
compile, [1], [2], [3], [4], [5]
complex, [1]
divmod, [1], [2]
eval, [1], [2], [3], [4], [5]
exec, [1], [2]
file
float, [1], [2]
hash, [1], [2]
help
id
int, [1], [2]
len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
long
max
min
object, [1]
open, [1]
ord
pow, [1], [2], [3], [4], [5]
print, [1]
range
repr, [1], [2], [3], [4]
round
slice, [1]
staticmethod
str, [1], [2], [3], [4]
tuple, [1]
type, [1], [2]
built-in method
call
object, [1]
builtin_module_names (in module sys)
BuiltinFunctionType (in module types)
BuiltinMethodType (in module types)
builtins
module, [1], [2], [3], [4]
builtins (module)
ButtonBox (class in tkinter.tix)
bye() (in module turtle)
byref() (in module ctypes)
byte
byte-code
file, [1], [2]
byte_compile() (in module distutils.util)
bytearray
methods
object, [1]
bytearray() (built-in function)
bytecode, [1]
byteorder (in module sys)
bytes
built-in function
methods
object, [1]
bytes (uuid.UUID attribute)
bytes literal
bytes() (built-in function)
bytes_le (uuid.UUID attribute)
BytesIO (class in io)
BytesType (in module types)
byteswap() (array.array method)
BytesWarning
bz2 (module)
BZ2Compressor (class in bz2)
BZ2Decompressor (class in bz2)
BZ2File (class in bz2)

C

C
language, [1], [2], [3], [4], [5]
structures
c_bool (class in ctypes)
C_BUILTIN (in module imp)
c_byte (class in ctypes)
c_char (class in ctypes)
c_char_p (class in ctypes)
c_double (class in ctypes)
C_EXTENSION (in module imp)
c_float (class in ctypes)
c_int (class in ctypes)
c_int16 (class in ctypes)
c_int32 (class in ctypes)
c_int64 (class in ctypes)
c_int8 (class in ctypes)
c_long (class in ctypes)
c_longdouble (class in ctypes)
c_longlong (class in ctypes)
c_short (class in ctypes)
c_size_t (class in ctypes)
c_ubyte (class in ctypes)
c_uint (class in ctypes)
c_uint16 (class in ctypes)
c_uint32 (class in ctypes)
c_uint64 (class in ctypes)
c_uint8 (class in ctypes)
c_ulong (class in ctypes)
c_ulonglong (class in ctypes)
c_ushort (class in ctypes)
c_void_p (class in ctypes)
c_wchar (class in ctypes)
c_wchar_p (class in ctypes)
CAB (class in msilib)
CacheFTPHandler (class in urllib.request)
calcsize() (in module struct)
Calendar (class in calendar)
calendar (module)
calendar() (in module calendar)
call
built-in function
built-in method
class instance
class object, [1], [2]
function, [1], [2]
instance, [1]
method
procedure
user-defined function
call() (in module subprocess)
CALL_FUNCTION (opcode)
CALL_FUNCTION_KW (opcode)
CALL_FUNCTION_VAR (opcode)
CALL_FUNCTION_VAR_KW (opcode)
callable
object, [1]
CallableProxyType (in module weakref)
calloc()
can_change_color() (in module curses)
can_fetch() (urllib.robotparser.RobotFileParser method)
cancel() (sched.scheduler method)
(threading.Timer method)
cancel_join_thread() (multiprocessing.Queue method)
CannotSendHeader
CannotSendRequest
canonic() (bdb.Bdb method)
canonical() (decimal.Context method)
(decimal.Decimal method)
capitalize() (str method)
captured_stdout() (in module test.support)
capwords() (in module string)
cast() (in module ctypes)
cat() (in module nis)
catch_warning() (in module test.support)
catch_warnings (class in warnings)
category() (in module unicodedata)
cbreak() (in module curses)
CC
CCompiler (class in distutils.ccompiler)
CDLL (class in ctypes)
ceil() (in module math), [1]
center() (str method)
CERT_NONE (in module ssl)
CERT_OPTIONAL (in module ssl)
CERT_REQUIRED (in module ssl)
cert_time_to_seconds() (in module ssl)
certificates
CFLAGS, [1], [2]
CFUNCTYPE() (in module ctypes)
CGI
debugging
exceptions
protocol
security
tracebacks
cgi (module)
cgi_directories (http.server.CGIHTTPRequestHandler attribute)
CGIHandler (class in wsgiref.handlers)
CGIHTTPRequestHandler (class in http.server)
cgitb (module)
CGIXMLRPCRequestHandler (class in xmlrpc.server)
chain() (in module itertools)
chaining
comparisons, [1]
exception
change_root() (in module distutils.util)
channels() (ossaudiodev.oss_audio_device method)
CHAR_MAX (in module locale)
character, [1], [2]
CharacterDataHandler() (xml.parsers.expat.xmlparser method)
characters() (xml.sax.handler.ContentHandler method)
characters_written (io.BlockingIOError attribute)
Charset (class in email.charset)
charset() (gettext.NullTranslations method)
chdir() (in module os)
check() (imaplib.IMAP4 method)
(in module tabnanny)
check_call() (in module subprocess)
check_environ() (in module distutils.util)
check_output() (doctest.OutputChecker method)
check_unused_args() (string.Formatter method)
checkbox() (msilib.Dialog method)
checkcache() (in module linecache)
checkfuncname() (in module bdb)
CheckList (class in tkinter.tix)
checksum
Cyclic Redundancy Check
chflags() (in module os)
chgat() (curses.window method)
childNodes (xml.dom.Node attribute)
chmod() (in module os)
choice() (in module random)
chown() (in module os)
chr
built-in function
chr() (built-in function)
chroot() (in module os)
Chunk (class in chunk)
chunk (module)
cipher
DES
cipher() (ssl.SSLSocket method)
circle() (in module turtle)
Clamped (class in decimal)
class
attribute
attribute assignment
constructor
definition, [1]
instance
name
object, [1], [2]
statement
Class (class in symtable)
Class browser
class instance
attribute
attribute assignment
call
object, [1], [2]
class object
call, [1], [2]
classmethod
built-in function
classmethod() (built-in function)
clause
clean() (mailbox.Maildir method)
cleandoc() (in module inspect)
cleanup functions
clear() (collections.deque method)
(curses.window method)
(dict method)
(http.cookiejar.CookieJar method)
(in module turtle), [1]
(mailbox.Mailbox method)
(set method)
(threading.Event method)
(xml.etree.ElementTree.Element method)
clear_all_breaks() (bdb.Bdb method)
clear_all_file_breaks() (bdb.Bdb method)
clear_bpbynumber() (bdb.Bdb method)
clear_break() (bdb.Bdb method)
clear_flags() (decimal.Context method)
clear_history() (in module readline)
clear_memo() (pickle.Pickler method)
clear_session_cookies() (http.cookiejar.CookieJar method)
clearcache() (in module linecache)
ClearData() (msilib.Record method)
clearok() (curses.window method)
clearscreen() (in module turtle)
clearstamp() (in module turtle)
clearstamps() (in module turtle)
Client() (in module multiprocessing.connection)
client_address (http.server.BaseHTTPRequestHandler attribute)
clock() (in module time)
clone() (email.generator.Generator method)
(in module turtle)
(pipes.Template method)
cloneNode() (xml.dom.Node method)
close() (aifc.aifc method), [1]
(asyncore.dispatcher method)
(bz2.BZ2File method)
(chunk.Chunk method)
(distutils.text_file.TextFile method)
(email.parser.FeedParser method)
(file method)
(ftplib.FTP method)
(generator method)
(html.parser.HTMLParser method)
(http.client.HTTPConnection method)
(imaplib.IMAP4 method)
(in module fileinput)
(in module mmap)
(in module os), [1]
(io.IOBase method)
(logging.FileHandler method)
(logging.Handler method)
(logging.MemoryHandler method)
(logging.NTEventLogHandler method)
(logging.SocketHandler method)
(logging.SysLogHandler method)
(mailbox.MH method)
(mailbox.Mailbox method)
(mailbox.Maildir method)
Close() (msilib.View method)
close() (multiprocessing.Connection method)
(multiprocessing.Queue method)
(multiprocessing.connection.Listener method)
(multiprocessing.pool.multiprocessing.Pool method)
(ossaudiodev.oss_audio_device method)
(ossaudiodev.oss_mixer_device method)
(select.epoll method)
(select.kqueue method)
(socket.socket method)
(sqlite3.Connection method)
(sunau.AU_read method)
(sunau.AU_write method)
(tarfile.TarFile method)
(telnetlib.Telnet method)
(urllib.request.BaseHandler method)
(wave.Wave_read method)
(wave.Wave_write method)
Close() (winreg.PyHKEY method)
close() (xml.etree.ElementTree.TreeBuilder method)
(xml.etree.ElementTree.XMLTreeBuilder method)
(xml.sax.xmlreader.IncrementalParser method)
(zipfile.ZipFile method)
close_when_done() (asynchat.async_chat method)
closed (file attribute)
(io.IOBase attribute)
(ossaudiodev.oss_audio_device attribute)
CloseKey() (in module winreg)
closelog() (in module syslog)
closerange() (in module os)
closing() (in module contextlib)
clrtobot() (curses.window method)
clrtoeol() (curses.window method)
cmath (module)
cmd
module
Cmd (class in cmd)
cmd (module)
cmdloop() (cmd.Cmd method)
cmp
built-in function, [1], [2]
cmp() (built-in function)
(in module filecmp)
cmp_op (in module dis)
cmpfiles() (in module filecmp)
co_argcount (code object attribute)
co_cellvars (code object attribute)
co_code (code object attribute)
co_consts (code object attribute)
co_filename (code object attribute)
co_firstlineno (code object attribute)
co_flags (code object attribute)
co_freevars (code object attribute)
CO_FUTURE_DIVISION (C variable)
co_lnotab (code object attribute)
co_name (code object attribute)
co_names (code object attribute)
co_nlocals (code object attribute)
co_stacksize (code object attribute)
co_varnames (code object attribute)
CObject
object
code
block
object, [1], [2]
code (module)
(urllib.error.HTTPError attribute)
(xml.parsers.expat.ExpatError attribute)
code block
Codecs
decode
encode
codecs (module)
coded_value (http.cookies.Morsel attribute)
codeop (module)
codepoint2name (in module html.entities)
CODESET (in module locale)
CodeType (in module types)
coding
style
coercion
col_offset (ast.AST attribute)
collapse_rfc2231_value() (in module email.utils)
collect() (in module gc)
collect_incoming_data() (asynchat.async_chat method)
collections (module)
color() (in module turtle)
color_content() (in module curses)
color_pair() (in module curses)
colormode() (in module turtle)
colorsys (module)
COLUMNS, [1]
combinations() (in module itertools)
combine() (datetime.datetime method)
combining() (in module unicodedata)
ComboBox (class in tkinter.tix)
comma
trailing
Command (class in distutils.cmd)
(class in distutils.core)
command (http.server.BaseHTTPRequestHandler attribute)
command line
command line option
--help
--version
-B
-E
-O
-OO
-S
-V
-W arg
-b
-c <command>
-d
-h
-i
-m <module-name>
-s
-u
-v
-x
CommandCompiler (class in codeop)
comment
(http.cookiejar.Cookie attribute)
COMMENT (in module tokenize)
comment (zipfile.ZipFile attribute)
(zipfile.ZipInfo attribute)
Comment() (in module xml.etree.ElementTree)
comment_url (http.cookiejar.Cookie attribute)
commenters (shlex.shlex attribute)
CommentHandler() (xml.parsers.expat.xmlparser method)
commit() (msilib.CAB method)
Commit() (msilib.Database method)
commit() (sqlite3.Connection method)
common (filecmp.dircmp attribute)
Common Gateway Interface
common_dirs (filecmp.dircmp attribute)
common_files (filecmp.dircmp attribute)
common_funny (filecmp.dircmp attribute)
common_types (in module mimetypes)
(mimetypes.MimeTypes attribute)
commonprefix() (in module os.path)
communicate() (subprocess.Popen method)
compare() (decimal.Context method)
(decimal.Decimal method)
(difflib.Differ method)
COMPARE_OP (opcode)
compare_signal() (decimal.Context method)
(decimal.Decimal method)
compare_total() (decimal.Context method)
(decimal.Decimal method)
compare_total_mag() (decimal.Context method)
(decimal.Decimal method)
comparing
objects