What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module contains future statement definitions?
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 for Unix filename pattern matching?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module makes it possible to read and write tar archives?
What module is used for generating secure random numbers for managing secrets?
What module provides low level debugger functions for pdb?
What module provided an asynchronous socket command/response handler?
What module is used for logging configuration?
What module provides multilingual internationalization services?
What is the module that provided Mailcap file handling?
What is the module for file and directory comparisons?
What module provided access to the Unix shadow password database?
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 module for launching parallel tasks?
What is the package to determine the type of a sound file?
What module has a simple HTML and XHTML parser?
What is the module that provides a foreign function library for Python?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module provides internationalization services?
What module allows you to create weak references to objects?
What is the package to access to OSS-compatible audio devices?
What is the module for portable password input?
What is the module to generate and parse Apple .plist files?
What module implements a simple and efficient API for parsing and creating XML data?
What is the module to iterate over lines from multiple input streams?
What module provides a Tcl/Tk color choosing dialog?
What module provides low-level primitives for working with multiple threads?
What module provides functionality to operate with graph-like structures?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What modules provides an asynchronous socket handler?
What module implemented the Telnet protocol?
What module is used for Internet string preparation?
What is the module with higher-order functions and operations on callable objects?
What module is used for detection of ambiguous indentation?
What module provided a traceback manager for CGI scripts?
What is the module with helpers for computing deltas?
What module was the old interface to shell pipelines?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module defines a POP3 protocol client?
What module contains functions to dump Python tracebacks explicitly?
What is the module with mathematical functions for complex numbers?
What is the package with utilities for import tests?
What is the package that provides cookie handling for HTTP clients?
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 defines a hierarchy of numeric abstract base classes?
What module provides a means for producing object representations with limits on the size of the resulting strings?
What module provides a TLS/SSL wrapper for socket objects?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the module for building and installing Python modules?
What module provides a high-level interface to allow displaying web-based documents to users?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
What module provides access to the compiler’s symbol tables?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What module defines an interactive source code debugger for Python programs?
What module is for simple lexical analysis of simple syntaxes resembling that of the Unix shell?
What modules allows you to interpret stat() results?
What package collects server and client modules implementing XML-RPC?
What module provides the base class for the other Tcl/Tk dialogs defined in the tkinter
package?
What is the module that provides built-in objects?
What module defines the interface for XML parsers?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What is the package that provides the core tools for working with streams?
What is the module to encode and decode XDR data?
What was the old module to access the import internals?
What module is an extensible library for opening URLs?
What is the module for warning control?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module implements keyed-hashing for message authentication?
What module simplifies the task of writing network servers?
What package is for Python’s own internal regression testing?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What module defines operations for handling the pseudo-terminal concept?
What is the module that provides text input widget for curses programs?
What module provides compression compatible with gzip?
What package provides the implementation of import
?
What module has terminal control functions?
What module provides access to Python’s configuration information?
What is the package with WSGI Utilities and Reference Implementation?
What package collects several modules for working with URLs?
What module provides runtime support for type hints?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What is the package for JSON encoding and decoding?
What module has a mock object library?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What is the package to encode and decode MIME quoted-printable data?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the package for regular expression operations?
What is the module that has a minimal DOM implementation?
What module has the higher-level interfaces for thread-based parallelism?
What is the package to find modules used by a script?
What is the module for asynchronous I/O?
What module defines base classes for SAX handlers?
What module contains functions that can read and write Python values in a binary format?
What module defines utilities to manipulate HTML?
What module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter?
What is the package that provides access to the Unix user account and password database?
What is the package with utilities for the Python execution tests?