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

! (pdb command)
!=
operator
%
operator
% formatting
% interpolation
%PATH%, [1], [2]
&
operator
*
in function calls
operator
statement, [1]
**
in function calls
operator
statement, [1]
+
operator
-
operator
--help
command line option
trace command line option
--ignore-dir=<dir>
trace command line option
--ignore-module=<mod>
trace command line option
--user-base
site command line option
--user-site
site command line option
--version
command line option
trace command line option
-> (return annotation assignment)
-a, --annotate
pickletools command line option
-B
command line option
-b
command line option
compileall command line option
-b, --buffer
unittest command line option
-c <command>
command line option
-c, --catch
unittest command line option
-c, --clock
timeit command line option
-c, --count
trace command line option
-C, --coverdir=<dir>
trace command line option
-d
command line option
-d destdir
compileall command line option
-E
command line option
-e, --exact
tokenize command line option
-f
compileall command line option
-f, --failfast
unittest command line option
-f, --file=<file>
trace command line option
-g, --timing
trace command line option
-h
command line option
-h, --help
timeit command line option
tokenize command line option
-i
command line option
-i list
compileall command line option
-J
command line option
-l
compileall command line option
-l, --indentlevel=<num>
pickletools command line option
-l, --listfuncs
trace command line option
-m <module-name>
command line option
-m, --memo
pickletools command line option
-m, --missing
trace command line option
-n N, --number=N
timeit command line option
-O
command line option
-o, --output=<file>
pickletools command line option
-OO
command line option
-p, --pattern pattern
unittest-discover command line option
-p, --preamble=<preamble>
pickletools command line option
-p, --process
timeit command line option
-q
command line option
compileall command line option
-R
command line option
-r N, --repeat=N
timeit command line option
-R, --no-report
trace command line option
-r, --report
trace command line option
-S
command line option
-s
command line option
-s S, --setup=S
timeit command line option
-s, --start-directory directory
unittest-discover command line option
-s, --summary
trace command line option
-t, --time
timeit command line option
-t, --top-level-directory directory
unittest-discover command line option
-t, --trace
trace command line option
-T, --trackcalls
trace command line option
-u
command line option
-V
command line option
-v
command line option
-v, --verbose
timeit command line option
unittest-discover command line option
-W arg
command line option
-X
command line option
-x
command line option
-x regex
compileall command line option
...
.ini
file
.pdbrc
file
.pypirc file
/
operator
//
operator
2to3
: package
namespace
portion
<
operator
<<
operator
<=
operator
<protocol>_proxy
==
operator
>
operator
>=
operator
>>
operator
>>>
@
statement
^
operator

_

__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]
__bytes__() (object method)
__call__() (email.headerregistry.HeaderRegistry method)
(object method), [1]
__cause__ (exception attribute)
__ceil__() (fractions.Fraction method)
__class__ (instance attribute), [1]
(unittest.mock.Mock attribute)
__closure__ (function attribute)
__code__ (function attribute)
(function object attribute)
__complex__() (object method)
__concat__() (in module operator)
__contains__() (email.message.Message method)
(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)
(module attribute), [1]
(object attribute)
__dir__() (object method)
(unittest.mock.Mock 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)
(memoryview 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__() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
(object method)
__func__ (method attribute)
__future__
(module)
__ge__() (in module operator)
(instance method)
(object method)
__get__() (object method)
__getattr__() (object method)
__getattribute__() (object method)
__getitem__() (email.headerregistry.HeaderRegistry method)
(email.message.Message method)
(in module operator)
(mailbox.Mailbox method)
(mapping object method)
(object method)
__getnewargs__() (pickle.object method)
__getstate__() (copy protocol)
(pickle.object method)
__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
__import__() (built-in function)
(in module importlib)
__imul__() (in module operator)
(object method)
__index__() (in module operator)
(object method)
__init__() (difflib.HtmlDiff method)
(logging.Handler method)
(logging.logging.Formatter method)
(object method)
__instancecheck__() (class method)
__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)
__irshift__() (in module operator)
(object method)
__isub__() (in module operator)
(object method)
__iter__() (container method)
(iterator method)
(mailbox.Mailbox method)
(object method)
(unittest.TestSuite 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)
__missing__() (collections.defaultdict method)
__mod__() (in module operator)
(object method)
__module__ (class attribute)
(function attribute)
(method attribute)
__mro__ (class 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__() (csv.csvreader 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)
__qualname__ (class attribute)
__radd__() (object method)
__rand__() (object method)
__rdivmod__() (object method)
__reduce__() (pickle.object method)
__reduce_ex__() (pickle.object method)
__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)
__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)
(pickle.object method)
__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.headerregistry.Address method)
(email.headerregistry.Group method)
(email.message.Message method)
(multiprocessing.managers.BaseProxy method)
(object method)
__sub__() (in module operator)
(object method)
__subclasscheck__() (class method)
__subclasses__() (class method)
__subclasshook__() (abc.ABCMeta method)
__traceback__ (exception attribute)
__truediv__() (in module operator)
(object 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)
_callmethod() (multiprocessing.managers.BaseProxy method)
_CData (class in ctypes)
_clear_type_cache() (in module sys)
_current_frames() (in module sys)
_debugmallocstats() (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_child_mock() (unittest.mock.Mock method)
_getframe() (in module sys)
_getvalue() (multiprocessing.managers.BaseProxy method)
_handle (ctypes.PyDLL attribute)
_inittab (C type)
_locale
module
_make() (collections.somenamedtuple class method)
_makeResult() (unittest.TextTestRunner method)
_name (ctypes.PyDLL attribute)
_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)
_source (collections.somenamedtuple attribute)
_structure() (in module email.iterators)
_thread
module
_thread (module)
_write() (wsgiref.handlers.BaseHandler method)
_xoptions (in module sys)

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)
abiflags (in module sys)
abort()
(ftplib.FTP method)
(in module os)
(threading.Barrier method)
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)
abstractclassmethod() (in module abc)
AbstractDigestAuthHandler (class in urllib.request)
AbstractFormatter (class in formatter)
abstractmethod() (in module abc)
abstractproperty() (in module abc)
abstractstaticmethod() (in module abc)
AbstractWriter (class in formatter)
accept() (asyncore.dispatcher method)
(multiprocessing.connection.Listener method)
(socket.socket method)
access() (in module os)
accumulate() (in module itertools)
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)
action (optparse.Option attribute)
ACTIONS (optparse.Option attribute)
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)
(tkinter.ttk.Notebook method)
add_alias() (in module email.charset)
add_argument() (argparse.ArgumentParser method)
add_argument_group() (argparse.ArgumentParser method)
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_done_callback() (concurrent.futures.Future 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_mutually_exclusive_group() (in module argparse)
add_option() (optparse.OptionParser method)
add_parent() (urllib.request.BaseHandler method)
add_password() (urllib.request.HTTPPasswordMgr method)
add_runtime_library_dir() (distutils.ccompiler.CCompiler method)
add_section() (configparser.ConfigParser method)
(configparser.RawConfigParser method)
add_sequence() (mailbox.MHMessage method)
add_stream() (in module msilib)
add_subparsers() (argparse.ArgumentParser method)
add_tables() (in module msilib)
add_type() (in module mimetypes)
add_unredirected_header() (urllib.request.Request method)
addch() (curses.window method)
addCleanup() (unittest.TestCase method)
addcomponent() (turtle.Shape method)
addError() (unittest.TestResult method)
addExpectedFailure() (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)
addr (smtpd.SMTPChannel attribute)
addr_spec (email.headerregistry.Address attribute)
Address (class in email.headerregistry)
address (email.headerregistry.SingleAddressHeader attribute)
(multiprocessing.connection.Listener attribute)
(multiprocessing.managers.BaseManager attribute)
address_exclude() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network method)
address_family (socketserver.BaseServer attribute)
address_string() (http.server.BaseHTTPRequestHandler method)
addresses (email.headerregistry.AddressHeader attribute)
(email.headerregistry.Group attribute)
AddressHeader (class in email.headerregistry)
addressof() (in module ctypes)
AddressValueError
addshape() (in module turtle)
addsitedir() (in module site)
addSkip() (unittest.TestResult method)
addstr() (curses.window method)
addSuccess() (unittest.TestResult method)
addTest() (unittest.TestSuite method)
addTests() (unittest.TestSuite method)
addTypeEqualityFunc() (unittest.TestCase method)
addUnexpectedSuccess() (unittest.TestResult method)
adjusted() (decimal.Decimal method)
adler32() (in module zlib)
ADPCM, Intel/DVI
adpcm2lin() (in module audioop)
AES
algorithm
AF_CAN (in module socket)
AF_INET (in module socket)
AF_INET6 (in module socket)
AF_RDS (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
algorithms_available (in module hashlib)
algorithms_guaranteed (in module hashlib)
alias (pdb command)
alignment() (in module ctypes)
all() (built-in function)
all_errors (in module ftplib)
all_features (in module xml.sax.handler)
all_properties (in module xml.sax.handler)
all_suffixes() (in module importlib.machinery)
allocate_lock() (in module _thread)
allow_reuse_address (socketserver.BaseServer attribute)
allowed_domains() (http.cookiejar.DefaultCookiePolicy method)
alt() (in module curses.ascii)
ALT_DIGITS (in module locale)
altsep (in module os)
altzone (in module time)
ALWAYS_TYPED_ACTIONS (optparse.Option attribute)
AMPER (in module token)
AMPEREQUAL (in module token)
and
bitwise
operator, [1], [2]
and_() (in module operator)
annotation (inspect.Parameter attribute)
annotations
function, [1]
announce() (distutils.ccompiler.CCompiler method)
anonymous
function
answer_challenge() (in module multiprocessing.connection)
anticipate_failure() (in module test.support)
ANY (in module unittest.mock)
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 (2to3 fixer)
apply() (multiprocessing.pool.Pool method)
apply_async() (multiprocessing.pool.Pool method)
architecture() (in module platform)
archive (zipimport.zipimporter attribute)
aRepr (in module reprlib)
argparse (module)
args (BaseException attribute)
(functools.partial attribute)
(inspect.BoundArguments attribute)
(pdb command)
argtypes (ctypes._FuncPtr attribute)
argument
call semantics
difference from parameter
function
function definition
ArgumentDefaultsHelpFormatter (class in argparse)
ArgumentError
ArgumentParser (class in argparse)
arguments (inspect.BoundArguments attribute)
argv (in module sys), [1]
arithmetic
conversion
operation, binary
operation, unary
ArithmeticError
array
module, [1]
array (class in array)
(module)
Array() (in module multiprocessing)
(in module multiprocessing.sharedctypes)
(multiprocessing.managers.SyncManager method)
arrays
article() (nntplib.NNTP method)
as_completed() (in module concurrent.futures)
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_any_call() (unittest.mock.Mock method)
assert_called_once_with() (unittest.mock.Mock method)
assert_called_with() (unittest.mock.Mock method)
assert_has_calls() (unittest.mock.Mock method)
assert_line_data() (formatter.formatter method)
assertAlmostEqual() (unittest.TestCase method)
assertCountEqual() (unittest.TestCase method)
assertDictEqual() (unittest.TestCase method)
assertEqual() (unittest.TestCase method)
assertFalse() (unittest.TestCase method)
assertGreater() (unittest.TestCase method)
assertGreaterEqual() (unittest.TestCase method)
assertIn() (unittest.TestCase method)
AssertionError
exception
assertions
debugging
assertIs() (unittest.TestCase method)
assertIsInstance() (unittest.TestCase method)
assertIsNone() (unittest.TestCase method)
assertIsNot() (unittest.TestCase method)
assertIsNotNone() (unittest.TestCase method)
assertLess() (unittest.TestCase method)
assertLessEqual() (unittest.TestCase method)
assertListEqual() (unittest.TestCase method)
assertMultiLineEqual() (unittest.TestCase method)
assertNotAlmostEqual() (unittest.TestCase method)
assertNotEqual() (unittest.TestCase method)
assertNotIn() (unittest.TestCase method)
assertNotIsInstance() (unittest.TestCase method)
assertNotRegex() (unittest.TestCase method)
assertRaises() (unittest.TestCase method)
assertRaisesRegex() (unittest.TestCase method)
assertRegex() (unittest.TestCase method)
assertSequenceEqual() (unittest.TestCase method)
assertSetEqual() (unittest.TestCase method)
assertTrue() (unittest.TestCase method)
assertTupleEqual() (unittest.TestCase method)
assertWarns() (unittest.TestCase method)
assertWarnsRegex() (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)
AT (in module token)
At() (in module tkinter)
atan() (in module cmath)
(in module math)
atan2() (in module math)
atanh() (in module cmath)
(in module math)
AtEnd() (in module tkinter)
atexit (module)
AtInsert() (in module tkinter)
atof() (in module locale)
atoi() (in module locale)
atom
AtSelFirst() (in module tkinter)
AtSelLast() (in module tkinter)
attach() (email.message.Message method)
attach_mock() (unittest.mock.Mock 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
auth() (ftplib.FTP_TLS method)
authenticate() (imaplib.IMAP4 method)
AuthenticationError
authenticators() (netrc.netrc method)
authkey (multiprocessing.Process attribute)
avg() (in module audioop)
avgpp() (in module audioop)
avoids_symlink_attacks (shutil.rmtree attribute)

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
BadZipFile
Balloon (class in tkinter.tix)
Barrier (class in multiprocessing)
(class in threading)
Barrier() (multiprocessing.managers.SyncManager method)
base64
encoding
module
base64 (module)
base_exec_prefix (in module sys)
base_prefix (in module sys)
BaseCGIHandler (class in wsgiref.handlers)
BaseCookie (class in http.cookies)
BaseException
BaseHandler (class in urllib.request)
(class in wsgiref.handlers)
BaseHeader (class in email.headerregistry)
BaseHTTPRequestHandler (class in http.server)
BaseManager (class in multiprocessing.managers)
basename() (in module os.path)
BaseProxy (class in multiprocessing.managers)
BaseRotatingHandler (class in logging.handlers)
BaseServer (class in socketserver)
basestring (2to3 fixer)
basicConfig() (in module logging)
BasicContext (class in decimal)
BasicInterpolation (class in configparser)
baudrate() (in module curses)
bbox() (tkinter.ttk.Treeview method)
bdb
module
Bdb (class in bdb)
bdb (module)
BdbQuit
BDFL
bdist_msi (class in distutils.command.bdist_msi)
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)
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)
(inspect.Signature method)
(socket.socket method)
bind_partial() (inspect.Signature method)
bind_port() (in module test.support)
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_length() (int method)
bitmap() (msilib.Dialog method)
bitwise
and
operation, binary
operation, unary
operations
or
xor
bk() (in module turtle)
bkgd() (curses.window method)
bkgdset() (curses.window method)
blank line
block
code
blocked_domains() (http.cookiejar.DefaultCookiePolicy method)
BlockingIOError, [1]
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
BOOLEAN_STATES (in module configparser)
border() (curses.window method)
bottom() (curses.panel.Panel method)
bottom_panel() (in module curses.panel)
BoundArguments (class in inspect)
BoundaryError
BoundedSemaphore (class in multiprocessing)
(class in threading)
BoundedSemaphore() (multiprocessing.managers.SyncManager method)
box() (curses.window method)
bpformat() (bdb.Breakpoint method)
bpprint() (bdb.Breakpoint method)
break
statement, [1], [2], [3], [4]
break (pdb command)
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)
breakpoints
broadcast_address (ipaddress.IPv4Network attribute)
(ipaddress.IPv6Network attribute)
broken (threading.Barrier attribute)
BrokenBarrierError
BrokenPipeError
BrokenProcessPool
BROWSER, [1]
BsdDbShelf (class in shelve)
buffer (2to3 fixer)
(io.TextIOBase attribute)
(unittest.TestResult attribute)
buffer interface
(see buffer protocol)
buffer object
(see buffer protocol)
buffer protocol
binary sequence types
str (built-in class)
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)
BufferError
BufferingHandler (class in logging.handlers)
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
method
types
built-in function
__import__
abs, [1]
ascii
bytes, [1]
call
chr
classmethod
compile, [1], [2], [3], [4]
complex, [1]
divmod, [1], [2]
eval, [1], [2], [3], [4], [5]
exec, [1], [2]
float, [1], [2]
hash, [1], [2], [3]
help
id
int, [1], [2]
len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
max
min
object, [1]
open, [1]
ord
pow, [1], [2], [3], [4], [5]
print
range
repr, [1], [2], [3]
round
slice, [1]
staticmethod
tuple, [1]
type, [1], [2]
built-in method
call
object, [1]
builtin_module_names (in module sys)
BuiltinFunctionType (in module types)
BuiltinImporter (class in importlib.machinery)
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]
byte_compile() (in module distutils.util)
bytearray
methods
object, [1], [2], [3]
bytearray() (built-in function)
bytecode, [1]
bytecode_path() (importlib.abc.PyPycLoader method)
BYTECODE_SUFFIXES (in module importlib.machinery)
byteorder (in module sys)
bytes
built-in function, [1]
methods
object, [1], [2]
str (built-in class)
bytes (uuid.UUID attribute)
bytes literal
bytes() (built-in function)
bytes-like object
bytes_le (uuid.UUID attribute)
BytesFeedParser (class in email.parser)
BytesGenerator (class in email.generator)
BytesIO (class in io)
BytesParser (class in email.parser)
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_contiguous (memoryview attribute)
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_ssize_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)
cache_from_source() (in module imp)
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)
(in module unittest.mock)
call_args (unittest.mock.Mock attribute)
call_args_list (unittest.mock.Mock attribute)
call_count (unittest.mock.Mock attribute)
CALL_FUNCTION (opcode)
CALL_FUNCTION_KW (opcode)
CALL_FUNCTION_VAR (opcode)
CALL_FUNCTION_VAR_KW (opcode)
call_list() (unittest.mock.call method)
call_tracing() (in module sys)
callable
object, [1]
callable (2to3 fixer)
Callable (class in collections.abc)
callable() (built-in function)
CallableProxyType (in module weakref)
callback (optparse.Option attribute)
callback() (contextlib.ExitStack method)
callback_args (optparse.Option attribute)
callback_kwargs (optparse.Option attribute)
callbacks (in module gc)
called (unittest.mock.Mock attribute)
CalledProcessError
calloc()
can_change_color() (in module curses)
can_fetch() (urllib.robotparser.RobotFileParser method)
can_symlink() (in module test.support)
cancel() (concurrent.futures.Future method)
(sched.scheduler method)
(threading.Timer method)
cancel_dump_traceback_later() (in module faulthandler)
cancel_join_thread() (multiprocessing.Queue method)
cancelled() (concurrent.futures.Future method)
CannotSendHeader
CannotSendRequest
canonic() (bdb.Bdb method)
canonical() (decimal.Context method)
(decimal.Decimal method)
capitalize() (str method)
Capsule
object
captured_stdout() (in module test.support)
captureWarnings() (in module logging)
capwords() (in module string)
casefold() (str method)
cast() (in module ctypes)
(memoryview method)
cat() (in module nis)
catch_warnings (class in warnings)
category() (in module unicodedata)
cbreak() (in module curses)
CC
ccc() (ftplib.FTP_TLS method)
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)
CertificateError
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
ChainMap (class in collections)
change_root() (in module distutils.util)
CHANNEL_BINDING_TYPES (in module ssl)
channel_class (smtpd.SMTPServer attribute)
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 (BlockingIOError attribute)
Charset (class in email.charset)
charset() (gettext.NullTranslations method)
chdir() (in module os)
check (lzma.LZMADecompressor attribute)
check() (imaplib.IMAP4 method)
(in module tabnanny)
check_call() (in module subprocess)
check_environ() (in module distutils.util)
check_output() (doctest.OutputChecker method)
(in module subprocess)
check_unused_args() (string.Formatter method)
check_warnings() (in module test.support)
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)
ChildProcessError
chmod() (in module os)
choice() (in module random)
choices (optparse.Option attribute)
chown() (in module os)
(in module shutil)
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)
CIRCUMFLEX (in module token)
CIRCUMFLEXEQUAL (in module token)
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
CLD_CONTINUED (in module os)
CLD_DUMPED (in module os)
CLD_EXITED (in module os)
CLD_TRAPPED (in module os)
clean() (mailbox.Maildir method)
cleandoc() (in module inspect)
cleanup functions
clear (pdb command)
Clear Breakpoint
clear() (collections.deque method)
(curses.window method)
(dict method)
(http.cookiejar.CookieJar method)
(in module turtle), [1]
(mailbox.Mailbox method)
(sequence 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_session_cookies() (http.cookiejar.CookieJar method)
clear_traps() (decimal.Context 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)
clock_getres() (in module time)
clock_gettime() (in module time)
CLOCK_HIGHRES (in module time)
CLOCK_MONOTONIC (in module time)
CLOCK_MONOTONIC_RAW (in module time)
CLOCK_PROCESS_CPUTIME_ID (in module time)
CLOCK_REALTIME (in module time)
clock_settime() (in module time)
CLOCK_THREAD_CPUTIME_ID (in module time)
clone() (email.generator.BytesGenerator method)
(email.generator.Generator method)
(email.policy.Policy method)
(in module turtle)
(pipes.Template method)
cloneNode() (xml.dom.Node method)
close() (aifc.aifc method), [1]
(asyncore.dispatcher method)
(chunk.Chunk method)
(contextlib.ExitStack method)
(distutils.text_file.TextFile method)
(email.parser.FeedParser 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.handlers.MemoryHandler method)
(logging.handlers.NTEventLogHandler method)
(logging.handlers.SocketHandler method)
(logging.handlers.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.Pool method)
(ossaudiodev.oss_audio_device method)
(ossaudiodev.oss_mixer_device method)
(select.epoll method)
(select.kqueue method)
(shelve.Shelf 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.XMLParser method)
(xml.sax.xmlreader.IncrementalParser method)
(zipfile.ZipFile method)
close_when_done() (asynchat.async_chat method)
closed (http.client.HTTPResponse attribute)
(in module mmap)
(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)
(subprocess.CalledProcessError attribute)
(subprocess.TimeoutExpired attribute)
cmdloop() (cmd.Cmd method)
cmp() (in module filecmp)
cmp_op (in module dis)
cmp_to_key() (in module functools)
cmpfiles() (in module filecmp)
CMSG_LEN() (in module socket)
CMSG_SPACE() (in module socket)
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)
code
block
object, [1], [2], [3]
code (module)
(urllib.error.HTTPError attribute)
(xml.etree.ElementTree.ParseError attribute)
(xml.parsers.expat.ExpatError attribute)
code_info() (in module dis)
Codecs
decode
encode
codecs (module)
coded_value (http.cookies.Morsel attribute)
codeop (module)
codepoint2name (in module html.entities)
codes (in module xml.parsers.expat.errors)
CODESET (in module locale)
CodeType (in module types)
coding
style
coercion
col_offset (ast.AST attribute)
collapse_addresses() (in module ipaddress)
collapse_rfc2231_value() (in module email.utils)
collect() (in module gc)
collect_incoming_data() (asynchat.async_chat method)
collections (module)
collections.abc (module)
COLON (in module token)
color() (in module turtle)
color_content() (in module curses)
color_pair() (in module curses)
colormode() (in module turtle)
colorsys (module)
column() (tkinter.ttk.Treeview method)
COLUMNS, [1]
columns (os.terminal_size attribute)
combinations() (in module itertools)
combinations_with_replacement() (in module itertools)
combine() (datetime.datetime class method)
combining() (in module unicodedata)
ComboBox (class in tkinter.tix)
Combobox (class in tkinter.ttk)
comma
trailing
COMMA (in module token)
Command (class in distutils.cmd)
(class in distutils.core)
command (http.server.BaseHTTPRequestHandler attribute)
command line
command line option
--help
--version
-B
-E
-J
-O
-OO
-R
-S
-V
-W arg
-X
-b
-c <command>
-d
-h
-i
-m <module-name>
-q
-s
-u
-v
-x
CommandCompiler (class in codeop)
commands (pdb command)
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)
commonprefix() (in module os.path)
communicate() (subprocess.Popen method)
compare() (decimal.Context method)
(decimal.Decimal method)
(difflib.Differ method)
compare_digest() (in module hmac)
compare_networks() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network 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
comparison
operator
COMPARISON_FLAGS (in module doctest)
comparisons
chaining, [1]
Compat32 (class in email.policy)
compile
built-in function, [1], [2], [3], [4]
Compile (class in codeop)
compile() (built-in function)
(distutils.ccompiler.CCompiler method)
(in module py_compile)
(in module re)
(parser.ST method)
compile_command() (in module code)
(in module codeop)
compile_dir() (in module compileall)
compile_file() (in module compileall)
compile_path() (in module compileall)
compileall
module
compileall (module)
compileall command line option
-b
-d destdir
-f
-i list
-l
-q
-x regex
compilest() (in module parser)
complete() (rlcompleter.Completer method)
complete_statement() (in module sqlite3)
completedefault() (cmd.Cmd method)
complex
built-in function, [1]
number
object
Complex (class in numbers)
complex literal
complex number
literals
object, [1]
complex() (built-in function)
compound
statement
comprehensions
list
compress() (bz2.BZ2Compressor method)
(in module bz2)
(in module gzip)
(in module itertools)
(in module lzma)
(in module zlib)
(lzma.LZMACompressor method)
(zlib.Compress method)
compress_size (zipfile.ZipInfo attribute)
compress_type (zipfile.ZipInfo attribute)
compressed (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
compression() (ssl.SSLSocket method)
CompressionError
compressobj() (in module zlib)
COMSPEC, [1]
concat() (in module operator)
concatenation
operation
concurrent.futures (module)
Condition (class in multiprocessing)
(class in threading)
condition (pdb command)
condition() (msilib.Control method)
Condition() (multiprocessing.managers.SyncManager method)
conditional
expression
Conditional
expression
ConfigParser (class in configparser)
configparser (module)
configuration
file
file, debugger
file, path
configuration information
configure() (tkinter.ttk.Style method)
configure_mock() (unittest.mock.Mock method)
confstr() (in module os)
confstr_names (in module os)
conjugate() (complex number method)
(decimal.Decimal method)
(numbers.Complex method)
conn (smtpd.SMTPChannel attribute)
connect() (asyncore.dispatcher method)
(ftplib.FTP method)
(http.client.HTTPConnection method)
(in module sqlite3)
(multiprocessing.managers.BaseManager method)
(smtplib.SMTP method)
(socket.socket method)
connect_ex() (socket.socket method)
Connection (class in multiprocessing)
(class in sqlite3)
ConnectionAbortedError
ConnectionError
ConnectionRefusedError
ConnectionResetError
ConnectRegistry() (in module winreg)
const (optparse.Option attribute)
constant
constructor
class
constructor() (in module copyreg)
container, [1]
iteration over
Container (class in collections.abc)
contains() (in module operator)
content type
MIME
content_type (email.headerregistry.ContentTypeHeader attribute)
ContentDispositionHeader (class in email.headerregistry)
ContentHandler (class in xml.sax.handler)
ContentTooShortError
ContentTransferEncoding (class in email.headerregistry)
ContentTypeHeader (class in email.headerregistry)
Context (class in decimal)
context (ssl.SSLSocket attribute)
context management protocol
context manager, [1], [2]
context_diff() (in module difflib)
ContextDecorator (class in contextlib)
contextlib (module)
contextmanager() (in module contextlib)
contiguous (memoryview attribute)
continue
statement, [1], [2], [3], [4]
continue (pdb command)
CONTINUE_LOOP (opcode)
Control (class in msilib)
(class in tkinter.tix)
control() (msilib.Dialog method)
(select.kqueue method)
controlnames (in module curses.ascii)
controls() (ossaudiodev.oss_mixer_device method)
conversion
arithmetic
string, [1]
ConversionError
conversions
numeric
convert_arg_line_to_args() (argparse.ArgumentParser method)
convert_field() (string.Formatter method)
convert_path() (in module distutils.util)
Cookie (class in http.cookiejar)
CookieError
CookieJar (class in http.cookiejar)
cookiejar (urllib.request.HTTPCookieProcessor attribute)
CookiePolicy (class in http.cookiejar)
Coordinated Universal Time
Copy
copy
module
protocol
copy (module)
copy() (decimal.Context method)
(dict method)
(hashlib.hash method)
(hmac.HMAC method)
(imaplib.IMAP4 method)
(in module copy)
(in module multiprocessing.sharedctypes)
(in module shutil)
(pipes.Template method)
(sequence method)
(set method)
(types.MappingProxyType method)
(zlib.Compress method)
(zlib.Decompress method)
copy2() (in module shutil)
copy_abs() (decimal.Context method)
(decimal.Decimal method)
copy_decimal() (decimal.Context method)
copy_file() (in module distutils.file_util)
copy_location() (in module ast)
copy_negate() (decimal.Context method)
(decimal.Decimal method)
copy_sign() (decimal.Context method)
(decimal.Decimal method)
copy_tree() (in module distutils.dir_util)
copyfile() (in module shutil)
copyfileobj() (in module shutil)
copying files
copymode() (in module shutil)
copyreg (module)
copyright (built-in variable)
(in module sys), [1]
copysign() (in module math)
copystat() (in module shutil)
copytree() (in module shutil)
coroutine
cos() (in module cmath)
(in module math)
cosh() (in module cmath)
(in module math)
count() (array.array method)
(collections.deque method)
(in module itertools)
(sequence method)
(str method)
Counter (class in collections)
countOf() (in module operator)
countTestCases() (unittest.TestCase method)
(unittest.TestSuite method)
CoverageResults (class in trace)
CPP
CPPFLAGS
cProfile (module)
CPU time
cpu_count() (in module multiprocessing)
CPython
CRC (zipfile.ZipInfo attribute)
crc32() (in module binascii)
(in module zlib)
crc_hqx() (in module binascii)
create() (imaplib.IMAP4 method)
(in module venv)
(venv.EnvBuilder method)
create_aggregate() (sqlite3.Connection method)
create_autospec() (in module unittest.mock)
create_collation() (sqlite3.Connection method)
create_configuration() (venv.EnvBuilder method)
create_connection() (in module socket)
create_decimal() (decimal.Context method)
create_decimal_from_float() (decimal.Context method)
create_directories() (venv.EnvBuilder method)
create_function() (sqlite3.Connection method)
CREATE_NEW_CONSOLE (in module subprocess)
CREATE_NEW_PROCESS_GROUP (in module subprocess)
create_shortcut() (built-in function)
create_socket() (asyncore.dispatcher method)
create_static_lib() (distutils.ccompiler.CCompiler method)
create_stats() (profile.Profile method)
create_string_buffer() (in module ctypes)
create_system (zipfile.ZipInfo attribute)
create_tree() (in module distutils.dir_util)
create_unicode_buffer() (in module ctypes)
create_version (zipfile.ZipInfo attribute)
createAttribute() (xml.dom.Document method)
createAttributeNS() (xml.dom.Document method)
createComment() (xml.dom.Document method)
createDocument() (xml.dom.DOMImplementation method)
createDocumentType() (xml.dom.DOMImplementation method)
createElement() (xml.dom.Document method)
createElementNS() (xml.dom.Document method)
CreateKey() (in module winreg)
CreateKeyEx() (in module winreg)
createLock() (logging.Handler method)
(logging.NullHandler method)
createProcessingInstruction() (xml.dom.Document method)
CreateRecord() (in module msilib)
createSocket() (logging.handlers.SocketHandler method)
createTextNode() (xml.dom.Document method)
credits (built-in variable)
critical() (in module logging)
(logging.Logger method)
CRNCYSTR (in module locale)
cross() (in module audioop)
crypt
module
crypt (module)
crypt() (in module crypt)
crypt(3), [1], [2]
cryptography, [1]
csv
(module)
cte (email.headerregistry.ContentTransferEncoding attribute)
cte_type (email.policy.Policy attribute)
ctermid() (in module os)
ctime() (datetime.date method)
(datetime.datetime method)
(in module time)
ctrl() (in module curses.ascii)
CTRL_BREAK_EVENT (in module signal)
CTRL_C_EVENT (in module signal)
ctypes (module)
curdir (in module os)
currency() (in module locale)
current() (tkinter.ttk.Combobox method)
current_process() (in module multiprocessing)
current_thread() (in module threading)
CurrentByteIndex (xml.parsers.expat.xmlparser attribute)
CurrentColumnNumber (xml.parsers.expat.xmlparser attribute)
currentframe() (in module inspect)
CurrentLineNumber (xml.parsers.expat.xmlparser attribute)
curs_set() (in module curses)
curses (module)
curses.ascii (module)
curses.panel (module)
curses.textpad (module)
Cursor (class in sqlite3)
cursor() (sqlite3.Connection method)
cursyncup() (curses.window method)
customize_compiler() (in module distutils.sysconfig)
Cut
cwd() (ftplib.FTP method)
cycle() (in module itertools)
Cyclic Redundancy Check

D

D_FMT (in module locale)
D_T_FMT (in module locale)
daemon (multiprocessing.Process attribute)
(threading.Thread attribute)
dangling
else
data
packing binary
tabular
type
type, immutable
Data (class in plistlib)
data (collections.UserDict attribute)
(collections.UserList attribute)
(select.kevent attribute)
(urllib.request.Request attribute)
(xml.dom.Comment attribute)
(xml.dom.ProcessingInstruction attribute)
(xml.dom.Text attribute)
(xmlrpc.client.Binary attribute)
data() (xml.etree.ElementTree.TreeBuilder method)
database
Unicode
databases
DatagramHandler (class in logging.handlers)
date (class in datetime)
date() (datetime.datetime method)
(nntplib.NNTP method)
date_time (zipfile.ZipInfo attribute)
date_time_string() (http.server.BaseHTTPRequestHandler method)
DateHeader (class in email.headerregistry)
datetime (class in datetime)
(email.headerregistry.DateHeader attribute)
(module)
datum
day (datetime.date attribute)
(datetime.datetime attribute)
day_abbr (in module calendar)
day_name (in module calendar)
daylight (in module time)
Daylight Saving Time
DbfilenameShelf (class in shelve)
dbm (module)
dbm.dumb (module)
dbm.gnu
module, [1]
dbm.gnu (module)
dbm.ndbm
module, [1]
dbm.ndbm (module)
deallocation, object
debug (imaplib.IMAP4 attribute)
DEBUG (in module re)
debug (shlex.shlex attribute)
(zipfile.ZipFile attribute)
debug() (in module doctest)
(in module logging)
(logging.Logger method)
(pipes.Template method)
(unittest.TestCase method)
(unittest.TestSuite method)
DEBUG_BYTECODE_SUFFIXES (in module importlib.machinery)
DEBUG_COLLECTABLE (in module gc)
DEBUG_LEAK (in module gc)
debug_print() (distutils.ccompiler.CCompiler method)
DEBUG_SAVEALL (in module gc)
debug_src() (in module doctest)
DEBUG_STATS (in module gc)
DEBUG_UNCOLLECTABLE (in module gc)
debugger, [1], [2]
configuration file
debugging
CGI
assertions
DebuggingServer (class in smtpd)
debuglevel (http.client.HTTPResponse attribute)
DebugRunner (class in doctest)
Decimal (class in decimal)
decimal (module)
decimal literal
decimal() (in module unicodedata)
DecimalException (class in decimal)
decode
Codecs
decode() (bytearray method)
(bytes method)
(codecs.Codec method)
(codecs.IncrementalDecoder method)
(in module base64)
(in module quopri)
(in module uu)
(json.JSONDecoder method)
(xmlrpc.client.Binary method)
(xmlrpc.client.DateTime method)
decode_header() (in module email.header)
(in module nntplib)
decode_params() (in module email.utils)
decode_rfc2231() (in module email.utils)
decodebytes() (in module base64)
DecodedGenerator (class in email.generator)
decodestring() (in module base64)
(in module quopri)
decomposition() (in module unicodedata)
decompress() (bz2.BZ2Decompressor method)
(in module bz2)
(in module gzip)
(in module lzma)
(in module zlib)
(lzma.LZMADecompressor method)
(zlib.Decompress method)
decompressobj() (in module zlib)
decorator
DEDENT (in module token)
DEDENT token, [1]
dedent() (in module textwrap)
deepcopy() (in module copy)
def
statement
def_prog_mode() (in module curses)
def_shell_mode() (in module curses)
default
parameter value
default (in module email.policy)
DEFAULT (in module unittest.mock)
default (inspect.Parameter attribute)
(optparse.Option attribute)
default() (cmd.Cmd method)
(json.JSONEncoder method)
DEFAULT_BUFFER_SIZE (in module io)
default_bufsize (in module xml.dom.pulldom)
default_factory (collections.defaultdict attribute)
DEFAULT_FORMAT (in module tarfile)
default_open() (urllib.request.BaseHandler method)
DEFAULT_PROTOCOL (in module pickle)
default_timer() (in module timeit)
DefaultContext (class in decimal)
DefaultCookiePolicy (class in http.cookiejar)
defaultdict (class in collections)
DefaultHandler() (xml.parsers.expat.xmlparser method)
DefaultHandlerExpand() (xml.parsers.expat.xmlparser method)
defaults() (configparser.ConfigParser method)
defaultTestLoader (in module unittest)
defaultTestResult() (unittest.TestCase method)
defects (email.headerregistry.BaseHeader attribute)
(email.message.Message attribute)
define_macro() (distutils.ccompiler.CCompiler method)
definition
class, [1]
function, [1]
defpath (in module os)
DefragResult (class in urllib.parse)
DefragResultBytes (class in urllib.parse)
degrees() (in module math)
(in module turtle)
del
statement, [1], [2], [3], [4]
del_param() (email.message.Message method)
delattr() (built-in function)
delay() (in module turtle)
delay_output() (in module curses)
delayload (http.cookiejar.FileCookieJar attribute)
delch() (curses.window method)
dele() (poplib.POP3 method)
delete
delete() (ftplib.FTP method)
(imaplib.IMAP4 method)
(tkinter.ttk.Treeview method)
DELETE_ATTR (opcode)
DELETE_DEREF (opcode)
DELETE_FAST (opcode)
DELETE_GLOBAL (opcode)
DELETE_NAME (opcode)
DELETE_SUBSCR (opcode)
deleteacl() (imaplib.IMAP4 method)
DeleteKey() (in module winreg)
DeleteKeyEx() (in module winreg)
deleteln() (curses.window method)
deleteMe() (bdb.Breakpoint method)
DeleteValue() (in module winreg)
deletion
attribute
target
target list
delimiter (csv.Dialect attribute)
delimiters
delitem() (in module operator)
deliver_challenge() (in module multiprocessing.connection)
demo_app() (in module wsgiref.simple_server)
denominator (numbers.Rational attribute)
DeprecationWarning
deque (class in collections)
dequeue() (logging.handlers.QueueListener method)
DER_cert_to_PEM_cert() (in module ssl)
derwin() (curses.window method)
DES
cipher
description (sqlite3.Cursor attribute)
description() (nntplib.NNTP method)
descriptions() (nntplib.NNTP method)
descriptor
dest (optparse.Option attribute)
destructor, [1]
detach() (io.BufferedIOBase method)
(io.TextIOBase method)
(socket.socket method)
(tkinter.ttk.Treeview method)
Detach() (winreg.PyHKEY method)
detect_encoding() (in module tokenize)
detect_language() (distutils.ccompiler.CCompiler method)
deterministic profiling
device_encoding() (in module os)
devnull (in module os)
DEVNULL (in module subprocess)
devpoll() (in module select)
dgettext() (in module gettext)
Dialect (class in csv)
dialect (csv.csvreader attribute)
(csv.csvwriter attribute)
Dialog (class in msilib)
dict (2to3 fixer)
(built-in class)
dict() (multiprocessing.managers.SyncManager method)
dictConfig() (in module logging.config)
dictionary
display
object, [1], [2], [3], [4], [5], [6], [7]
type, operations on
DictReader (class in csv)
DictWriter (class in csv)
diff_files (filecmp.dircmp attribute)
Differ (class in difflib), [1]
difference() (set method)
difference_update() (set method)
difflib (module)
digest() (hashlib.hash method)
(hmac.HMAC method)
digit() (in module unicodedata)
digits (in module string)
dir() (built-in function)
(ftplib.FTP method)
dircmp (class in filecmp)
directory
changing
creating
deleting, [1]
site-packages
site-python
traversal, [1]
walking, [1]
Directory (class in msilib)
directory_created() (built-in function)
DirList (class in tkinter.tix)
dirname() (in module os.path)
DirSelectBox (class in tkinter.tix)
DirSelectDialog (class in tkinter.tix)
DirTree (class in tkinter.tix)
dis (module)
dis() (in module dis)
(in module pickletools)
disable (pdb command)
disable() (bdb.Breakpoint method)
(in module faulthandler)
(in module gc)
(in module logging)
(profile.Profile method)
disable_interspersed_args() (optparse.OptionParser method)
DisableReflectionKey() (in module winreg)
disassemble() (in module dis)
discard (http.cookiejar.Cookie attribute)
discard() (mailbox.Mailbox method)
(mailbox.MH method)
(set method)
discard_buffers() (asynchat.async_chat method)
disco() (in module dis)
discover() (unittest.TestLoader method)
disk_usage() (in module shutil)
dispatch_call() (bdb.Bdb method)
dispatch_exception() (bdb.Bdb method)
dispatch_line() (bdb.Bdb method)
dispatch_return() (bdb.Bdb method)
dispatch_table (pickle.Pickler attribute)
dispatcher (class in asyncore)
dispatcher_with_send (class in asyncore)
display
dictionary
list
set
tuple
display (pdb command)
display_name (email.headerregistry.Address attribute)
(email.headerregistry.Group attribute)
displayhook() (in module sys)
dist() (in module platform)
distance() (in module turtle)
distb() (in module dis)
Distribution (class in distutils.core)
distutils (module)
distutils.archive_util (module)
distutils.bcppcompiler (module)
distutils.ccompiler (module)
distutils.cmd (module)
distutils.command (module)
distutils.command.bdist (module)
distutils.command.bdist_dumb (module)
distutils.command.bdist_msi (module)
distutils.command.bdist_packager (module)
distutils.command.bdist_rpm (module)
distutils.command.bdist_wininst (module)
distutils.command.build (module)
distutils.command.build_clib (module)
distutils.command.build_ext (module)
distutils.command.build_py (module)
distutils.command.build_scripts (module)
distutils.command.check (module)
distutils.command.clean (module)
distutils.command.config (module)
distutils.command.install (module)
distutils.command.install_data (module)
distutils.command.install_headers (module)
distutils.command.install_lib (module)
distutils.command.install_scripts (module)
distutils.command.register (module)
distutils.command.sdist (module)
distutils.core (module)
distutils.cygwinccompiler (module)
distutils.debug (module)
distutils.dep_util (module)
distutils.dir_util (module)
distutils.dist (module)
distutils.emxccompiler (module)
distutils.errors (module)
distutils.extension (module)
distutils.fancy_getopt (module)
distutils.file_util (module)
distutils.filelist (module)
distutils.log (module)
distutils.msvccompiler (module)
distutils.spawn (module)
distutils.sysconfig (module)
distutils.text_file (module)
distutils.unixccompiler (module)
distutils.util (module)
distutils.version (module)
divide() (decimal.Context method)
divide_int() (decimal.Context method)
division
DivisionByZero (class in decimal)
divmod
built-in function, [1], [2]
divmod() (built-in function)
(decimal.Context method)
DllCanUnloadNow() (in module ctypes)
DllGetClassObject() (in module ctypes)
dllhandle (in module sys)
dngettext() (in module gettext)
do_clear() (bdb.Bdb method)
do_command() (curses.textpad.Textbox method)
do_GET() (http.server.SimpleHTTPRequestHandler method)
do_handshake() (ssl.SSLSocket method)
do_HEAD() (http.server.SimpleHTTPRequestHandler method)
do_POST() (http.server.CGIHTTPRequestHandler method)
doc_header (cmd.Cmd attribute)
DocCGIXMLRPCRequestHandler (class in xmlrpc.server)
DocFileSuite() (in module doctest)
doCleanups() (unittest.TestCase method)
docmd() (smtplib.SMTP method)
docstring, [1]
(doctest.DocTest attribute)
docstrings, [1]
DocTest (class in doctest)
doctest (module)
DocTestFailure
DocTestFinder (class in doctest)
DocTestParser (class in doctest)
DocTestRunner (class in doctest)
DocTestSuite() (in module doctest)
doctype() (xml.etree.ElementTree.TreeBuilder method)
(xml.etree.ElementTree.XMLParser method)
documentation
generation
online
documentation string
documentation strings, [1]
documentElement (xml.dom.Document attribute)
DocXMLRPCRequestHandler (class in xmlrpc.server)
DocXMLRPCServer (class in xmlrpc.server)
domain (email.headerregistry.Address attribute)
domain_initial_dot (http.cookiejar.Cookie attribute)
domain_return_ok() (http.cookiejar.CookiePolicy method)
domain_specified (http.cookiejar.Cookie attribute)
DomainLiberal (http.cookiejar.DefaultCookiePolicy attribute)
DomainRFC2965Match (http.cookiejar.DefaultCookiePolicy attribute)
DomainStrict (http.cookiejar.DefaultCookiePolicy attribute)
DomainStrictNoDots (http.cookiejar.DefaultCookiePolicy attribute)
DomainStrictNonDomain (http.cookiejar.DefaultCookiePolicy attribute)
DOMEventStream (class in xml.dom.pulldom)
DOMException
DomstringSizeErr
done() (concurrent.futures.Future method)
(in module turtle)
(xdrlib.Unpacker method)
DONT_ACCEPT_BLANKLINE (in module doctest)
DONT_ACCEPT_TRUE_FOR_1 (in module doctest)
dont_write_bytecode (in module sys)
doRollover() (logging.handlers.RotatingFileHandler method)
(logging.handlers.TimedRotatingFileHandler method)
DOT (in module token)
dot() (in module turtle)
DOTALL (in module re)
doublequote (csv.Dialect attribute)
DOUBLESLASH (in module token)
DOUBLESLASHEQUAL (in module token)
DOUBLESTAR (in module token)
DOUBLESTAREQUAL (in module token)
doupdate() (in module curses)
down (pdb command)
down() (in module turtle)
drop_whitespace (textwrap.TextWrapper attribute)
dropwhile() (in module itertools)
dst() (datetime.datetime method)
(datetime.time method)
(datetime.timezone method)
(datetime.tzinfo method)
DTDHandler (class in xml.sax.handler)
duck-typing
DumbWriter (class in formatter)
dummy_threading (module)
dump() (in module ast)
(in module json)
(in module marshal)
(in module pickle)
(in module xml.etree.ElementTree)
(pickle.Pickler method)
dump_stats() (profile.Profile method)
(pstats.Stats method)
dump_traceback() (in module faulthandler)
dump_traceback_later() (in module faulthandler)
dumps() (in module json)
(in module marshal)
(in module pickle)
(in module xmlrpc.client)
dup() (in module os)
dup2() (in module os)
DUP_TOP (opcode)
DUP_TOP_TWO (opcode)
DuplicateOptionError
DuplicateSectionError
dwFlags (subprocess.STARTUPINFO attribute)

E

e (in module cmath)
(in module math)
E2BIG (in module errno)
EACCES (in module errno)
EADDRINUSE (in module errno)
EADDRNOTAVAIL (in module errno)
EADV (in module errno)
EAFNOSUPPORT (in module errno)
EAFP
EAGAIN (in module errno)
EALREADY (in module errno)
east_asian_width() (in module unicodedata)
EBADE (in module errno)
EBADF (in module errno)
EBADFD (in module errno)
EBADMSG (in module errno)
EBADR (in module errno)
EBADRQC (in module errno)
EBADSLT (in module errno)
EBFONT (in module errno)
EBUSY (in module errno)
ECHILD (in module errno)
echo() (in module curses)
echochar() (curses.window method)
ECHRNG (in module errno)
ECOMM (in module errno)
ECONNABORTED (in module errno)
ECONNREFUSED (in module errno)
ECONNRESET (in module errno)
EDEADLK (in module errno)
EDEADLOCK (in module errno)
EDESTADDRREQ (in module errno)
edit() (curses.textpad.Textbox method)
EDOM (in module errno)
EDOTDOT (in module errno)
EDQUOT (in module errno)
EEXIST (in module errno)
EFAULT (in module errno)
EFBIG (in module errno)
effective() (in module bdb)
ehlo() (smtplib.SMTP method)
ehlo_or_helo_if_needed() (smtplib.SMTP method)
EHOSTDOWN (in module errno)
EHOSTUNREACH (in module errno)
EIDRM (in module errno)
EILSEQ (in module errno)
EINPROGRESS (in module errno)
EINTR (in module errno)
EINVAL (in module errno)
EIO (in module errno)
EISCONN (in module errno)
EISDIR (in module errno)
EISNAM (in module errno)
EL2HLT (in module errno)
EL2NSYNC (in module errno)
EL3HLT (in module errno)
EL3RST (in module errno)
Element (class in xml.etree.ElementTree)
element_create() (tkinter.ttk.Style method)
element_names() (tkinter.ttk.Style method)
element_options() (tkinter.ttk.Style method)
ElementDeclHandler() (xml.parsers.expat.xmlparser method)
elements() (collections.Counter method)
ElementTree (class in xml.etree.ElementTree)
ELIBACC (in module errno)
ELIBBAD (in module errno)
ELIBEXEC (in module errno)
ELIBMAX (in module errno)
ELIBSCN (in module errno)
elif
keyword, [1]
Ellinghouse, Lance
Ellipsis
object
Ellipsis (built-in variable)
ELLIPSIS (in module doctest)
(in module token)
ELNRNG (in module errno)
ELOOP (in module errno)
else
dangling
keyword, [1], [2], [3], [4], [5], [6], [7]
email (module)
email.charset (module)
email.encoders (module)
email.errors (module)
email.generator (module)
email.header (module)
email.headerregistry (module)
email.iterators (module)
email.message (module)
email.mime (module)
email.parser (module)
email.policy (module)
email.utils (module)
EmailPolicy (class in email.policy)
EMFILE (in module errno)
emit() (logging.FileHandler method)
(logging.Handler method)
(logging.NullHandler method)
(logging.StreamHandler method)
(logging.handlers.BufferingHandler method)
(logging.handlers.DatagramHandler method)
(logging.handlers.HTTPHandler method)
(logging.handlers.NTEventLogHandler method)
(logging.handlers.QueueHandler method)
(logging.handlers.RotatingFileHandler method)
(logging.handlers.SMTPHandler method)
(logging.handlers.SocketHandler method)
(logging.handlers.SysLogHandler method)
(logging.handlers.TimedRotatingFileHandler method)
(logging.handlers.WatchedFileHandler method)
EMLINK (in module errno)
empty
list
tuple, [1]
Empty
empty (inspect.Parameter attribute)
(inspect.Signature attribute)
empty() (multiprocessing.Queue method)
(multiprocessing.SimpleQueue method)
(queue.Queue method)
(sched.scheduler method)
EMPTY_NAMESPACE (in module xml.dom)
emptyline() (cmd.Cmd method)
EMSGSIZE (in module errno)
EMULTIHOP (in module errno)
enable (pdb command)
enable() (bdb.Breakpoint method)
(in module cgitb)
(in module faulthandler)
(in module gc)
(profile.Profile method)
enable_callback_tracebacks() (in module sqlite3)
enable_interspersed_args() (optparse.OptionParser method)
enable_load_extension() (sqlite3.Connection method)
enable_traversal() (tkinter.ttk.Notebook method)
ENABLE_USER_SITE (in module site)
EnableReflectionKey() (in module winreg)
ENAMETOOLONG (in module errno)
ENAVAIL (in module errno)
enclose() (curses.window method)
encode
Codecs
encode() (codecs.Codec method)
(codecs.IncrementalEncoder method)
(email.header.Header method)
(in module base64)
(in module quopri)
(in module uu)
(json.JSONEncoder method)
(str method)
(xmlrpc.client.Binary method)
(xmlrpc.client.DateTime method)
encode_7or8bit() (in module email.encoders)
encode_base64() (in module email.encoders)
encode_noop() (in module email.encoders)
encode_quopri() (in module email.encoders)
encode_rfc2231() (in module email.utils)
encodebytes() (in module base64)
EncodedFile() (in module codecs)
encodePriority() (logging.handlers.SysLogHandler method)
encodestring() (in module base64)
(in module quopri)
encoding
base64
quoted-printable
encoding (curses.window attribute)
ENCODING (in module tarfile)
(in module tokenize)
encoding (io.TextIOBase attribute)
(UnicodeError attribute)
encodings
encodings.idna (module)
encodings.mbcs (module)
encodings.utf_8_sig (module)
encodings_map (in module mimetypes)
(mimetypes.MimeTypes attribute)
end (UnicodeError attribute)
end() (re.match method)
(xml.etree.ElementTree.TreeBuilder method)
end_fill() (in module turtle)
END_FINALLY (opcode)
end_headers() (http.server.BaseHTTPRequestHandler method)
end_paragraph() (formatter.formatter method)
end_poly() (in module turtle)
EndCdataSectionHandler() (xml.parsers.expat.xmlparser method)
EndDoctypeDeclHandler() (xml.parsers.expat.xmlparser method)
endDocument() (xml.sax.handler.ContentHandler method)
endElement() (xml.sax.handler.ContentHandler method)
EndElementHandler() (xml.parsers.expat.xmlparser method)
endElementNS() (xml.sax.handler.ContentHandler method)
endheaders() (http.client.HTTPConnection method)
ENDMARKER (in module token)
EndNamespaceDeclHandler() (xml.parsers.expat.xmlparser method)
endpos (re.match attribute)
endPrefixMapping() (xml.sax.handler.ContentHandler method)
endswith() (str method)
endwin() (in module curses)
ENETDOWN (in module errno)
ENETRESET (in module errno)
ENETUNREACH (in module errno)
ENFILE (in module errno)
ENOANO (in module errno)
ENOBUFS (in module errno)
ENOCSI (in module errno)
ENODATA (in module errno)
ENODEV (in module errno)
ENOENT (in module errno)
ENOEXEC (in module errno)
ENOLCK (in module errno)
ENOLINK (in module errno)
ENOMEM (in module errno)
ENOMSG (in module errno)
ENONET (in module errno)
ENOPKG (in module errno)
ENOPROTOOPT (in module errno)
ENOSPC (in module errno)
ENOSR (in module errno)
ENOSTR (in module errno)
ENOSYS (in module errno)
ENOTBLK (in module errno)
ENOTCONN (in module errno)
ENOTDIR (in module errno)
ENOTEMPTY (in module errno)
ENOTNAM (in module errno)
ENOTSOCK (in module errno)
ENOTTY (in module errno)
ENOTUNIQ (in module errno)
enqueue() (logging.handlers.QueueHandler method)
enqueue_sentinel() (logging.handlers.QueueListener method)
enter() (sched.scheduler method)
enter_context() (contextlib.ExitStack method)
enterabs() (sched.scheduler method)
entities (xml.dom.DocumentType attribute)
EntityDeclHandler() (xml.parsers.expat.xmlparser method)
entitydefs (in module html.entities)
EntityResolver (class in xml.sax.handler)
enumerate() (built-in function)
(in module threading)
EnumKey() (in module winreg)
EnumValue() (in module winreg)
EnvBuilder (class in venv)
environ (in module os)
(in module posix)
environb (in module os)
environment
environment variable
%PATH%, [1], [2]
<protocol>_proxy
APPDATA
AUDIODEV
BROWSER, [1]
CC
CFLAGS, [1], [2]
COLUMNS, [1]
COMSPEC, [1]
CPP
CPPFLAGS
HOME, [1], [2], [3], [4]
HOMEDRIVE, [1]
HOMEPATH, [1]
IDLESTARTUP
KDEDIR
LANG, [1], [2], [3], [4]
LANGUAGE, [1]
LC_ALL, [1]
LC_MESSAGES, [1]
LDCXXSHARED
LDFLAGS
LINES, [1], [2]
LNAME
LOGNAME, [1]
MIXERDEV
PATH, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18]
PLAT
POSIXLY_CORRECT
PYTHON*
PYTHONCASEOK, [1]
PYTHONDEBUG, [1]
PYTHONDOCS
PYTHONDONTWRITEBYTECODE, [1], [2], [3], [4]
PYTHONDUMPREFS, [1]
PYTHONEXECUTABLE
PYTHONFAULTHANDLER, [1], [2]
PYTHONHASHSEED, [1], [2], [3], [4], [5]
PYTHONHOME, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
PYTHONINSPECT, [1], [2]
PYTHONIOENCODING, [1], [2]
PYTHONMALLOCSTATS
PYTHONNOUSERSITE, [1], [2], [3]
PYTHONOPTIMIZE, [1]
PYTHONPATH, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17]
PYTHONSTARTUP, [1], [2], [3], [4], [5], [6]
PYTHONTHREADDEBUG
PYTHONUNBUFFERED, [1]
PYTHONUSERBASE, [1], [2], [3]
PYTHONVERBOSE, [1]
PYTHONWARNINGS, [1], [2], [3], [4]
PYTHONY2K
PYTHON_DOM
SystemRoot
TCL_LIBRARY
TEMP
TERM, [1]
TIX_LIBRARY
TK_LIBRARY
TMP
TMPDIR
TZ, [1], [2], [3], [4]
USER
USERNAME, [1]
USERPROFILE, [1]
USER_BASE
exec_prefix, [1], [2]
http_proxy, [1], [2]
prefix, [1], [2], [3]
environment variables
deleting
setting
EnvironmentError
Environments
virtual
EnvironmentVarGuard (class in test.support)
ENXIO (in module errno)
eof (bz2.BZ2Decompressor attribute)
(lzma.LZMADecompressor attribute)
(shlex.shlex attribute)
(zlib.Decompress attribute)
EOFError
(built-in exception)
EOPNOTSUPP (in module errno)
EOVERFLOW (in module errno)
EPERM (in module errno)
EPFNOSUPPORT (in module errno)
epilogue (email.message.Message attribute)
EPIPE (in module errno)
epoch
epoll() (in module select)
EPROTO (in module errno)
EPROTONOSUPPORT (in module errno)
EPROTOTYPE (in module errno)
eq() (in module operator)
EQEQUAL (in module token)
EQUAL (in module token)
ERA (in module locale)
ERA_D_FMT (in module locale)
ERA_D_T_FMT (in module locale)
ERA_T_FMT (in module locale)
ERANGE (in module errno)
erase() (curses.window method)
erasechar() (in module curses)
EREMCHG (in module errno)
EREMOTE (in module errno)
EREMOTEIO (in module errno)
ERESTART (in module errno)
erf() (in module math)
erfc() (in module math)
EROFS (in module errno)
ERR (in module curses)
errcheck (ctypes._FuncPtr attribute)
errcode (xmlrpc.client.ProtocolError attribute)
errmsg (xmlrpc.client.ProtocolError attribute)
errno
module
errno (module)
error, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17]
Error, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
error handling
error() (argparse.ArgumentParser method)
(in module logging)
(logging.Logger method)
(urllib.request.OpenerDirector method)
(xml.sax.handler.ErrorHandler method)
error_body (wsgiref.handlers.BaseHandler attribute)
error_content_type (http.server.BaseHTTPRequestHandler attribute)
error_headers (wsgiref.handlers.BaseHandler attribute)
error_leader() (shlex.shlex method)
error_message_format (http.server.BaseHTTPRequestHandler attribute)
error_output() (wsgiref.handlers.BaseHandler method)
error_perm
error_proto, [1]
error_reply
error_status (wsgiref.handlers.BaseHandler attribute)
error_temp
ErrorByteIndex (xml.parsers.expat.xmlparser attribute)
errorcode (in module errno)
ErrorCode (xml.parsers.expat.xmlparser attribute)
ErrorColumnNumber (xml.parsers.expat.xmlparser attribute)
ErrorHandler (class in xml.sax.handler)
ErrorLineNumber (xml.parsers.expat.xmlparser attribute)
errors
Errors
(io.TextIOBase attribute)
(unittest.TestResult attribute)
logging
ErrorString() (in module xml.parsers.expat)
ERRORTOKEN (in module token)
escape (shlex.shlex attribute)
escape sequence
escape() (in module cgi)
(in module html)
(in module re)
(in module xml.sax.saxutils)
escapechar (csv.Dialect attribute)
escapedquotes (shlex.shlex attribute)
ESHUTDOWN (in module errno)
ESOCKTNOSUPPORT (in module errno)
ESPIPE (in module errno)
ESRCH (in module errno)
ESRMNT (in module errno)
ESTALE (in module errno)
ESTRPIPE (in module errno)
ETIME (in module errno)
ETIMEDOUT (in module errno)
Etiny() (decimal.Context method)
ETOOMANYREFS (in module errno)
Etop() (decimal.Context method)
ETXTBSY (in module errno)
EUCLEAN (in module errno)
EUNATCH (in module errno)
EUSERS (in module errno)
eval
built-in function, [1], [2], [3], [4], [5]
eval() (built-in function)
evaluation
order
Event (class in multiprocessing)
(class in threading)
event scheduling
event() (msilib.Control method)
Event() (multiprocessing.managers.SyncManager method)
events (widgets)
EWOULDBLOCK (in module errno)
EX_CANTCREAT (in module os)
EX_CONFIG (in module os)
EX_DATAERR (in module os)
EX_IOERR (in module os)
EX_NOHOST (in module os)
EX_NOINPUT (in module os)
EX_NOPERM (in module os)
EX_NOTFOUND (in module os)
EX_NOUSER (in module os)
EX_OK (in module os)
EX_OSERR (in module os)
EX_OSFILE (in module os)
EX_PROTOCOL (in module os)
EX_SOFTWARE (in module os)
EX_TEMPFAIL (in module os)
EX_UNAVAILABLE (in module os)
EX_USAGE (in module os)
Example (class in doctest)
example (doctest.DocTestFailure attribute)
(doctest.UnexpectedException attribute)
examples (doctest.DocTest attribute)
exc_info (doctest.UnexpectedException attribute)
(in module sys)
exc_info() (in module sys), [1]
exc_msg (doctest.Example attribute)
excel (class in csv)
excel_tab (class in csv)
except
keyword, [1]
statement
except (2to3 fixer)
excepthook() (in module sys), [1]
Exception
exception, [1]
AssertionError
AttributeError
GeneratorExit
ImportError
NameError
StopIteration, [1]
TypeError
ValueError
ZeroDivisionError
chaining
handler
raising
exception handler
exception() (concurrent.futures.Future method)
(in module logging)
(logging.Logger method)
exceptions
in CGI scripts
exclusive
or
EXDEV (in module errno)
exec
built-in function, [1], [2]
exec (2to3 fixer)
exec() (built-in function)
exec_prefix, [1], [2]
EXEC_PREFIX (in module distutils.sysconfig)
exec_prefix (in module sys)
execfile (2to3 fixer)
execl() (in module os)
execle() (in module os)
execlp() (in module os)
execlpe() (in module os)
executable (in module sys), [1]
executable_filename() (distutils.ccompiler.CCompiler method)
execute() (distutils.ccompiler.CCompiler method)
(in module distutils.util)
Execute() (msilib.View method)
execute() (sqlite3.Connection method)
(sqlite3.Cursor method)
executemany() (sqlite3.Connection method)
(sqlite3.Cursor method)
executescript() (sqlite3.Connection method)
(sqlite3.Cursor method)
execution
frame, [1]
restricted
stack
execution model
ExecutionLoader (class in importlib.abc)
Executor (class in concurrent.futures)
execv() (in module os)
execve() (in module os)
execvp() (in module os)
execvpe() (in module os)
ExFileSelectBox (class in tkinter.tix)
EXFULL (in module errno)
exists() (in module os.path)
(tkinter.ttk.Treeview method)
exit (built-in variable)
exit()
(argparse.ArgumentParser method)
(in module _thread)
(in module sys)
exitcode (multiprocessing.Process attribute)
exitfunc (2to3 fixer)
exitonclick() (in module turtle)
ExitStack (class in contextlib)
exp() (decimal.Context method)
(decimal.Decimal method)
(in module cmath)
(in module math)
expand() (re.match method)
expand_tabs (textwrap.TextWrapper attribute)
ExpandEnvironmentStrings() (in module winreg)
expandNode() (xml.dom.pulldom.DOMEventStream method)
expandtabs() (str method)
expanduser() (in module os.path)
expandvars() (in module os.path)
Expat
ExpatError
expect() (telnetlib.Telnet method)
expectedFailure() (in module unittest)
expectedFailures (unittest.TestResult attribute)
expires (http.cookiejar.Cookie attribute)
exploded (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
expm1() (in module math)
expovariate() (in module random)
expr() (in module parser)
expression, [1]
Conditional
conditional
generator
lambda
list, [1], [2]
statement
yield
expunge() (imaplib.IMAP4 method)
extend() (array.array method)
(collections.deque method)
(sequence method)
(xml.etree.ElementTree.Element method)
extend_path() (in module pkgutil)
EXTENDED_ARG (opcode)
ExtendedContext (class in decimal)
ExtendedInterpolation (class in configparser)
extendleft() (collections.deque method)
extension
module
Extension (class in distutils.core)
extension module
EXTENSION_SUFFIXES (in module importlib.machinery)
ExtensionFileLoader (class in importlib.machinery)
extensions_map (http.server.SimpleHTTPRequestHandler attribute)
External Data Representation, [1]
external_attr (zipfile.ZipInfo attribute)
ExternalClashError
ExternalEntityParserCreate() (xml.parsers.expat.xmlparser method)
ExternalEntityRefHandler() (xml.parsers.expat.xmlparser method)
extra (zipfile.ZipInfo attribute)
extract() (tarfile.TarFile method)
(zipfile.ZipFile method)
extract_cookies() (http.cookiejar.CookieJar method)
extract_stack() (in module traceback)
extract_tb() (in module traceback)
extract_version (zipfile.ZipInfo attribute)
extractall() (tarfile.TarFile method)
(zipfile.ZipFile method)
ExtractError
extractfile() (tarfile.TarFile method)
extsep (in module os)

F

f_back (frame attribute)
f_builtins (frame attribute)
f_code (frame attribute)
f_contiguous (memoryview attribute)
f_globals (frame attribute)
f_lasti (frame attribute)
f_lineno (frame attribute)
f_locals (frame attribute)
F_LOCK (in module os)
F_OK (in module os)
F_TEST (in module os)
F_TLOCK (in module os)
f_trace (frame attribute)
F_ULOCK (in module os)
fabs() (in module math)
factorial() (in module math)
fail() (unittest.TestCase method)
failfast (unittest.TestResult attribute)
failureException (unittest.TestCase attribute)
failures (unittest.TestResult attribute)
false
False, [1], [2]
(Built-in object)
(built-in variable)
family (socket.socket attribute)
fancy_getopt() (in module distutils.fancy_getopt)
FancyGetopt (class in distutils.fancy_getopt)
FancyURLopener (class in urllib.request)
fast (pickle.Pickler attribute)
fatalError() (xml.sax.handler.ErrorHandler method)
faultCode (xmlrpc.client.Fault attribute)
faulthandler (module)
faultString (xmlrpc.client.Fault attribute)
fchdir() (in module os)
fchmod() (in module os)
fchown() (in module os)
FCICreate() (in module msilib)
fcntl (module)
fcntl() (in module fcntl)
fd() (in module turtle)
fdatasync() (in module os)
fdopen() (in module os)
Feature (class in msilib)
feature_external_ges (in module xml.sax.handler)
feature_external_pes (in module xml.sax.handler)
feature_namespace_prefixes (in module xml.sax.handler)
feature_namespaces (in module xml.sax.handler)
feature_string_interning (in module xml.sax.handler)
feature_validation (in module xml.sax.handler)
feed() (email.parser.FeedParser method)
(html.parser.HTMLParser method)
(xml.etree.ElementTree.XMLParser method)
(xml.sax.xmlreader.IncrementalParser method)
FeedParser (class in email.parser)
fetch() (imaplib.IMAP4 method)
Fetch() (msilib.View method)
fetchall() (sqlite3.Cursor method)
fetchmany() (sqlite3.Cursor method)
fetchone() (sqlite3.Cursor method)
fflags (select.kevent attribute)
field_size_limit() (in module csv)
fieldnames (csv.csvreader attribute)
fields (uuid.UUID attribute)
fifo (class in asynchat)
file
.ini
.pdbrc
byte-code, [1]
configuration
copying
debugger configuration
large files
mime.types
object, [1], [2]
path configuration
plist
temporary
file (pyclbr.Class attribute)
(pyclbr.Function attribute)
file control
UNIX
file name
temporary
file object
io module
open() built-in function
file-like object
file_created() (built-in function)
file_dispatcher (class in asyncore)
file_open() (urllib.request.FileHandler method)
file_size (zipfile.ZipInfo attribute)
file_wrapper (class in asyncore)
filecmp (module)
fileConfig() (in module logging.config)
FileCookieJar (class in http.cookiejar)
FileEntry (class in tkinter.tix)
FileExistsError
FileFinder (class in importlib.machinery)
FileHandler (class in logging)
(class in urllib.request)
FileInput (class in fileinput)
fileinput (module)
FileIO (class in io)
filelineno() (in module fileinput)
FileLoader (class in importlib.abc)
filemode() (in module stat)
filename (doctest.DocTest attribute)
(http.cookiejar.FileCookieJar attribute)
(zipfile.ZipInfo attribute)
filename() (in module fileinput)
filename_only (in module tabnanny)
filenames
pathname expansion
wildcard expansion
fileno() (http.client.HTTPResponse method)
(in module fileinput)
(io.IOBase method)
(multiprocessing.Connection method)
(ossaudiodev.oss_audio_device method)
(ossaudiodev.oss_mixer_device method)
(select.epoll method)
(select.kqueue method)
(socket.socket method)
(socketserver.BaseServer method)
(telnetlib.Telnet method)
FileNotFoundError
FileSelectBox (class in tkinter.tix)
FileType (class in argparse)
FileWrapper (class in wsgiref.util)
fill() (in module textwrap)
(textwrap.TextWrapper method)
fillcolor() (in module turtle)
filling() (in module turtle)
filter (2to3 fixer)
Filter (class in logging)
filter (select.kevent attribute)
filter() (built-in function)
(in module curses)
(in module fnmatch)
(logging.Filter method)
(logging.Handler method)
(logging.Logger method)
FILTER_DIR (in module unittest.mock)
filterfalse() (in module itertools)
filterwarnings() (in module warnings)
finalization, of objects
finalize_options() (distutils.cmd.Command method)
finally
keyword, [1], [2], [3], [4]
find() (doctest.DocTestFinder method)
(in module gettext)
(in module mmap)
(str method)
(xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
find_class() (pickle protocol)
(pickle.Unpickler method)
find_library() (in module ctypes.util)
find_library_file() (distutils.ccompiler.CCompiler method)
find_loader
finder
find_loader() (importlib.abc.PathEntryFinder method)
(in module importlib)
(in module pkgutil)
find_longest_match() (difflib.SequenceMatcher method)
find_module
finder
find_module() (imp.NullImporter method)
(importlib.abc.Finder method)
(importlib.abc.MetaPathFinder method)
(importlib.abc.PathEntryFinder method)
(importlib.machinery.FileFinder method)
(importlib.machinery.PathFinder class method)
(in module imp)
(zipimport.zipimporter method)
find_msvcrt() (in module ctypes.util)
find_unused_port() (in module test.support)
find_user_password() (urllib.request.HTTPPasswordMgr method)
findall() (in module re)
(re.regex method)
(xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
findCaller() (logging.Logger method)
finder, [1]
find_loader
find_module
Finder (class in importlib.abc)
findfactor() (in module audioop)
findfile() (in module test.support)
findfit() (in module audioop)
finditer() (in module re)
(re.regex method)
findlabels() (in module dis)
findlinestarts() (in module dis)
findmatch() (in module mailcap)
findmax() (in module audioop)
findtext() (xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
finish() (socketserver.RequestHandler method)
finish_request() (socketserver.BaseServer method)
first() (asynchat.fifo method)
firstChild (xml.dom.Node attribute)
firstkey() (dbm.gnu.gdbm method)
firstweekday() (in module calendar)
fix_missing_locations() (in module ast)
fix_sentence_endings (textwrap.TextWrapper attribute)
flag_bits (zipfile.ZipInfo attribute)
flags (in module sys)
(re.regex attribute)
(select.kevent attribute)
flash() (in module curses)
flatten() (email.generator.BytesGenerator method)
(email.generator.Generator method)
flattening
objects
float
built-in function, [1], [2]
float() (built-in function)
float_info (in module sys)
float_repr_style (in module sys)
floating point
literals
number
object, [1], [2]
floating point literal
FloatingPointError, [1]
FloatOperation (class in decimal)
flock() (in module fcntl)
floor division
floor() (in module math), [1]
floordiv() (in module operator)
flush() (bz2.BZ2Compressor method)
(formatter.writer method)
(in module mmap)
(io.BufferedWriter method)
(io.IOBase method)
(logging.Handler method)
(logging.StreamHandler method)
(logging.handlers.BufferingHandler method)
(logging.handlers.MemoryHandler method)
(lzma.LZMACompressor method)
(mailbox.MH method)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(zlib.Compress method)
(zlib.Decompress method)
flush_headers() (http.server.BaseHTTPRequestHandler method)
flush_softspace() (formatter.formatter method)
flushinp() (in module curses)
FlushKey() (in module winreg)
fma() (decimal.Context method)
(decimal.Decimal method)
fmod() (in module math)
fnmatch (module)
fnmatch() (in module fnmatch)
fnmatchcase() (in module fnmatch)
focus() (tkinter.ttk.Treeview method)
fold() (email.headerregistry.BaseHeader method)
(email.policy.Compat32 method)
(email.policy.EmailPolicy method)
(email.policy.Policy method)
fold_binary() (email.policy.Compat32 method)
(email.policy.EmailPolicy method)
(email.policy.Policy method)
for
statement, [1], [2], [3]
FOR_ITER (opcode)
forget() (in module test.support)
(tkinter.ttk.Notebook method)
fork() (in module os)
(in module pty)
forkpty() (in module os)
form
lambda, [1]
Form (class in tkinter.tix)
format (memoryview attribute)
(struct.Struct attribute)
format() (built-in function)
__str__() (object method)
format() (in module locale)
(logging.Formatter method)
(logging.Handler method)
(pprint.PrettyPrinter method)
(str method)
(string.Formatter method)
format_datetime() (in module email.utils)
format_exc() (in module traceback)
format_exception() (in module traceback)
format_exception_only() (in module traceback)
format_field() (string.Formatter method)
format_help() (argparse.ArgumentParser method)
format_list() (in module traceback)
format_map() (str method)
format_stack() (in module traceback)
format_stack_entry() (bdb.Bdb method)
format_string() (in module locale)
format_tb() (in module traceback)
format_usage() (argparse.ArgumentParser method)
formataddr() (in module email.utils)
formatargspec() (in module inspect)
formatargvalues() (in module inspect)
formatdate() (in module email.utils)
FormatError
FormatError() (in module ctypes)
formatException() (logging.Formatter method)
formatmonth() (calendar.HTMLCalendar method)
(calendar.TextCalendar method)
formatStack() (logging.Formatter method)
Formatter (class in logging)
(class in string)
formatter (module)
formatTime() (logging.Formatter method)
formatting, string (%)
formatwarning() (in module warnings)
formatyear() (calendar.HTMLCalendar method)
(calendar.TextCalendar method)
formatyearpage() (calendar.HTMLCalendar method)
forward() (in module turtle)
found_terminator() (asynchat.async_chat method)
fpathconf() (in module os)
fpectl (module)
fqdn (smtpd.SMTPChannel attribute)
Fraction (class in fractions)
fractions (module)
frame
execution, [1]
object
frame (tkinter.scrolledtext.ScrolledText attribute)
FrameType (in module types)
free
variable
free()
freeze utility
freeze_support() (in module multiprocessing)
frexp() (in module math)
from
keyword, [1]
statement
from_address() (ctypes._CData method)
from_buffer() (ctypes._CData method)
from_buffer_copy() (ctypes._CData method)
from_bytes() (int class method)
from_decimal() (fractions.Fraction method)
from_float() (decimal.Decimal method)
(fractions.Fraction method)
from_iterable() (itertools.chain class method)
from_param() (ctypes._CData method)
frombuf() (tarfile.TarInfo method)
frombytes() (array.array method)
fromfd() (in module socket)
(select.epoll method)
(select.kqueue method)
fromfile() (array.array method)
fromhex() (bytearray class method)
(bytes class method)
(float class method)
fromkeys() (collections.Counter method)
(dict class method)
fromlist() (array.array method)
fromordinal() (datetime.date class method)
(datetime.datetime class method)
fromshare() (in module socket)
fromstring() (array.array method)
(in module xml.etree.ElementTree)
fromstringlist() (in module xml.etree.ElementTree)
fromtarfile() (tarfile.TarInfo method)
fromtimestamp() (datetime.date class method)
(datetime.datetime class method)
fromunicode() (array.array method)
fromutc() (datetime.timezone method)
(datetime.tzinfo method)
FrozenImporter (class in importlib.machinery)
frozenset
object, [1]
frozenset (built-in class)
fsdecode() (in module os)
fsencode() (in module os)
fstat() (in module os)
fstatvfs() (in module os)
fsum() (in module math)
fsync() (in module os)
FTP
ftplib (standard module)
protocol, [1]
FTP (class in ftplib)
ftp_open() (urllib.request.FTPHandler method)
FTP_TLS (class in ftplib)
FTPHandler (class in urllib.request)
ftplib (module)
ftpmirror.py
ftruncate() (in module os)
Full
full() (multiprocessing.Queue method)
(queue.Queue method)
full_url (urllib.request.Request attribute)
func (functools.partial attribute)
funcattrs (2to3 fixer)
function
annotations, [1]
anonymous
argument
call, [1], [2]
call, user-defined
definition, [1]
generator, [1]
name, [1]
object, [1], [2], [3], [4], [5]
user-defined
Function (class in symtable)
function annotation
FunctionTestCase (class in unittest)
FunctionType (in module types)
functools (module)
funny_files (filecmp.dircmp attribute)
future
statement
future (2to3 fixer)
Future (class in concurrent.futures)
FutureWarning
fwalk() (in module os)

G

G.722
gaierror
gamma() (in module math)
gammavariate() (in module random)
garbage (in module gc)
garbage collection, [1]
gather() (curses.textpad.Textbox method)
gauss() (in module random)
gc (module)
gcd() (in module fractions)
ge() (in module operator)
gen_lib_options() (in module distutils.ccompiler)
gen_preprocess_options() (in module distutils.ccompiler)
gen_uuid() (in module msilib)
generate_help() (distutils.fancy_getopt.FancyGetopt method)
generator, [1]
expression
function, [1], [2]
iterator, [1]
object, [1], [2]
Generator (class in email.generator)
generator expression, [1]
GeneratorExit
exception
GeneratorType (in module types)
generic
special attribute
generic_visit() (ast.NodeVisitor method)
genops() (in module pickletools)
get() (configparser.ConfigParser method)
(dict method)
(email.message.Message method)
(in module webbrowser)
(mailbox.Mailbox method)
(multiprocessing.Queue method)
(multiprocessing.SimpleQueue method)
(multiprocessing.pool.AsyncResult method)
(ossaudiodev.oss_mixer_device method)
(queue.Queue method)
(tkinter.ttk.Combobox method)
(types.MappingProxyType method)
(xml.etree.ElementTree.Element method)
get_all() (email.message.Message method)
(wsgiref.headers.Headers method)
get_all_breaks() (bdb.Bdb method)
get_app() (wsgiref.simple_server.WSGIServer method)
get_archive_formats() (in module shutil)
get_begidx() (in module readline)
get_body_encoding() (email.charset.Charset method)
get_boundary() (email.message.Message method)
get_bpbynumber() (bdb.Bdb method)
get_break() (bdb.Bdb method)
get_breaks() (bdb.Bdb method)
get_buffer() (xdrlib.Packer method)
(xdrlib.Unpacker method)
get_bytes() (mailbox.Mailbox method)
get_channel_binding() (ssl.SSLSocket method)
get_charset() (email.message.Message method)
get_charsets() (email.message.Message method)
get_children() (symtable.SymbolTable method)
(tkinter.ttk.Treeview method)
get_clock_info() (in module time)
get_close_matches() (in module difflib)
get_code() (importlib.abc.InspectLoader method)
(importlib.abc.PyLoader method)
(importlib.abc.SourceLoader method)
(importlib.machinery.ExtensionFileLoader method)
(importlib.machinery.SourcelessFileLoader method)
(zipimport.zipimporter method)
get_completer() (in module readline)
get_completer_delims() (in module readline)
get_completion_type() (in module readline)
get_config_h_filename() (in module distutils.sysconfig)
(in module sysconfig)
get_config_var() (in module distutils.sysconfig)
(in module sysconfig)
get_config_vars() (in module distutils.sysconfig)
(in module sysconfig)
get_content_charset() (email.message.Message method)
get_content_maintype() (email.message.Message method)
get_content_subtype() (email.message.Message method)
get_content_type() (email.message.Message method)
get_count() (in module gc)
get_current_history_length() (in module readline)
get_data() (importlib.abc.FileLoader method)
(importlib.abc.ResourceLoader method)
(in module pkgutil)
(urllib.request.Request method)
(zipimport.zipimporter method)
get_date() (mailbox.MaildirMessage method)
get_debug() (in module gc)
get_default() (argparse.ArgumentParser method)
get_default_compiler() (in module distutils.ccompiler)
get_default_domain() (in module nis)
get_default_type() (email.message.Message method)
get_dialect() (in module csv)
get_docstring() (in module ast)
get_doctest() (doctest.DocTestParser method)
get_endidx() (in module readline)
get_environ() (wsgiref.simple_server.WSGIRequestHandler method)
get_errno() (in module ctypes)
get_examples() (doctest.DocTestParser method)
get_exec_path() (in module os)
get_field() (string.Formatter method)
get_file() (mailbox.Babyl method)
(mailbox.MH method)
(mailbox.MMDF method)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(mailbox.mbox method)
get_file_breaks() (bdb.Bdb method)
get_filename() (email.message.Message method)
(importlib.abc.ExecutionLoader method)
(importlib.abc.FileLoader method)
(importlib.abc.PyLoader method)
(importlib.abc.PyPycLoader method)
(zipimport.zipimporter method)
get_flags() (mailbox.MaildirMessage method)
(mailbox.MMDFMessage method)
(mailbox.mboxMessage method)
get_folder() (mailbox.Maildir method)
(mailbox.MH method)
get_frees() (symtable.Function method)
get_from() (mailbox.mboxMessage method)
(mailbox.MMDFMessage method)
get_full_url() (urllib.request.Request method)
get_globals() (symtable.Function method)
get_grouped_opcodes() (difflib.SequenceMatcher method)
get_header() (urllib.request.Request method)
get_history_item() (in module readline)
get_history_length() (in module readline)
get_host() (urllib.request.Request method)
get_id() (symtable.SymbolTable method)
get_ident() (in module _thread)
(in module threading)
get_identifiers() (symtable.SymbolTable method)
get_importer() (in module pkgutil)
get_info() (mailbox.MaildirMessage method)
GET_ITER (opcode)
get_labels() (mailbox.Babyl method)
(mailbox.BabylMessage method)
get_last_error() (in module ctypes)
get_line_buffer() (in module readline)
get_lineno() (symtable.SymbolTable method)
get_loader() (in module pkgutil)
get_locals() (symtable.Function method)
get_logger() (in module multiprocessing)
get_magic() (in module imp)
get_makefile_filename() (in module distutils.sysconfig)
(in module sysconfig)
get_matching_blocks() (difflib.SequenceMatcher method)
get_message() (mailbox.Mailbox method)
get_method() (urllib.request.Request method)
get_methods() (symtable.Class method)
get_mixed_type_key() (in module ipaddress)
get_name() (symtable.Symbol method)
(symtable.SymbolTable method)
get_namespace() (symtable.Symbol method)
get_namespaces() (symtable.Symbol method)
get_nonstandard_attr() (http.cookiejar.Cookie method)
get_nowait() (multiprocessing.Queue method)
(queue.Queue method)
get_objects() (in module gc)
get_opcodes() (difflib.SequenceMatcher method)
get_option() (optparse.OptionParser method)
get_option_group() (optparse.OptionParser method)
get_option_order() (distutils.fancy_getopt.FancyGetopt method)
get_origin_req_host() (urllib.request.Request method)
get_osfhandle() (in module msvcrt)
get_output_charset() (email.charset.Charset method)
get_param() (email.message.Message method)
get_parameters() (symtable.Function method)
get_params() (email.message.Message method)
get_path() (in module sysconfig)
get_path_names() (in module sysconfig)
get_paths() (in module sysconfig)
get_payload() (email.message.Message method)
get_platform() (in module distutils.util)
(in module sysconfig)
get_poly() (in module turtle)
get_position() (xdrlib.Unpacker method)
get_python_inc() (in module distutils.sysconfig)
get_python_lib() (in module distutils.sysconfig)
get_python_version() (in module sysconfig)
get_recsrc() (ossaudiodev.oss_mixer_device method)
get_referents() (in module gc)
get_referrers() (in module gc)
get_request() (socketserver.BaseServer method)
get_scheme() (wsgiref.handlers.BaseHandler method)
get_scheme_names() (in module sysconfig)
get_selector() (urllib.request.Request method)
get_sequences() (mailbox.MH method)
(mailbox.MHMessage method)
get_server() (multiprocessing.managers.BaseManager method)
get_server_certificate() (in module ssl)
get_shapepoly() (in module turtle)
get_socket() (telnetlib.Telnet method)
get_source() (importlib.abc.InspectLoader method)
(importlib.abc.PyLoader method)
(importlib.abc.SourceLoader method)
(importlib.machinery.ExtensionFileLoader method)
(importlib.machinery.SourcelessFileLoader method)
(zipimport.zipimporter method)
get_special_folder_path() (built-in function)
get_stack() (bdb.Bdb method)
get_starttag_text() (html.parser.HTMLParser method)
get_stderr() (wsgiref.handlers.BaseHandler method)
(wsgiref.simple_server.WSGIRequestHandler method)
get_stdin() (wsgiref.handlers.BaseHandler method)
get_string() (mailbox.Mailbox method)
get_subdir() (mailbox.MaildirMessage method)
get_suffixes() (in module imp)
get_symbols() (symtable.SymbolTable method)
get_tag() (in module imp)
get_terminal_size() (in module os)
(in module shutil)
get_terminator() (asynchat.async_chat method)
get_threshold() (in module gc)
get_token() (shlex.shlex method)
get_type() (symtable.SymbolTable method)
(urllib.request.Request method)
get_unixfrom() (email.message.Message method)
get_unpack_formats() (in module shutil)
get_usage() (optparse.OptionParser method)
get_value() (string.Formatter method)
get_version() (optparse.OptionParser method)
get_visible() (mailbox.BabylMessage method)
get_wch() (curses.window method)
getacl() (imaplib.IMAP4 method)
getaddresses() (in module email.utils)
getaddrinfo() (in module socket)
getannotation() (imaplib.IMAP4 method)
getargspec() (in module inspect)
getargvalues() (in module inspect)
getatime() (in module os.path)
getattr() (built-in function)
getattr_static() (in module inspect)
getAttribute() (xml.dom.Element method)
getAttributeNode() (xml.dom.Element method)
getAttributeNodeNS() (xml.dom.Element method)
getAttributeNS() (xml.dom.Element method)
GetBase() (xml.parsers.expat.xmlparser method)
getbegyx() (curses.window method)
getbkgd() (curses.window method)
getboolean() (configparser.ConfigParser method)
getbuffer() (io.BytesIO method)
getByteStream() (xml.sax.xmlreader.InputSource method)
getcallargs() (in module inspect)
getcanvas() (in module turtle)
getcapabilities() (nntplib.NNTP method)
getcaps() (in module mailcap)
getch() (curses.window method)
(in module msvcrt)
getCharacterStream() (xml.sax.xmlreader.InputSource method)
getche() (in module msvcrt)
getcheckinterval() (in module sys)
getChild() (logging.Logger method)
getchildren() (xml.etree.ElementTree.Element method)
getclasstree() (in module inspect)
getclosurevars() (in module inspect)
GetColumnInfo() (msilib.View method)
getColumnNumber() (xml.sax.xmlreader.Locator method)
getcomments() (in module inspect)
getcompname() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getcomptype() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getContentHandler() (xml.sax.xmlreader.XMLReader method)
getcontext() (in module decimal)
getctime() (in module os.path)
getcwd() (in module os)
getcwdb() (in module os)
getcwdu (2to3 fixer)
getdecoder() (in module codecs)
getdefaultencoding() (in module sys)
getdefaultlocale() (in module locale)
getdefaulttimeout() (in module socket)
getdlopenflags() (in module sys)
getdoc() (in module inspect)
getDOMImplementation() (in module xml.dom)
getDTDHandler() (xml.sax.xmlreader.XMLReader method)
getEffectiveLevel() (logging.Logger method)
getegid() (in module os)
getElementsByTagName() (xml.dom.Document method)
(xml.dom.Element method)
getElementsByTagNameNS() (xml.dom.Document method)
(xml.dom.Element method)
getencoder() (in module codecs)
getEncoding() (xml.sax.xmlreader.InputSource method)
getEntityResolver() (xml.sax.xmlreader.XMLReader method)
getenv() (in module os)
getenvb() (in module os)
getErrorHandler() (xml.sax.xmlreader.XMLReader method)
geteuid() (in module os)
getEvent() (xml.dom.pulldom.DOMEventStream method)
getEventCategory() (logging.handlers.NTEventLogHandler method)
getEventType() (logging.handlers.NTEventLogHandler method)
getException() (xml.sax.SAXException method)
getFeature() (xml.sax.xmlreader.XMLReader method)
GetFieldCount() (msilib.Record method)
getfile() (in module inspect)
getfilesystemencoding() (in module sys)
getfirst() (cgi.FieldStorage method)
getfloat() (configparser.ConfigParser method)
getfmts() (ossaudiodev.oss_audio_device method)
getfqdn() (in module socket)
getframeinfo() (in module inspect)
getframerate() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getfullargspec() (in module inspect)
getgeneratorlocals() (in module inspect)
getgeneratorstate() (in module inspect)
getgid() (in module os)
getgrall() (in module grp)
getgrgid() (in module grp)
getgrnam() (in module grp)
getgrouplist() (in module os)
getgroups() (in module os)
getheader() (http.client.HTTPResponse method)
getheaders() (http.client.HTTPResponse method)
gethostbyaddr() (in module socket), [1]
gethostbyname() (in module socket)
gethostbyname_ex() (in module socket)
gethostname() (in module socket), [1]
getincrementaldecoder() (in module codecs)
getincrementalencoder() (in module codecs)
getinfo() (zipfile.ZipFile method)
getinnerframes() (in module inspect)
GetInputContext() (xml.parsers.expat.xmlparser method)
getint() (configparser.ConfigParser method)
GetInteger() (msilib.Record method)
getitem() (in module operator)
getiterator() (xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
getitimer() (in module signal)
getkey() (curses.window method)
GetLastError() (in module ctypes)
getLength() (xml.sax.xmlreader.Attributes method)
getLevelName() (in module logging)
getline() (in module linecache)
getLineNumber() (xml.sax.xmlreader.Locator method)
getlist() (cgi.FieldStorage method)
getloadavg() (in module os)
getlocale() (in module locale)
getLogger() (in module logging)
getLoggerClass() (in module logging)
getlogin() (in module os)
getLogRecordFactory() (in module logging)
getmark() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getmarkers() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getmaxyx() (curses.window method)
getmember() (tarfile.TarFile method)
getmembers() (in module inspect)
(tarfile.TarFile method)
getMessage() (logging.LogRecord method)
(xml.sax.SAXException method)
getMessageID() (logging.handlers.NTEventLogHandler method)
getmodule() (in module inspect)
getmoduleinfo() (in module inspect)
getmodulename() (in module inspect)
getmouse() (in module curses)
getmro() (in module inspect)
getmtime() (in module os.path)
getname() (chunk.Chunk method)
getName() (threading.Thread method)
getNameByQName() (xml.sax.xmlreader.AttributesNS method)
getnameinfo() (in module socket)
getnames() (tarfile.TarFile method)
getNames() (xml.sax.xmlreader.Attributes method)
getnchannels() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getnframes() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getnode
getnode() (in module uuid)
getopt (module)
getopt() (distutils.fancy_getopt.FancyGetopt method)
(in module getopt)
GetoptError
getouterframes() (in module inspect)
getoutput() (in module subprocess)
getpagesize() (in module resource)
getparams() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getparyx() (curses.window method)
getpass (module)
getpass() (in module getpass)
GetPassWarning
getpeercert() (ssl.SSLSocket method)
getpeername() (socket.socket method)
getpen() (in module turtle)
getpgid() (in module os)
getpgrp() (in module os)
getpid() (in module os)
getpos() (html.parser.HTMLParser method)
getppid() (in module os)
getpreferredencoding() (in module locale)
getpriority() (in module os)
getprofile() (in module sys)
GetProperty() (msilib.SummaryInformation method)
getProperty() (xml.sax.xmlreader.XMLReader method)
GetPropertyCount() (msilib.SummaryInformation method)
getprotobyname() (in module socket)
getproxies() (in module urllib.request)
getPublicId() (xml.sax.xmlreader.InputSource method)
(xml.sax.xmlreader.Locator method)
getpwall() (in module pwd)
getpwnam() (in module pwd)
getpwuid() (in module pwd)
getQNameByName() (xml.sax.xmlreader.AttributesNS method)
getQNames() (xml.sax.xmlreader.AttributesNS method)
getquota() (imaplib.IMAP4 method)
getquotaroot() (imaplib.IMAP4 method)
getrandbits() (in module random)
getreader() (in module codecs)
getrecursionlimit() (in module sys)
getrefcount() (in module sys)
getresgid() (in module os)
getresponse() (http.client.HTTPConnection method)
getresuid() (in module os)
getrlimit() (in module resource)
getroot() (xml.etree.ElementTree.ElementTree method)
getrusage() (in module resource)
getsample() (in module audioop)
getsampwidth() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
getscreen() (in module turtle)
getservbyname() (in module socket)
getservbyport() (in module socket)
GetSetDescriptorType (in module types)
getshapes() (in module turtle)
getsid() (in module os)
getsignal() (in module signal)
getsitepackages() (in module site)
getsize() (chunk.Chunk method)
(in module os.path)
getsizeof() (in module sys)
getsockname() (socket.socket method)
getsockopt() (socket.socket method)
getsource() (in module inspect)
getsourcefile() (in module inspect)
getsourcelines() (in module inspect)
getspall() (in module spwd)
getspnam() (in module spwd)
getstate() (codecs.IncrementalDecoder method)
(codecs.IncrementalEncoder method)
(in module random)
getstatusoutput() (in module subprocess)
getstr() (curses.window method)
GetString() (msilib.Record method)
getSubject() (logging.handlers.SMTPHandler method)
GetSummaryInformation() (msilib.Database method)
getswitchinterval() (in module sys)
getSystemId() (xml.sax.xmlreader.InputSource method)
(xml.sax.xmlreader.Locator method)
getsyx() (in module curses)
gettarinfo() (tarfile.TarFile method)
gettempdir() (in module tempfile)
gettempprefix() (in module tempfile)
getTestCaseNames() (unittest.TestLoader method)
gettext (module)
gettext() (gettext.GNUTranslations method)
(gettext.NullTranslations method)
(in module gettext)
gettimeout() (socket.socket method)
gettrace() (in module sys)
getturtle() (in module turtle)
getType() (xml.sax.xmlreader.Attributes method)
getuid() (in module os)
geturl() (urllib.parse.urllib.parse.SplitResult method)
getuser() (in module getpass)
getuserbase() (in module site)
getusersitepackages() (in module site)
getvalue() (io.BytesIO method)
(io.StringIO method)
getValue() (xml.sax.xmlreader.Attributes method)
getValueByQName() (xml.sax.xmlreader.AttributesNS method)
getwch() (in module msvcrt)
getwche() (in module msvcrt)
getweakrefcount() (in module weakref)
getweakrefs() (in module weakref)
getwelcome() (ftplib.FTP method)
(nntplib.NNTP method)
(poplib.POP3 method)
getwin() (in module curses)
getwindowsversion() (in module sys)
getwriter() (in module codecs)
getxattr() (in module os)
getyx() (curses.window method)
gid (tarfile.TarInfo attribute)
GIL
glob
module
glob (module)
glob() (in module glob)
(msilib.Directory method)
global
name binding
namespace
statement, [1]
global interpreter lock, [1]
globals() (built-in function)
globs (doctest.DocTest attribute)
gmtime() (in module time)
gname (tarfile.TarInfo attribute)
GNOME
GNU_FORMAT (in module tarfile)
gnu_getopt() (in module getopt)
got (doctest.DocTestFailure attribute)
goto() (in module turtle)
grammar
Graphical User Interface
GREATER (in module token)
GREATEREQUAL (in module token)
Greenwich Mean Time
grok_environment_error() (in module distutils.util)
Group (class in email.headerregistry)
group() (nntplib.NNTP method)
(re.match method)
groupby() (in module itertools)
groupdict() (re.match method)
groupindex (re.regex attribute)
grouping
groups (email.headerregistry.AddressHeader attribute)
(re.regex attribute)
groups() (re.match method)
grp (module)
gt() (in module operator)
guess_all_extensions() (in module mimetypes)
(mimetypes.MimeTypes method)
guess_extension() (in module mimetypes)
(mimetypes.MimeTypes method)
guess_scheme() (in module wsgiref.util)
guess_type() (in module mimetypes)
(mimetypes.MimeTypes method)
GUI
gzip (module)
GzipFile (class in gzip)

H

halfdelay() (in module curses)
handle an exception
handle() (http.server.BaseHTTPRequestHandler method)
(logging.Handler method)
(logging.Logger method)
(logging.NullHandler method)
(logging.handlers.QueueListener method)
(socketserver.RequestHandler method)
(wsgiref.simple_server.WSGIRequestHandler method)
handle_accept() (asyncore.dispatcher method)
handle_accepted() (asyncore.dispatcher method)
handle_charref() (html.parser.HTMLParser method)
handle_close() (asyncore.dispatcher method)
handle_comment() (html.parser.HTMLParser method)
handle_connect() (asyncore.dispatcher method)
handle_data() (html.parser.HTMLParser method)
handle_decl() (html.parser.HTMLParser method)
handle_defect() (email.policy.Policy method)
handle_endtag() (html.parser.HTMLParser method)
handle_entityref() (html.parser.HTMLParser method)
handle_error() (asyncore.dispatcher method)
(socketserver.BaseServer method)
handle_expect_100() (http.server.BaseHTTPRequestHandler method)
handle_expt() (asyncore.dispatcher method)
handle_one_request() (http.server.BaseHTTPRequestHandler method)
handle_pi() (html.parser.HTMLParser method)
handle_read() (asyncore.dispatcher method)
handle_request() (socketserver.BaseServer method)
(xmlrpc.server.CGIXMLRPCRequestHandler method)
handle_startendtag() (html.parser.HTMLParser method)
handle_starttag() (html.parser.HTMLParser method)
handle_timeout() (socketserver.BaseServer method)
handle_write() (asyncore.dispatcher method)
handleError() (logging.Handler method)
(logging.handlers.SocketHandler method)
handler
exception
handler() (in module cgitb)
has_children() (symtable.SymbolTable method)
has_colors() (in module curses)
has_data() (urllib.request.Request method)
HAS_ECDH (in module ssl)
has_exec() (symtable.SymbolTable method)
has_extn() (smtplib.SMTP method)
has_function() (distutils.ccompiler.CCompiler method)
has_header() (csv.Sniffer method)
(urllib.request.Request method)
has_ic() (in module curses)
has_il() (in module curses)
has_import_star() (symtable.SymbolTable method)
has_ipv6 (in module socket)
has_key (2to3 fixer)
has_key() (in module curses)
has_nonstandard_attr() (http.cookiejar.Cookie method)
HAS_NPN (in module ssl)
has_option() (configparser.ConfigParser method)
(optparse.OptionParser method)
has_section() (configparser.ConfigParser method)
HAS_SNI (in module ssl)
hasattr() (built-in function)
hasAttribute() (xml.dom.Element method)
hasAttributeNS() (xml.dom.Element method)
hasAttributes() (xml.dom.Node method)
hasChildNodes() (xml.dom.Node method)
hascompare (in module dis)
hasconst (in module dis)
hasFeature() (xml.dom.DOMImplementation method)
hasfree (in module dis)
hash
built-in function, [1], [2], [3]
hash character
hash() (built-in function)
hash.block_size (in module hashlib)
hash.digest_size (in module hashlib)
hash_info (in module sys)
hashable, [1]
Hashable (class in collections.abc)
hasHandlers() (logging.Logger method)
hashlib (module)
hasjabs (in module dis)
hasjrel (in module dis)
haslocal (in module dis)
hasname (in module dis)
HAVE_ARGUMENT (opcode)
HAVE_THREADS (in module decimal)
head() (nntplib.NNTP method)
Header (class in email.header)
header_encode() (email.charset.Charset method)
header_encode_lines() (email.charset.Charset method)
header_encoding (email.charset.Charset attribute)
header_factory (email.policy.EmailPolicy attribute)
header_fetch_parse() (email.policy.Compat32 method)
(email.policy.EmailPolicy method)
(email.policy.Policy method)
header_items() (urllib.request.Request method)
header_max_count() (email.policy.EmailPolicy method)
(email.policy.Policy method)
header_offset (zipfile.ZipInfo attribute)
header_source_parse() (email.policy.Compat32 method)
(email.policy.EmailPolicy method)
(email.policy.Policy method)
header_store_parse() (email.policy.Compat32 method)
(email.policy.EmailPolicy method)
(email.policy.Policy method)
HeaderError
HeaderParseError
HeaderRegistry (class in email.headerregistry)
headers
MIME, [1]
Headers (class in wsgiref.headers)
headers (http.server.BaseHTTPRequestHandler attribute)
(xmlrpc.client.ProtocolError attribute)
heading() (in module turtle)
(tkinter.ttk.Treeview method)
heapify() (in module heapq)
heapmin() (in module msvcrt)
heappop() (in module heapq)
heappush() (in module heapq)
heappushpop() (in module heapq)
heapq (module)
heapreplace() (in module heapq)
helo() (smtplib.SMTP method)
help
built-in function
online
help (optparse.Option attribute)
(pdb command)
help() (built-in function)
(nntplib.NNTP method)
herror
hex (uuid.UUID attribute)
hex() (built-in function)
(float method)
hexadecimal
literals
hexadecimal literal
hexbin() (in module binhex)
hexdigest() (hashlib.hash method)
(hmac.HMAC method)
hexdigits (in module string)
hexlify() (in module binascii)
hexversion (in module sys)
hidden() (curses.panel.Panel method)
hide() (curses.panel.Panel method)
(tkinter.ttk.Notebook method)
hide_cookie2 (http.cookiejar.CookiePolicy attribute)
hideturtle() (in module turtle)
hierarchy
type
HierarchyRequestErr
HIGHEST_PROTOCOL (in module pickle)
HKEY_CLASSES_ROOT (in module winreg)
HKEY_CURRENT_CONFIG (in module winreg)
HKEY_CURRENT_USER (in module winreg)
HKEY_DYN_DATA (in module winreg)
HKEY_LOCAL_MACHINE (in module winreg)
HKEY_PERFORMANCE_DATA (in module winreg)
HKEY_USERS (in module winreg)
hline() (curses.window method)
HList (class in tkinter.tix)
hls_to_rgb() (in module colorsys)
hmac (module)
HOME, [1], [2], [3], [4]
home() (in module turtle)
HOMEDRIVE, [1]
HOMEPATH, [1]
hook_compressed() (in module fileinput)
hook_encoded() (in module fileinput)
hooks
import
meta
path
host (urllib.request.Request attribute)
hosts (netrc.netrc attribute)
hosts() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network method)
hour (datetime.datetime attribute)
(datetime.time attribute)
HRESULT (class in ctypes)
hStdError (subprocess.STARTUPINFO attribute)
hStdInput (subprocess.STARTUPINFO attribute)
hStdOutput (subprocess.STARTUPINFO attribute)
hsv_to_rgb() (in module colorsys)
ht() (in module turtle)
HTML, [1]
html (module)
html.entities (module)
html.parser (module)
html5 (in module html.entities)
HTMLCalendar (class in calendar)
HtmlDiff (class in difflib)
HTMLParseError
HTMLParser (class in html.parser)
htonl() (in module socket)
htons() (in module socket)
HTTP
http.client (standard module)
protocol, [1], [2], [3], [4]
HTTP (in module email.policy)
http.client (module)
http.cookiejar (module)
http.cookies (module)
http.server (module)
http_error_301() (urllib.request.HTTPRedirectHandler method)
http_error_302() (urllib.request.HTTPRedirectHandler method)
http_error_303() (urllib.request.HTTPRedirectHandler method)
http_error_307() (urllib.request.HTTPRedirectHandler method)
http_error_401() (urllib.request.HTTPBasicAuthHandler method)
(urllib.request.HTTPDigestAuthHandler method)
http_error_407() (urllib.request.ProxyBasicAuthHandler method)
(urllib.request.ProxyDigestAuthHandler method)
http_error_auth_reqed() (urllib.request.AbstractBasicAuthHandler method)
(urllib.request.AbstractDigestAuthHandler method)
http_error_default() (urllib.request.BaseHandler method)
http_error_nnn() (urllib.request.BaseHandler method)
http_open() (urllib.request.HTTPHandler method)
HTTP_PORT (in module http.client)
http_proxy, [1], [2]
http_response() (urllib.request.HTTPErrorProcessor method)
http_version (wsgiref.handlers.BaseHandler attribute)
HTTPBasicAuthHandler (class in urllib.request)
HTTPConnection (class in http.client)
HTTPCookieProcessor (class in urllib.request)
httpd
HTTPDefaultErrorHandler (class in urllib.request)
HTTPDigestAuthHandler (class in urllib.request)
HTTPError
HTTPErrorProcessor (class in urllib.request)
HTTPException
HTTPHandler (class in logging.handlers)
(class in urllib.request)
HTTPPasswordMgr (class in urllib.request)
HTTPPasswordMgrWithDefaultRealm (class in urllib.request)
HTTPRedirectHandler (class in urllib.request)
HTTPResponse (class in http.client)
https_open() (urllib.request.HTTPSHandler method)
HTTPS_PORT (in module http.client)
https_response() (urllib.request.HTTPErrorProcessor method)
HTTPSConnection (class in http.client)
HTTPServer (class in http.server)
HTTPSHandler (class in urllib.request)
hypot() (in module math)

I

I (in module re)
I/O control
POSIX
UNIX
buffering, [1]
tty
iadd() (in module operator)
iand() (in module operator)
iconcat() (in module operator)
id
built-in function
id() (built-in function)
(unittest.TestCase method)
idcok() (curses.window method)
ident (select.kevent attribute)
(threading.Thread attribute)
identchars (cmd.Cmd attribute)
identifier, [1]
identify() (tkinter.ttk.Notebook method)
(tkinter.ttk.Treeview method)
(tkinter.ttk.Widget method)
identify_column() (tkinter.ttk.Treeview method)
identify_element() (tkinter.ttk.Treeview method)
identify_region() (tkinter.ttk.Treeview method)
identify_row() (tkinter.ttk.Treeview method)
identity
test
identity of an object
idioms (2to3 fixer)
IDLE, [1]
IDLESTARTUP
idlok() (curses.window method)
IEEE-754
if
statement, [1]
if_indextoname() (in module socket)
if_nameindex() (in module socket)
if_nametoindex() (in module socket)
ifloordiv() (in module operator)
iglob() (in module glob)
ignorableWhitespace() (xml.sax.handler.ContentHandler method)
ignore (pdb command)
ignore_errors() (in module codecs)
IGNORE_EXCEPTION_DETAIL (in module doctest)
ignore_patterns() (in module shutil)
IGNORECASE (in module re)
ihave() (nntplib.NNTP method)
IISCGIHandler (class in wsgiref.handlers)
ilshift() (in module operator)
imag (numbers.Complex attribute)
imaginary literal
imap() (multiprocessing.pool.Pool method)
IMAP4
protocol
IMAP4 (class in imaplib)
IMAP4.abort
IMAP4.error
IMAP4.readonly
IMAP4_SSL
protocol
IMAP4_SSL (class in imaplib)
IMAP4_stream
protocol
IMAP4_stream (class in imaplib)
imap_unordered() (multiprocessing.pool.Pool method)
imaplib (module)
imghdr (module)
immedok() (curses.window method)
immutable
data type
object, [1], [2]
sequence types
immutable object
immutable sequence
object
immutable types
subclassing
imod() (in module operator)
imp
module
imp (module)
ImpImporter (class in pkgutil)
implementation (in module sys)
ImpLoader (class in pkgutil)
import
hooks
statement, [1], [2], [3]
import (2to3 fixer)
import hooks
import machinery
Import module
import path
import_fresh_module() (in module test.support)
IMPORT_FROM (opcode)
import_module() (in module importlib)
(in module test.support)
IMPORT_NAME (opcode)
IMPORT_STAR (opcode)
importer
ImportError
exception
importing
importlib (module)
importlib.abc (module)
importlib.machinery (module)
importlib.util (module)
imports (2to3 fixer)
imports2 (2to3 fixer)
ImportWarning
ImproperConnectionState
imul() (in module operator)
in
keyword, [1]
operator, [1], [2]
in_dll() (ctypes._CData method)
in_table_a1() (in module stringprep)
in_table_b1() (in module stringprep)
in_table_c11() (in module stringprep)
in_table_c11_c12() (in module stringprep)
in_table_c12() (in module stringprep)
in_table_c21() (in module stringprep)
in_table_c21_c22() (in module stringprep)
in_table_c22() (in module stringprep)
in_table_c3() (in module stringprep)
in_table_c4() (in module stringprep)
in_table_c5() (in module stringprep)
in_table_c6() (in module stringprep)
in_table_c7() (in module stringprep)
in_table_c8() (in module stringprep)
in_table_c9() (in module stringprep)
in_table_d1() (in module stringprep)
in_table_d2() (in module stringprep)
in_transaction (sqlite3.Connection attribute)
inch() (curses.window method)
inclusive
or
Incomplete
IncompleteRead
incr_item(), [1]
increment_lineno() (in module ast)
IncrementalDecoder (class in codecs)
IncrementalEncoder (class in codecs)
IncrementalNewlineDecoder (class in io)
IncrementalParser (class in xml.sax.xmlreader)
indent (doctest.Example attribute)
INDENT (in module token)
INDENT token
indent() (in module textwrap)
indentation, [1]
IndentationError
index operation
index() (array.array method)
(in module operator)
(sequence method)
(str method)
(tkinter.ttk.Notebook method)
(tkinter.ttk.Treeview method)
IndexError
indexOf() (in module operator)
IndexSizeErr
indices() (slice method)
inet_aton() (in module socket)
inet_ntoa() (in module socket)
inet_ntop() (in module socket)
inet_pton() (in module socket)
Inexact (class in decimal)
infile (shlex.shlex attribute)
Infinity
info() (gettext.NullTranslations method)
(in module logging)
(logging.Logger method)
infolist() (zipfile.ZipFile method)
inheritance
ini file
init() (in module mimetypes)
init_color() (in module curses)
init_database() (in module msilib)
init_pair() (in module curses)
inited (in module mimetypes)
initgroups() (in module os)
initial_indent (textwrap.TextWrapper attribute)
initialize_options() (distutils.cmd.Command method)
initscr() (in module curses)
INPLACE_ADD (opcode)
INPLACE_AND (opcode)
INPLACE_FLOOR_DIVIDE (opcode)
INPLACE_LSHIFT (opcode)
INPLACE_MODULO (opcode)
INPLACE_MULTIPLY (opcode)
INPLACE_OR (opcode)
INPLACE_POWER (opcode)
INPLACE_RSHIFT (opcode)
INPLACE_SUBTRACT (opcode)
INPLACE_TRUE_DIVIDE (opcode)
INPLACE_XOR (opcode)
input
raw
input (2to3 fixer)
input() (built-in function)
(in module fileinput)
input_charset (email.charset.Charset attribute)
input_codec (email.charset.Charset attribute)
InputOnly (class in tkinter.tix)
InputSource (class in xml.sax.xmlreader)
inquiry (C type)
insch() (curses.window method)
insdelln() (curses.window method)
insert() (array.array method)
(sequence method)
(tkinter.ttk.Notebook method)
(tkinter.ttk.Treeview method)
(xml.etree.ElementTree.Element method)
insert_text() (in module readline)
insertBefore() (xml.dom.Node method)
insertln() (curses.window method)
insnstr() (curses.window method)
insort() (in module bisect)
insort_left() (in module bisect)
insort_right() (in module bisect)
inspect (module)
InspectLoader (class in importlib.abc)
insstr() (curses.window method)
install() (gettext.NullTranslations method)
(in module gettext)
install_opener() (in module urllib.request)
install_scripts() (venv.EnvBuilder method)
installHandler() (in module unittest)
instance
call, [1]
class
object, [1], [2]
instancemethod
object
instate() (tkinter.ttk.Widget method)
instr() (curses.window method)
instream (shlex.shlex attribute)
int
built-in function, [1], [2]
int (uuid.UUID attribute)
int() (built-in function)
Int2AP() (in module imaplib)
int_info (in module sys)
integer
literals
object, [1], [2]
representation
types, operations on
integer literal
Integral (class in numbers)
Integrated Development Environment
Intel/DVI ADPCM
interact (pdb command)
interact() (code.InteractiveConsole method)
(in module code)
(telnetlib.Telnet method)
interactive
interactive mode
InteractiveConsole (class in code)
InteractiveInterpreter (class in code)
intern (2to3 fixer)
intern() (in module sys)
internal type
internal_attr (zipfile.ZipInfo attribute)
Internaldate2tuple() (in module imaplib)
internalSubset (xml.dom.DocumentType attribute)
Internet
interpolation, string (%)
InterpolationDepthError
InterpolationError
InterpolationMissingOptionError
InterpolationSyntaxError
interpreted
interpreter
interpreter lock
interpreter prompts
interrupt() (sqlite3.Connection method)
interrupt_main() (in module _thread)
InterruptedError
intersection() (set method)
intersection_update() (set method)
intro (cmd.Cmd attribute)
InuseAttributeErr
inv() (in module operator)
InvalidAccessErr
invalidate_caches() (importlib.abc.MetaPathFinder method)
(importlib.abc.PathEntryFinder method)
(importlib.machinery.FileFinder method)
(importlib.machinery.PathFinder class method)
(in module importlib)
InvalidCharacterErr
InvalidModificationErr
InvalidOperation (class in decimal)
InvalidStateErr
InvalidURL
inversion
invert() (in module operator)
invocation
io
module
io (module)
io.StringIO
object
IOBase (class in io)
ioctl() (in module fcntl)
(socket.socket method)
IOError
ior() (in module operator)
ip (ipaddress.IPv4Interface attribute)
(ipaddress.IPv6Interface attribute)
ip_address() (in module ipaddress)
ip_interface() (in module ipaddress)
ip_network() (in module ipaddress)
ipaddress (module)
ipow() (in module operator)
ipv4_mapped (ipaddress.IPv6Address attribute)
IPv4Address (class in ipaddress)
IPv4Interface (class in ipaddress)
IPv4Network (class in ipaddress)
IPv6Address (class in ipaddress)
IPv6Interface (class in ipaddress)
IPv6Network (class in ipaddress)
irshift() (in module operator)
is
operator, [1]
is not
operator, [1]
is_() (in module operator)
is_alive() (multiprocessing.Process method)
(threading.Thread method)
is_assigned() (symtable.Symbol method)
is_blocked() (http.cookiejar.DefaultCookiePolicy method)
is_canonical() (decimal.Context method)
(decimal.Decimal method)
IS_CHARACTER_JUNK() (in module difflib)
is_check_supported() (in module lzma)
is_declared_global() (symtable.Symbol method)
is_empty() (asynchat.fifo method)
is_enabled() (in module faulthandler)
is_expired() (http.cookiejar.Cookie method)
is_finite() (decimal.Context method)
(decimal.Decimal method)
is_free() (symtable.Symbol method)
is_global() (symtable.Symbol method)
is_hop_by_hop() (in module wsgiref.util)
is_imported() (symtable.Symbol method)
is_infinite() (decimal.Context method)
(decimal.Decimal method)
is_integer() (float method)
is_jython (in module test.support)
IS_LINE_JUNK() (in module difflib)
is_linetouched() (curses.window method)
is_link_local (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_local() (symtable.Symbol method)
is_loopback (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_multicast (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_multipart() (email.message.Message method)
is_namespace() (symtable.Symbol method)
is_nan() (decimal.Context method)
(decimal.Decimal method)
is_nested() (symtable.SymbolTable method)
is_normal() (decimal.Context method)
(decimal.Decimal method)
is_not() (in module operator)
is_not_allowed() (http.cookiejar.DefaultCookiePolicy method)
is_optimized() (symtable.SymbolTable method)
is_package() (importlib.abc.InspectLoader method)
(importlib.abc.SourceLoader method)
(importlib.machinery.ExtensionFileLoader method)
(importlib.machinery.SourceFileLoader method)
(importlib.machinery.SourcelessFileLoader method)
(zipimport.zipimporter method)
is_parameter() (symtable.Symbol method)
is_private (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_python_build() (in module sysconfig)
is_qnan() (decimal.Context method)
(decimal.Decimal method)
is_referenced() (symtable.Symbol method)
is_reserved (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_resource_enabled() (in module test.support)
is_set() (threading.Event method)
is_signed() (decimal.Context method)
(decimal.Decimal method)
is_site_local (ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_snan() (decimal.Context method)
(decimal.Decimal method)
is_subnormal() (decimal.Context method)
(decimal.Decimal method)
is_tarfile() (in module tarfile)
is_term_resized() (in module curses)
is_tracked() (in module gc)
is_unspecified (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
is_unverifiable() (urllib.request.Request method)
is_wintouched() (curses.window method)
is_zero() (decimal.Context method)
(decimal.Decimal method)
is_zipfile() (in module zipfile)
isabs() (in module os.path)
isabstract() (in module inspect)
IsADirectoryError
isalnum() (in module curses.ascii)
(str method)
isalpha() (in module curses.ascii)
(str method)
isascii() (in module curses.ascii)
isatty() (chunk.Chunk method)
(in module os)
(io.IOBase method)
isblank() (in module curses.ascii)
isblk() (tarfile.TarInfo method)
isbuiltin() (in module inspect)
ischr() (tarfile.TarInfo method)
isclass() (in module inspect)
iscntrl() (in module curses.ascii)
iscode() (in module inspect)
isctrl() (in module curses.ascii)
isDaemon() (threading.Thread method)
isdatadescriptor() (in module inspect)
isdecimal() (str method)
isdev() (tarfile.TarInfo method)
isdigit() (in module curses.ascii)
(str method)
isdir() (in module os.path)
(tarfile.TarInfo method)
isdisjoint() (set method)
isdown() (in module turtle)
iselement() (in module xml.etree.ElementTree)
isenabled() (in module gc)
isEnabledFor() (logging.Logger method)
isendwin() (in module curses)
ISEOF() (in module token)
isexpr() (in module parser)
(parser.ST method)
isfifo() (tarfile.TarInfo method)
isfile() (in module os.path)
(tarfile.TarInfo method)
isfinite() (in module cmath)
(in module math)
isfirstline() (in module fileinput)
isframe() (in module inspect)
isfunction() (in module inspect)
isgenerator() (in module inspect)
isgeneratorfunction() (in module inspect)
isgetsetdescriptor() (in module inspect)
isgraph() (in module curses.ascii)
isidentifier() (str method)
isinf() (in module cmath)
(in module math)
isinstance (2to3 fixer)
isinstance() (built-in function)
iskeyword() (in module keyword)
isleap() (in module calendar)
islice() (in module itertools)
islink() (in module os.path)
islnk() (tarfile.TarInfo method)
islower() (in module curses.ascii)
(str method)
ismemberdescriptor() (in module inspect)
ismeta() (in module curses.ascii)
ismethod() (in module inspect)
ismethoddescriptor() (in module inspect)
ismodule() (in module inspect)
ismount() (in module os.path)
isnan() (in module cmath)
(in module math)
ISNONTERMINAL() (in module token)
isnumeric() (str method)
isocalendar() (datetime.date method)
(datetime.datetime method)
isoformat() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
isolation_level (sqlite3.Connection attribute)
isoweekday() (datetime.date method)
(datetime.datetime method)
isprint() (in module curses.ascii)
isprintable() (str method)
ispunct() (in module curses.ascii)
isreadable() (in module pprint)
(pprint.PrettyPrinter method)
isrecursive() (in module pprint)
(pprint.PrettyPrinter method)
isreg() (tarfile.TarInfo method)
isReservedKey() (http.cookies.Morsel method)
isroutine() (in module inspect)
isSameNode() (xml.dom.Node method)
isspace() (in module curses.ascii)
(str method)
isstdin() (in module fileinput)
issubclass() (built-in function)
issubset() (set method)
issuite() (in module parser)
(parser.ST method)
issuperset() (set method)
issym() (tarfile.TarInfo method)
ISTERMINAL() (in module token)
istitle() (str method)
istraceback() (in module inspect)
isub() (in module operator)
isupper() (in module curses.ascii)
(str method)
isvisible() (in module turtle)
isxdigit() (in module curses.ascii)
item
sequence
string
item selection
item() (tkinter.ttk.Treeview method)
(xml.dom.NamedNodeMap method)
(xml.dom.NodeList method)
itemgetter() (in module operator)
items() (configparser.ConfigParser method)
(dict method)
(email.message.Message method)
(mailbox.Mailbox method)
(types.MappingProxyType method)
(xml.etree.ElementTree.Element method)
itemsize (array.array attribute)
(memoryview attribute)
ItemsView (class in collections.abc)
iter() (built-in function)
(xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
iter_child_nodes() (in module ast)
iter_fields() (in module ast)
iter_importers() (in module pkgutil)
iter_modules() (in module pkgutil)
iterable
Iterable (class in collections.abc)
iterator
Iterator (class in collections.abc)
iterator protocol
iterdecode() (in module codecs)
iterdump (sqlite3.Connection attribute)
iterencode() (in module codecs)
(json.JSONEncoder method)
iterfind() (xml.etree.ElementTree.Element method)
(xml.etree.ElementTree.ElementTree method)
iteritems() (mailbox.Mailbox method)
iterkeys() (mailbox.Mailbox method)
itermonthdates() (calendar.Calendar method)
itermonthdays() (calendar.Calendar method)
itermonthdays2() (calendar.Calendar method)
iterparse() (in module xml.etree.ElementTree)
itertext() (xml.etree.ElementTree.Element method)
itertools (2to3 fixer)
(module)
itertools_imports (2to3 fixer)
itervalues() (mailbox.Mailbox method)
iterweekdays() (calendar.Calendar method)
ITIMER_PROF (in module signal)
ITIMER_REAL (in module signal)
ITIMER_VIRTUAL (in module signal)
ItimerError
itruediv() (in module operator)
ixor() (in module operator)

J

Jansen, Jack
Java
language
java_ver() (in module platform)
join() (in module os.path)
(multiprocessing.JoinableQueue method)
(multiprocessing.Process method)
(multiprocessing.pool.Pool method)
(queue.Queue method)
(str method)
(threading.Thread method)
join_thread() (multiprocessing.Queue method)
JoinableQueue (class in multiprocessing)
js_output() (http.cookies.BaseCookie method)
(http.cookies.Morsel method)
json (module)
JSONDecoder (class in json)
JSONEncoder (class in json)
jump (pdb command)
JUMP_ABSOLUTE (opcode)
JUMP_FORWARD (opcode)
JUMP_IF_FALSE_OR_POP (opcode)
JUMP_IF_TRUE_OR_POP (opcode)

K

kbhit() (in module msvcrt)
KDEDIR
kevent() (in module select)
key
(http.cookies.Morsel attribute)
key function
key/datum pair
KEY_ALL_ACCESS (in module winreg)
KEY_CREATE_LINK (in module winreg)
KEY_CREATE_SUB_KEY (in module winreg)
KEY_ENUMERATE_SUB_KEYS (in module winreg)
KEY_EXECUTE (in module winreg)
KEY_NOTIFY (in module winreg)
KEY_QUERY_VALUE (in module winreg)
KEY_READ (in module winreg)
KEY_SET_VALUE (in module winreg)
KEY_WOW64_32KEY (in module winreg)
KEY_WOW64_64KEY (in module winreg)
KEY_WRITE (in module winreg)
KeyboardInterrupt
(built-in exception), [1]
KeyError
keyname() (in module curses)
keypad() (curses.window method)
keyrefs() (weakref.WeakKeyDictionary method)
keys() (dict method)
(email.message.Message method)
(mailbox.Mailbox method)
(sqlite3.Row method)
(types.MappingProxyType method)
(xml.etree.ElementTree.Element method)
KeysView (class in collections.abc)
keyword
elif, [1]
else, [1], [2], [3], [4], [5], [6], [7]
except, [1]
finally, [1], [2], [3], [4]
from, [1]
in, [1]
yield
keyword (module)
keyword argument
keywords (functools.partial attribute)
kill() (in module os)
(subprocess.Popen method)
killchar() (in module curses)
killpg() (in module os)
kind (inspect.Parameter attribute)
knownfiles (in module mimetypes)
kqueue() (in module select)
Kuchling, Andrew
kwargs (inspect.BoundArguments attribute)
kwlist (in module keyword)

L

L (in module re)
LabelEntry (class in tkinter.tix)
LabelFrame (class in tkinter.tix)
lambda
expression
form, [1]
LambdaType (in module types)
LANG, [1], [2], [3], [4]
language
C, [1], [2], [3], [4], [5]
Java
LANGUAGE, [1]
large files
LargeZipFile
last() (nntplib.NNTP method)
last_accepted (multiprocessing.connection.Listener attribute)
last_traceback (in module sys), [1]
last_type (in module sys)
last_value (in module sys)
lastChild (xml.dom.Node attribute)
lastcmd (cmd.Cmd attribute)
lastgroup (re.match attribute)
lastindex (re.match attribute)
lastResort (in module logging)
lastrowid (sqlite3.Cursor attribute)
layout() (tkinter.ttk.Style method)
LBRACE (in module token)
LBYL
LC_ALL, [1]
(in module locale)
LC_COLLATE (in module locale)
LC_CTYPE (in module locale)
LC_MESSAGES, [1]
(in module locale)
LC_MONETARY (in module locale)
LC_NUMERIC (in module locale)
LC_TIME (in module locale)
lchflags() (in module os)
lchmod() (in module os)
lchown() (in module os)
LDCXXSHARED
ldexp() (in module math)
LDFLAGS
ldgettext() (in module gettext)
ldngettext() (in module gettext)
le() (in module operator)
leading whitespace
leapdays() (in module calendar)
leaveok() (curses.window method)
left (filecmp.dircmp attribute)
left() (in module turtle)
left_list (filecmp.dircmp attribute)
left_only (filecmp.dircmp attribute)
LEFTSHIFT (in module token)
LEFTSHIFTEQUAL (in module token)
len
built-in function, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
len() (built-in function)
length (xml.dom.NamedNodeMap attribute)
(xml.dom.NodeList attribute)
LESS (in module token)
LESSEQUAL (in module token)
lexical analysis
lexical definitions
lexists() (in module os.path)
lgamma() (in module math)
lgettext() (gettext.GNUTranslations method)
(gettext.NullTranslations method)
(in module gettext)
lib2to3 (module)
libc_ver() (in module platform)
library (in module dbm.ndbm)
(ssl.SSLError attribute)
library_dir_option() (distutils.ccompiler.CCompiler method)
library_filename() (distutils.ccompiler.CCompiler method)
library_option() (distutils.ccompiler.CCompiler method)
LibraryLoader (class in ctypes)
license (built-in variable)
LifoQueue (class in queue)
light-weight processes
limit_denominator() (fractions.Fraction method)
lin2adpcm() (in module audioop)
lin2alaw() (in module audioop)
lin2lin() (in module audioop)
lin2ulaw() (in module audioop)
line continuation
line joining, [1]
line structure
line() (msilib.Dialog method)
line-buffered I/O
line_buffering (io.TextIOWrapper attribute)
line_num (csv.csvreader attribute)
linecache (module)
lineno (ast.AST attribute)
(doctest.DocTest attribute)
(doctest.Example attribute)
(pyclbr.Class attribute)
(pyclbr.Function attribute)
(shlex.shlex attribute)
(xml.parsers.expat.ExpatError attribute)
lineno() (in module fileinput)
LINES, [1], [2]
lines (os.terminal_size attribute)
linesep (email.policy.Policy attribute)
(in module os)
lineterminator (csv.Dialect attribute)
link() (distutils.ccompiler.CCompiler method)
(in module os)
link_executable() (distutils.ccompiler.CCompiler method)
link_shared_lib() (distutils.ccompiler.CCompiler method)
link_shared_object() (distutils.ccompiler.CCompiler method)
linkname (tarfile.TarInfo attribute)
linux_distribution() (in module platform)
list
assignment, target
comprehensions
deletion target
display
empty
expression, [1], [2]
object, [1], [2], [3], [4], [5], [6], [7], [8]
target, [1], [2]
type, operations on
list (built-in class)
(pdb command)
list comprehension
list() (imaplib.IMAP4 method)
(multiprocessing.managers.SyncManager method)
(nntplib.NNTP method)
(poplib.POP3 method)
(tarfile.TarFile method)
LIST_APPEND (opcode)
list_dialects() (in module csv)
list_folders() (mailbox.Maildir method)
(mailbox.MH method)
listdir() (in module os)
listen() (asyncore.dispatcher method)
(in module logging.config)
(in module turtle)
(socket.socket method)
Listener (class in multiprocessing.connection)
listMethods() (xmlrpc.client.ServerProxy.system method)
ListNoteBook (class in tkinter.tix)
listxattr() (in module os)
literal, [1]
literal_eval() (in module ast)
literals
binary
complex number
floating point
hexadecimal
integer
numeric
octal
LittleEndianStructure (class in ctypes)
ljust() (str method)
LK_LOCK (in module msvcrt)
LK_NBLCK (in module msvcrt)
LK_NBRLCK (in module msvcrt)
LK_RLCK (in module msvcrt)
LK_UNLCK (in module msvcrt)
ll (pdb command)
LMTP (class in smtplib)
ln() (decimal.Context method)
(decimal.Decimal method)
LNAME
lngettext() (gettext.GNUTranslations method)
(gettext.NullTranslations method)
(in module gettext)
load() (http.cookiejar.FileCookieJar method)
(http.cookies.BaseCookie method)
(in module json)
(in module marshal)
(in module pickle)
(pickle.Unpickler method)
LOAD_ATTR (opcode)
LOAD_BUILD_CLASS (opcode)
load_cert_chain() (ssl.SSLContext method)
LOAD_CLOSURE (opcode)
LOAD_CONST (opcode)
LOAD_DEREF (opcode)
load_dh_params() (ssl.SSLContext method)
load_extension() (sqlite3.Connection method)
LOAD_FAST (opcode)
LOAD_GLOBAL (opcode)
load_module() (importlib.abc.FileLoader method)
(importlib.abc.Loader method)
(importlib.abc.PyLoader method)
(importlib.abc.SourceLoader method)
(importlib.machinery.ExtensionFileLoader method)
(in module imp)
(zipimport.zipimporter method)
LOAD_NAME (opcode)
load_verify_locations() (ssl.SSLContext method)
loader, [1]
Loader (class in importlib.abc)
LoadError
LoadKey() (in module winreg)
LoadLibrary() (ctypes.LibraryLoader method)
loads() (in module json)
(in module marshal)
(in module pickle)
(in module xmlrpc.client)
loadTestsFromModule() (unittest.TestLoader method)
loadTestsFromName() (unittest.TestLoader method)
loadTestsFromNames() (unittest.TestLoader method)
loadTestsFromTestCase() (unittest.TestLoader method)
local (class in threading)
localcontext() (in module decimal)
LOCALE (in module re)
locale (module)
localeconv() (in module locale)
LocaleHTMLCalendar (class in calendar)
LocaleTextCalendar (class in calendar)
localName (xml.dom.Attr attribute)
(xml.dom.Node attribute)
locals() (built-in function)
localtime() (in module email.utils)
(in module time)
Locator (class in xml.sax.xmlreader)
Lock (class in multiprocessing)
(class in threading)
lock() (mailbox.Babyl method)
(mailbox.MH method)
(mailbox.MMDF method)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(mailbox.mbox method)
Lock() (multiprocessing.managers.SyncManager method)
lock, interpreter
lock_held() (in module imp)
locked() (_thread.lock method)
lockf() (in module fcntl)
(in module os)
locking() (in module msvcrt)
LockType (in module _thread)
log() (in module cmath)
(in module logging)
(in module math)
(logging.Logger method)
log10() (decimal.Context method)
(decimal.Decimal method)
(in module cmath)
(in module math)
log1p() (in module math)
log2() (in module math)
log_date_time_string() (http.server.BaseHTTPRequestHandler method)
log_error() (http.server.BaseHTTPRequestHandler method)
log_exception() (wsgiref.handlers.BaseHandler method)
log_message() (http.server.BaseHTTPRequestHandler method)
log_request() (http.server.BaseHTTPRequestHandler method)
log_to_stderr() (in module multiprocessing)
logb() (decimal.Context method)
(decimal.Decimal method)
Logger (class in logging)
LoggerAdapter (class in logging)
logging
Errors
logging (module)
logging.config (module)
logging.handlers (module)
logical line
logical_and() (decimal.Context method)
(decimal.Decimal method)
logical_invert() (decimal.Context method)
(decimal.Decimal method)
logical_or() (decimal.Context method)
(decimal.Decimal method)
logical_xor() (decimal.Context method)
(decimal.Decimal method)
login() (ftplib.FTP method)
(imaplib.IMAP4 method)
(nntplib.NNTP method)
(smtplib.SMTP method)
login_cram_md5() (imaplib.IMAP4 method)
LOGNAME, [1]
lognormvariate() (in module random)
logout() (imaplib.IMAP4 method)
LogRecord (class in logging)
long (2to3 fixer)
long integer
object
LONG_MAX
longMessage (unittest.TestCase attribute)
longname() (in module curses)
lookup() (in module codecs)
(in module unicodedata)
(symtable.SymbolTable method)
(tkinter.ttk.Style method)
lookup_error() (in module codecs)
LookupError
loop
over mutable sequence
statement, [1], [2], [3]
loop control
target
loop() (in module asyncore)
lower() (str method)
LPAR (in module token)
lru_cache() (in module functools)
lseek() (in module os)
lshift() (in module operator)
LSQB (in module token)
lstat() (in module os)
lstrip() (str method)
lsub() (imaplib.IMAP4 method)
lt() (in module operator)
(in module turtle)
LWPCookieJar (class in http.cookiejar)
lzma (module)
LZMACompressor (class in lzma)
LZMADecompressor (class in lzma)
LZMAError
LZMAFile (class in lzma)

M

M (in module re)
mac_ver() (in module platform)
machine() (in module platform)
macpath (module)
macros (netrc.netrc attribute)
MagicMock (class in unittest.mock)
Mailbox (class in mailbox)
mailbox (module)
mailcap (module)
Maildir (class in mailbox)
MaildirMessage (class in mailbox)
mailfrom (smtpd.SMTPChannel attribute)
MailmanProxy (class in smtpd)
main(), [1]
(in module py_compile)
(in module site)
(in module unittest)
mainloop() (in module turtle)
maintype (email.headerregistry.ContentTypeHeader attribute)
major (email.headerregistry.MIMEVersionHeader attribute)
major() (in module os)
make_archive() (in module distutils.archive_util)
(in module shutil)
make_bad_fd() (in module test.support)
MAKE_CLOSURE (opcode)
make_cookies() (http.cookiejar.CookieJar method)
make_file() (difflib.HtmlDiff method)
MAKE_FUNCTION (opcode)
make_header() (in module email.header)
make_msgid() (in module email.utils)
make_parser() (in module xml.sax)
make_server() (in module wsgiref.simple_server)
make_table() (difflib.HtmlDiff method)
make_tarball() (in module distutils.archive_util)
make_zipfile() (in module distutils.archive_util)
makedev() (in module os)
makedirs() (in module os)
makeelement() (xml.etree.ElementTree.Element method)
makefile() (socket method)
(socket.socket method)
makeLogRecord() (in module logging)
makePickle() (logging.handlers.SocketHandler method)
makeRecord() (logging.Logger method)
makeSocket() (logging.handlers.DatagramHandler method)
(logging.handlers.SocketHandler method)
maketrans() (bytearray static method)
(bytes static method)
(str static method)
malloc()
mangling
name
map (2to3 fixer)
map() (built-in function)
(concurrent.futures.Executor method)
(multiprocessing.pool.Pool method)
(tkinter.ttk.Style method)
MAP_ADD (opcode)
map_async() (multiprocessing.pool.Pool method)
map_table_b2() (in module stringprep)
map_table_b3() (in module stringprep)
map_to_type() (email.headerregistry.HeaderRegistry method)
mapping
object, [1], [2], [3], [4], [5]
types, operations on
Mapping (class in collections.abc)
mapping() (msilib.Control method)
MappingProxyType (class in types)
MappingView (class in collections.abc)
mapPriority() (logging.handlers.SysLogHandler method)
maps (collections.ChainMap attribute)
maps() (in module nis)
marshal (module)
marshalling
objects
masking
operations
match() (in module nis)
(in module re)
(re.regex method)
match_hostname() (in module ssl)
math
module, [1]
math (module)
max
built-in function
max (datetime.date attribute)
(datetime.datetime attribute)
(datetime.time attribute)
(datetime.timedelta attribute)
max() (built-in function)
(decimal.Context method)
(decimal.Decimal method)
(in module audioop)
max_count (email.headerregistry.BaseHeader attribute)
MAX_EMAX (in module decimal)
MAX_INTERPOLATION_DEPTH (in module configparser)
max_line_length (email.policy.Policy attribute)
max_mag() (decimal.Context method)
(decimal.Decimal method)
MAX_PREC (in module decimal)
max_prefixlen (ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
maxarray (reprlib.Repr attribute)
maxdeque (reprlib.Repr attribute)
maxdict (reprlib.Repr attribute)
maxDiff (unittest.TestCase attribute)
maxfrozenset (reprlib.Repr attribute)
maxlen (collections.deque attribute)
maxlevel (reprlib.Repr attribute)
maxlist (reprlib.Repr attribute)
maxlong (reprlib.Repr attribute)
maxother (reprlib.Repr attribute)
maxpp() (in module audioop)
maxset (reprlib.Repr attribute)
maxsize (in module sys)
maxstring (reprlib.Repr attribute)
maxtuple (reprlib.Repr attribute)
maxunicode (in module sys)
MAXYEAR (in module datetime)
MB_ICONASTERISK (in module winsound)
MB_ICONEXCLAMATION (in module winsound)
MB_ICONHAND (in module winsound)
MB_ICONQUESTION (in module winsound)
MB_OK (in module winsound)
mbox (class in mailbox)
mboxMessage (class in mailbox)
MemberDescriptorType (in module types)
membership
test
memmove() (in module ctypes)
MemoryError
MemoryHandler (class in logging.handlers)
memoryview
object, [1]
memoryview (built-in class)
memset() (in module ctypes)
merge() (in module heapq)
Message (class in email.message)
(class in mailbox)
message digest, MD5
message_from_binary_file() (in module email)
message_from_bytes() (in module email)
message_from_file() (in module email)
message_from_string() (in module email)
MessageBeep() (in module winsound)
MessageClass (http.server.BaseHTTPRequestHandler attribute)
MessageError
MessageParseError
messages (in module xml.parsers.expat.errors)
meta
hooks
meta hooks
meta path finder
meta() (in module curses)
meta_path (in module sys)
metaclass
(2to3 fixer)
MetaPathFinder (class in importlib.abc)
metavar (optparse.Option attribute)
MetavarTypeHelpFormatter (class in argparse)
Meter (class in tkinter.tix)
METH_CLASS (built-in variable)
METH_COEXIST (built-in variable)
METH_KEYWORDS (built-in variable)
METH_NOARGS (built-in variable)
METH_O (built-in variable)
METH_STATIC (built-in variable)
METH_VARARGS (built-in variable)
method
built-in
call
object, [1], [2], [3], [4], [5]
user-defined
method (urllib.request.Request attribute)
method resolution order
method_calls (unittest.mock.Mock attribute)
METHOD_CRYPT (in module crypt)
METHOD_MD5 (in module crypt)
METHOD_SHA256 (in module crypt)
METHOD_SHA512 (in module crypt)
methodattrs (2to3 fixer)
methodcaller() (in module operator)
methodHelp() (xmlrpc.client.ServerProxy.system method)
methods
bytearray
bytes
string
methods (in module crypt)
(pyclbr.Class attribute)
methodSignature() (xmlrpc.client.ServerProxy.system method)
MethodType (in module types), [1], [2]
MH (class in mailbox)
MHMessage (class in mailbox)
microsecond (datetime.datetime attribute)
(datetime.time attribute)
MIME
base64 encoding
content type
headers, [1]
quoted-printable encoding
MIMEApplication (class in email.mime.application)
MIMEAudio (class in email.mime.audio)
MIMEBase (class in email.mime.base)
MIMEImage (class in email.mime.image)
MIMEMessage (class in email.mime.message)
MIMEMultipart (class in email.mime.multipart)
MIMENonMultipart (class in email.mime.nonmultipart)
MIMEText (class in email.mime.text)
MimeTypes (class in mimetypes)
mimetypes (module)
MIMEVersionHeader (class in email.headerregistry)
min
built-in function
min (datetime.date attribute)
(datetime.datetime attribute)
(datetime.time attribute)
(datetime.timedelta attribute)
min() (built-in function)
(decimal.Context method)
(decimal.Decimal method)
MIN_EMIN (in module decimal)
MIN_ETINY (in module decimal)
min_mag() (decimal.Context method)
(decimal.Decimal method)
MINEQUAL (in module token)
minmax() (in module audioop)
minor (email.headerregistry.MIMEVersionHeader attribute)
minor() (in module os)
minus
MINUS (in module token)
minus() (decimal.Context method)
minute (datetime.datetime attribute)
(datetime.time attribute)
MINYEAR (in module datetime)
mirrored() (in module unicodedata)
misc_header (cmd.Cmd attribute)
MissingSectionHeaderError
MIXERDEV
mkd() (ftplib.FTP method)
mkdir() (in module os)
mkdtemp() (in module tempfile)
mkfifo() (in module os)
mknod() (in module os)
mkpath() (distutils.ccompiler.CCompiler method)
(in module distutils.dir_util)
mksalt() (in module crypt)
mkstemp() (in module tempfile)
mktemp() (in module tempfile)
mktime() (in module time)
mktime_tz() (in module email.utils)
mlsd() (ftplib.FTP method)
mmap (class in mmap)
(module)
MMDF (class in mailbox)
MMDFMessage (class in mailbox)
Mock (class in unittest.mock)
mock_add_spec() (unittest.mock.Mock method)
mock_calls (unittest.mock.Mock attribute)
mock_open() (in module unittest.mock)
mod() (in module operator)
mode (io.FileIO attribute)
(ossaudiodev.oss_audio_device attribute)
(tarfile.TarInfo attribute)
mode() (in module turtle)
modf() (in module math)
modified() (urllib.robotparser.RobotFileParser method)
Modify() (msilib.View method)
modify() (select.devpoll method)
(select.epoll method)
(select.poll method)
module
__main__, [1], [2], [3], [4], [5]
_locale
_thread
array, [1]
base64
bdb
binhex
builtins, [1], [2], [3], [4]
cmd
compileall
copy
crypt
dbm.gnu, [1]
dbm.ndbm, [1]
errno
extension
glob
imp
importing
io
math, [1]
namespace
object, [1], [2]
os
pickle, [1], [2], [3], [4]
pty
pwd
pyexpat
re, [1]
readline
rlcompleter
search path, [1], [2], [3], [4], [5], [6], [7]
shelve
signal, [1]
sitecustomize
socket
stat
string
struct
sys, [1], [2], [3], [4], [5], [6]
types
urllib.request
usercustomize
uu
module (pyclbr.Class attribute)
(pyclbr.Function attribute)
module_for_loader() (in module importlib.util)
module_repr() (importlib.abc.Loader method)
ModuleFinder (class in modulefinder)
modulefinder (module)
modules (in module sys), [1], [2]
(modulefinder.ModuleFinder attribute)
ModuleType (in module types), [1]
modulo
monotonic() (in module time)
month (datetime.date attribute)
(datetime.datetime attribute)
month() (in module calendar)
month_abbr (in module calendar)
month_name (in module calendar)
monthcalendar() (in module calendar)
monthdatescalendar() (calendar.Calendar method)
monthdays2calendar() (calendar.Calendar method)
monthdayscalendar() (calendar.Calendar method)
monthrange() (in module calendar)
Morsel (class in http.cookies)
most_common() (collections.Counter method)
mouseinterval() (in module curses)
mousemask() (in module curses)
move() (curses.panel.Panel method)
(curses.window method)
(in module mmap)
(in module shutil)
(tkinter.ttk.Treeview method)
move_file() (distutils.ccompiler.CCompiler method)
(in module distutils.file_util)
move_to_end() (collections.OrderedDict method)
MozillaCookieJar (class in http.cookiejar)
MRO
mro() (class method)
msg (http.client.HTTPResponse attribute)
msg() (telnetlib.Telnet method)
msi
msilib (module)
msvcrt (module)
mt_interact() (telnetlib.Telnet method)
mtime (tarfile.TarInfo attribute)
mtime() (urllib.robotparser.RobotFileParser method)
mul() (in module audioop)
(in module operator)
MultiCall (class in xmlrpc.client)
MULTILINE (in module re)
MultipartConversionError
multiplication
multiply() (decimal.Context method)
multiprocessing (module)
multiprocessing.connection (module)
multiprocessing.dummy (module)
multiprocessing.Manager() (in module multiprocessing.sharedctypes)
multiprocessing.managers (module)
multiprocessing.pool (module)
multiprocessing.sharedctypes (module)
mutable
object, [1], [2]
sequence types
mutable object
mutable sequence
loop over
object
MutableMapping (class in collections.abc)
MutableSequence (class in collections.abc)
MutableSet (class in collections.abc)
mvderwin() (curses.window method)
mvwin() (curses.window method)
myrights() (imaplib.IMAP4 method)

N

N_TOKENS (in module token)
n_waiting (threading.Barrier attribute)
name, [1], [2]
binding, [1], [2], [3], [4], [5], [6]
binding, global
class
function, [1]
mangling
rebinding
unbinding
name (doctest.DocTest attribute)
(email.headerregistry.BaseHeader attribute)
(http.cookiejar.Cookie attribute)
(importlib.abc.FileLoader attribute)
(importlib.machinery.ExtensionFileLoader attribute)
(importlib.machinery.SourceFileLoader attribute)
(importlib.machinery.SourcelessFileLoader attribute)
(in module os)
NAME (in module token)
name (inspect.Parameter attribute)
(io.FileIO attribute)
(multiprocessing.Process attribute)
(ossaudiodev.oss_audio_device attribute)
(pyclbr.Class attribute)
(pyclbr.Function attribute)
(tarfile.TarInfo attribute)
(threading.Thread attribute)
(xml.dom.Attr attribute)
(xml.dom.DocumentType attribute)
name() (in module unicodedata)
name2codepoint (in module html.entities)
named tuple
NamedTemporaryFile() (in module tempfile)
namedtuple() (in module collections)
NameError
exception
NameError (built-in exception)
namelist() (zipfile.ZipFile method)
nameprep() (in module encodings.idna)
namer (logging.handlers.BaseRotatingHandler attribute)
names
private
namespace, [1]
: package
global
module
Namespace (class in argparse)
namespace package
namespace() (imaplib.IMAP4 method)
Namespace() (multiprocessing.managers.SyncManager method)
NAMESPACE_DNS (in module uuid)
NAMESPACE_OID (in module uuid)
NAMESPACE_URL (in module uuid)
NAMESPACE_X500 (in module uuid)
NamespaceErr
namespaceURI (xml.dom.Node attribute)
NaN
NannyNag
napms() (in module curses)
nargs (optparse.Option attribute)
nbytes (memoryview attribute)
ndiff() (in module difflib)
ndim (memoryview attribute)
ne (2to3 fixer)
ne() (in module operator)
neg() (in module operator)
negation
nested scope
NetmaskValueError
netrc (class in netrc)
(module)
NetrcParseError
netscape (http.cookiejar.CookiePolicy attribute)
network (ipaddress.IPv4Interface attribute)
(ipaddress.IPv6Interface attribute)
Network News Transfer Protocol
network_address (ipaddress.IPv4Network attribute)
(ipaddress.IPv6Network attribute)
new() (in module hashlib)
(in module hmac)
new-style class
new_alignment() (formatter.writer method)
new_child() (collections.ChainMap method)
new_class() (in module types)
new_compiler() (in module distutils.ccompiler)
new_font() (formatter.writer method)
new_margin() (formatter.writer method)
new_module() (in module imp)
new_panel() (in module curses.panel)
new_spacing() (formatter.writer method)
new_styles() (formatter.writer method)
newer() (in module distutils.dep_util)
newer_group() (in module distutils.dep_util)
newer_pairwise() (in module distutils.dep_util)
newgroups() (nntplib.NNTP method)
NEWLINE (in module token)
NEWLINE token, [1]
newlines (io.TextIOBase attribute)
newnews() (nntplib.NNTP method)
newpad() (in module curses)
newwin() (in module curses)
next (2to3 fixer)
(pdb command)
next() (built-in function)
(nntplib.NNTP method)
(tarfile.TarFile method)
(tkinter.ttk.Treeview method)
next_minus() (decimal.Context method)
(decimal.Decimal method)
next_plus() (decimal.Context method)
(decimal.Decimal method)
next_toward() (decimal.Context method)
(decimal.Decimal method)
nextfile() (in module fileinput)
nextkey() (dbm.gnu.gdbm method)
nextSibling (xml.dom.Node attribute)
ngettext() (gettext.GNUTranslations method)
(gettext.NullTranslations method)
(in module gettext)
nice() (in module os)
nis (module)
NL (in module tokenize)
nl() (in module curses)
nl_langinfo() (in module locale)
nlargest() (in module heapq)
nlst() (ftplib.FTP method)
NNTP
protocol
NNTP (class in nntplib)
nntp_implementation (nntplib.NNTP attribute)
NNTP_SSL (class in nntplib)
nntp_version (nntplib.NNTP attribute)
NNTPDataError
NNTPError
nntplib (module)
NNTPPermanentError
NNTPProtocolError
NNTPReplyError
NNTPTemporaryError
nocbreak() (in module curses)
NoDataAllowedErr
node() (in module platform)
nodelay() (curses.window method)
nodeName (xml.dom.Node attribute)
NodeTransformer (class in ast)
nodeType (xml.dom.Node attribute)
nodeValue (xml.dom.Node attribute)
NodeVisitor (class in ast)
noecho() (in module curses)
NOEXPR (in module locale)
NoModificationAllowedErr
nonblock() (ossaudiodev.oss_audio_device method)
NonCallableMagicMock (class in unittest.mock)
NonCallableMock (class in unittest.mock)
None
object, [1], [2]
None (Built-in object)
(built-in variable)
nonl() (in module curses)
nonlocal
statement
nonzero (2to3 fixer)
noop() (imaplib.IMAP4 method)
(poplib.POP3 method)
NoOptionError
NOP (opcode)
noqiflush() (in module curses)
noraw() (in module curses)
normalize() (decimal.Context method)
(decimal.Decimal method)
(in module locale)
(in module unicodedata)
(xml.dom.Node method)
NORMALIZE_WHITESPACE (in module doctest)
normalvariate() (in module random)
normcase() (in module os.path)
normpath() (in module os.path)
NoSectionError
NoSuchMailboxError
not
operator, [1]
not in
operator, [1], [2]
not_() (in module operator)
NotADirectoryError
notation
notationDecl() (xml.sax.handler.DTDHandler method)
NotationDeclHandler() (xml.parsers.expat.xmlparser method)
notations (xml.dom.DocumentType attribute)
NotConnected
NoteBook (class in tkinter.tix)
Notebook (class in tkinter.ttk)
NotEmptyError
NOTEQUAL (in module token)
NotFoundErr
notify() (threading.Condition method)
notify_all() (threading.Condition method)
notimeout() (curses.window method)
NotImplemented
object
NotImplemented (built-in variable)
NotImplementedError
NotStandaloneHandler() (xml.parsers.expat.xmlparser method)
NotSupportedErr
noutrefresh() (curses.window method)
now() (datetime.datetime class method)
NSIG (in module signal)
nsmallest() (in module heapq)
NT_OFFSET (in module token)
NTEventLogHandler (class in logging.handlers)
ntohl() (in module socket)
ntohs() (in module socket)
ntransfercmd() (ftplib.FTP method)
null
operation, [1]
NullFormatter (class in formatter)
NullHandler (class in logging)
NullImporter (class in imp)
NullTranslations (class in gettext)
NullWriter (class in formatter)
num_addresses (ipaddress.IPv4Network attribute)
(ipaddress.IPv6Network attribute)
number
complex
floating point
Number (class in numbers)
NUMBER (in module token)
number_class() (decimal.Context method)
(decimal.Decimal method)
numbers (module)
numerator (numbers.Rational attribute)
numeric
conversions
literals
object, [1], [2], [3], [4]
types, operations on
numeric literal
numeric() (in module unicodedata)
Numerical Python
numinput() (in module turtle)
numliterals (2to3 fixer)

O

O_APPEND (in module os)
O_ASYNC (in module os)
O_BINARY (in module os)
O_CLOEXEC (in module os)
O_CREAT (in module os)
O_DIRECT (in module os)
O_DIRECTORY (in module os)
O_DSYNC (in module os)
O_EXCL (in module os)
O_EXLOCK (in module os)
O_NDELAY (in module os)
O_NOATIME (in module os)
O_NOCTTY (in module os)
O_NOFOLLOW (in module os)
O_NOINHERIT (in module os)
O_NONBLOCK (in module os)
O_RANDOM (in module os)
O_RDONLY (in module os)
O_RDWR (in module os)
O_RSYNC (in module os)
O_SEQUENTIAL (in module os)
O_SHLOCK (in module os)
O_SHORT_LIVED (in module os)
O_SYNC (in module os)
O_TEMPORARY (in module os)
O_TEXT (in module os)
O_TRUNC (in module os)
O_WRONLY (in module os)
obj (memoryview attribute)
object, [1]
Boolean, [1]
Capsule
Ellipsis
None, [1], [2]
NotImplemented
built-in function, [1]
built-in method, [1]
bytearray, [1], [2], [3]
bytes, [1], [2]
callable, [1]
class, [1], [2]
class instance, [1], [2]
code, [1], [2], [3]
complex
complex number, [1]
deallocation
dictionary, [1], [2], [3], [4], [5], [6], [7]
file, [1], [2]
finalization
floating point, [1], [2]
frame
frozenset, [1]
function, [1], [2], [3], [4], [5]
generator, [1], [2]
immutable, [1], [2]
immutable sequence
instance, [1], [2]
instancemethod
integer, [1], [2]
io.StringIO
list, [1], [2], [3], [4], [5], [6], [7], [8]
long integer
mapping, [1], [2], [3], [4], [5]
memoryview, [1]
method, [1], [2], [3], [4], [5]
module, [1], [2]
mutable, [1], [2]
mutable sequence
numeric, [1], [2], [3], [4]
range
sequence, [1], [2], [3], [4], [5], [6], [7], [8]
set, [1], [2], [3]
set type
slice
socket
string, [1], [2]
traceback, [1], [2], [3], [4]
tuple, [1], [2], [3], [4], [5], [6]
type, [1], [2]
user-defined function, [1], [2]
user-defined method
object (UnicodeError attribute)
object() (built-in function)
object.__slots__ (built-in variable)
object_filenames() (distutils.ccompiler.CCompiler method)
objects
comparing
flattening
marshalling
persistent
pickling
serializing
obufcount() (ossaudiodev.oss_audio_device method)
obuffree() (ossaudiodev.oss_audio_device method)
oct() (built-in function)
octal
literals
octal literal
octdigits (in module string)
offset (xml.parsers.expat.ExpatError attribute)
OK (in module curses)
OleDLL (class in ctypes)
onclick() (in module turtle), [1]
ondrag() (in module turtle)
onecmd() (cmd.Cmd method)
onkey() (in module turtle)
onkeypress() (in module turtle)
onkeyrelease() (in module turtle)
onrelease() (in module turtle)
onscreenclick() (in module turtle)
ontimer() (in module turtle)
OP (in module token)
OP_ALL (in module ssl)
OP_CIPHER_SERVER_PREFERENCE (in module ssl)
OP_NO_COMPRESSION (in module ssl)
OP_NO_SSLv2 (in module ssl)
OP_NO_SSLv3 (in module ssl)
OP_NO_TLSv1 (in module ssl)
OP_SINGLE_DH_USE (in module ssl)
OP_SINGLE_ECDH_USE (in module ssl)
open
built-in function, [1]
open() (built-in function)
(distutils.text_file.TextFile method)
(imaplib.IMAP4 method)
(in module aifc)
(in module bz2)
(in module codecs)
(in module dbm)
(in module dbm.dumb)
(in module dbm.gnu)
(in module dbm.ndbm)
(in module gzip)
(in module io)
(in module lzma)
(in module os)
(in module ossaudiodev)
(in module shelve)
(in module sunau)
(in module tarfile)
(in module tokenize)
(in module wave)
(in module webbrowser)
(pipes.Template method)
(tarfile.TarFile method)
(telnetlib.Telnet method)
(urllib.request.OpenerDirector method)
(urllib.request.URLopener method)
(webbrowser.controller method)
(zipfile.ZipFile method)
open_new() (in module webbrowser)
(webbrowser.controller method)
open_new_tab() (in module webbrowser)
(webbrowser.controller method)
open_osfhandle() (in module msvcrt)
open_unknown() (urllib.request.URLopener method)
OpenDatabase() (in module msilib)
OpenerDirector (class in urllib.request)
openfp() (in module sunau)
(in module wave)
OpenKey() (in module winreg)
OpenKeyEx() (in module winreg)
openlog() (in module syslog)
openmixer() (in module ossaudiodev)
openpty() (in module os)
(in module pty)
OpenSSL
(use in module hashlib)
(use in module ssl)
OPENSSL_VERSION (in module ssl)
OPENSSL_VERSION_INFO (in module ssl)
OPENSSL_VERSION_NUMBER (in module ssl)
OpenView() (msilib.Database method)
operation
Boolean
binary arithmetic
binary bitwise
concatenation
null, [1]
repetition
shifting
slice
subscript
unary arithmetic
unary bitwise
operations
Boolean, [1]
bitwise
masking
shifting
operations on
dictionary type
integer types
list type
mapping types
numeric types
sequence types, [1]
operator
!=
%
&
*
**
+
-
/
//
<
<<
<=
==
>
>=
>>
^
and, [1], [2]
comparison
in, [1], [2]
is, [1]
is not, [1]
not, [1]
not in, [1], [2]
or, [1], [2]
overloading
precedence
ternary
operator (2to3 fixer)
(module)
operators
opmap (in module dis)
opname (in module dis)
optimize() (in module pickletools)
OPTIMIZED_BYTECODE_SUFFIXES (in module importlib.machinery)
OptionGroup (class in optparse)
OptionMenu (class in tkinter.tix)
OptionParser (class in optparse)
options (doctest.Example attribute)
(ssl.SSLContext attribute)
options() (configparser.ConfigParser method)
optionxform() (configparser.ConfigParser method)
(in module configparser)
optparse (module)
or
bitwise
exclusive
inclusive
operator, [1], [2]
or_() (in module operator)
ord
built-in function
ord() (built-in function)
order
evaluation
ordered_attributes (xml.parsers.expat.xmlparser attribute)
OrderedDict (class in collections)
origin_req_host (urllib.request.Request attribute)
origin_server (wsgiref.handlers.BaseHandler attribute)
os
module
os (module)
os.path (module)
os_environ (wsgiref.handlers.BaseHandler attribute)
OSError
ossaudiodev (module)
OSSAudioError
output
standard
output (subprocess.CalledProcessError attribute)
(subprocess.TimeoutExpired attribute)
output() (http.cookies.BaseCookie method)
(http.cookies.Morsel method)
output_charset (email.charset.Charset attribute)
output_charset() (gettext.NullTranslations method)
output_codec (email.charset.Charset attribute)
output_difference() (doctest.OutputChecker method)
OutputChecker (class in doctest)
OutputString() (http.cookies.Morsel method)
over() (nntplib.NNTP method)
Overflow (class in decimal)
OverflowError
(built-in exception), [1], [2], [3], [4]
overlaps() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network method)
overlay() (curses.window method)
overloading
operator
overwrite() (curses.window method)

P

P_ALL (in module os)
P_DETACH (in module os)
P_NOWAIT (in module os)
P_NOWAITO (in module os)
P_OVERLAY (in module os)
P_PGID (in module os)
P_PID (in module os)
P_WAIT (in module os)
pack() (in module struct)
(mailbox.MH method)
(struct.Struct method)
pack_array() (xdrlib.Packer method)
pack_bytes() (xdrlib.Packer method)
pack_double() (xdrlib.Packer method)
pack_farray() (xdrlib.Packer method)
pack_float() (xdrlib.Packer method)
pack_fopaque() (xdrlib.Packer method)
pack_fstring() (xdrlib.Packer method)
pack_into() (in module struct)
(struct.Struct method)
pack_list() (xdrlib.Packer method)
pack_opaque() (xdrlib.Packer method)
pack_string() (xdrlib.Packer method)
package, [1], [2]
regular
package variable
__all__
packed (ipaddress.IPv4Address attribute)
(ipaddress.IPv6Address attribute)
Packer (class in xdrlib)
packing
binary data
packing (widgets)
pair_content() (in module curses)
pair_number() (in module curses)
PanedWindow (class in tkinter.tix)
parameter
call semantics
difference from argument
function definition
value, default
Parameter (class in inspect)
ParameterizedMIMEHeader (class in email.headerregistry)
parameters (inspect.Signature attribute)
params (email.headerregistry.ParameterizedMIMEHeader attribute)
pardir (in module os)
paren (2to3 fixer)
parent (urllib.request.BaseHandler attribute)
parent() (tkinter.ttk.Treeview method)
parenthesized form
parentNode (xml.dom.Node attribute)
parents (collections.ChainMap attribute)
paretovariate() (in module random)
parse() (doctest.DocTestParser method)
(email.parser.BytesParser method)
(email.parser.Parser method)
(in module ast)
(in module cgi)
(in module xml.dom.minidom)
(in module xml.dom.pulldom)
(in module xml.etree.ElementTree)
(in module xml.sax)
(string.Formatter method)
(urllib.robotparser.RobotFileParser method)
(xml.etree.ElementTree.ElementTree method)
Parse() (xml.parsers.expat.xmlparser method)
parse() (xml.sax.xmlreader.XMLReader method)
parse_and_bind() (in module readline)
parse_args() (argparse.ArgumentParser method)
PARSE_COLNAMES (in module sqlite3)
parse_config_h() (in module sysconfig)
PARSE_DECLTYPES (in module sqlite3)
parse_header() (in module cgi)
parse_known_args() (argparse.ArgumentParser method)
parse_multipart() (in module cgi)
parse_qs() (in module cgi)
(in module urllib.parse)
parse_qsl() (in module cgi)
(in module urllib.parse)
parseaddr() (in module email.utils)
parsebytes() (email.parser.BytesParser method)
parsedate() (in module email.utils)
parsedate_to_datetime() (in module email.utils)
parsedate_tz() (in module email.utils)
ParseError (class in xml.etree.ElementTree)
ParseFile() (xml.parsers.expat.xmlparser method)
ParseFlags() (in module imaplib)
parser
Parser (class in email.parser)
parser (module)
ParserCreate() (in module xml.parsers.expat)
ParserError
ParseResult (class in urllib.parse)
ParseResultBytes (class in urllib.parse)
parsestr() (email.parser.Parser method)
parseString() (in module xml.dom.minidom)
(in module xml.dom.pulldom)
(in module xml.sax)
parsing
Python source code
URL
ParsingError
partial() (imaplib.IMAP4 method)
(in module functools)
parties (threading.Barrier attribute)
partition() (str method)
pass
statement
pass_() (poplib.POP3 method)
Paste
patch() (in module unittest.mock)
patch.dict() (in module unittest.mock)
patch.multiple() (in module unittest.mock)
patch.object() (in module unittest.mock)
patch.stopall() (in module unittest.mock)
PATH, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18]
path
configuration file
hooks
module search, [1], [2], [3], [4], [5], [6], [7]
operations
path (http.cookiejar.Cookie attribute)
(http.server.BaseHTTPRequestHandler attribute)
(importlib.abc.FileLoader attribute)
(importlib.machinery.ExtensionFileLoader attribute)
(importlib.machinery.FileFinder attribute)
(importlib.machinery.SourceFileLoader attribute)
(importlib.machinery.SourcelessFileLoader attribute)
(in module sys), [1], [2], [3], [4]
path based finder, [1]
Path browser
path entry
path entry finder
path entry hook
path hooks
path_hook() (importlib.machinery.FileFinder class method)
path_hooks (in module sys)
path_importer_cache (in module sys)
path_mtime() (importlib.abc.SourceLoader method)
path_return_ok() (http.cookiejar.CookiePolicy method)
path_stats() (importlib.abc.SourceLoader method)
(importlib.machinery.SourceFileLoader method)
pathconf() (in module os)
pathconf_names (in module os)
PathEntryFinder (class in importlib.abc)
PathFinder (class in importlib.machinery)
pathname2url() (in module urllib.request)
pathsep (in module os)
pattern (re.regex attribute)
pause() (in module signal)
PAX_FORMAT (in module tarfile)
pax_headers (tarfile.TarFile attribute)
(tarfile.TarInfo attribute)
pd() (in module turtle)
Pdb (class in pdb), [1]
pdb (module)
peek() (bz2.BZ2File method)
(gzip.GzipFile method)
(io.BufferedReader method)
(lzma.LZMAFile method)
peer (smtpd.SMTPChannel attribute)
PEM_cert_to_DER_cert() (in module ssl)
pen() (in module turtle)
pencolor() (in module turtle)
PendingDeprecationWarning
pendown() (in module turtle)
pensize() (in module turtle)
penup() (in module turtle)
PERCENT (in module token)
PERCENTEQUAL (in module token)
perf_counter() (in module time)
Performance
PermissionError
permutations() (in module itertools)
Persist() (msilib.SummaryInformation method)
persistence
persistent
objects
persistent_id (pickle protocol)
persistent_id() (pickle.Pickler method)
persistent_load (pickle protocol)
persistent_load() (pickle.Unpickler method)
PF_CAN (in module socket)
PF_RDS (in module socket)
pformat() (in module pprint)
(pprint.PrettyPrinter method)
phase() (in module cmath)
Philbrick, Geoff
physical line, [1], [2]
pi (in module cmath)
(in module math)
pickle
module, [1], [2], [3], [4]
pickle (module)
pickle() (in module copyreg)
PickleError
Pickler (class in pickle)
pickletools (module)
pickletools command line option
-a, --annotate
-l, --indentlevel=<num>
-m, --memo
-o, --output=<file>
-p, --preamble=<preamble>
pickling
objects
PicklingError
pid (multiprocessing.Process attribute)
(subprocess.Popen attribute)
PIPE (in module subprocess)
Pipe() (in module multiprocessing)
pipe() (in module os)
pipe2() (in module os)
PIPE_BUF (in module select)
pipes (module)
PKG_DIRECTORY (in module imp)
pkgutil (module)
PLAT
platform (in module sys), [1]
(module)
platform() (in module platform)
PlaySound() (in module winsound)
plist
file
plistlib (module)
plock() (in module os)
plus
PLUS (in module token)
plus() (decimal.Context method)
PLUSEQUAL (in module token)
pm() (in module pdb)
pointer() (in module ctypes)
POINTER() (in module ctypes)
polar() (in module cmath)
Policy (class in email.policy)
poll() (in module select)
(multiprocessing.Connection method)
(select.devpoll method)
(select.epoll method)
(select.poll method)
(subprocess.Popen method)
Pool (class in multiprocessing.pool)
pop() (array.array method)
(asynchat.fifo method)
(collections.deque method)
(dict method)
(mailbox.Mailbox method)
(sequence method)
(set method)
POP3
protocol
POP3 (class in poplib)
POP3_SSL (class in poplib)
pop_alignment() (formatter.formatter method)
pop_all() (contextlib.ExitStack method)
POP_BLOCK (opcode)
POP_EXCEPT (opcode)
pop_font() (formatter.formatter method)
POP_JUMP_IF_FALSE (opcode)
POP_JUMP_IF_TRUE (opcode)
pop_margin() (formatter.formatter method)
pop_source() (shlex.shlex method)
pop_style() (formatter.formatter method)
POP_TOP (opcode)
Popen (class in subprocess)
popen() (in module os), [1]
(in module platform)
popitem() (collections.OrderedDict method)
(dict method)
(mailbox.Mailbox method)
popleft() (collections.deque method)
poplib (module)
PopupMenu (class in tkinter.tix)
port (http.cookiejar.Cookie attribute)
port_specified (http.cookiejar.Cookie attribute)
portion
: package
pos (re.match attribute)
pos() (in module operator)
(in module turtle)
position (xml.etree.ElementTree.ParseError attribute)
position() (in module turtle)
positional argument
POSIX
I/O control
threads
posix (module)
POSIX_FADV_DONTNEED (in module os)
POSIX_FADV_NOREUSE (in module os)
POSIX_FADV_NORMAL (in module os)
POSIX_FADV_RANDOM (in module os)
POSIX_FADV_SEQUENTIAL (in module os)
POSIX_FADV_WILLNEED (in module os)
posix_fadvise() (in module os)
posix_fallocate() (in module os)
POSIXLY_CORRECT
post() (nntplib.NNTP method)
(ossaudiodev.oss_audio_device method)
post_mortem() (in module pdb)
post_setup() (venv.EnvBuilder method)
postcmd() (cmd.Cmd method)
postloop() (cmd.Cmd method)
pow
built-in function, [1], [2], [3], [4], [5]
pow() (built-in function)
(in module math)
(in module operator)
power() (decimal.Context method)
pp (pdb command)
pprint (module)
pprint() (in module pprint)
(pprint.PrettyPrinter method)
prcal() (in module calendar)
pread() (in module os)
preamble (email.message.Message attribute)
precedence
operator
precmd() (cmd.Cmd method)
prefix, [1], [2], [3]
PREFIX (in module distutils.sysconfig)
prefix (in module sys)
(xml.dom.Attr attribute)
(xml.dom.Node attribute)
(zipimport.zipimporter attribute)
PREFIXES (in module site)
prefixlen (ipaddress.IPv4Network attribute)
(ipaddress.IPv6Network attribute)
preloop() (cmd.Cmd method)
prepare() (logging.handlers.QueueHandler method)
(logging.handlers.QueueListener method)
prepare_class() (in module types)
prepare_input_source() (in module xml.sax.saxutils)
prepend() (pipes.Template method)
preprocess() (distutils.ccompiler.CCompiler method)
PrettyPrinter (class in pprint)
prev() (tkinter.ttk.Treeview method)
previousSibling (xml.dom.Node attribute)
primary
print
built-in function
print (2to3 fixer)
(pdb command)
print() (built-in function)
__str__() (object method)
print_callees() (pstats.Stats method)
print_callers() (pstats.Stats method)
print_directory() (in module cgi)
print_environ() (in module cgi)
print_environ_usage() (in module cgi)
print_exc() (in module traceback)
(timeit.Timer method)
print_exception() (in module traceback)
PRINT_EXPR (opcode)
print_form() (in module cgi)
print_help() (argparse.ArgumentParser method)
print_last() (in module traceback)
print_stack() (in module traceback)
print_stats() (profile.Profile method)
(pstats.Stats method)
print_tb() (in module traceback)
print_usage() (argparse.ArgumentParser method)
(optparse.OptionParser method)
print_version() (optparse.OptionParser method)
printable (in module string)
printdir() (zipfile.ZipFile method)
printf-style formatting
PRIO_PGRP (in module os)
PRIO_PROCESS (in module os)
PRIO_USER (in module os)
PriorityQueue (class in queue)
private
names
prmonth() (calendar.TextCalendar method)
(in module calendar)
procedure
call
process
group, [1]
id
id of parent
killing, [1]
scheduling priority, [1]
signalling, [1]
Process (class in multiprocessing)
process() (logging.LoggerAdapter method)
process_message() (smtpd.SMTPServer method)
process_request() (socketserver.BaseServer method)
process_time() (in module time)
ProcessError
processes, light-weight
ProcessingInstruction() (in module xml.etree.ElementTree)
processingInstruction() (xml.sax.handler.ContentHandler method)
ProcessingInstructionHandler() (xml.parsers.expat.xmlparser method)
ProcessLookupError
processor time
processor() (in module platform)
ProcessPoolExecutor (class in concurrent.futures)
product() (in module itertools)
Profile (class in profile)
profile (module)
profile function, [1], [2]
profiler, [1]
profiling, deterministic
program
Progressbar (class in tkinter.ttk)
prompt (cmd.Cmd attribute)
prompt_user_passwd() (urllib.request.FancyURLopener method)
prompts, interpreter
propagate (logging.Logger attribute)
property list
property() (built-in function)
property_declaration_handler (in module xml.sax.handler)
property_dom_node (in module xml.sax.handler)
property_lexical_handler (in module xml.sax.handler)
property_xml_string (in module xml.sax.handler)
PropertyMock (class in unittest.mock)
prot_c() (ftplib.FTP_TLS method)
prot_p() (ftplib.FTP_TLS method)
proto (socket.socket attribute)
protocol
CGI
FTP, [1]
HTTP, [1], [2], [3], [4]
IMAP4
IMAP4_SSL
IMAP4_stream
NNTP
POP3
SMTP
Telnet
context management
copy
iterator
protocol (ssl.SSLContext attribute)
PROTOCOL_SSLv2 (in module ssl)
PROTOCOL_SSLv23 (in module ssl)
PROTOCOL_SSLv3 (in module ssl)
PROTOCOL_TLSv1 (in module ssl)
protocol_version (http.server.BaseHTTPRequestHandler attribute)
PROTOCOL_VERSION (imaplib.IMAP4 attribute)
provisional package
proxy() (in module weakref)
proxyauth() (imaplib.IMAP4 method)
ProxyBasicAuthHandler (class in urllib.request)
ProxyDigestAuthHandler (class in urllib.request)
ProxyHandler (class in urllib.request)
ProxyType (in module weakref)
ProxyTypes (in module weakref)
pryear() (calendar.TextCalendar method)
ps1 (in module sys)
ps2 (in module sys)
pstats (module)
pthread_kill() (in module signal)
pthread_sigmask() (in module signal)
pthreads
pty
module
pty (module)
pu() (in module turtle)
publicId (xml.dom.DocumentType attribute)
PullDom (class in xml.dom.pulldom)
punctuation (in module string)
PureProxy (class in smtpd)
purge() (in module re)
push() (asynchat.async_chat method)
(asynchat.fifo method)
(code.InteractiveConsole method)
(contextlib.ExitStack method)
push_alignment() (formatter.formatter method)
push_font() (formatter.formatter method)
push_margin() (formatter.formatter method)
push_source() (shlex.shlex method)
push_style() (formatter.formatter method)
push_token() (shlex.shlex method)
push_with_producer() (asynchat.async_chat method)
pushbutton() (msilib.Dialog method)
put() (multiprocessing.Queue method)
(multiprocessing.SimpleQueue method)
(queue.Queue method)
put_nowait() (multiprocessing.Queue method)
(queue.Queue method)
putch() (in module msvcrt)
putenv() (in module os)
putheader() (http.client.HTTPConnection method)
putp() (in module curses)
putrequest() (http.client.HTTPConnection method)
putwch() (in module msvcrt)
putwin() (curses.window method)
pwd
module
pwd (module)
pwd() (ftplib.FTP method)
pwrite() (in module os)
Py_AddPendingCall (C function)
Py_AddPendingCall()
Py_AtExit (C function)
Py_BEGIN_ALLOW_THREADS
(C macro)
Py_BLOCK_THREADS (C macro)
Py_buffer (C type)
Py_buffer.buf (C member)
Py_buffer.format (C member)
Py_buffer.internal (C member)
Py_buffer.itemsize (C member)
Py_buffer.len (C member)
Py_buffer.ndim (C member)
Py_buffer.obj (C member)
Py_buffer.readonly (C member)
Py_buffer.shape (C member)
Py_buffer.strides (C member)
Py_buffer.suboffsets (C member)
Py_BuildValue (C function)
Py_CLEAR (C function)
py_compile (module)
PY_COMPILED (in module imp)
Py_CompileString (C function)
Py_CompileString(), [1], [2]
Py_CompileStringExFlags (C function)
Py_CompileStringFlags (C function)
Py_complex (C type)
Py_DECREF (C function)
Py_DECREF()
Py_END_ALLOW_THREADS
(C macro)
Py_EndInterpreter (C function)
Py_EnterRecursiveCall (C function)
Py_eval_input (C variable)
Py_Exit (C function)
Py_False (C variable)
Py_FatalError (C function)
Py_FatalError()
Py_FdIsInteractive (C function)
Py_file_input (C variable)
Py_Finalize (C function)
Py_Finalize(), [1], [2], [3], [4]
PY_FROZEN (in module imp)
Py_GetBuildInfo (C function)
Py_GetCompiler (C function)
Py_GetCopyright (C function)
Py_GetExecPrefix (C function)
Py_GetExecPrefix()
Py_GetPath (C function)
Py_GetPath(), [1], [2]
Py_GetPlatform (C function)
Py_GetPrefix (C function)
Py_GetPrefix()
Py_GetProgramFullPath (C function)
Py_GetProgramFullPath()
Py_GetProgramName (C function)
Py_GetPythonHome (C function)
Py_GetVersion (C function)
Py_INCREF (C function)
Py_INCREF()
Py_Initialize (C function)
Py_Initialize(), [1], [2]
Py_InitializeEx (C function)
Py_IsInitialized (C function)
Py_IsInitialized()
Py_LeaveRecursiveCall (C function)
Py_Main (C function)
Py_NewInterpreter (C function)
Py_None (C variable)
Py_NotImplemented (C variable)
py_object (class in ctypes)
Py_PRINT_RAW
Py_ReprEnter (C function)
Py_ReprLeave (C function)
Py_RETURN_FALSE (C macro)
Py_RETURN_NONE (C macro)
Py_RETURN_NOTIMPLEMENTED (C macro)
Py_RETURN_TRUE (C macro)
Py_SetPath (C function)
Py_SetPath()
Py_SetProgramName (C function)
Py_SetProgramName(), [1], [2], [3]
Py_SetPythonHome (C function)
Py_single_input (C variable)
PY_SOURCE (in module imp)
PY_SSIZE_T_MAX
Py_TPFLAGS_BASETYPE (built-in variable)
Py_TPFLAGS_DEFAULT (built-in variable)
Py_TPFLAGS_HAVE_GC (built-in variable)
Py_TPFLAGS_HEAPTYPE (built-in variable)
Py_TPFLAGS_READY (built-in variable)
Py_TPFLAGS_READYING (built-in variable)
Py_tracefunc (C type)
Py_True (C variable)
Py_UCS1 (C type)
Py_UCS2 (C type)
Py_UCS4 (C type)
Py_UCS4_strcat (C function)
Py_UCS4_strchr (C function)
Py_UCS4_strcmp (C function)
Py_UCS4_strcpy (C function)
Py_UCS4_strlen (C function)
Py_UCS4_strncmp (C function)
Py_UCS4_strncpy (C function)
Py_UCS4_strrchr (C function)
Py_UNBLOCK_THREADS (C macro)
Py_UNICODE (C type)
Py_UNICODE_IS_HIGH_SURROGATE (C macro)
Py_UNICODE_IS_LOW_SURROGATE (C macro)
Py_UNICODE_IS_SURROGATE (C macro)
Py_UNICODE_ISALNUM (C function)
Py_UNICODE_ISALPHA (C function)
Py_UNICODE_ISDECIMAL (C function)
Py_UNICODE_ISDIGIT (C function)
Py_UNICODE_ISLINEBREAK (C function)
Py_UNICODE_ISLOWER (C function)
Py_UNICODE_ISNUMERIC (C function)
Py_UNICODE_ISPRINTABLE (C function)
Py_UNICODE_ISSPACE (C function)
Py_UNICODE_ISTITLE (C function)
Py_UNICODE_ISUPPER (C function)
Py_UNICODE_JOIN_SURROGATES (C macro)
Py_UNICODE_TODECIMAL (C function)
Py_UNICODE_TODIGIT (C function)
Py_UNICODE_TOLOWER (C function)
Py_UNICODE_TONUMERIC (C function)
Py_UNICODE_TOTITLE (C function)
Py_UNICODE_TOUPPER (C function)
Py_VaBuildValue (C function)
Py_VISIT (C function)
Py_XDECREF (C function)
Py_XDECREF()
Py_XINCREF (C function)
PyAnySet_Check (C function)
PyAnySet_CheckExact (C function)
PyArg_Parse (C function)
PyArg_ParseTuple (C function)
PyArg_ParseTuple()
PyArg_ParseTupleAndKeywords (C function)
PyArg_ParseTupleAndKeywords()
PyArg_UnpackTuple (C function)
PyArg_ValidateKeywordArguments (C function)
PyArg_VaParse (C function)
PyArg_VaParseTupleAndKeywords (C function)
PyASCIIObject (C type)
PyBool_Check (C function)
PyBool_FromLong (C function)
PyBUF_ANY_CONTIGUOUS (C macro)
PyBUF_C_CONTIGUOUS (C macro)
PyBUF_CONTIG (C macro)
PyBUF_CONTIG_RO (C macro)
PyBUF_F_CONTIGUOUS (C macro)
PyBUF_FORMAT (C macro)
PyBUF_FULL (C macro)
PyBUF_FULL_RO (C macro)
PyBUF_INDIRECT (C macro)
PyBUF_ND (C macro), [1]
PyBUF_RECORDS (C macro)
PyBUF_RECORDS_RO (C macro)
PyBUF_SIMPLE (C macro)
PyBUF_STRIDED (C macro)
PyBUF_STRIDED_RO (C macro)
PyBUF_STRIDES (C macro)
PyBUF_WRITABLE (C macro)
PyBuffer_FillContiguousStrides (C function)
PyBuffer_FillInfo (C function)
PyBuffer_IsContiguous (C function)
PyBuffer_Release (C function)
PyBuffer_SizeFromFormat (C function)
PyBufferProcs
(C type)
PyBufferProcs.bf_getbuffer (C member)
PyBufferProcs.bf_releasebuffer (C member)
PyByteArray_AS_STRING (C function)
PyByteArray_AsString (C function)
PyByteArray_Check (C function)
PyByteArray_CheckExact (C function)
PyByteArray_Concat (C function)
PyByteArray_FromObject (C function)
PyByteArray_FromStringAndSize (C function)
PyByteArray_GET_SIZE (C function)
PyByteArray_Resize (C function)
PyByteArray_Size (C function)
PyByteArray_Type (C variable)
PyByteArrayObject (C type)
PyBytes_AS_STRING (C function)
PyBytes_AsString (C function)
PyBytes_AsStringAndSize (C function)
PyBytes_Check (C function)
PyBytes_CheckExact (C function)
PyBytes_Concat (C function)
PyBytes_ConcatAndDel (C function)
PyBytes_FromFormat (C function)
PyBytes_FromFormatV (C function)
PyBytes_FromObject (C function)
PyBytes_FromString (C function)
PyBytes_FromStringAndSize (C function)
PyBytes_GET_SIZE (C function)
PyBytes_Size (C function)
PyBytes_Type (C variable)
PyBytesObject (C type)
PyCallable_Check (C function)
PyCallIter_Check (C function)
PyCallIter_New (C function)
PyCallIter_Type (C variable)
PyCapsule (C type)
PyCapsule_CheckExact (C function)
PyCapsule_Destructor (C type)
PyCapsule_GetContext (C function)
PyCapsule_GetDestructor (C function)
PyCapsule_GetName (C function)
PyCapsule_GetPointer (C function)
PyCapsule_Import (C function)
PyCapsule_IsValid (C function)
PyCapsule_New (C function)
PyCapsule_SetContext (C function)
PyCapsule_SetDestructor (C function)
PyCapsule_SetName (C function)
PyCapsule_SetPointer (C function)
PyCell_Check (C function)
PyCell_Get (C function)
PyCell_GET (C function)
PyCell_New (C function)
PyCell_SET (C function)
PyCell_Set (C function)
PyCell_Type (C variable)
PyCellObject (C type)
PyCFunction (C type)
PyCFunctionWithKeywords (C type)
pyclbr (module)
PyCode_Check (C function)
PyCode_GetNumFree (C function)
PyCode_New (C function)
PyCode_NewEmpty (C function)
PyCode_Type (C variable)
PyCodec_BackslashReplaceErrors (C function)
PyCodec_Decode (C function)
PyCodec_Decoder (C function)
PyCodec_Encode (C function)
PyCodec_Encoder (C function)
PyCodec_IgnoreErrors (C function)
PyCodec_IncrementalDecoder (C function)
PyCodec_IncrementalEncoder (C function)
PyCodec_KnownEncoding (C function)
PyCodec_LookupError (C function)
PyCodec_Register (C function)
PyCodec_RegisterError (C function)
PyCodec_ReplaceErrors (C function)
PyCodec_StreamReader (C function)
PyCodec_StreamWriter (C function)
PyCodec_StrictErrors (C function)
PyCodec_XMLCharRefReplaceErrors (C function)
PyCodeObject (C type)
PyCompactUnicodeObject (C type)
PyCompileError
PyCompilerFlags (C type)
PyComplex_AsCComplex (C function)
PyComplex_Check (C function)
PyComplex_CheckExact (C function)
PyComplex_FromCComplex (C function)
PyComplex_FromDoubles (C function)
PyComplex_ImagAsDouble (C function)
PyComplex_RealAsDouble (C function)
PyComplex_Type (C variable)
PyComplexObject (C type)
PyDate_Check (C function)
PyDate_CheckExact (C function)
PyDate_FromDate (C function)
PyDate_FromTimestamp (C function)
PyDateTime_Check (C function)
PyDateTime_CheckExact (C function)
PyDateTime_DATE_GET_HOUR (C function)
PyDateTime_DATE_GET_MICROSECOND (C function)
PyDateTime_DATE_GET_MINUTE (C function)
PyDateTime_DATE_GET_SECOND (C function)
PyDateTime_DELTA_GET_DAYS (C function)
PyDateTime_DELTA_GET_MICROSECOND (C function)
PyDateTime_DELTA_GET_SECONDS (C function)
PyDateTime_FromDateAndTime (C function)
PyDateTime_FromTimestamp (C function)
PyDateTime_GET_DAY (C function)
PyDateTime_GET_MONTH (C function)
PyDateTime_GET_YEAR (C function)
PyDateTime_TIME_GET_HOUR (C function)
PyDateTime_TIME_GET_MICROSECOND (C function)
PyDateTime_TIME_GET_MINUTE (C function)
PyDateTime_TIME_GET_SECOND (C function)
PyDelta_Check (C function)
PyDelta_CheckExact (C function)
PyDelta_FromDSU (C function)
PyDescr_IsData (C function)
PyDescr_NewClassMethod (C function)
PyDescr_NewGetSet (C function)
PyDescr_NewMember (C function)
PyDescr_NewMethod (C function)
PyDescr_NewWrapper (C function)
PyDict_Check (C function)
PyDict_CheckExact (C function)
PyDict_Clear (C function)
PyDict_ClearFreeList (C function)
PyDict_Contains (C function)
PyDict_Copy (C function)
PyDict_DelItem (C function)
PyDict_DelItemString (C function)
PyDict_GetItem (C function)
PyDict_GetItemString (C function)
PyDict_GetItemWithError (C function)
PyDict_Items (C function)
PyDict_Keys (C function)
PyDict_Merge (C function)
PyDict_MergeFromSeq2 (C function)
PyDict_New (C function)
PyDict_Next (C function)
PyDict_SetItem (C function)
PyDict_SetItemString (C function)
PyDict_Size (C function)
PyDict_Type (C variable)
PyDict_Update (C function)
PyDict_Values (C function)
PyDictObject (C type)
PyDictProxy_New (C function)
PyDLL (class in ctypes)
pydoc (module)
PyErr_BadArgument (C function)
PyErr_BadInternalCall (C function)
PyErr_CheckSignals (C function)
PyErr_Clear (C function)
PyErr_Clear(), [1]
PyErr_ExceptionMatches (C function)
PyErr_ExceptionMatches()
PyErr_Fetch (C function)
PyErr_Fetch()
PyErr_Format (C function)
PyErr_GetExcInfo (C function)
PyErr_GivenExceptionMatches (C function)
PyErr_NewException (C function)
PyErr_NewExceptionWithDoc (C function)
PyErr_NoMemory (C function)
PyErr_NormalizeException (C function)
PyErr_Occurred (C function)
PyErr_Occurred()
PyErr_Print (C function)
PyErr_PrintEx (C function)
PyErr_Restore (C function)
PyErr_Restore()
PyErr_SetExcFromWindowsErr (C function)
PyErr_SetExcFromWindowsErrWithFilename (C function)
PyErr_SetExcFromWindowsErrWithFilenameObject (C function)
PyErr_SetExcInfo (C function)
PyErr_SetFromErrno (C function)
PyErr_SetFromErrnoWithFilename (C function)
PyErr_SetFromErrnoWithFilenameObject (C function)
PyErr_SetFromWindowsErr (C function)
PyErr_SetFromWindowsErrWithFilename (C function)
PyErr_SetFromWindowsErrWithFilenameObject (C function)
PyErr_SetImportError (C function)
PyErr_SetInterrupt (C function)
PyErr_SetNone (C function)
PyErr_SetObject (C function)
PyErr_SetString (C function)
PyErr_SetString()
PyErr_SyntaxLocation (C function)
PyErr_SyntaxLocationEx (C function)
PyErr_WarnEx (C function)
PyErr_WarnExplicit (C function)
PyErr_WarnFormat (C function)
PyErr_WriteUnraisable (C function)
PyEval_AcquireLock (C function)
PyEval_AcquireThread (C function)
PyEval_AcquireThread()
PyEval_EvalCode (C function)
PyEval_EvalCodeEx (C function)
PyEval_EvalFrame (C function)
PyEval_EvalFrameEx (C function)
PyEval_GetBuiltins (C function)
PyEval_GetCallStats (C function)
PyEval_GetFrame (C function)
PyEval_GetFuncDesc (C function)
PyEval_GetFuncName (C function)
PyEval_GetGlobals (C function)
PyEval_GetLocals (C function)
PyEval_InitThreads (C function)
PyEval_InitThreads()
PyEval_MergeCompilerFlags (C function)
PyEval_ReInitThreads (C function)
PyEval_ReleaseLock (C function)
PyEval_ReleaseThread (C function)
PyEval_ReleaseThread()
PyEval_RestoreThread (C function)
PyEval_RestoreThread(), [1]
PyEval_SaveThread (C function)
PyEval_SaveThread(), [1]
PyEval_SetProfile (C function)
PyEval_SetTrace (C function)
PyEval_ThreadsInitialized (C function)
PyExc_ArithmeticError
PyExc_AssertionError
PyExc_AttributeError
PyExc_BaseException
PyExc_BlockingIOError
PyExc_BrokenPipeError
PyExc_ConnectionAbortedError
PyExc_ConnectionError
PyExc_ConnectionRefusedError
PyExc_ConnectionResetError
PyExc_EnvironmentError
PyExc_EOFError
PyExc_Exception
PyExc_FileExistsError
PyExc_FileNotFoundError
PyExc_FloatingPointError
PyExc_ImportError
PyExc_IndexError
PyExc_InterruptedError
PyExc_IOError
PyExc_IsADirectoryError
PyExc_KeyboardInterrupt
PyExc_KeyError
PyExc_LookupError
PyExc_MemoryError
PyExc_NameError
PyExc_NotADirectoryError
PyExc_NotImplementedError
PyExc_OSError
PyExc_OverflowError
PyExc_PermissionError
PyExc_ProcessLookupError
PyExc_ReferenceError
PyExc_RuntimeError
PyExc_SyntaxError
PyExc_SystemError
PyExc_SystemExit
PyExc_TimeoutError
PyExc_TypeError
PyExc_ValueError
PyExc_WindowsError
PyExc_ZeroDivisionError
PyException_GetCause (C function)
PyException_GetContext (C function)
PyException_GetTraceback (C function)
PyException_SetCause (C function)
PyException_SetContext (C function)
PyException_SetTraceback (C function)
pyexpat
module
PyFile_FromFd (C function)
PyFile_GetLine (C function)
PyFile_WriteObject (C function)
PyFile_WriteString (C function)
PyFloat_AS_DOUBLE (C function)
PyFloat_AsDouble (C function)
PyFloat_Check (C function)
PyFloat_CheckExact (C function)
PyFloat_ClearFreeList (C function)
PyFloat_FromDouble (C function)
PyFloat_FromString (C function)
PyFloat_GetInfo (C function)
PyFloat_GetMax (C function)
PyFloat_GetMin (C function)
PyFloat_Type (C variable)
PyFloatObject (C type)
PyFrame_GetLineNumber (C function)
PyFrozenSet_Check (C function)
PyFrozenSet_CheckExact (C function)
PyFrozenSet_New (C function)
PyFrozenSet_Type (C variable)
PyFunction_Check (C function)
PyFunction_GetAnnotations (C function)
PyFunction_GetClosure (C function)
PyFunction_GetCode (C function)
PyFunction_GetDefaults (C function)
PyFunction_GetGlobals (C function)
PyFunction_GetModule (C function)
PyFunction_New (C function)
PyFunction_NewWithQualName (C function)
PyFunction_SetAnnotations (C function)
PyFunction_SetClosure (C function)
PyFunction_SetDefaults (C function)
PyFunction_Type (C variable)
PyFunctionObject (C type)
PYFUNCTYPE() (in module ctypes)
PyGen_Check (C function)
PyGen_CheckExact (C function)
PyGen_New (C function)
PyGen_Type (C variable)
PyGenObject (C type)
PyGILState_Ensure (C function)
PyGILState_GetThisThreadState (C function)
PyGILState_Release (C function)
PyImport_AddModule (C function)
PyImport_AddModuleObject (C function)
PyImport_AppendInittab (C function)
PyImport_Cleanup (C function)
PyImport_ExecCodeModule (C function)
PyImport_ExecCodeModuleEx (C function)
PyImport_ExecCodeModuleObject (C function)
PyImport_ExecCodeModuleWithPathnames (C function)
PyImport_ExtendInittab (C function)
PyImport_FrozenModules (C variable)
PyImport_GetImporter (C function)
PyImport_GetMagicNumber (C function)
PyImport_GetMagicTag (C function)
PyImport_GetModuleDict (C function)
PyImport_Import (C function)
PyImport_ImportFrozenModule (C function)
PyImport_ImportFrozenModuleObject (C function)
PyImport_ImportModule (C function)
PyImport_ImportModuleEx (C function)
PyImport_ImportModuleLevel (C function)
PyImport_ImportModuleLevelObject (C function)
PyImport_ImportModuleNoBlock (C function)
PyImport_ReloadModule (C function)
PyIndex_Check (C function)
PyInstanceMethod_Check (C function)
PyInstanceMethod_Function (C function)
PyInstanceMethod_GET_FUNCTION (C function)
PyInstanceMethod_New (C function)
PyInstanceMethod_Type (C variable)
PyInterpreterState (C type)
PyInterpreterState_Clear (C function)
PyInterpreterState_Delete (C function)
PyInterpreterState_Head (C function)
PyInterpreterState_New (C function)
PyInterpreterState_Next (C function)
PyInterpreterState_ThreadHead (C function)
PyIter_Check (C function)
PyIter_Next (C function)
PyList_Append (C function)
PyList_AsTuple (C function)
PyList_Check (C function)
PyList_CheckExact (C function)
PyList_ClearFreeList (C function)
PyList_GET_ITEM (C function)
PyList_GET_SIZE (C function)
PyList_GetItem (C function)
PyList_GetItem()
PyList_GetSlice (C function)
PyList_Insert (C function)
PyList_New (C function)
PyList_Reverse (C function)
PyList_SET_ITEM (C function)
PyList_SetItem (C function)
PyList_SetItem()
PyList_SetSlice (C function)
PyList_Size (C function)
PyList_Sort (C function)
PyList_Type (C variable)
PyListObject (C type)
PyLoader (class in importlib.abc)
PyLong_AsDouble (C function)
PyLong_AsLong (C function)
PyLong_AsLongAndOverflow (C function)
PyLong_AsLongLong (C function)
PyLong_AsLongLongAndOverflow (C function)
PyLong_AsSize_t (C function)
PyLong_AsSsize_t (C function)
PyLong_AsUnsignedLong (C function)
PyLong_AsUnsignedLongLong (C function)
PyLong_AsUnsignedLongLongMask (C function)
PyLong_AsUnsignedLongMask (C function)
PyLong_AsVoidPtr (C function)
PyLong_Check (C function)
PyLong_CheckExact (C function)
PyLong_FromDouble (C function)
PyLong_FromLong (C function)
PyLong_FromLongLong (C function)
PyLong_FromSize_t (C function)
PyLong_FromSsize_t (C function)
PyLong_FromString (C function)
PyLong_FromUnicode (C function)
PyLong_FromUnicodeObject (C function)
PyLong_FromUnsignedLong (C function)
PyLong_FromUnsignedLongLong (C function)
PyLong_FromVoidPtr (C function)
PyLong_Type (C variable)
PyLongObject (C type)
PyMapping_Check (C function)
PyMapping_DelItem (C function)
PyMapping_DelItemString (C function)
PyMapping_GetItemString (C function)
PyMapping_HasKey (C function)
PyMapping_HasKeyString (C function)
PyMapping_Items (C function)
PyMapping_Keys (C function)
PyMapping_Length (C function)
PyMapping_SetItemString (C function)
PyMapping_Size (C function)
PyMapping_Values (C function)
PyMappingMethods (C type)
PyMappingMethods.mp_ass_subscript (C member)
PyMappingMethods.mp_length (C member)
PyMappingMethods.mp_subscript (C member)
PyMarshal_ReadLastObjectFromFile (C function)
PyMarshal_ReadLongFromFile (C function)
PyMarshal_ReadObjectFromFile (C function)
PyMarshal_ReadObjectFromString (C function)
PyMarshal_ReadShortFromFile (C function)
PyMarshal_WriteLongToFile (C function)
PyMarshal_WriteObjectToFile (C function)
PyMarshal_WriteObjectToString (C function)
PyMem_Del (C function)
PyMem_Free (C function)
PyMem_Malloc (C function)
PyMem_New (C function)
PyMem_Realloc (C function)
PyMem_Resize (C function)
PyMemberDef (C type)
PyMemoryView_Check (C function)
PyMemoryView_FromBuffer (C function)
PyMemoryView_FromMemory (C function)
PyMemoryView_FromObject (C function)
PyMemoryView_GET_BASE (C function)
PyMemoryView_GET_BUFFER (C function)
PyMemoryView_GetContiguous (C function)
PyMethod_Check (C function)
PyMethod_ClearFreeList (C function)
PyMethod_Function (C function)
PyMethod_GET_FUNCTION (C function)
PyMethod_GET_SELF (C function)
PyMethod_New (C function)
PyMethod_Self (C function)
PyMethod_Type (C variable)
PyMethodDef (C type)
PyModule_AddIntConstant (C function)
PyModule_AddIntMacro (C function)
PyModule_AddObject (C function)
PyModule_AddStringConstant (C function)
PyModule_AddStringMacro (C function)
PyModule_Check (C function)
PyModule_CheckExact (C function)
PyModule_Create (C function)
PyModule_Create2 (C function)
PyModule_GetDef (C function)
PyModule_GetDict (C function)
PyModule_GetFilename (C function)
PyModule_GetFilenameObject (C function)
PyModule_GetName (C function)
PyModule_GetNameObject (C function)
PyModule_GetState (C function)
PyModule_New (C function)
PyModule_NewObject (C function)
PyModule_Type (C variable)
PyModuleDef (C type)
PyModuleDef.m_base (C member)
PyModuleDef.m_clear (C member)
PyModuleDef.m_doc (C member)
PyModuleDef.m_free (C member)
PyModuleDef.m_methods (C member)
PyModuleDef.m_name (C member)
PyModuleDef.m_reload (C member)
PyModuleDef.m_size (C member)
PyModuleDef.m_traverse (C member)
PyNumber_Absolute (C function)
PyNumber_Add (C function)
PyNumber_And (C function)
PyNumber_AsSsize_t (C function)
PyNumber_Check (C function)
PyNumber_Divmod (C function)
PyNumber_Float (C function)
PyNumber_FloorDivide (C function)
PyNumber_Index (C function)
PyNumber_InPlaceAdd (C function)
PyNumber_InPlaceAnd (C function)
PyNumber_InPlaceFloorDivide (C function)
PyNumber_InPlaceLshift (C function)
PyNumber_InPlaceMultiply (C function)
PyNumber_InPlaceOr (C function)
PyNumber_InPlacePower (C function)
PyNumber_InPlaceRemainder (C function)
PyNumber_InPlaceRshift (C function)
PyNumber_InPlaceSubtract (C function)
PyNumber_InPlaceTrueDivide (C function)
PyNumber_InPlaceXor (C function)
PyNumber_Invert (C function)
PyNumber_Long (C function)
PyNumber_Lshift (C function)
PyNumber_Multiply (C function)
PyNumber_Negative (C function)
PyNumber_Or (C function)
PyNumber_Positive (C function)
PyNumber_Power (C function)
PyNumber_Remainder (C function)
PyNumber_Rshift (C function)
PyNumber_Subtract (C function)
PyNumber_ToBase (C function)
PyNumber_TrueDivide (C function)
PyNumber_Xor (C function)
PyNumberMethods (C type)
PyObject (C type)
PyObject._ob_next (C member)
PyObject._ob_prev (C member)
PyObject.ob_refcnt (C member)
PyObject.ob_type (C member)
PyObject_AsCharBuffer (C function)
PyObject_ASCII (C function)
PyObject_AsFileDescriptor (C function)
PyObject_AsReadBuffer (C function)
PyObject_AsWriteBuffer (C function)
PyObject_Bytes (C function)
PyObject_Call (C function)
PyObject_CallFunction (C function)
PyObject_CallFunctionObjArgs (C function)
PyObject_CallMethod (C function)
PyObject_CallMethodObjArgs (C function)
PyObject_CallObject (C function)
PyObject_CallObject()
PyObject_CheckBuffer (C function)
PyObject_CheckReadBuffer (C function)
PyObject_Del (C function)
PyObject_DelAttr (C function)
PyObject_DelAttrString (C function)
PyObject_DelItem (C function)
PyObject_Dir (C function)
PyObject_GC_Del (C function)
PyObject_GC_New (C function)
PyObject_GC_NewVar (C function)
PyObject_GC_Resize (C function)
PyObject_GC_Track (C function)
PyObject_GC_UnTrack (C function)
PyObject_GenericGetAttr (C function)
PyObject_GenericSetAttr (C function)
PyObject_GetAttr (C function)
PyObject_GetAttrString (C function)
PyObject_GetBuffer (C function)
PyObject_GetItem (C function)
PyObject_GetIter (C function)
PyObject_HasAttr (C function)
PyObject_HasAttrString (C function)
PyObject_Hash (C function)
PyObject_HashNotImplemented (C function)
PyObject_HEAD (C macro)
PyObject_HEAD_INIT (C macro)
PyObject_Init (C function)
PyObject_InitVar (C function)
PyObject_IsInstance (C function)
PyObject_IsSubclass (C function)
PyObject_IsTrue (C function)
PyObject_Length (C function)
PyObject_New (C function)
PyObject_NewVar (C function)
PyObject_Not (C function)
PyObject_Print (C function)
PyObject_Repr (C function)
PyObject_RichCompare (C function)
PyObject_RichCompareBool (C function)
PyObject_SetAttr (C function)
PyObject_SetAttrString (C function)
PyObject_SetItem (C function)
PyObject_Size (C function)
PyObject_Str (C function)
PyObject_Type (C function)
PyObject_TypeCheck (C function)
PyObject_VAR_HEAD (C macro)
PyOS_AfterFork (C function)
PyOS_CheckStack (C function)
PyOS_double_to_string (C function)
PyOS_getsig (C function)
PyOS_setsig (C function)
PyOS_snprintf (C function)
PyOS_stricmp (C function)
PyOS_string_to_double (C function)
PyOS_strnicmp (C function)
PyOS_vsnprintf (C function)
PyParser_SimpleParseFile (C function)
PyParser_SimpleParseFileFlags (C function)
PyParser_SimpleParseString (C function)
PyParser_SimpleParseStringFlags (C function)
PyParser_SimpleParseStringFlagsFilename (C function)
PyPI
(see Python Package Index (PyPI))
PyProperty_Type (C variable)
PyPycLoader (class in importlib.abc)
PyRun_AnyFile (C function)
PyRun_AnyFileEx (C function)
PyRun_AnyFileExFlags (C function)
PyRun_AnyFileFlags (C function)
PyRun_File (C function)
PyRun_FileEx (C function)
PyRun_FileExFlags (C function)
PyRun_FileFlags (C function)
PyRun_InteractiveLoop (C function)
PyRun_InteractiveLoopFlags (C function)
PyRun_InteractiveOne (C function)
PyRun_InteractiveOneFlags (C function)
PyRun_SimpleFile (C function)
PyRun_SimpleFileEx (C function)
PyRun_SimpleFileExFlags (C function)
PyRun_SimpleString (C function)
PyRun_SimpleStringFlags (C function)
PyRun_String (C function)
PyRun_StringFlags (C function)
PySeqIter_Check (C function)
PySeqIter_New (C function)
PySeqIter_Type (C variable)
PySequence_Check (C function)
PySequence_Concat (C function)
PySequence_Contains (C function)
PySequence_Count (C function)
PySequence_DelItem (C function)
PySequence_DelSlice (C function)
PySequence_Fast (C function)
PySequence_Fast_GET_ITEM (C function)
PySequence_Fast_GET_SIZE (C function)
PySequence_Fast_ITEMS (C function)
PySequence_GetItem (C function)
PySequence_GetItem()
PySequence_GetSlice (C function)
PySequence_Index (C function)
PySequence_InPlaceConcat (C function)
PySequence_InPlaceRepeat (C function)
PySequence_ITEM (C function)
PySequence_Length (C function)
PySequence_List (C function)
PySequence_Repeat (C function)
PySequence_SetItem (C function)
PySequence_SetSlice (C function)
PySequence_Size (C function)
PySequence_Tuple (C function)
PySequenceMethods (C type)
PySequenceMethods.sq_ass_item (C member)
PySequenceMethods.sq_concat (C member)
PySequenceMethods.sq_contains (C member)
PySequenceMethods.sq_inplace_concat (C member)
PySequenceMethods.sq_inplace_repeat (C member)
PySequenceMethods.sq_item (C member)
PySequenceMethods.sq_length (C member)
PySequenceMethods.sq_repeat (C member)
PySet_Add (C function)
PySet_Check (C function)
PySet_Clear (C function)
PySet_ClearFreeList (C function)
PySet_Contains (C function)
PySet_Discard (C function)
PySet_GET_SIZE (C function)
PySet_New (C function)
PySet_Pop (C function)
PySet_Size (C function)
PySet_Type (C variable)
PySetObject (C type)
PySignal_SetWakeupFd (C function)
PySlice_Check (C function)
PySlice_GetIndices (C function)
PySlice_GetIndicesEx (C function)
PySlice_New (C function)
PySlice_Type (C variable)
PyState_AddModule (C function)
PyState_FindModule (C function)
PyState_RemoveModule (C function)
PySys_AddWarnOption (C function)
PySys_AddWarnOptionUnicode (C function)
PySys_AddXOption (C function)
PySys_FormatStderr (C function)
PySys_FormatStdout (C function)
PySys_GetObject (C function)
PySys_GetXOptions (C function)
PySys_ResetWarnOptions (C function)
PySys_SetArgv (C function)
PySys_SetArgv()
PySys_SetArgvEx (C function)
PySys_SetArgvEx(), [1]
PySys_SetObject (C function)
PySys_SetPath (C function)
PySys_WriteStderr (C function)
PySys_WriteStdout (C function)
Python 3000
Python Editor
Python Enhancement Proposals!PEP 0004
Python Enhancement Proposals!PEP 0008
Python Enhancement Proposals!PEP 0011
Python Enhancement Proposals!PEP 0205
Python Enhancement Proposals!PEP 0237
Python Enhancement Proposals!PEP 0238
Python Enhancement Proposals!PEP 0255, [1]
Python Enhancement Proposals!PEP 0274
Python Enhancement Proposals!PEP 0328
Python Enhancement Proposals!PEP 0342, [1]
Python Enhancement Proposals!PEP 0343, [1], [2]
Python Enhancement Proposals!PEP 0352
Python Enhancement Proposals!PEP 0380, [1]
Python Enhancement Proposals!PEP 100
Python Enhancement Proposals!PEP 11
Python Enhancement Proposals!PEP 205
Python Enhancement Proposals!PEP 207
Python Enhancement Proposals!PEP 208
Python Enhancement Proposals!PEP 217
Python Enhancement Proposals!PEP 218, [1], [2]
Python Enhancement Proposals!PEP 227, [1], [2]
Python Enhancement Proposals!PEP 229
Python Enhancement Proposals!PEP 230, [1]
Python Enhancement Proposals!PEP 232
Python Enhancement Proposals!PEP 234
Python Enhancement Proposals!PEP 235
Python Enhancement Proposals!PEP 236, [1], [2]
Python Enhancement Proposals!PEP 237, [1], [2], [3]
Python Enhancement Proposals!PEP 238, [1], [2], [3], [4], [5]
Python Enhancement Proposals!PEP 241
Python Enhancement Proposals!PEP 243
Python Enhancement Proposals!PEP 246
Python Enhancement Proposals!PEP 249, [1], [2], [3]
Python Enhancement Proposals!PEP 252, [1]
Python Enhancement Proposals!PEP 253, [1], [2], [3], [4]
Python Enhancement Proposals!PEP 255, [1], [2], [3], [4]
Python Enhancement Proposals!PEP 261, [1]
Python Enhancement Proposals!PEP 263, [1], [2], [3], [4], [5]
Python Enhancement Proposals!PEP 264
Python Enhancement Proposals!PEP 273, [1], [2]
Python Enhancement Proposals!PEP 275
Python Enhancement Proposals!PEP 277
Python Enhancement Proposals!PEP 278, [1]
Python Enhancement Proposals!PEP 279
Python Enhancement Proposals!PEP 282, [1], [2], [3]
Python Enhancement Proposals!PEP 285, [1]
Python Enhancement Proposals!PEP 288
Python Enhancement Proposals!PEP 289, [1], [2]
Python Enhancement Proposals!PEP 292, [1]
Python Enhancement Proposals!PEP 293
Python Enhancement Proposals!PEP 3000
Python Enhancement Proposals!PEP 301, [1]
Python Enhancement Proposals!PEP 302, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30], [31], [32], [33], [34], [35], [36], [37], [38]
Python Enhancement Proposals!PEP 305, [1]
Python Enhancement Proposals!PEP 307, [1], [2], [3]
Python Enhancement Proposals!PEP 308, [1], [2]
Python Enhancement Proposals!PEP 309
Python Enhancement Proposals!PEP 3100
Python Enhancement Proposals!PEP 3101, [1], [2], [3], [4]
Python Enhancement Proposals!PEP 3102
Python Enhancement Proposals!PEP 3104, [1]
Python Enhancement Proposals!PEP 3105, [1], [2]
Python Enhancement Proposals!PEP 3106
Python Enhancement Proposals!PEP 3107, [1], [2]
Python Enhancement Proposals!PEP 3108, [1], [2]
Python Enhancement Proposals!PEP 3109, [1]
Python Enhancement Proposals!PEP 3110, [1], [2]
Python Enhancement Proposals!PEP 3111
Python Enhancement Proposals!PEP 3112, [1]
Python Enhancement Proposals!PEP 3113
Python Enhancement Proposals!PEP 3114
Python Enhancement Proposals!PEP 3115, [1], [2], [3]
Python Enhancement Proposals!PEP 3116, [1], [2]
Python Enhancement Proposals!PEP 3118, [1], [2], [3], [4], [5]
Python Enhancement Proposals!PEP 3119, [1], [2], [3]
Python Enhancement Proposals!PEP 3120, [1], [2]
Python Enhancement Proposals!PEP 3121, [1]
Python Enhancement Proposals!PEP 3123
Python Enhancement Proposals!PEP 3127
Python Enhancement Proposals!PEP 3129, [1]
Python Enhancement Proposals!PEP 3131, [1], [2]
Python Enhancement Proposals!PEP 3132, [1]
Python Enhancement Proposals!PEP 3134, [1], [2]
Python Enhancement Proposals!PEP 3135, [1]
Python Enhancement Proposals!PEP 3137
Python Enhancement Proposals!PEP 3138
Python Enhancement Proposals!PEP 314, [1]
Python Enhancement Proposals!PEP 3141, [1], [2]
Python Enhancement Proposals!PEP 3144
Python Enhancement Proposals!PEP 3147, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16]
Python Enhancement Proposals!PEP 3148, [1]
Python Enhancement Proposals!PEP 3149, [1]
Python Enhancement Proposals!PEP 3151, [1], [2], [3], [4], [5]
Python Enhancement Proposals!PEP 3155, [1]
Python Enhancement Proposals!PEP 318, [1], [2]
Python Enhancement Proposals!PEP 322, [1]
Python Enhancement Proposals!PEP 324, [1]
Python Enhancement Proposals!PEP 325
Python Enhancement Proposals!PEP 327
Python Enhancement Proposals!PEP 328, [1], [2], [3], [4], [5], [6], [7], [8], [9]
Python Enhancement Proposals!PEP 331
Python Enhancement Proposals!PEP 333, [1], [2]
Python Enhancement Proposals!PEP 3333, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14]
Python Enhancement Proposals!PEP 338, [1], [2], [3]
Python Enhancement Proposals!PEP 339
Python Enhancement Proposals!PEP 341
Python Enhancement Proposals!PEP 342, [1], [2], [3], [4]
Python Enhancement Proposals!PEP 343, [1], [2], [3]
Python Enhancement Proposals!PEP 347
Python Enhancement Proposals!PEP 352, [1]
Python Enhancement Proposals!PEP 353, [1], [2]
Python Enhancement Proposals!PEP 356
Python Enhancement Proposals!PEP 357
Python Enhancement Proposals!PEP 361
Python Enhancement Proposals!PEP 362, [1], [2], [3]
Python Enhancement Proposals!PEP 366, [1], [2], [3], [4], [5], [6]
Python Enhancement Proposals!PEP 370, [1], [2], [3], [4]
Python Enhancement Proposals!PEP 371
Python Enhancement Proposals!PEP 372, [1]
Python Enhancement Proposals!PEP 373
Python Enhancement Proposals!PEP 378, [1], [2]
Python Enhancement Proposals!PEP 380
Python Enhancement Proposals!PEP 383, [1], [2], [3], [4], [5]
Python Enhancement Proposals!PEP 384
Python Enhancement Proposals!PEP 385
Python Enhancement Proposals!PEP 389, [1]
Python Enhancement Proposals!PEP 391, [1]
Python Enhancement Proposals!PEP 392
Python Enhancement Proposals!PEP 393, [1], [2], [3], [4], [5], [6], [7], [8], [9]
Python Enhancement Proposals!PEP 397, [1]
Python Enhancement Proposals!PEP 398
Python Enhancement Proposals!PEP 405
Python Enhancement Proposals!PEP 409
Python Enhancement Proposals!PEP 411
Python Enhancement Proposals!PEP 412
Python Enhancement Proposals!PEP 414, [1]
Python Enhancement Proposals!PEP 418
Python Enhancement Proposals!PEP 420, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12]
Python Enhancement Proposals!PEP 421
Python Enhancement Proposals!PEP 5, [1]
Python Enhancement Proposals!PEP 6
Python Enhancement Proposals!PEP 8, [1], [2], [3]
Python Package Index (PyPI)
.pypirc file
PYTHON*
python_branch() (in module platform)
python_build() (in module platform)
python_compiler() (in module platform)
PYTHON_DOM
python_implementation() (in module platform)
python_revision() (in module platform)
python_version() (in module platform)
python_version_tuple() (in module platform)
PYTHONCASEOK
PYTHONDEBUG
PYTHONDOCS
PYTHONDONTWRITEBYTECODE, [1], [2], [3]
PYTHONDUMPREFS
PYTHONFAULTHANDLER, [1]
PYTHONHASHSEED, [1], [2], [3], [4]
PYTHONHOME, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]
Pythonic
PYTHONINSPECT, [1]
PYTHONIOENCODING, [1]
PYTHONNOUSERSITE, [1], [2]
PYTHONOPTIMIZE
PYTHONPATH, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17]
PYTHONSTARTUP, [1], [2], [3], [4], [5]
PYTHONUNBUFFERED
PYTHONUSERBASE, [1], [2]
PYTHONVERBOSE
PYTHONWARNINGS, [1], [2], [3]
PyThreadState, [1]
(C type)
PyThreadState_Clear (C function)
PyThreadState_Delete (C function)
PyThreadState_Get (C function)
PyThreadState_GetDict (C function)
PyThreadState_New (C function)
PyThreadState_Next (C function)
PyThreadState_SetAsyncExc (C function)
PyThreadState_Swap (C function)
PyTime_Check (C function)
PyTime_CheckExact (C function)
PyTime_FromTime (C function)
PyTrace_C_CALL (C variable)
PyTrace_C_EXCEPTION (C variable)
PyTrace_C_RETURN (C variable)
PyTrace_CALL (C variable)
PyTrace_EXCEPTION (C variable)
PyTrace_LINE (C variable)
PyTrace_RETURN (C variable)
PyTuple_Check (C function)
PyTuple_CheckExact (C function)
PyTuple_ClearFreeList (C function)
PyTuple_GET_ITEM (C function)
PyTuple_GET_SIZE (C function)
PyTuple_GetItem (C function)
PyTuple_GetSlice (C function)
PyTuple_New (C function)
PyTuple_Pack (C function)
PyTuple_SET_ITEM (C function)
PyTuple_SetItem (C function)
PyTuple_SetItem()
PyTuple_Size (C function)
PyTuple_Type (C variable)
PyTupleObject (C type)
PyType_Check (C function)
PyType_CheckExact (C function)
PyType_ClearCache (C function)
PyType_FromSpec (C function)
PyType_FromSpecWithBases (C function)
PyType_GenericAlloc (C function)
PyType_GenericGetDict (C function)
PyType_GenericNew (C function)
PyType_GenericSetDict (C function)
PyType_GetFlags (C function)
PyType_HasFeature (C function)
PyType_IS_GC (C function)
PyType_IsSubtype (C function)
PyType_Modified (C function)
PyType_Ready (C function)
PyType_Type (C variable)
PyTypeObject (C type)
PyTypeObject.tp_alloc (C member)
PyTypeObject.tp_allocs (C member)
PyTypeObject.tp_as_buffer (C member)
PyTypeObject.tp_base (C member)
PyTypeObject.tp_bases (C member)
PyTypeObject.tp_basicsize (C member)
PyTypeObject.tp_cache (C member)
PyTypeObject.tp_call (C member)
PyTypeObject.tp_clear (C member)
PyTypeObject.tp_dealloc (C member)
PyTypeObject.tp_descr_get (C member)
PyTypeObject.tp_descr_set (C member)
PyTypeObject.tp_dict (C member)
PyTypeObject.tp_dictoffset (C member)
PyTypeObject.tp_doc (C member)
PyTypeObject.tp_flags (C member)
PyTypeObject.tp_free (C member)
PyTypeObject.tp_frees (C member)
PyTypeObject.tp_getattr (C member)
PyTypeObject.tp_getattro (C member)
PyTypeObject.tp_getset (C member)
PyTypeObject.tp_hash (C member)
PyTypeObject.tp_init (C member)
PyTypeObject.tp_is_gc (C member)
PyTypeObject.tp_itemsize (C member)
PyTypeObject.tp_iter (C member)
PyTypeObject.tp_iternext (C member)
PyTypeObject.tp_maxalloc (C member)
PyTypeObject.tp_members (C member)
PyTypeObject.tp_methods (C member)
PyTypeObject.tp_mro (C member)
PyTypeObject.tp_name (C member)
PyTypeObject.tp_new (C member)
PyTypeObject.tp_next (C member)
PyTypeObject.tp_print (C member)
PyTypeObject.tp_repr (C member)
PyTypeObject.tp_reserved (C member)
PyTypeObject.tp_richcompare (C member)
PyTypeObject.tp_setattr (C member)
PyTypeObject.tp_setattro (C member)
PyTypeObject.tp_str (C member)
PyTypeObject.tp_subclasses (C member)
PyTypeObject.tp_traverse (C member)
PyTypeObject.tp_weaklist (C member)
PyTypeObject.tp_weaklistoffset (C member)
PyTZInfo_Check (C function)
PyTZInfo_CheckExact (C function)
PyUnicode_1BYTE_DATA (C function)
PyUnicode_1BYTE_KIND (C macro)
PyUnicode_2BYTE_DATA (C function)
PyUnicode_2BYTE_KIND (C macro)
PyUnicode_4BYTE_DATA (C function)
PyUnicode_4BYTE_KIND (C macro)
PyUnicode_AS_DATA (C function)
PyUnicode_AS_UNICODE (C function)
PyUnicode_AsASCIIString (C function)
PyUnicode_AsCharmapString (C function)
PyUnicode_AsEncodedString (C function)
PyUnicode_AsLatin1String (C function)
PyUnicode_AsMBCSString (C function)
PyUnicode_AsRawUnicodeEscapeString (C function)
PyUnicode_AsUCS4 (C function)
PyUnicode_AsUCS4Copy (C function)
PyUnicode_AsUnicode (C function)
PyUnicode_AsUnicodeAndSize (C function)
PyUnicode_AsUnicodeCopy (C function)
PyUnicode_AsUnicodeEscapeString (C function)
PyUnicode_AsUTF16String (C function)
PyUnicode_AsUTF32String (C function)
PyUnicode_AsUTF8 (C function)
PyUnicode_AsUTF8AndSize (C function)
PyUnicode_AsUTF8String (C function)
PyUnicode_AsWideChar (C function)
PyUnicode_AsWideCharString (C function)
PyUnicode_Check (C function)
PyUnicode_CheckExact (C function)
PyUnicode_ClearFreeList (C function)
PyUnicode_Compare (C function)
PyUnicode_CompareWithASCIIString (C function)
PyUnicode_Concat (C function)
PyUnicode_Contains (C function)
PyUnicode_CopyCharacters (C function)
PyUnicode_Count (C function)
PyUnicode_DATA (C function)
PyUnicode_Decode (C function)
PyUnicode_DecodeASCII (C function)
PyUnicode_DecodeCharmap (C function)
PyUnicode_DecodeFSDefault (C function)
PyUnicode_DecodeFSDefaultAndSize (C function)
PyUnicode_DecodeLatin1 (C function)
PyUnicode_DecodeLocale (C function)
PyUnicode_DecodeLocaleAndSize (C function)
PyUnicode_DecodeMBCS (C function)
PyUnicode_DecodeMBCSStateful (C function)
PyUnicode_DecodeRawUnicodeEscape (C function)
PyUnicode_DecodeUnicodeEscape (C function)
PyUnicode_DecodeUTF16 (C function)
PyUnicode_DecodeUTF16Stateful (C function)
PyUnicode_DecodeUTF32 (C function)
PyUnicode_DecodeUTF32Stateful (C function)
PyUnicode_DecodeUTF7 (C function)
PyUnicode_DecodeUTF7Stateful (C function)
PyUnicode_DecodeUTF8 (C function)
PyUnicode_DecodeUTF8Stateful (C function)
PyUnicode_Encode (C function)
PyUnicode_EncodeASCII (C function)
PyUnicode_EncodeCharmap (C function)
PyUnicode_EncodeCodePage (C function)
PyUnicode_EncodeFSDefault (C function)
PyUnicode_EncodeLatin1 (C function)
PyUnicode_EncodeLocale (C function)
PyUnicode_EncodeMBCS (C function)
PyUnicode_EncodeRawUnicodeEscape (C function)
PyUnicode_EncodeUnicodeEscape (C function)
PyUnicode_EncodeUTF16 (C function)
PyUnicode_EncodeUTF32 (C function)
PyUnicode_EncodeUTF7 (C function)
PyUnicode_EncodeUTF8 (C function)
PyUnicode_Fill (C function)
PyUnicode_Find (C function)
PyUnicode_FindChar (C function)
PyUnicode_Format (C function)
PyUnicode_FromEncodedObject (C function)
PyUnicode_FromFormat (C function)
PyUnicode_FromFormatV (C function)
PyUnicode_FromKindAndData (C function)
PyUnicode_FromObject (C function)
PyUnicode_FromString (C function)
PyUnicode_FromString()
PyUnicode_FromStringAndSize (C function)
PyUnicode_FromUnicode (C function)
PyUnicode_FromWideChar (C function)
PyUnicode_FSConverter (C function)
PyUnicode_FSDecoder (C function)
PyUnicode_GET_DATA_SIZE (C function)
PyUnicode_GET_LENGTH (C function)
PyUnicode_GET_SIZE (C function)
PyUnicode_GetLength (C function)
PyUnicode_GetSize (C function)
PyUnicode_InternFromString (C function)
PyUnicode_InternInPlace (C function)
PyUnicode_Join (C function)
PyUnicode_KIND (C function)
PyUnicode_MAX_CHAR_VALUE (C function)
PyUnicode_New (C function)
PyUnicode_READ (C function)
PyUnicode_READ_CHAR (C function)
PyUnicode_ReadChar (C function)
PyUnicode_READY (C function)
PyUnicode_Replace (C function)
PyUnicode_RichCompare (C function)
PyUnicode_Split (C function)
PyUnicode_Splitlines (C function)
PyUnicode_Substring (C function)
PyUnicode_Tailmatch (C function)
PyUnicode_TransformDecimalToASCII (C function)
PyUnicode_Translate (C function)
PyUnicode_TranslateCharmap (C function)
PyUnicode_Type (C variable)
PyUnicode_WCHAR_KIND (C macro)
PyUnicode_WRITE (C function)
PyUnicode_WriteChar (C function)
PyUnicodeDecodeError_Create (C function)
PyUnicodeDecodeError_GetEncoding (C function)
PyUnicodeDecodeError_GetEnd (C function)
PyUnicodeDecodeError_GetObject (C function)
PyUnicodeDecodeError_GetReason (C function)
PyUnicodeDecodeError_GetStart (C function)
PyUnicodeDecodeError_SetEnd (C function)
PyUnicodeDecodeError_SetReason (C function)
PyUnicodeDecodeError_SetStart (C function)
PyUnicodeEncodeError_Create (C function)
PyUnicodeEncodeError_GetEncoding (C function)
PyUnicodeEncodeError_GetEnd (C function)
PyUnicodeEncodeError_GetObject (C function)
PyUnicodeEncodeError_GetReason (C function)
PyUnicodeEncodeError_GetStart (C function)
PyUnicodeEncodeError_SetEnd (C function)
PyUnicodeEncodeError_SetReason (C function)
PyUnicodeEncodeError_SetStart (C function)
PyUnicodeObject (C type)
PyUnicodeTranslateError_Create (C function)
PyUnicodeTranslateError_GetEnd (C function)
PyUnicodeTranslateError_GetObject (C function)
PyUnicodeTranslateError_GetReason (C function)
PyUnicodeTranslateError_GetStart (C function)
PyUnicodeTranslateError_SetEnd (C function)
PyUnicodeTranslateError_SetReason (C function)
PyUnicodeTranslateError_SetStart (C function)
PyVarObject (C type)
PyVarObject.ob_size (C member)
PyVarObject_HEAD_INIT (C macro)
PyWeakref_Check (C function)
PyWeakref_CheckProxy (C function)
PyWeakref_CheckRef (C function)
PyWeakref_GET_OBJECT (C function)
PyWeakref_GetObject (C function)
PyWeakref_NewProxy (C function)
PyWeakref_NewRef (C function)
PyWrapper_New (C function)
PyZipFile (class in zipfile)

Q

qiflush() (in module curses)
QName (class in xml.etree.ElementTree)
qsize() (multiprocessing.Queue method)
(queue.Queue method)
qualified name
quantize() (decimal.Context method)
(decimal.Decimal method)
QueryInfoKey() (in module winreg)
QueryReflectionKey() (in module winreg)
QueryValue() (in module winreg)
QueryValueEx() (in module winreg)
Queue (class in multiprocessing)
(class in queue)
queue (module)
(sched.scheduler attribute)
Queue() (multiprocessing.managers.SyncManager method)
QueueHandler (class in logging.handlers)
QueueListener (class in logging.handlers)
quick_ratio() (difflib.SequenceMatcher method)
quit (built-in variable)
(pdb command)
quit() (ftplib.FTP method)
(nntplib.NNTP method)
(poplib.POP3 method)
(smtplib.SMTP method)
quopri (module)
quote() (in module email.utils)
(in module shlex)
(in module urllib.parse)
QUOTE_ALL (in module csv)
quote_from_bytes() (in module urllib.parse)
QUOTE_MINIMAL (in module csv)
QUOTE_NONE (in module csv)
QUOTE_NONNUMERIC (in module csv)
quote_plus() (in module urllib.parse)
quoteattr() (in module xml.sax.saxutils)
quotechar (csv.Dialect attribute)
quoted-printable
encoding
quotes (shlex.shlex attribute)
quoting (csv.Dialect attribute)

R

R_OK (in module os)
radians() (in module math)
(in module turtle)
RadioButtonGroup (class in msilib)
radiogroup() (msilib.Dialog method)
radix() (decimal.Context method)
(decimal.Decimal method)
RADIXCHAR (in module locale)
raise
statement, [1]
raise (2to3 fixer)
raise an exception
raise_on_defect (email.policy.Policy attribute)
RAISE_VARARGS (opcode)
raising
exception
RAND_add() (in module ssl)
RAND_bytes() (in module ssl)
RAND_egd() (in module ssl)
RAND_pseudo_bytes() (in module ssl)
RAND_status() (in module ssl)
randint() (in module random)
random (module)
random() (in module random)
randrange() (in module random)
range
built-in function
object
range (built-in class)
RARROW (in module token)
ratecv() (in module audioop)
ratio() (difflib.SequenceMatcher method)
Rational (class in numbers)
raw (io.BufferedIOBase attribute)
raw string
raw() (in module curses)
raw_decode() (json.JSONDecoder method)
raw_input (2to3 fixer)
raw_input() (code.InteractiveConsole method)
RawArray() (in module multiprocessing.sharedctypes)
RawConfigParser (class in configparser)
RawDescriptionHelpFormatter (class in argparse)
RawIOBase (class in io)
RawPen (class in turtle)
RawTextHelpFormatter (class in argparse)
RawTurtle (class in turtle)
RawValue() (in module multiprocessing.sharedctypes)
RBRACE (in module token)
rcpttos (smtpd.SMTPChannel attribute)
re
module, [1]
re (module)
(re.match attribute)
read() (chunk.Chunk method)
(codecs.StreamReader method)
(configparser.ConfigParser method)
(http.client.HTTPResponse method)
(imaplib.IMAP4 method)
(in module mmap)
(in module os)
(io.BufferedIOBase method)
(io.BufferedReader method)
(io.RawIOBase method)
(io.TextIOBase method)
(mimetypes.MimeTypes method)
(ossaudiodev.oss_audio_device method)
(urllib.robotparser.RobotFileParser method)
(zipfile.ZipFile method)
read1() (io.BufferedIOBase method)
(io.BufferedReader method)
(io.BytesIO method)
read_all() (telnetlib.Telnet method)
read_byte() (in module mmap)
read_dict() (configparser.ConfigParser method)
read_eager() (telnetlib.Telnet method)
read_environ() (in module wsgiref.handlers)
read_file() (configparser.ConfigParser method)
read_history_file() (in module readline)
read_init_file() (in module readline)
read_lazy() (telnetlib.Telnet method)
read_mime_types() (in module mimetypes)
READ_RESTRICTED
read_sb_data() (telnetlib.Telnet method)
read_some() (telnetlib.Telnet method)
read_string() (configparser.ConfigParser method)
read_token() (shlex.shlex method)
read_until() (telnetlib.Telnet method)
read_very_eager() (telnetlib.Telnet method)
read_very_lazy() (telnetlib.Telnet method)
read_windows_registry() (mimetypes.MimeTypes method)
readable() (asyncore.dispatcher method)
(io.IOBase method)
readall() (io.RawIOBase method)
reader() (in module csv)
ReadError
readfp() (configparser.ConfigParser method)
(mimetypes.MimeTypes method)
readframes() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
readinto() (http.client.HTTPResponse method)
(io.BufferedIOBase method)
(io.RawIOBase method)
readline
module
readline (module)
readline() (codecs.StreamReader method)
(distutils.text_file.TextFile method)
(file method)
(imaplib.IMAP4 method)
(in module mmap)
(io.IOBase method)
(io.TextIOBase method)
readlines() (codecs.StreamReader method)
(distutils.text_file.TextFile method)
(io.IOBase method)
readlink() (in module os)
readmodule() (in module pyclbr)
readmodule_ex() (in module pyclbr)
READONLY
readonly (memoryview attribute)
readPlist() (in module plistlib)
readPlistFromBytes() (in module plistlib)
readv() (in module os)
ready() (multiprocessing.pool.AsyncResult method)
Real (class in numbers)
real (numbers.Complex attribute)
Real Media File Format
real_quick_ratio() (difflib.SequenceMatcher method)
realloc()
realpath() (in module os.path)
reason (http.client.HTTPResponse attribute)
(UnicodeError attribute)
(ssl.SSLError attribute)
(urllib.error.HTTPError attribute)
(urllib.error.URLError attribute)
reattach() (tkinter.ttk.Treeview method)
rebinding
name
reccontrols() (ossaudiodev.oss_mixer_device method)
received_data (smtpd.SMTPChannel attribute)
received_lines (smtpd.SMTPChannel attribute)
recent() (imaplib.IMAP4 method)
rect() (in module cmath)
rectangle() (in module curses.textpad)
recursive_repr() (in module reprlib)
recv() (asyncore.dispatcher method)
(multiprocessing.Connection method)
(socket.socket method)
recv_bytes() (multiprocessing.Connection method)
recv_bytes_into() (multiprocessing.Connection method)
recv_into() (socket.socket method)
recvfrom() (socket.socket method)
recvfrom_into() (socket.socket method)
recvmsg() (socket.socket method)
recvmsg_into() (socket.socket method)
redirect_request() (urllib.request.HTTPRedirectHandler method)
redisplay() (in module readline)
redrawln() (curses.window method)
redrawwin() (curses.window method)
reduce (2to3 fixer)
reduce() (in module functools)
ref (class in weakref)
reference
attribute
reference count
reference counting
ReferenceError, [1]
ReferenceType (in module weakref)
refold_source (email.policy.EmailPolicy attribute)
refresh() (curses.window method)
REG_BINARY (in module winreg)
REG_DWORD (in module winreg)
REG_DWORD_BIG_ENDIAN (in module winreg)
REG_DWORD_LITTLE_ENDIAN (in module winreg)
REG_EXPAND_SZ (in module winreg)
REG_FULL_RESOURCE_DESCRIPTOR (in module winreg)
REG_LINK (in module winreg)
REG_MULTI_SZ (in module winreg)
REG_NONE (in module winreg)
REG_RESOURCE_LIST (in module winreg)
REG_RESOURCE_REQUIREMENTS_LIST (in module winreg)
REG_SZ (in module winreg)
register() (abc.ABCMeta method)
(in module atexit)
(in module codecs)
(in module faulthandler)
(in module webbrowser)
(multiprocessing.managers.BaseManager method)
(select.devpoll method)
(select.epoll method)
(select.poll method)
register_adapter() (in module sqlite3)
register_archive_format() (in module shutil)
register_converter() (in module sqlite3)
register_defect() (email.policy.Policy method)
register_dialect() (in module csv)
register_error() (in module codecs)
register_function() (xmlrpc.server.CGIXMLRPCRequestHandler method)
(xmlrpc.server.SimpleXMLRPCServer method)
register_instance() (xmlrpc.server.CGIXMLRPCRequestHandler method)
(xmlrpc.server.SimpleXMLRPCServer method)
register_introspection_functions() (xmlrpc.server.CGIXMLRPCRequestHandler method)
(xmlrpc.server.SimpleXMLRPCServer method)
register_multicall_functions() (xmlrpc.server.CGIXMLRPCRequestHandler method)
(xmlrpc.server.SimpleXMLRPCServer method)
register_namespace() (in module xml.etree.ElementTree)
register_optionflag() (in module doctest)
register_shape() (in module turtle)
register_unpack_format() (in module shutil)
registerDOMImplementation() (in module xml.dom)
registerResult() (in module unittest)
regular
package
regular package
relative
URL
import
release() (_thread.lock method)
(in module platform)
(logging.Handler method)
(memoryview method)
(threading.Condition method)
(threading.Lock method)
(threading.RLock method)
(threading.Semaphore method)
release_lock() (in module imp)
reload() (in module imp)
relpath() (in module os.path)
remainder() (decimal.Context method)
remainder_near() (decimal.Context method)
(decimal.Decimal method)
remove() (array.array method)
(collections.deque method)
(in module os)
(mailbox.MH method)
(mailbox.Mailbox method)
(sequence method)
(set method)
(xml.etree.ElementTree.Element method)
remove_flag() (mailbox.MaildirMessage method)
(mailbox.MMDFMessage method)
(mailbox.mboxMessage method)
remove_folder() (mailbox.Maildir method)
(mailbox.MH method)
remove_history_item() (in module readline)
remove_label() (mailbox.BabylMessage method)
remove_option() (configparser.ConfigParser method)
(optparse.OptionParser method)
remove_pyc() (msilib.Directory method)
remove_section() (configparser.ConfigParser method)
remove_sequence() (mailbox.MHMessage method)
remove_tree() (in module distutils.dir_util)
removeAttribute() (xml.dom.Element method)
removeAttributeNode() (xml.dom.Element method)
removeAttributeNS() (xml.dom.Element method)
removeChild() (xml.dom.Node method)
removedirs() (in module os)
removeFilter() (logging.Handler method)
(logging.Logger method)
removeHandler() (in module unittest)
(logging.Logger method)
removeResult() (in module unittest)
removexattr() (in module os)
rename() (ftplib.FTP method)
(imaplib.IMAP4 method)
(in module os)
renames (2to3 fixer)
renames() (in module os)
reorganize() (dbm.gnu.gdbm method)
repeat() (in module itertools)
(in module timeit)
(timeit.Timer method)
repetition
operation
replace() (curses.panel.Panel method)
(datetime.date method)
(datetime.datetime method)
(datetime.time method)
(in module os)
(inspect.Parameter method)
(inspect.Signature method)
(str method)
replace_errors() (in module codecs)
replace_header() (email.message.Message method)
replace_history_item() (in module readline)
replace_whitespace (textwrap.TextWrapper attribute)
replaceChild() (xml.dom.Node method)
ReplacePackage() (in module modulefinder)
report() (filecmp.dircmp method)
(modulefinder.ModuleFinder method)
REPORT_CDIFF (in module doctest)
report_failure() (doctest.DocTestRunner method)
report_full_closure() (filecmp.dircmp method)
REPORT_NDIFF (in module doctest)
REPORT_ONLY_FIRST_FAILURE (in module doctest)
report_partial_closure() (filecmp.dircmp method)
report_start() (doctest.DocTestRunner method)
report_success() (doctest.DocTestRunner method)
REPORT_UDIFF (in module doctest)
report_unexpected_exception() (doctest.DocTestRunner method)
REPORTING_FLAGS (in module doctest)
repr
built-in function, [1], [2], [3]
repr (2to3 fixer)
Repr (class in reprlib)
repr() (built-in function)
__repr__() (object method)
repr() (in module reprlib)
(reprlib.Repr method)
repr1() (reprlib.Repr method)
representation
integer
reprlib (module)
Request (class in urllib.request)
request() (http.client.HTTPConnection method)
request_queue_size (socketserver.BaseServer attribute)
request_uri() (in module wsgiref.util)
request_version (http.server.BaseHTTPRequestHandler attribute)
RequestHandlerClass (socketserver.BaseServer attribute)
requires() (in module test.support)
reserved (zipfile.ZipInfo attribute)
reserved word
RESERVED_FUTURE (in module uuid)
RESERVED_MICROSOFT (in module uuid)
RESERVED_NCS (in module uuid)
reset() (bdb.Bdb method)
(codecs.IncrementalDecoder method)
(codecs.IncrementalEncoder method)
(codecs.StreamReader method)
(codecs.StreamWriter method)
(html.parser.HTMLParser method)
(in module turtle), [1]
(ossaudiodev.oss_audio_device method)
(pipes.Template method)
(threading.Barrier method)
(xdrlib.Packer method)
(xdrlib.Unpacker method)
(xml.dom.pulldom.DOMEventStream method)
(xml.sax.xmlreader.IncrementalParser method)
reset_mock() (unittest.mock.Mock method)
reset_prog_mode() (in module curses)
reset_shell_mode() (in module curses)
resetbuffer() (code.InteractiveConsole method)
resetlocale() (in module locale)
resetscreen() (in module turtle)
resetty() (in module curses)
resetwarnings() (in module warnings)
resize() (curses.window method)
(in module ctypes)
(in module mmap)
resize_term() (in module curses)
resizemode() (in module turtle)
resizeterm() (in module curses)
resolution (datetime.date attribute)
(datetime.datetime attribute)
(datetime.time attribute)
(datetime.timedelta attribute)
resolve_name() (in module importlib.util)
resolveEntity() (xml.sax.handler.EntityResolver method)
resource (module)
ResourceDenied
ResourceLoader (class in importlib.abc)
ResourceWarning
response (nntplib.NNTPError attribute)
response() (imaplib.IMAP4 method)
ResponseNotReady
responses (http.server.BaseHTTPRequestHandler attribute)
(in module http.client)
restart (pdb command)
restore() (in module difflib)
RESTRICTED
restricted
execution
restype (ctypes._FuncPtr attribute)
result() (concurrent.futures.Future method)
results() (trace.Trace method)
retr() (poplib.POP3 method)
retrbinary() (ftplib.FTP method)
retrieve() (urllib.request.URLopener method)
retrlines() (ftplib.FTP method)
return
statement, [1], [2]
return (pdb command)
return_annotation (inspect.Signature attribute)
return_ok() (http.cookiejar.CookiePolicy method)
RETURN_VALUE (opcode)
return_value (unittest.mock.Mock attribute)
returncode (subprocess.CalledProcessError attribute)
(subprocess.Popen attribute)
reverse() (array.array method)
(collections.deque method)
(in module audioop)
(sequence method)
reverse_order() (pstats.Stats method)
reversed() (built-in function)
revert() (http.cookiejar.FileCookieJar method)
rewind() (aifc.aifc method)
(sunau.AU_read method)
(wave.Wave_read method)
RFC
RFC 1014, [1]
RFC 1123
RFC 1321
RFC 1422
RFC 1521, [1], [2]
RFC 1522, [1]
RFC 1524, [1]
RFC 1725
RFC 1730
RFC 1738
RFC 1750
RFC 1766, [1]
RFC 1808, [1]
RFC 1832, [1]
RFC 1869, [1]
RFC 1870, [1], [2]
RFC 1894
RFC 1918
RFC 2033
RFC 2045, [1], [2], [3], [4], [5], [6], [7]
RFC 2046, [1]
RFC 2047, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12]
RFC 2060, [1]
RFC 2068
RFC 2104, [1]
RFC 2109, [1], [2], [3], [4], [5], [6]
RFC 2231, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12]
RFC 2342
RFC 2368
RFC 2373, [1], [2]
RFC 2396, [1]
RFC 2487
RFC 2616, [1], [2], [3], [4], [5]
RFC 2732, [1], [2]
RFC 2774
RFC 2817
RFC 2818, [1]
RFC 2821
RFC 2822, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19], [20], [21], [22], [23], [24], [25], [26], [27], [28], [29], [30]
RFC 2964
RFC 2965, [1], [2], [3]
RFC 2980, [1]
RFC 3056
RFC 3171
RFC 3207
RFC 3229
RFC 3280
RFC 3330
RFC 3454
RFC 3490, [1], [2], [3], [4]
RFC 3492, [1]
RFC 3493
RFC 3542
RFC 3548, [1]
RFC 3659
RFC 3879
RFC 3927
RFC 3977, [1], [2], [3], [4]
RFC 3986, [1], [2], [3]
RFC 4122, [1], [2], [3], [4]
RFC 4158
RFC 4180
RFC 4193, [1]
RFC 4217
RFC 4291
RFC 4366
RFC 4380
RFC 4627, [1]
RFC 4642
RFC 5321, [1], [2]
RFC 5322, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13]
RFC 5375
RFC 5929
RFC 6585, [1], [2], [3], [4]
RFC 821, [1]
RFC 822, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]
RFC 854, [1]
RFC 959
RFC 977
rfc2109 (http.cookiejar.Cookie attribute)
rfc2109_as_netscape (http.cookiejar.DefaultCookiePolicy attribute)
rfc2965 (http.cookiejar.CookiePolicy attribute)
rfc822_escape() (in module distutils.util)
RFC_4122 (in module uuid)
rfile (http.server.BaseHTTPRequestHandler attribute)
rfind() (in module mmap)
(str method)
rgb_to_hls() (in module colorsys)
rgb_to_hsv() (in module colorsys)
rgb_to_yiq() (in module colorsys)
right (filecmp.dircmp attribute)
right() (in module turtle)
right_list (filecmp.dircmp attribute)
right_only (filecmp.dircmp attribute)
RIGHTSHIFT (in module token)
RIGHTSHIFTEQUAL (in module token)
rindex() (str method)
rjust() (str method)
rlcompleter
module
rlcompleter (module)
rlecode_hqx() (in module binascii)
rledecode_hqx() (in module binascii)
RLIM_INFINITY (in module resource)
RLIMIT_AS (in module resource)
RLIMIT_CORE (in module resource)
RLIMIT_CPU (in module resource)
RLIMIT_DATA (in module resource)
RLIMIT_FSIZE (in module resource)
RLIMIT_MEMLOCK (in module resource)
RLIMIT_NOFILE (in module resource)
RLIMIT_NPROC (in module resource)
RLIMIT_OFILE (in module resource)
RLIMIT_RSS (in module resource)
RLIMIT_STACK (in module resource)
RLIMIT_VMEM (in module resource)
RLock (class in multiprocessing)
(class in threading)
RLock() (multiprocessing.managers.SyncManager method)
rmd() (ftplib.FTP method)
rmdir() (in module os)
RMFF
rms() (in module audioop)
rmtree() (in module shutil)
RobotFileParser (class in urllib.robotparser)
robots.txt
rollback() (sqlite3.Connection method)
ROT_THREE (opcode)
ROT_TWO (opcode)
rotate() (collections.deque method)
(decimal.Context method)
(decimal.Decimal method)
(logging.handlers.BaseRotatingHandler method)
RotatingFileHandler (class in logging.handlers)
rotation_filename() (logging.handlers.BaseRotatingHandler method)
rotator (logging.handlers.BaseRotatingHandler attribute)
round
built-in function
round() (built-in function)
ROUND_05UP (in module decimal)
ROUND_CEILING (in module decimal)
ROUND_DOWN (in module decimal)
ROUND_FLOOR (in module decimal)
ROUND_HALF_DOWN (in module decimal)
ROUND_HALF_EVEN (in module decimal)
ROUND_HALF_UP (in module decimal)
ROUND_UP (in module decimal)
Rounded (class in decimal)
Row (class in sqlite3)
row_factory (sqlite3.Connection attribute)
rowcount (sqlite3.Cursor attribute)
RPAR (in module token)
rpartition() (str method)
rpc_paths (xmlrpc.server.SimpleXMLRPCRequestHandler attribute)
rpop() (poplib.POP3 method)
rset() (poplib.POP3 method)
rshift() (in module operator)
rsplit() (str method)
RSQB (in module token)
rstrip() (str method)
rt() (in module turtle)
RTLD_DEEPBIND (in module os)
RTLD_GLOBAL (in module os)
RTLD_LAZY (in module os)
RTLD_LOCAL (in module os)
RTLD_NODELETE (in module os)
RTLD_NOLOAD (in module os)
RTLD_NOW (in module os)
ruler (cmd.Cmd attribute)
run (pdb command)
Run script
run() (bdb.Bdb method)
(distutils.cmd.Command method)
(doctest.DocTestRunner method)
(in module pdb)
(in module profile)
(multiprocessing.Process method)
(pdb.Pdb method)
(profile.Profile method)
(sched.scheduler method)
(threading.Thread method)
(trace.Trace method)
(unittest.TestCase method)
(unittest.TestSuite method)
(wsgiref.handlers.BaseHandler method)
run_docstring_examples() (in module doctest)
run_doctest() (in module test.support)
run_module() (in module runpy)
run_path() (in module runpy)
run_script() (modulefinder.ModuleFinder method)
run_setup() (in module distutils.core)
run_unittest() (in module test.support)
run_with_locale() (in module test.support)
runcall() (bdb.Bdb method)
(in module pdb)
(pdb.Pdb method)
(profile.Profile method)
runcode() (code.InteractiveInterpreter method)
runctx() (bdb.Bdb method)
(in module profile)
(profile.Profile method)
(trace.Trace method)
runeval() (bdb.Bdb method)
(in module pdb)
(pdb.Pdb method)
runfunc() (trace.Trace method)
running() (concurrent.futures.Future method)
runpy (module)
runsource() (code.InteractiveInterpreter method)
runtime_library_dir_option() (distutils.ccompiler.CCompiler method)
RuntimeError
RuntimeWarning
RUSAGE_BOTH (in module resource)
RUSAGE_CHILDREN (in module resource)
RUSAGE_SELF (in module resource)
RUSAGE_THREAD (in module resource)

S

S (in module re)
S_ENFMT (in module stat)
S_IEXEC (in module stat)
S_IFBLK (in module stat)
S_IFCHR (in module stat)
S_IFDIR (in module stat)
S_IFIFO (in module stat)
S_IFLNK (in module stat)
S_IFMT() (in module stat)
S_IFREG (in module stat)
S_IFSOCK (in module stat)
S_IMODE() (in module stat)
S_IREAD (in module stat)
S_IRGRP (in module stat)
S_IROTH (in module stat)
S_IRUSR (in module stat)
S_IRWXG (in module stat)
S_IRWXO (in module stat)
S_IRWXU (in module stat)
S_ISBLK() (in module stat)
S_ISCHR() (in module stat)
S_ISDIR() (in module stat)
S_ISFIFO() (in module stat)
S_ISGID (in module stat)
S_ISLNK() (in module stat)
S_ISREG() (in module stat)
S_ISSOCK() (in module stat)
S_ISUID (in module stat)
S_ISVTX (in module stat)
S_IWGRP (in module stat)
S_IWOTH (in module stat)
S_IWRITE (in module stat)
S_IWUSR (in module stat)
S_IXGRP (in module stat)
S_IXOTH (in module stat)
S_IXUSR (in module stat)
safe_substitute() (string.Template method)
saferepr() (in module pprint)
same_files (filecmp.dircmp attribute)
same_quantum() (decimal.Context method)
(decimal.Decimal method)
samefile() (in module os.path)
sameopenfile() (in module os.path)
samestat() (in module os.path)
sample() (in module random)
save() (http.cookiejar.FileCookieJar method)
SaveKey() (in module winreg)
savetty() (in module curses)
SAX2DOM (class in xml.dom.pulldom)
SAXException
SAXNotRecognizedException
SAXNotSupportedException
SAXParseException
scaleb() (decimal.Context method)
(decimal.Decimal method)
scanf()
sched (module)
SCHED_BATCH (in module os)
SCHED_FIFO (in module os)
sched_get_priority_max() (in module os)
sched_get_priority_min() (in module os)
sched_getaffinity() (in module os)
sched_getparam() (in module os)
sched_getscheduler() (in module os)
SCHED_IDLE (in module os)
SCHED_OTHER (in module os)
sched_param (class in os)
sched_priority (os.sched_param attribute)
SCHED_RESET_ON_FORK (in module os)
SCHED_RR (in module os)
sched_rr_get_interval() (in module os)
sched_setaffinity() (in module os)
sched_setparam() (in module os)
sched_setscheduler() (in module os)
SCHED_SPORADIC (in module os)
sched_yield() (in module os)
scheduler (class in sched)
schema (in module msilib)
scope, [1]
Screen (class in turtle)
screensize() (in module turtle)
script_from_examples() (in module doctest)
scroll() (curses.window method)
ScrolledCanvas (class in turtle)
scrollok() (curses.window method)
search
path, module, [1], [2], [3], [4], [5], [6], [7]
search() (imaplib.IMAP4 method)
(in module re)
(re.regex method)
second (datetime.datetime attribute)
(datetime.time attribute)
SECTCRE (in module configparser)
sections() (configparser.ConfigParser method)
secure (http.cookiejar.Cookie attribute)
secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
Secure Sockets Layer
security
CGI
see() (tkinter.ttk.Treeview method)
seed() (in module random)
seek() (chunk.Chunk method)
(in module mmap)
(io.IOBase method)
(io.TextIOBase method)
SEEK_CUR (in module os)
SEEK_END (in module os)
SEEK_SET (in module os)
seekable() (io.IOBase method)
seen_greeting (smtpd.SMTPChannel attribute)
Select (class in tkinter.tix)
select (module)
select() (imaplib.IMAP4 method)
(in module select)
(tkinter.ttk.Notebook method)
selected_npn_protocol() (ssl.SSLSocket method)
selection() (tkinter.ttk.Treeview method)
selection_add() (tkinter.ttk.Treeview method)
selection_remove() (tkinter.ttk.Treeview method)
selection_set() (tkinter.ttk.Treeview method)
selection_toggle() (tkinter.ttk.Treeview method)
selector (urllib.request.Request attribute)
Semaphore (class in multiprocessing)
(class in threading)
Semaphore() (multiprocessing.managers.SyncManager method)
semaphores, binary
SEMI (in module token)
send() (asyncore.dispatcher method)
(generator method)
(http.client.HTTPConnection method)
(imaplib.IMAP4 method)
(logging.handlers.DatagramHandler method)
(logging.handlers.SocketHandler method)
(multiprocessing.Connection method)
(socket.socket method)
send_bytes() (multiprocessing.Connection method)
send_error() (http.server.BaseHTTPRequestHandler method)
send_flowing_data() (formatter.writer method)
send_header() (http.server.BaseHTTPRequestHandler method)
send_hor_rule() (formatter.writer method)
send_label_data() (formatter.writer method)
send_line_break() (formatter.writer method)
send_literal_data() (formatter.writer method)
send_message() (smtplib.SMTP method)
send_paragraph() (formatter.writer method)
send_response() (http.server.BaseHTTPRequestHandler method)
send_response_only() (http.server.BaseHTTPRequestHandler method)
send_signal() (subprocess.Popen method)
sendall() (socket.socket method)
sendcmd() (ftplib.FTP method)
sendfile() (in module os)
(wsgiref.handlers.BaseHandler method)
sendmail() (smtplib.SMTP method)
sendmsg() (socket.socket method)
sendto() (socket.socket method)
sentinel (in module unittest.mock)
(multiprocessing.Process attribute)
sep (in module os)
sequence
item
iteration
object, [1], [2], [3], [4], [5], [6], [7], [8]
types, immutable
types, mutable
types, operations on, [1]
Sequence (class in collections.abc)
sequence (in module msilib)
sequence2st() (in module parser)
SequenceMatcher (class in difflib), [1]
serializing
objects
serve_forever() (socketserver.BaseServer method)
server
WWW, [1]
server (http.server.BaseHTTPRequestHandler attribute)
server_activate() (socketserver.BaseServer method)
server_address (socketserver.BaseServer attribute)
server_bind() (socketserver.BaseServer method)
server_software (wsgiref.handlers.BaseHandler attribute)
server_version (http.server.BaseHTTPRequestHandler attribute)
(http.server.SimpleHTTPRequestHandler attribute)
ServerProxy (class in xmlrpc.client)
service_actions() (socketserver.BaseServer method)
session_stats() (ssl.SSLContext method)
set
display
object, [1], [2], [3]
set (built-in class)
Set (class in collections.abc)
Set Breakpoint
set type
object
set() (configparser.ConfigParser method)
(configparser.RawConfigParser method)
(http.cookies.Morsel method)
(ossaudiodev.oss_mixer_device method)
(test.support.EnvironmentVarGuard method)
(threading.Event method)
(tkinter.ttk.Combobox method)
(tkinter.ttk.Treeview method)
(xml.etree.ElementTree.Element method)
SET_ADD (opcode)
set_all()
set_allowed_domains() (http.cookiejar.DefaultCookiePolicy method)
set_app() (wsgiref.simple_server.WSGIServer method)
set_authorizer() (sqlite3.Connection method)
set_blocked_domains() (http.cookiejar.DefaultCookiePolicy method)
set_boundary() (email.message.Message method)
set_break() (bdb.Bdb method)
set_charset() (email.message.Message method)
set_children() (tkinter.ttk.Treeview method)
set_ciphers() (ssl.SSLContext method)
set_completer() (in module readline)
set_completer_delims() (in module readline)
set_completion_display_matches_hook() (in module readline)
set_continue() (bdb.Bdb method)
set_cookie() (http.cookiejar.CookieJar method)
set_cookie_if_ok() (http.cookiejar.CookieJar method)
set_current() (msilib.Feature method)
set_data() (importlib.abc.SourceLoader method)
(importlib.machinery.SourceFileLoader method)
set_date() (mailbox.MaildirMessage method)
set_debug() (in module gc)
set_debuglevel() (ftplib.FTP method)
(http.client.HTTPConnection method)
(nntplib.NNTP method)
(poplib.POP3 method)
(smtplib.SMTP method)
(telnetlib.Telnet method)
set_default_type() (email.message.Message method)
set_default_verify_paths() (ssl.SSLContext method)
set_defaults() (argparse.ArgumentParser method)
(optparse.OptionParser method)
set_ecdh_curve() (ssl.SSLContext method)
set_errno() (in module ctypes)
set_exception() (concurrent.futures.Future method)
set_executable() (in module multiprocessing)
set_executables() (distutils.ccompiler.CCompiler method)
set_flags() (mailbox.MaildirMessage method)
(mailbox.MMDFMessage method)
(mailbox.mboxMessage method)
set_from() (mailbox.mboxMessage method)
(mailbox.MMDFMessage method)
set_history_length() (in module readline)
set_include_dirs() (distutils.ccompiler.CCompiler method)
set_info() (mailbox.MaildirMessage method)
set_labels() (mailbox.BabylMessage method)
set_last_error() (in module ctypes)
set_libraries() (distutils.ccompiler.CCompiler method)
set_library_dirs() (distutils.ccompiler.CCompiler method)
set_link_objects() (distutils.ccompiler.CCompiler method)
set_literal (2to3 fixer)
set_loader() (in module importlib.util)
set_next() (bdb.Bdb method)
set_nonstandard_attr() (http.cookiejar.Cookie method)
set_npn_protocols() (ssl.SSLContext method)
set_ok() (http.cookiejar.CookiePolicy method)
set_option_negotiation_callback() (telnetlib.Telnet method)
set_output_charset() (gettext.NullTranslations method)
set_package() (in module importlib.util)
set_param() (email.message.Message method)
set_pasv() (ftplib.FTP method)
set_payload() (email.message.Message method)
set_policy() (http.cookiejar.CookieJar method)
set_position() (xdrlib.Unpacker method)
set_pre_input_hook() (in module readline)
set_progress_handler() (sqlite3.Connection method)
set_proxy() (urllib.request.Request method), [1]
set_python_build() (in module distutils.sysconfig)
set_quit() (bdb.Bdb method)
set_recsrc() (ossaudiodev.oss_mixer_device method)
set_result() (concurrent.futures.Future method)
set_return() (bdb.Bdb method)
set_running_or_notify_cancel() (concurrent.futures.Future method)
set_runtime_library_dirs() (distutils.ccompiler.CCompiler method)
set_seq1() (difflib.SequenceMatcher method)
set_seq2() (difflib.SequenceMatcher method)
set_seqs() (difflib.SequenceMatcher method)
set_sequences() (mailbox.MH method)
(mailbox.MHMessage method)
set_server_documentation() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)
(xmlrpc.server.DocXMLRPCServer method)
set_server_name() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)
(xmlrpc.server.DocXMLRPCServer method)
set_server_title() (xmlrpc.server.DocCGIXMLRPCRequestHandler method)
(xmlrpc.server.DocXMLRPCServer method)
set_spacing() (formatter.formatter method)
set_startup_hook() (in module readline)
set_step() (bdb.Bdb method)
set_subdir() (mailbox.MaildirMessage method)
set_terminator() (asynchat.async_chat method)
set_threshold() (in module gc)
set_trace() (bdb.Bdb method)
(in module bdb)
(in module pdb)
(pdb.Pdb method)
set_trace_callback() (sqlite3.Connection method)
set_tunnel() (http.client.HTTPConnection method)
set_type() (email.message.Message method)
set_unittest_reportflags() (in module doctest)
set_unixfrom() (email.message.Message method)
set_until() (bdb.Bdb method)
set_url() (urllib.robotparser.RobotFileParser method)
set_usage() (optparse.OptionParser method)
set_userptr() (curses.panel.Panel method)
set_visible() (mailbox.BabylMessage method)
set_wakeup_fd() (in module signal)
setacl() (imaplib.IMAP4 method)
setannotation() (imaplib.IMAP4 method)
setattr() (built-in function)
setAttribute() (xml.dom.Element method)
setAttributeNode() (xml.dom.Element method)
setAttributeNodeNS() (xml.dom.Element method)
setAttributeNS() (xml.dom.Element method)
SetBase() (xml.parsers.expat.xmlparser method)
setblocking() (socket.socket method)
setByteStream() (xml.sax.xmlreader.InputSource method)
setcbreak() (in module tty)
setCharacterStream() (xml.sax.xmlreader.InputSource method)
setcheckinterval() (in module sys), [1]
setcomptype() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
setContentHandler() (xml.sax.xmlreader.XMLReader method)
setcontext() (in module decimal)
setDaemon() (threading.Thread method)
setdefault() (dict method)
setdefaulttimeout() (in module socket)
setdlopenflags() (in module sys)
setDocumentLocator() (xml.sax.handler.ContentHandler method)
setDTDHandler() (xml.sax.xmlreader.XMLReader method)
setegid() (in module os)
setEncoding() (xml.sax.xmlreader.InputSource method)
setEntityResolver() (xml.sax.xmlreader.XMLReader method)
setErrorHandler() (xml.sax.xmlreader.XMLReader method)
seteuid() (in module os)
setFeature() (xml.sax.xmlreader.XMLReader method)
setfirstweekday() (in module calendar)
setfmt() (ossaudiodev.oss_audio_device method)
setFormatter() (logging.Handler method)
setframerate() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
setgid() (in module os)
setgroups() (in module os)
seth() (in module turtle)
setheading() (in module turtle)
sethostname() (in module socket)
SetInteger() (msilib.Record method)
setitem() (in module operator)
setitimer() (in module signal)
setLevel() (logging.Handler method)
(logging.Logger method)
setlocale() (in module locale)
setLocale() (xml.sax.xmlreader.XMLReader method)
setLoggerClass() (in module logging)
setlogmask() (in module syslog)
setLogRecordFactory() (in module logging)
setmark() (aifc.aifc method)
setMaxConns() (urllib.request.CacheFTPHandler method)
setmode() (in module msvcrt)
setName() (threading.Thread method)
setnchannels() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
setnframes() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
SetParamEntityParsing() (xml.parsers.expat.xmlparser method)
setparameters() (ossaudiodev.oss_audio_device method)
setparams() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
setpassword() (zipfile.ZipFile method)
setpgid() (in module os)
setpgrp() (in module os)
setpos() (aifc.aifc method)
(in module turtle)
(sunau.AU_read method)
(wave.Wave_read method)
setposition() (in module turtle)
setpriority() (in module os)
setprofile() (in module sys)
(in module threading)
SetProperty() (msilib.SummaryInformation method)
setProperty() (xml.sax.xmlreader.XMLReader method)
setPublicId() (xml.sax.xmlreader.InputSource method)
setquota() (imaplib.IMAP4 method)
setraw() (in module tty)
setrecursionlimit() (in module sys)
setregid() (in module os)
setresgid() (in module os)
setresuid() (in module os)
setreuid() (in module os)
setrlimit() (in module resource)
setsampwidth() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
setscrreg() (curses.window method)
setsid() (in module os)
setsockopt() (socket.socket method)
setstate() (codecs.IncrementalDecoder method)
(codecs.IncrementalEncoder method)
(in module random)
SetStream() (msilib.Record method)
SetString() (msilib.Record method)
setswitchinterval() (in module sys), [1]
setSystemId() (xml.sax.xmlreader.InputSource method)
setsyx() (in module curses)
setTarget() (logging.handlers.MemoryHandler method)
settiltangle() (in module turtle)
settimeout() (socket.socket method)
setTimeout() (urllib.request.CacheFTPHandler method)
settrace() (in module sys)
(in module threading)
settscdump() (in module sys)
setuid() (in module os)
setundobuffer() (in module turtle)
setup() (in module distutils.core)
(in module turtle)
(socketserver.RequestHandler method)
setUp() (unittest.TestCase method)
setup_environ() (wsgiref.handlers.BaseHandler method)
SETUP_EXCEPT (opcode)
SETUP_FINALLY (opcode)
SETUP_LOOP (opcode)
setup_python() (venv.EnvBuilder method)
setup_scripts() (venv.EnvBuilder method)
setup_testing_defaults() (in module wsgiref.util)
SETUP_WITH (opcode)
setUpClass() (unittest.TestCase method)
setupterm() (in module curses)
SetValue() (in module winreg)
SetValueEx() (in module winreg)
setworldcoordinates() (in module turtle)
setx() (in module turtle)
setxattr() (in module os)
sety() (in module turtle)
SF_APPEND (in module stat)
SF_ARCHIVED (in module stat)
SF_IMMUTABLE (in module stat)
SF_MNOWAIT (in module os)
SF_NODISKIO (in module os)
SF_NOUNLINK (in module stat)
SF_SNAPSHOT (in module stat)
SF_SYNC (in module os)
Shape (class in turtle)
shape (memoryview attribute)
shape() (in module turtle)
shapesize() (in module turtle)
shapetransform() (in module turtle)
share() (socket.socket method)
shared_object_filename() (distutils.ccompiler.CCompiler method)
shearfactor() (in module turtle)
Shelf (class in shelve)
shelve
module
shelve (module)
shift() (decimal.Context method)
(decimal.Decimal method)
shift_path_info() (in module wsgiref.util)
shifting
operation
operations
shlex (class in shlex)
(module)
shortDescription() (unittest.TestCase method)
shouldFlush() (logging.handlers.BufferingHandler method)
(logging.handlers.MemoryHandler method)
shouldStop (unittest.TestResult attribute)
show() (curses.panel.Panel method)
show_code() (in module dis)
show_compilers() (in module distutils.ccompiler)
showsyntaxerror() (code.InteractiveInterpreter method)
showtraceback() (code.InteractiveInterpreter method)
showturtle() (in module turtle)
showwarning() (in module warnings)
shuffle() (in module random)
shutdown() (concurrent.futures.Executor method)
(imaplib.IMAP4 method)
(in module logging)
(multiprocessing.managers.BaseManager method)
(socket.socket method)
(socketserver.BaseServer method)
shutil (module)
side_effect (unittest.mock.Mock attribute)
SIG_BLOCK (in module signal)
SIG_DFL (in module signal)
SIG_IGN (in module signal)
SIG_SETMASK (in module signal)
SIG_UNBLOCK (in module signal)
SIGINT, [1]
siginterrupt() (in module signal)
signal
module, [1]
signal (module)
signal() (in module signal)
Signature (class in inspect)
signature() (in module inspect)
sigpending() (in module signal)
sigtimedwait() (in module signal)
sigwait() (in module signal)
sigwaitinfo() (in module signal)
simple
statement
Simple Mail Transfer Protocol
SimpleCookie (class in http.cookies)
simplefilter() (in module warnings)
SimpleHandler (class in wsgiref.handlers)
SimpleHTTPRequestHandler (class in http.server)
SimpleNamespace (class in types)
SimpleQueue (class in multiprocessing)
SimpleXMLRPCRequestHandler (class in xmlrpc.server)
SimpleXMLRPCServer (class in xmlrpc.server)
sin() (in module cmath)
(in module math)
SingleAddressHeader (class in email.headerregistry)
singleton
tuple
sinh() (in module cmath)
(in module math)
site (module)
site command line option
--user-base
--user-site
site-packages
directory
site-python
directory
sitecustomize
module
sixtofour (ipaddress.IPv6Address attribute)
size (struct.Struct attribute)
(tarfile.TarInfo attribute)
size() (ftplib.FTP method)
(in module mmap)
Sized (class in collections.abc)
sizeof() (in module ctypes)
SKIP (in module doctest)
skip() (chunk.Chunk method)
(in module unittest)
skip_unless_symlink() (in module test.support)
skipIf() (in module unittest)
skipinitialspace (csv.Dialect attribute)
skipped (unittest.TestResult attribute)
skippedEntity() (xml.sax.handler.ContentHandler method)
SkipTest
skipTest() (unittest.TestCase method)
skipUnless() (in module unittest)
SLASH (in module token)
SLASHEQUAL (in module token)
slave() (nntplib.NNTP method)
sleep() (in module time)
slice, [1]
assignment
built-in function, [1]
object
operation
slice() (built-in function)
slicing, [1], [2]
assignment
SMTP
protocol
SMTP (class in smtplib)
(in module email.policy)
smtp_server (smtpd.SMTPChannel attribute)
SMTP_SSL (class in smtplib)
smtp_state (smtpd.SMTPChannel attribute)
SMTPAuthenticationError
SMTPChannel (class in smtpd)
SMTPConnectError
smtpd (module)
SMTPDataError
SMTPException
SMTPHandler (class in logging.handlers)
SMTPHeloError
smtplib (module)
SMTPRecipientsRefused
SMTPResponseException
SMTPSenderRefused
SMTPServer (class in smtpd)
SMTPServerDisconnected
SND_ALIAS (in module winsound)
SND_ASYNC (in module winsound)
SND_FILENAME (in module winsound)
SND_LOOP (in module winsound)
SND_MEMORY (in module winsound)
SND_NODEFAULT (in module winsound)
SND_NOSTOP (in module winsound)
SND_NOWAIT (in module winsound)
SND_PURGE (in module winsound)
sndhdr (module)
sniff() (csv.Sniffer method)
Sniffer (class in csv)
SOCK_CLOEXEC (in module socket)
SOCK_DGRAM (in module socket)
SOCK_NONBLOCK (in module socket)
SOCK_RAW (in module socket)
SOCK_RDM (in module socket)
SOCK_SEQPACKET (in module socket)
SOCK_STREAM (in module socket)
socket
module
object
socket (module)
(socketserver.BaseServer attribute)
socket() (imaplib.IMAP4 method)
(in module socket), [1]
socket_type (socketserver.BaseServer attribute)
SocketHandler (class in logging.handlers)
socketpair() (in module socket)
socketserver (module)
SocketType (in module socket)
SOL_RDS (in module socket)
SOMAXCONN (in module socket)
sort() (imaplib.IMAP4 method)
(list method)
sort_stats() (pstats.Stats method)
sorted() (built-in function)
sortTestMethodsUsing (unittest.TestLoader attribute)
source (doctest.Example attribute)
(pdb command)
(shlex.shlex attribute)
source character set
source_from_cache() (in module imp)
source_mtime() (importlib.abc.PyPycLoader method)
source_path() (importlib.abc.PyLoader method)
SOURCE_SUFFIXES (in module importlib.machinery)
SourceFileLoader (class in importlib.machinery)
sourcehook() (shlex.shlex method)
SourcelessFileLoader (class in importlib.machinery)
SourceLoader (class in importlib.abc)
space
span() (re.match method)
spawn() (distutils.ccompiler.CCompiler method)
(in module pty)
spawnl() (in module os)
spawnle() (in module os)
spawnlp() (in module os)
spawnlpe() (in module os)
spawnv() (in module os)
spawnve() (in module os)
spawnvp() (in module os)
spawnvpe() (in module os)
special
attribute
attribute, generic
special method
specified_attributes (xml.parsers.expat.xmlparser attribute)
speed() (in module turtle)
(ossaudiodev.oss_audio_device method)
split() (in module os.path)
(in module re)
(in module shlex)
(re.regex method)
(str method)
split_quoted() (in module distutils.util)
splitdrive() (in module os.path)
splitext() (in module os.path)
splitlines() (str method)
SplitResult (class in urllib.parse)
SplitResultBytes (class in urllib.parse)
splitunc() (in module os.path)
SpooledTemporaryFile() (in module tempfile)
sprintf-style formatting
spwd (module)
sqlite3 (module)
sqlite_version (in module sqlite3)
sqlite_version_info (in module sqlite3)
sqrt() (decimal.Context method)
(decimal.Decimal method)
(in module cmath)
(in module math)
SSL
ssl (module)
ssl_version (ftplib.FTP_TLS attribute)
SSLContext (class in ssl)
SSLEOFError
SSLError
SSLSyscallError
SSLWantReadError
SSLWantWriteError
SSLZeroReturnError
st() (in module turtle)
st2list() (in module parser)
st2tuple() (in module parser)
ST_ATIME (in module stat)
ST_CTIME (in module stat)
ST_DEV (in module stat)
ST_GID (in module stat)
ST_INO (in module stat)
ST_MODE (in module stat)
ST_MTIME (in module stat)
ST_NLINK (in module stat)
ST_SIZE (in module stat)
ST_UID (in module stat)
stack
execution
trace
stack viewer
stack() (in module inspect)
stack_size() (in module _thread)
(in module threading)
stackable
streams
stamp() (in module turtle)
standard
output
Standard C
standard input
standard_b64decode() (in module base64)
standard_b64encode() (in module base64)
standard_error (2to3 fixer)
standend() (curses.window method)
standout() (curses.window method)
STAR (in module token)
STAREQUAL (in module token)
starmap() (in module itertools)
(multiprocessing.pool.Pool method)
starmap_async() (multiprocessing.pool.Pool method)
start (slice object attribute), [1]
(UnicodeError attribute)
start() (logging.handlers.QueueListener method)
(multiprocessing.Process method)
(multiprocessing.managers.BaseManager method)
(re.match method)
(threading.Thread method)
(tkinter.ttk.Progressbar method)
(xml.etree.ElementTree.TreeBuilder method)
start_color() (in module curses)
start_component() (msilib.Directory method)
start_new_thread() (in module _thread)
StartCdataSectionHandler() (xml.parsers.expat.xmlparser method)
StartDoctypeDeclHandler() (xml.parsers.expat.xmlparser method)
startDocument() (xml.sax.handler.ContentHandler method)
startElement() (xml.sax.handler.ContentHandler method)
StartElementHandler() (xml.parsers.expat.xmlparser method)
startElementNS() (xml.sax.handler.ContentHandler method)
STARTF_USESHOWWINDOW (in module subprocess)
STARTF_USESTDHANDLES (in module subprocess)
startfile() (in module os)
StartNamespaceDeclHandler() (xml.parsers.expat.xmlparser method)
startPrefixMapping() (xml.sax.handler.ContentHandler method)
startswith() (str method)
startTest() (unittest.TestResult method)
startTestRun() (unittest.TestResult method)
starttls() (imaplib.IMAP4 method)
(nntplib.NNTP method)
(smtplib.SMTP method)
STARTUPINFO (class in subprocess)
stat
module
stat (module)
stat() (in module os)
(nntplib.NNTP method)
(poplib.POP3 method)
stat_float_times() (in module os)
state() (tkinter.ttk.Widget method)
statement
*, [1]
**, [1]
@
assert, [1]
assignment, [1]
assignment, augmented
break, [1], [2], [3], [4]
class
compound
continue, [1], [2], [3], [4]
def
del, [1], [2], [3], [4]
except
expression
for, [1], [2], [3]
from
future
global, [1]
if, [1]
import, [1], [2], [3]
loop, [1], [2], [3]
nonlocal
pass
raise, [1]
return, [1], [2]
simple
try, [1], [2]
while, [1], [2], [3]
with, [1]
yield
statement grouping
staticmethod
built-in function
staticmethod() (built-in function)
Stats (class in pstats)
status (http.client.HTTPResponse attribute)
status() (imaplib.IMAP4 method)
statvfs() (in module os)
STD_ERROR_HANDLE (in module subprocess)
STD_INPUT_HANDLE (in module subprocess)
STD_OUTPUT_HANDLE (in module subprocess)
StdButtonBox (class in tkinter.tix)
stderr (in module sys), [1], [2]
(subprocess.Popen attribute)
stdin (in module sys), [1], [2]
(subprocess.Popen attribute)
stdio
STDOUT (in module subprocess)
stdout (in module sys), [1], [2]
(subprocess.Popen attribute)
step (pdb command)
(slice object attribute), [1]
step() (tkinter.ttk.Progressbar method)
stereocontrols() (ossaudiodev.oss_mixer_device method)
stop (slice object attribute), [1]
stop() (logging.handlers.QueueListener method)
(tkinter.ttk.Progressbar method)
(unittest.TestResult method)
stop_here() (bdb.Bdb method)
StopIteration
exception, [1]
stopListening() (in module logging.config)
stopTest() (unittest.TestResult method)
stopTestRun() (unittest.TestResult method)
storbinary() (ftplib.FTP method)
store() (imaplib.IMAP4 method)
STORE_ACTIONS (optparse.Option attribute)
STORE_ATTR (opcode)
STORE_DEREF (opcode)
STORE_FAST (opcode)
STORE_GLOBAL (opcode)
STORE_LOCALS (opcode)
STORE_MAP (opcode)
STORE_NAME (opcode)
STORE_SUBSCR (opcode)
storlines() (ftplib.FTP method)
str (built-in class)
(see also string)
str() (in module locale)
strcoll() (in module locale)
StreamError
StreamHandler (class in logging)
StreamReader (class in codecs)
StreamReaderWriter (class in codecs)
StreamRecoder (class in codecs)
streams
stackable
StreamWriter (class in codecs)
strerror()
(in module os)
strftime() (datetime.date method)
(datetime.datetime method)
(datetime.time method)
(in module time)
strict (csv.Dialect attribute)
(in module email.policy)
strict_domain (http.cookiejar.DefaultCookiePolicy attribute)
strict_errors() (in module codecs)
strict_ns_domain (http.cookiejar.DefaultCookiePolicy attribute)
strict_ns_set_initial_dollar (http.cookiejar.DefaultCookiePolicy attribute)
strict_ns_set_path (http.cookiejar.DefaultCookiePolicy attribute)
strict_ns_unverifiable (http.cookiejar.DefaultCookiePolicy attribute)
strict_rfc2965_unverifiable (http.cookiejar.DefaultCookiePolicy attribute)
strides (memoryview attribute)
string
PyObject_Str (C function)
__format__() (object method)
__str__() (object method)
conversion, [1]
format() (built-in function)
formatting
immutable sequences
interpolation
item
methods
module
object, [1], [2]
object representation
str (built-in class)
str() (built-in function)
text sequence type
STRING (in module token)
string (module)
(re.match attribute)
string literal
string_at() (in module ctypes)
StringIO (class in io)
stringprep (module)
strings, documentation, [1]
strip() (str method)
strip_dirs() (pstats.Stats method)
stripspaces (curses.textpad.Textbox attribute)
strptime() (datetime.datetime class method)
(in module time)
strtobool() (in module distutils.util)
struct
module
Struct (class in struct)
struct (module)
struct sequence
struct_time (class in time)
Structure (class in ctypes)
structures
C
strxfrm() (in module locale)
STType (in module parser)
style
coding
Style (class in tkinter.ttk)
sub() (in module operator)
(in module re)
(re.regex method)
sub_commands (distutils.cmd.Command attribute)
subclassing
immutable types
subdirs (filecmp.dircmp attribute)
SubElement() (in module xml.etree.ElementTree)
submit() (concurrent.futures.Executor method)
subn() (in module re)
(re.regex method)
subnets() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network method)
Subnormal (class in decimal)
suboffsets (memoryview attribute)
subpad() (curses.window method)
subprocess (module)
SubprocessError
subscribe() (imaplib.IMAP4 method)
subscript
assignment
operation
subscription, [1], [2], [3]
assignment
subsequent_indent (textwrap.TextWrapper attribute)
subst_vars() (in module distutils.util)
substitute() (string.Template method)
subtract() (collections.Counter method)
(decimal.Context method)
subtraction
subtype (email.headerregistry.ContentTypeHeader attribute)
subwin() (curses.window method)
successful() (multiprocessing.pool.AsyncResult method)
suffix_map (in module mimetypes)
(mimetypes.MimeTypes attribute)
suite
suite() (in module parser)
suiteClass (unittest.TestLoader attribute)
sum() (built-in function)
sum_list()
sum_sequence(), [1]
summarize() (doctest.DocTestRunner method)
summarize_address_range() (in module ipaddress)
sunau (module)
super (pyclbr.Class attribute)
super() (built-in function)
supernet() (ipaddress.IPv4Network method)
(ipaddress.IPv6Network method)
supports_bytes_environ (in module os)
supports_dir_fd (in module os)
supports_effective_ids (in module os)
supports_fd (in module os)
supports_follow_symlinks (in module os)
supports_unicode_filenames (in module os.path)
suppress_crash_popup() (in module test.support)
SW_HIDE (in module subprocess)
swapcase() (str method)
sym_name (in module symbol)
Symbol (class in symtable)
symbol (module)
SymbolTable (class in symtable)
symlink() (in module os)
symmetric_difference() (set method)
symmetric_difference_update() (set method)
symtable (module)
symtable() (in module symtable)
sync() (dbm.dumb.dumbdbm method)
(dbm.gnu.gdbm method)
(in module os)
(ossaudiodev.oss_audio_device method)
(shelve.Shelf method)
syncdown() (curses.window method)
synchronized() (in module multiprocessing.sharedctypes)
SyncManager (class in multiprocessing.managers)
syncok() (curses.window method)
syncup() (curses.window method)
syntax
SyntaxErr
SyntaxError
SyntaxWarning
sys
module, [1], [2], [3], [4], [5], [6]
sys (module)
sys.exc_info
sys.last_traceback
sys.meta_path
sys.modules
sys.path
sys.path_hooks
sys.path_importer_cache
sys.stderr
sys.stdin
sys.stdout
sys_exc (2to3 fixer)
sys_version (http.server.BaseHTTPRequestHandler attribute)
sysconf() (in module os)
sysconf_names (in module os)
sysconfig (module)
syslog (module)
syslog() (in module syslog)
SysLogHandler (class in logging.handlers)
system() (in module os)
(in module platform)
system_alias() (in module platform)
SystemError
(built-in exception), [1]
SystemExit
(built-in exception)
systemId (xml.dom.DocumentType attribute)
SystemRandom (class in random)
SystemRoot

T

T_FMT (in module locale)
T_FMT_AMPM (in module locale)
tab
tab() (tkinter.ttk.Notebook method)
TabError
tabnanny (module)
tabs() (tkinter.ttk.Notebook method)
tabsize (textwrap.TextWrapper attribute)
tabular
data
tag (xml.etree.ElementTree.Element attribute)
tag_bind() (tkinter.ttk.Treeview method)
tag_configure() (tkinter.ttk.Treeview method)
tag_has() (tkinter.ttk.Treeview method)
tagName (xml.dom.Element attribute)
tail (xml.etree.ElementTree.Element attribute)
takewhile() (in module itertools)
tan() (in module cmath)
(in module math)
tanh() (in module cmath)
(in module math)
TarError
TarFile (class in tarfile), [1]
tarfile (module)
target
deletion
list, [1], [2]
list assignment
list, deletion
loop control
target (xml.dom.ProcessingInstruction attribute)
TarInfo (class in tarfile)
task_done() (multiprocessing.JoinableQueue method)
(queue.Queue method)
tb_frame (traceback attribute)
tb_lasti (traceback attribute)
tb_lineno (traceback attribute)
tb_next (traceback attribute)
tbreak (pdb command)
tcdrain() (in module termios)
tcflow() (in module termios)
tcflush() (in module termios)
tcgetattr() (in module termios)
tcgetpgrp() (in module os)
Tcl() (in module tkinter)
TCL_LIBRARY
tcsendbreak() (in module termios)
tcsetattr() (in module termios)
tcsetpgrp() (in module os)
tearDown() (unittest.TestCase method)
tearDownClass() (unittest.TestCase method)
tee() (in module itertools)
tell() (aifc.aifc method), [1]
(chunk.Chunk method)
(in module mmap)
(io.IOBase method)
(io.TextIOBase method)
(sunau.AU_read method)
(sunau.AU_write method)
(wave.Wave_read method)
(wave.Wave_write method)
Telnet (class in telnetlib)
telnetlib (module)
TEMP
temp_cwd() (in module test.support)
temp_umask() (in module test.support)
tempdir (in module tempfile)
tempfile (module)
Template (class in pipes)
(class in string)
template (string.Template attribute)
temporary
file
file name
TemporaryDirectory() (in module tempfile)
TemporaryFile() (in module tempfile)
teredo (ipaddress.IPv6Address attribute)
TERM, [1]
termattrs() (in module curses)
terminal_size (class in os)
terminate() (multiprocessing.pool.Pool method)
(multiprocessing.Process method)
(subprocess.Popen method)
termination model
termios (module)
termname() (in module curses)
ternary
operator
test
identity
membership
test (doctest.DocTestFailure attribute)
(doctest.UnexpectedException attribute)
(module)
test() (in module cgi)
test.support (module)
TestCase (class in unittest)
TestFailed
testfile() (in module doctest)
TESTFN (in module test.support)
TestLoader (class in unittest)
testMethodPrefix (unittest.TestLoader attribute)
testmod() (in module doctest)
TestResult (class in unittest)
tests (in module imghdr)
testsource() (in module doctest)
testsRun (unittest.TestResult attribute)
TestSuite (class in unittest)
testzip() (zipfile.ZipFile method)
text (in module msilib)
(xml.etree.ElementTree.Element attribute)
text mode
text() (msilib.Dialog method)
text_factory (sqlite3.Connection attribute)
Textbox (class in curses.textpad)
TextCalendar (class in calendar)
textdomain() (in module gettext)
TextFile (class in distutils.text_file)
textinput() (in module turtle)
TextIOBase (class in io)
TextIOWrapper (class in io)
TextTestResult (class in unittest)
TextTestRunner (class in unittest)
textwrap (module)
TextWrapper (class in textwrap)
theme_create() (tkinter.ttk.Style method)
theme_names() (tkinter.ttk.Style method)
theme_settings() (tkinter.ttk.Style method)
theme_use() (tkinter.ttk.Style method)
THOUSEP (in module locale)
Thread (class in threading)
thread() (imaplib.IMAP4 method)
thread_info (in module sys)
threading (module)
ThreadPoolExecutor (class in concurrent.futures)
threads
POSIX
throw (2to3 fixer)
throw() (generator method)
tigetflag() (in module curses)
tigetnum() (in module curses)
tigetstr() (in module curses)
TILDE (in module token)
tilt() (in module turtle)
tiltangle() (in module turtle)
time (class in datetime)
(module)
time() (datetime.datetime method)
(in module time)
Time2Internaldate() (in module imaplib)
timedelta (class in datetime)
TimedRotatingFileHandler (class in logging.handlers)
timegm() (in module calendar)
timeit (module)
timeit command line option
-c, --clock
-h, --help
-n N, --number=N
-p, --process
-r N, --repeat=N
-s S, --setup=S
-t, --time
-v, --verbose
timeit() (in module timeit)
(timeit.Timer method)
timeout
(socketserver.BaseServer attribute)
(subprocess.TimeoutExpired attribute)
timeout() (curses.window method)
TIMEOUT_MAX (in module _thread)
(in module threading)
TimeoutError, [1]
TimeoutExpired
Timer (class in threading)
(class in timeit)
times() (in module os)
timestamp() (datetime.datetime method)
timetuple() (datetime.date method)
(datetime.datetime method)
timetz() (datetime.datetime method)
timezone (class in datetime), [1]
(in module time)
title() (in module turtle)
(str method)
Tix
tix_addbitmapdir() (tkinter.tix.tixCommand method)
tix_cget() (tkinter.tix.tixCommand method)
tix_configure() (tkinter.tix.tixCommand method)
tix_filedialog() (tkinter.tix.tixCommand method)
tix_getbitmap() (tkinter.tix.tixCommand method)
tix_getimage() (tkinter.tix.tixCommand method)
TIX_LIBRARY
tix_option_get() (tkinter.tix.tixCommand method)
tix_resetoptions() (tkinter.tix.tixCommand method)
tixCommand (class in tkinter.tix)
Tk
(class in tkinter)
(class in tkinter.tix)
Tk Option Data Types
TK_LIBRARY
Tkinter
tkinter (module)
tkinter.scrolledtext (module)
tkinter.tix (module)
tkinter.ttk (module)
TList (class in tkinter.tix)
TLS
TMP
TMPDIR
to_bytes() (int method)
to_eng_string() (decimal.Context method)
(decimal.Decimal method)
to_integral() (decimal.Decimal method)
to_integral_exact() (decimal.Context method)
(decimal.Decimal method)
to_integral_value() (decimal.Decimal method)
to_sci_string() (decimal.Context method)
ToASCII() (in module encodings.idna)
tobuf() (tarfile.TarInfo method)
tobytes() (array.array method)
(memoryview method)
today() (datetime.date class method)
(datetime.datetime class method)
tofile() (array.array method)
tok_name (in module token)
token
(module)
(shlex.shlex attribute)
tokeneater() (in module tabnanny)
tokenize (module)
tokenize command line option
-e, --exact
-h, --help
tokenize() (in module tokenize)
tolist() (array.array method)
(memoryview method)
(parser.ST method)
tomono() (in module audioop)
toordinal() (datetime.date method)
(datetime.datetime method)
top() (curses.panel.Panel method)
(poplib.POP3 method)
top_panel() (in module curses.panel)
toprettyxml() (xml.dom.minidom.Node method)
tostereo() (in module audioop)
tostring() (array.array method)
(in module xml.etree.ElementTree)
tostringlist() (in module xml.etree.ElementTree)
total_changes (sqlite3.Connection attribute)
total_ordering() (in module functools)
total_seconds() (datetime.timedelta method)
totuple() (parser.ST method)
touchline() (curses.window method)
touchwin() (curses.window method)
tounicode() (array.array method)
ToUnicode() (in module encodings.idna)
towards() (in module turtle)
toxml() (xml.dom.minidom.Node method)
tp_as_mapping (C member)
tp_as_number (C member)
tp_as_sequence (C member)
tparm() (in module curses)
trace
stack
Trace (class in trace)
trace (module)
trace command line option
--help
--ignore-dir=<dir>
--ignore-module=<mod>
--version
-C, --coverdir=<dir>
-R, --no-report
-T, --trackcalls
-c, --count
-f, --file=<file>
-g, --timing
-l, --listfuncs
-m, --missing
-r, --report
-s, --summary
-t, --trace
trace function, [1], [2]
trace() (in module inspect)
trace_dispatch() (bdb.Bdb method)
traceback
object, [1], [2], [3], [4]
traceback (module)
traceback_limit (wsgiref.handlers.BaseHandler attribute)
tracebacklimit (in module sys)
tracebacks
in CGI scripts
TracebackType (in module types)
tracer() (in module turtle)
trailing
comma
transfercmd() (ftplib.FTP method)
TransientResource (class in test.support)
translate() (bytearray method)
(bytes method)
(in module fnmatch)
(str method)
translation() (in module gettext)
Transport Layer Security
traverseproc (C type)
Tree (class in tkinter.tix)
TreeBuilder (class in xml.etree.ElementTree)
Treeview (class in tkinter.ttk)
triangular() (in module random)
triple-quoted string, [1]
True, [1], [2]
true
True (built-in variable)
truediv() (in module operator)
trunc() (in module math), [1]
truncate() (in module os)
(io.IOBase method)
truth
value
truth() (in module operator)
try
statement, [1], [2]
ttk
tty
I/O control
tty (module)
ttyname() (in module os)
tuple
built-in function, [1]
display
empty, [1]
object, [1], [2], [3], [4], [5], [6]
singleton
tuple (built-in class)
tuple2st() (in module parser)
tuple_params (2to3 fixer)
turnoff_sigfpe() (in module fpectl)
turnon_sigfpe() (in module fpectl)
Turtle (class in turtle)
turtle (module)
turtles() (in module turtle)
TurtleScreen (class in turtle)
turtlesize() (in module turtle)
type, [1]
Boolean
built-in function, [1], [2]
data
hierarchy
immutable data
object, [1], [2]
operations on dictionary
operations on list
type (optparse.Option attribute)
(socket.socket attribute)
(tarfile.TarInfo attribute)
(urllib.request.Request attribute)
type of an object
type() (built-in function)
TYPE_CHECKER (optparse.Option attribute)
typeahead() (in module curses)
typecode (array.array attribute)
typecodes (in module array)
TYPED_ACTIONS (optparse.Option attribute)
typed_subpart_iterator() (in module email.iterators)
TypeError
exception
types
built-in
immutable sequence
module
mutable sequence
operations on integer
operations on mapping
operations on numeric
operations on sequence, [1]
types (2to3 fixer)
(module)
TYPES (optparse.Option attribute)
types, internal
types_map (in module mimetypes)
(mimetypes.MimeTypes attribute)
types_map_inv (mimetypes.MimeTypes attribute)
TZ, [1], [2], [3], [4]
tzinfo (class in datetime)
(datetime.datetime attribute)
(datetime.time attribute)
tzname (in module time)
tzname() (datetime.datetime method)
(datetime.time method)
(datetime.timezone method)
(datetime.tzinfo method)
tzset() (in module time)

U

u-LAW, [1], [2]
ucd_3_2_0 (in module unicodedata)
udata (select.kevent attribute)
UF_APPEND (in module stat)
UF_COMPRESSED (in module stat)
UF_HIDDEN (in module stat)
UF_IMMUTABLE (in module stat)
UF_NODUMP (in module stat)
UF_NOUNLINK (in module stat)
UF_OPAQUE (in module stat)
uid (tarfile.TarInfo attribute)
uid() (imaplib.IMAP4 method)
uidl() (poplib.POP3 method)
ulaw2lin() (in module audioop)
ULONG_MAX
umask() (in module os)
unalias (pdb command)
uname (tarfile.TarInfo attribute)
uname() (in module os)
(in module platform)
unary
arithmetic operation
bitwise operation
UNARY_INVERT (opcode)
UNARY_NEGATIVE (opcode)
UNARY_NOT (opcode)
UNARY_POSITIVE (opcode)
unbinding
name
UnboundLocalError, [1]
unbuffered I/O
UNC paths
and os.makedirs()
unconsumed_tail (zlib.Decompress attribute)
unctrl() (in module curses)
(in module curses.ascii)
undefine_macro() (distutils.ccompiler.CCompiler method)
Underflow (class in decimal)
undisplay (pdb command)
undo() (in module turtle)
undobufferentries() (in module turtle)
undoc_header (cmd.Cmd attribute)
unescape() (in module xml.sax.saxutils)
UnexpectedException
unexpectedSuccesses (unittest.TestResult attribute)
unget_wch() (in module curses)
ungetch() (in module curses)
(in module msvcrt)
ungetmouse() (in module curses)
ungetwch() (in module msvcrt)
unhexlify() (in module binascii)
Unicode, [1], [2]
database
unicode (2to3 fixer)
Unicode Consortium
unicodedata (module)
UnicodeDecodeError
UnicodeEncodeError
UnicodeError
UnicodeTranslateError
UnicodeWarning
unidata_version (in module unicodedata)
unified_diff() (in module difflib)
uniform() (in module random)
UnimplementedFileMode
Union (class in ctypes)
union() (set method)
unittest (module)
unittest command line option
-b, --buffer
-c, --catch
-f, --failfast
unittest-discover command line option
-p, --pattern pattern
-s, --start-directory directory
-t, --top-level-directory directory
-v, --verbose
unittest.mock (module)
universal newlines
What's new, [1], [2], [3]
csv.reader function
importlib.abc.InspectLoader.get_source method
io.IncrementalNewlineDecoder class
io.TextIOWrapper class
open() built-in function
str.splitlines method
subprocess module
zipfile.ZipFile.open method
UNIX
I/O control
file control
unix_dialect (class in csv)
unknown_decl() (html.parser.HTMLParser method)
unknown_open() (urllib.request.BaseHandler method)
(urllib.request.UnknownHandler method)
UnknownHandler (class in urllib.request)
UnknownProtocol
UnknownTransferEncoding
unlink() (in module os)
(xml.dom.minidom.Node method)
unlock() (mailbox.Babyl method)
(mailbox.MH method)
(mailbox.MMDF method)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(mailbox.mbox method)
unpack() (in module struct)
(struct.Struct method)
unpack_archive() (in module shutil)
unpack_array() (xdrlib.Unpacker method)
unpack_bytes() (xdrlib.Unpacker method)
unpack_double() (xdrlib.Unpacker method)
UNPACK_EX (opcode)
unpack_farray() (xdrlib.Unpacker method)
unpack_float() (xdrlib.Unpacker method)
unpack_fopaque() (xdrlib.Unpacker method)
unpack_from() (in module struct)
(struct.Struct method)
unpack_fstring() (xdrlib.Unpacker method)
unpack_list() (xdrlib.Unpacker method)
unpack_opaque() (xdrlib.Unpacker method)
UNPACK_SEQUENCE (opcode)
unpack_string() (xdrlib.Unpacker method)
Unpacker (class in xdrlib)
unparsedEntityDecl() (xml.sax.handler.DTDHandler method)
UnparsedEntityDeclHandler() (xml.parsers.expat.xmlparser method)
Unpickler (class in pickle)
UnpicklingError
unquote() (in module email.utils)
(in module urllib.parse)
unquote_plus() (in module urllib.parse)
unquote_to_bytes() (in module urllib.parse)
unreachable object
unreadline() (distutils.text_file.TextFile method)
unrecognized escape sequence
unregister() (in module atexit)
(in module faulthandler)
(select.devpoll method)
(select.epoll method)
(select.poll method)
unregister_archive_format() (in module shutil)
unregister_dialect() (in module csv)
unregister_unpack_format() (in module shutil)
unset() (test.support.EnvironmentVarGuard method)
unsetenv() (in module os)
UnstructuredHeader (class in email.headerregistry)
unsubscribe() (imaplib.IMAP4 method)
UnsupportedOperation
until (pdb command)
untokenize() (in module tokenize)
untouchwin() (curses.window method)
unused_data (bz2.BZ2Decompressor attribute)
(lzma.LZMADecompressor attribute)
(zlib.Decompress attribute)
unverifiable (urllib.request.Request attribute)
unwrap() (ssl.SSLSocket method)
up (pdb command)
up() (in module turtle)
update() (collections.Counter method)
(dict method)
(hashlib.hash method)
(hmac.HMAC method)
(in module turtle)
(mailbox.Mailbox method)
(mailbox.Maildir method)
(set method)
(trace.CoverageResults method)
update_panels() (in module curses.panel)
update_visible() (mailbox.BabylMessage method)
update_wrapper() (in module functools)
upper() (str method)
urandom() (in module os)
URL, [1], [2], [3]
parsing
relative
url (xmlrpc.client.ProtocolError attribute)
url2pathname() (in module urllib.request)
urlcleanup() (in module urllib.request)
urldefrag() (in module urllib.parse)
urlencode() (in module urllib.parse)
URLError
urljoin() (in module urllib.parse)
urllib (2to3 fixer)
urllib.error (module)
urllib.parse (module)
urllib.request
module
urllib.request (module)
urllib.response (module)
urllib.robotparser (module)
urlopen() (in module urllib.request)
URLopener (class in urllib.request)
urlparse() (in module urllib.parse)
urlretrieve() (in module urllib.request)
urlsafe_b64decode() (in module base64)
urlsafe_b64encode() (in module base64)
urlsplit() (in module urllib.parse)
urlunparse() (in module urllib.parse)
urlunsplit() (in module urllib.parse)
urn (uuid.UUID attribute)
use_default_colors() (in module curses)
use_env() (in module curses)
use_rawinput (cmd.Cmd attribute)
UseForeignDTD() (xml.parsers.expat.xmlparser method)
USER
user
effective id
id
id, setting
user() (poplib.POP3 method)
user-defined
function
function call
method
user-defined function
object, [1], [2]
user-defined method
object
USER_BASE
(in module site)
user_call() (bdb.Bdb method)
user_exception() (bdb.Bdb method)
user_line() (bdb.Bdb method)
user_return() (bdb.Bdb method)
USER_SITE (in module site)
usercustomize
module
UserDict (class in collections)
UserList (class in collections)
USERNAME, [1]
username (email.headerregistry.Address attribute)
USERPROFILE, [1]
userptr() (curses.panel.Panel method)
UserString (class in collections)
UserWarning
USTAR_FORMAT (in module tarfile)
UTC
utc (datetime.timezone attribute)
utcfromtimestamp() (datetime.datetime class method)
utcnow() (datetime.datetime class method)
utcoffset() (datetime.datetime method)
(datetime.time method)
(datetime.timezone method)
(datetime.tzinfo method)
utctimetuple() (datetime.datetime method)
utime() (in module os)
uu
module
uu (module)
UUID (class in uuid)
uuid (module)
uuid1
uuid1() (in module uuid)
uuid3
uuid3() (in module uuid)
uuid4
uuid4() (in module uuid)
uuid5
uuid5() (in module uuid)
UuidCreate() (in module msilib)

V

v4_int_to_packed() (in module ipaddress)
v6_int_to_packed() (in module ipaddress)
validator() (in module wsgiref.validate)
value
default parameter
truth
value (ctypes._SimpleCData attribute)
(http.cookiejar.Cookie attribute)
(http.cookies.Morsel attribute)
(xml.dom.Attr attribute)
value of an object
Value() (in module multiprocessing)
(in module multiprocessing.sharedctypes)
(multiprocessing.managers.SyncManager method)
value_decode() (http.cookies.BaseCookie method)
value_encode() (http.cookies.BaseCookie method)
ValueError
exception
valuerefs() (weakref.WeakValueDictionary method)
values
Boolean
writing
values() (dict method)
(email.message.Message method)
(mailbox.Mailbox method)
(types.MappingProxyType method)
ValuesView (class in collections.abc)
variable
free
variant (uuid.UUID attribute)
vars() (built-in function)
VBAR (in module token)
vbar (tkinter.scrolledtext.ScrolledText attribute)
VBAREQUAL (in module token)
Vec2D (class in turtle)
venv (module)
VERBOSE (in module re)
verbose (in module tabnanny)
(in module test.support)
verify() (smtplib.SMTP method)
verify_mode (ssl.SSLContext attribute)
verify_request() (socketserver.BaseServer method)
version (email.headerregistry.MIMEVersionHeader attribute)
(http.client.HTTPResponse attribute)
(http.cookiejar.Cookie attribute)
(in module curses)
(in module marshal)
(in module sqlite3)
(in module sys), [1], [2], [3]
(ipaddress.IPv4Address attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Address attribute)
(ipaddress.IPv6Network attribute)
(urllib.request.URLopener attribute)
(uuid.UUID attribute)
version() (in module platform)
version_info (in module sqlite3)
(in module sys)
version_string() (http.server.BaseHTTPRequestHandler method)
vformat() (string.Formatter method)
view
virtual
Environments
virtual machine
visit() (ast.NodeVisitor method)
visitproc (C type)
vline() (curses.window method)
VMSError
voidcmd() (ftplib.FTP method)
volume (zipfile.ZipInfo attribute)
vonmisesvariate() (in module random)

W

W_OK (in module os)
wait() (in module concurrent.futures)
(in module multiprocessing.connection)
(in module os)
(multiprocessing.pool.AsyncResult method)
(subprocess.Popen method)
(threading.Barrier method)
(threading.Condition method)
(threading.Event method)
wait3() (in module os)
wait4() (in module os)
wait_for() (threading.Condition method)
waitid() (in module os)
waitpid() (in module os)
walk() (email.message.Message method)
(in module ast)
(in module os)
walk_packages() (in module pkgutil)
want (doctest.Example attribute)
warn() (distutils.ccompiler.CCompiler method)
(distutils.text_file.TextFile method)
(in module warnings)
warn_explicit() (in module warnings)
Warning
warning() (in module logging)
(logging.Logger method)
(xml.sax.handler.ErrorHandler method)
warnings
(module)
WarningsRecorder (class in test.support)
warnoptions (in module sys)
wasSuccessful() (unittest.TestResult method)
WatchedFileHandler (class in logging.handlers)
wave (module)
WCONTINUED (in module os)
WCOREDUMP() (in module os)
WeakKeyDictionary (class in weakref)
weakref (module)
WeakSet (class in weakref)
WeakValueDictionary (class in weakref)
webbrowser (module)
weekday() (datetime.date method)
(datetime.datetime method)
(in module calendar)
weekheader() (in module calendar)
weibullvariate() (in module random)
WEXITED (in module os)
WEXITSTATUS() (in module os)
wfile (http.server.BaseHTTPRequestHandler attribute)
what() (in module imghdr)
(in module sndhdr)
whathdr() (in module sndhdr)
whatis (pdb command)
where (pdb command)
which() (in module shutil)
whichdb() (in module dbm)
while
statement, [1], [2], [3]
whitespace (in module string)
(shlex.shlex attribute)
whitespace_split (shlex.shlex attribute)
Widget (class in tkinter.ttk)
width (textwrap.TextWrapper attribute)
width() (in module turtle)
WIFCONTINUED() (in module os)
WIFEXITED() (in module os)
WIFSIGNALED() (in module os)
WIFSTOPPED() (in module os)
win32_ver() (in module platform)
WinDLL (class in ctypes)
window manager (widgets)
window() (curses.panel.Panel method)
window_height() (in module turtle)
window_width() (in module turtle)
Windows ini file
WindowsError
WindowsRegistryFinder (class in importlib.machinery)
WinError() (in module ctypes)
WINFUNCTYPE() (in module ctypes)
winreg (module)
WinSock
winsound (module)
winver (in module sys)
with
statement, [1]
WITH_CLEANUP (opcode)
with_hostmask (ipaddress.IPv4Interface attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Interface attribute)
(ipaddress.IPv6Network attribute)
with_netmask (ipaddress.IPv4Interface attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Interface attribute)
(ipaddress.IPv6Network attribute)
with_prefixlen (ipaddress.IPv4Interface attribute)
(ipaddress.IPv4Network attribute)
(ipaddress.IPv6Interface attribute)
(ipaddress.IPv6Network attribute)
with_traceback() (BaseException method)
WNOHANG (in module os)
WNOWAIT (in module os)
wordchars (shlex.shlex attribute)
World Wide Web, [1], [2]
wrap() (in module textwrap)
(textwrap.TextWrapper method)
wrap_socket() (in module ssl)
(ssl.SSLContext method)
wrap_text() (in module distutils.fancy_getopt)
wrapper() (in module curses)
wraps() (in module functools)
writable() (asyncore.dispatcher method)
(io.IOBase method)
write() (code.InteractiveInterpreter method)
(codecs.StreamWriter method)
(configparser.ConfigParser method)
(email.generator.BytesGenerator method)
(email.generator.Generator method)
(in module mmap)
(in module os)
(in module turtle)
(io.BufferedIOBase method)
(io.BufferedWriter method)
(io.RawIOBase method)
(io.TextIOBase method)
(ossaudiodev.oss_audio_device method)
(telnetlib.Telnet method)
(xml.etree.ElementTree.ElementTree method)
(zipfile.ZipFile method)
write_byte() (in module mmap)
write_bytecode() (importlib.abc.PyPycLoader method)
write_docstringdict() (in module turtle)
write_file() (in module distutils.file_util)
write_history_file() (in module readline)
WRITE_RESTRICTED
write_results() (trace.CoverageResults method)
writeall() (ossaudiodev.oss_audio_device method)
writeframes() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
writeframesraw() (aifc.aifc method)
(sunau.AU_write method)
(wave.Wave_write method)
writeheader() (csv.DictWriter method)
writelines() (codecs.StreamWriter method)
(io.IOBase method)
writePlist() (in module plistlib)
writePlistToBytes() (in module plistlib)
writepy() (zipfile.PyZipFile method)
writer (formatter.formatter attribute)
writer() (in module csv)
writerow() (csv.csvwriter method)
writerows() (csv.csvwriter method)
writestr() (zipfile.ZipFile method)
writev() (in module os)
writexml() (xml.dom.minidom.Node method)
writing
values
WrongDocumentErr
ws_comma (2to3 fixer)
wsgi_file_wrapper (wsgiref.handlers.BaseHandler attribute)
wsgi_multiprocess (wsgiref.handlers.BaseHandler attribute)
wsgi_multithread (wsgiref.handlers.BaseHandler attribute)
wsgi_run_once (wsgiref.handlers.BaseHandler attribute)
wsgiref (module)
wsgiref.handlers (module)
wsgiref.headers (module)
wsgiref.simple_server (module)
wsgiref.util (module)
wsgiref.validate (module)
WSGIRequestHandler (class in wsgiref.simple_server)
WSGIServer (class in wsgiref.simple_server)
wShowWindow (subprocess.STARTUPINFO attribute)
WSTOPPED (in module os)
WSTOPSIG() (in module os)
wstring_at() (in module ctypes)
WTERMSIG() (in module os)
WUNTRACED (in module os)
WWW, [1], [2]
server, [1]

X

X (in module re)
X509 certificate
X_OK (in module os)
xatom() (imaplib.IMAP4 method)
XATTR_CREATE (in module os)
XATTR_REPLACE (in module os)
XATTR_SIZE_MAX (in module os)
xcor() (in module turtle)
XDR
xdrlib (module)
xhdr() (nntplib.NNTP method)
XHTML
XHTML_NAMESPACE (in module xml.dom)
xml (module)
XML() (in module xml.etree.ElementTree)
xml.dom (module)
xml.dom.minidom (module)
xml.dom.pulldom (module)
xml.etree.ElementTree (module)
xml.parsers.expat (module)
xml.parsers.expat.errors (module)
xml.parsers.expat.model (module)
xml.sax (module)
xml.sax.handler (module)
xml.sax.saxutils (module)
xml.sax.xmlreader (module)
XML_ERROR_ABORTED (in module xml.parsers.expat.errors)
XML_ERROR_ASYNC_ENTITY (in module xml.parsers.expat.errors)
XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF (in module xml.parsers.expat.errors)
XML_ERROR_BAD_CHAR_REF (in module xml.parsers.expat.errors)
XML_ERROR_BINARY_ENTITY_REF (in module xml.parsers.expat.errors)
XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING (in module xml.parsers.expat.errors)
XML_ERROR_DUPLICATE_ATTRIBUTE (in module xml.parsers.expat.errors)
XML_ERROR_ENTITY_DECLARED_IN_PE (in module xml.parsers.expat.errors)
XML_ERROR_EXTERNAL_ENTITY_HANDLING (in module xml.parsers.expat.errors)
XML_ERROR_FEATURE_REQUIRES_XML_DTD (in module xml.parsers.expat.errors)
XML_ERROR_FINISHED (in module xml.parsers.expat.errors)
XML_ERROR_INCOMPLETE_PE (in module xml.parsers.expat.errors)
XML_ERROR_INCORRECT_ENCODING (in module xml.parsers.expat.errors)
XML_ERROR_INVALID_TOKEN (in module xml.parsers.expat.errors)
XML_ERROR_JUNK_AFTER_DOC_ELEMENT (in module xml.parsers.expat.errors)
XML_ERROR_MISPLACED_XML_PI (in module xml.parsers.expat.errors)
XML_ERROR_NO_ELEMENTS (in module xml.parsers.expat.errors)
XML_ERROR_NO_MEMORY (in module xml.parsers.expat.errors)
XML_ERROR_NOT_STANDALONE (in module xml.parsers.expat.errors)
XML_ERROR_NOT_SUSPENDED (in module xml.parsers.expat.errors)
XML_ERROR_PARAM_ENTITY_REF (in module xml.parsers.expat.errors)
XML_ERROR_PARTIAL_CHAR (in module xml.parsers.expat.errors)
XML_ERROR_PUBLICID (in module xml.parsers.expat.errors)
XML_ERROR_RECURSIVE_ENTITY_REF (in module xml.parsers.expat.errors)
XML_ERROR_SUSPEND_PE (in module xml.parsers.expat.errors)
XML_ERROR_SUSPENDED (in module xml.parsers.expat.errors)
XML_ERROR_SYNTAX (in module xml.parsers.expat.errors)
XML_ERROR_TAG_MISMATCH (in module xml.parsers.expat.errors)
XML_ERROR_TEXT_DECL (in module xml.parsers.expat.errors)
XML_ERROR_UNBOUND_PREFIX (in module xml.parsers.expat.errors)
XML_ERROR_UNCLOSED_CDATA_SECTION (in module xml.parsers.expat.errors)
XML_ERROR_UNCLOSED_TOKEN (in module xml.parsers.expat.errors)
XML_ERROR_UNDECLARING_PREFIX (in module xml.parsers.expat.errors)
XML_ERROR_UNDEFINED_ENTITY (in module xml.parsers.expat.errors)
XML_ERROR_UNEXPECTED_STATE (in module xml.parsers.expat.errors)
XML_ERROR_UNKNOWN_ENCODING (in module xml.parsers.expat.errors)
XML_ERROR_XML_DECL (in module xml.parsers.expat.errors)
XML_NAMESPACE (in module xml.dom)
xmlcharrefreplace_errors() (in module codecs)
XmlDeclHandler() (xml.parsers.expat.xmlparser method)
XMLFilterBase (class in xml.sax.saxutils)
XMLGenerator (class in xml.sax.saxutils)
XMLID() (in module xml.etree.ElementTree)
XMLNS_NAMESPACE (in module xml.dom)
XMLParser (class in xml.etree.ElementTree)
XMLParserType (in module xml.parsers.expat)
XMLReader (class in xml.sax.xmlreader)
xmlrpc.client (module)
xmlrpc.server (module)
xor
bitwise
xor() (in module operator)
xover() (nntplib.NNTP method)
xpath() (nntplib.NNTP method)
xrange (2to3 fixer)
xreadlines (2to3 fixer)
xview() (tkinter.ttk.Treeview method)

Y

Y2K
ycor() (in module turtle)
year (datetime.date attribute)
(datetime.datetime attribute)
Year 2000
Year 2038
yeardatescalendar() (calendar.Calendar method)
yeardays2calendar() (calendar.Calendar method)
yeardayscalendar() (calendar.Calendar method)
YESEXPR (in module locale)
yield
examples
expression
keyword
statement
yield from (in What's New)
YIELD_FROM (opcode)
YIELD_VALUE (opcode)
yiq_to_rgb() (in module colorsys)
yview() (tkinter.ttk.Treeview method)

Z

Zen of Python
ZeroDivisionError
exception
zfill() (str method)
zip (2to3 fixer)
zip() (built-in function)
ZIP_BZIP2 (in module zipfile)
ZIP_DEFLATED (in module zipfile)
zip_longest() (in module itertools)
ZIP_LZMA (in module zipfile)
ZIP_STORED (in module zipfile)
ZipFile (class in zipfile)
zipfile (module)
zipimport (module)
zipimporter (class in zipimport)
ZipImportError
ZipInfo (class in zipfile)
zlib (module)
ZLIB_RUNTIME_VERSION (in module zlib)
ZLIB_VERSION (in module zlib)

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

Full index on one page