What module generates temporary files and directories?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module defines functions and classes which implement a flexible event logging system for applications and libraries?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module provides a high-level interface to allow displaying web-based documents to users?
What is the package for Turtle graphics?
What is the module to process trees of the Python abstract syntax grammar?
What module provides support for rational number arithmetic?
What is the package with WSGI Utilities and Reference Implementation?
What module performs file control and I/O control on file descriptors?
What module implements Python object serialization?
What module defines an interactive source code debugger for Python programs?
What module was the old interface to shell pipelines?
What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module provides functionality to operate with graph-like structures?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What is the module for warning control?
What module has a simple HTML and XHTML parser?
What is the module to byte-compile Python libraries?
What is the module with interfaces to Unix “databases”?
What module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown?
What is the module to encode and decode uuencode files?
What module implements multi-producer, multi-consumer queues?
What is the package for JSON encoding and decoding?
What is the module to generate pseudo-random numbers?
What module has a mock object library?
What module provides immutable UUID objects and functions to generate UUIDs?
What is the module to inspect live objects?
What module provides an FTP protocol client?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What is the module for reading and writing CSV files?
What was the old module to access the import internals?
What is the package with utilities for import tests?
What is the module for decimal fixed point and floating point arithmetic?
What is the package to map filenames to MIME types?
What module provides compression compatible with gzip?
What module provides an implementation of the heap queue algorithm?
What package collects several modules for working with URLs?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What is the module to encode and decode binhex4 files?
What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What module provides internationalization services?
What module provides a class for the allocation and management of shared memory to be accessed by one or more processes on a multicore or symmetric multiprocessor (SMP) machine?
What module provided a traceback manager for CGI scripts?
What module has utilities for implementing state management with cookies?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What is the package for terminal handling on character-cell displays?
What is the module with container datatypes?
What module defines utility functions to assist in dynamic creation of new types and also defines names for some object types that are used by the standard Python interpreter, but are not exposed as builtins?
What module provides low-level primitives for working with multiple threads?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What module provides drag and drop support for tkinter?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What is the package with utilities for socket tests?
What is the module that provided Mailcap file handling?
What is the module to register pickle support functions?
What is the module that provides a panel stack extension for curses?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
What module defines a hierarchy of numeric abstract base classes?
What module provides a tokenizer for Python source?
What is the package with the GNU readline interface?
What module is for simple lexical analysis of simple syntaxes resembling that of the Unix shell?
What is the package that provides the core tools for working with streams?
What modules supports compression using the LZMA algorithm?
What is the module with utilities for ASCII characters?
What is the package with utilities for os tests?
What is the module for XML-RPC client access?
What module is a debug tool to trace memory blocks allocated by Python?
What is the module to encode and decode XDR data?
What is the package with utilities for the Python execution tests?
What package provides a unit testing framework?
What module provides access to the most common POSIX system calls?
What module provided a parser for command line options before argparse?
What module had extension widgets for Tcl/Tk?
What module allows one to get any line from a Python source file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file?
What is the package to manipulate mailboxes in various formats?
What is the package that provides utilities upon which the Python read-eval-print loop can be emulated?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the module for bootstrapping the pip installer?
What module defines a class which implements a general purpose event scheduler?
What module provides secure hashes and message digests?
What is the module to read and write AIFF and AIFC files?
What module provides mechanisms to use signal handlers in Python?
What is the module for building and installing Python modules?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the package to pretty print data?
What module provided an asynchronous socket command/response handler?
What is the module to read IFF chunked data?
What module implemented the client side of the Network News Transfer Protocolt?
What module simplifies the task of writing network servers?
What is the module that defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry?
What is the module that provides a foreign function library for Python?
What module exposes the Windows registry API to Python?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What module has exception classes raised by urllib.request?
What module offers a number of high-level operations on files and collections of files?
What module provides runtime support for type hints?
What is the package with miscellaneous operating system interfaces?