What is the package that provides access to the mathematical functions defined by the C standard?
What module is for showing file selection dialogs with the Tcl/Tk interface?
What is the module with interfaces to Unix “databases”?
What is the completion function package for GNU readline?
What module provides low level debugger functions for pdb?
What module provides utilities for the import system, in particular package support?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What module generates temporary files and directories?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
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 module provided access to the Unix shadow password database?
What module allows you to create weak references to objects?
What is the module for building and installing Python modules?
What module performs file control and I/O control on file descriptors?
What module implements Python object serialization?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What is the module that provides generic shallow and deep copy operations?
What module defines functions and classes which implement a flexible event logging system for applications and libraries?
What was the old module to access the import internals?
What is the module for common string operations?
What module defines a class which implements a general purpose event scheduler?
What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module contains functions to dump Python tracebacks explicitly?
What is the package to read and write Microsoft Installer files?
What is the module to process trees of the Python abstract syntax grammar?
What module provides support for rational number arithmetic?
What module provides a C-style parser for command line options?
What is the package for Turtle graphics?
What module provides support for gzip files?
What module defines a POP3 protocol client?
What module provides Unix style pathname pattern expansion??
What is the module that provides text input widget for curses programs?
What module provides support for building partial DOM trees?
What module provides an FTP protocol client?
What module provides low-level primitives for working with multiple threads?
What is the module for basic XML-RPC servers?
What modules provides an asynchronous socket handler?
What module makes available standard errno
system symbols?
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 module has definitions of HTML general entities?
What is the package that has several modules for working with HyperText Transfer Protocol?
What module simplifies the task of writing network servers?
What is the module to iterate over lines from multiple input streams?
What is the module with higher-order functions and operations on callable objects?
What module with Tk themed widgets?
What module exposes the Windows registry API to Python?
What is the module with mathematical functions for complex numbers?
What module has utilities for implementing state management with cookies?
What module provides functionality to operate with graph-like structures?
What is the module that provides APIs to manage, store, and access context-local state?
What module defines operations for handling the pseudo-terminal concept?
What module provides efficient arrays of numeric values?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What module provides access to the most common POSIX system calls?
What module automatically generates documentation from Python modules?
What module implements multi-producer, multi-consumer queues?
What module provides access to the Unix group database?
What is the module to encode and decode XDR data?
What is the module with functions creating iterators for efficient looping?
What is the package with utilities for os tests?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What is the package to map filenames to MIME types?
What module is for text wrapping and filling?
What module provided a parser for command line options before argparse
?
What is the module for decimal fixed point and floating point arithmetic?
What is the package for terminal handling on character-cell displays?
What module contains basic HTTP server classes based on socketserver?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the package with utilities for warnings tests?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the module that provides a decorator and functions for automatically adding generated special methods such as init() and repr() to user-defined classes?
What module has a mock object library?
What module is used for logging configuration?
What is the module for file and directory comparisons?
What is the package with utilities for socket tests?
What is the module with helpers for computing deltas?
What is the module that provides facilities to implement read-eval-print loops in Python?
What is the module for asynchronous I/O?
What modules allows you to interpret stat() results?
What module provides access to the compiler’s symbol tables?
What module has the higher-level interfaces for thread-based parallelism?
What is the module that provided a function to check Unix passwords?
What module measures execution time of small code snippets?
What is the module for launching parallel tasks?
What is the module for warning control?
What is the module with support for enumerations?
What module has logging handlers?
What module provides access to the Unicode database?
What module allows you to trace or track Python statement execution?
What module defines the interface for XML parsers?
What is the module for XML-RPC client access?
What is the package that provides cookie handling for HTTP clients?
What is the module to generate pseudo-random numbers?
What module is used for detection of ambiguous indentation?
What module provides immutable UUID objects and functions to generate UUIDs?
What is the package with utilities for the Python execution tests?
What module provides compression compatible with gzip?
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 a foreign function library for Python?