What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What is the module to read and write AIFF and AIFC files?
What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What is the package with utilities for socket tests?
What is the module to register pickle support functions?
What is the package that supports spawning processes using an API similar to the threading module?
What module contains future statement definitions?
What is the package with utilities for the Python test suite?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What is the package that has several modules for working with HyperText Transfer Protocol?
What module provides secure hashes and message digests?
What module is for displaying message prompts with the Tcl/Tk interface?
What is the module with container datatypes?
What module provides access to the Unix group database?
What module defines utilities to manipulate HTML?
What is the package that provides cookie handling for HTTP clients?
What is the module that has a minimal DOM implementation?
What module implements keyed-hashing for message authentication?
What module provided access to the Unix shadow password database?
What is the module for building and installing Python modules?
What module has the response classes used by urllib?
What module performs file control and I/O control on file descriptors?
What is the module that provided a function to check Unix passwords?
What module provides a SMTP protocol client?
What module provides low level debugger functions for pdb?
What is the module for locating and executing Python modules?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module is used for logging configuration?
What is the module to encode and decode binhex4 files?
What is the module for reading and writing CSV files?
What module provides efficient arrays of numeric values?
What is the module to read IFF chunked data?
What module provided Common Gateway Interface support?
What module provides access to system-specific parameters and functions?
What is the module to generate pseudo-random numbers?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What module contains basic HTTP server classes based on socketserver?
What module provided a convenient interface to the Sun AU sound format?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What module provides an interface to the optional garbage collector?
What is the module to iterate over lines from multiple input streams?
What is the module for basic XML-RPC servers?
What is the package to encode and decode MIME quoted-printable data?
What is the module that provides a foreign function library for Python?
What module has common pathname manipulations?
What is the module to parse for command-line options, arguments and sub-commands?
What module makes available standard errno system symbols?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What module contains tools for pickle developers?
What module provides compression compatible with gzip?
What module provides a scrolled text widget for the Tcl/Tk interface?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module provides access to the Unicode database?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module has a simple HTML and XHTML parser?
What is the package with the GNU readline interface?
What is the package with support tools for testing correct bytecode generation?
What module has exception classes raised by urllib.request?
What is the email and MIME handling module?
What module is used for generating secure random numbers for managing secrets?
What module is used for detection of ambiguous indentation?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What modules allows you to interpret stat() results?
What module implements an IMAP4 protocol client?
What module provides runtime support for type hints?
What is the package to find modules used by a script?
What module provides an FTP protocol client?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What modules supports compression using the LZMA algorithm?
What is the module to encode and decode uuencode files?
What module provides the base class for the other Tcl/Tk dialogs defined in the tkinter package?
What is the completion function package for GNU readline?
What module has utilities for implementing state management with cookies?
What module automatically generates documentation from Python modules?
What package collects several modules for working with URLs?
What module exposes the Windows registry API to Python?
What is the package to manipulate mailboxes in various formats?
What module was an interface to Sun’s NIS (Yellow Pages)?
What is the package with only one module for launching parallel tasks?
What is the module that provided several classes for implementing SMTP servers?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What is the package for standard Tkinter input dialogs?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
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 with utilities for ASCII characters?
What is the module for warning control?
What is the module that provides facilities to implement read-eval-print loops in Python?
What module provides constants used with Python parse trees?
What is the module that provides an array bisection algorithm?
What module allows you to create weak references to objects?
What is the package with miscellaneous operating system interfaces?
What module provides a Tcl/Tk color choosing dialog?
What module implements a simple and efficient API for parsing and creating XML data?
What is the module to read and write WAV files?
What is the package with WSGI Utilities and Reference Implementation?
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 is the module that provides APIs to manage, store, and access context-local state?
What is the module for common string operations?