What is the module for conversions between color systems?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
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 provides a C-style parser for command line options?
What module exposes the Windows registry API to Python?
What is the module for decimal fixed point and floating point arithmetic?
What module contains tools for pickle developers?
What is the module for asynchronous I/O?
What is the package that supports spawning processes using an API similar to the threading module?
What is the package that provides the core tools for working with streams?
What module implements multi-producer, multi-consumer queues?
What module provides an implementation of the heap queue algorithm?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What module provides access to the most common POSIX system calls?
What is the module that has a minimal DOM implementation?
What was the old module to access the import internals?
What module provides functionality to operate with graph-like structures?
What is the package to find modules used by a script?
What is the module for warning control?
What module provides multilingual internationalization services?
What is the module to encode and decode binhex4 files?
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 a Tcl/Tk color choosing dialog?
What is the module with functions creating iterators for efficient looping?
What is the package to pretty print data?
What is the package that provides access to the Unix user account and password database?
What module has the response classes used by urllib?
What module provides immutable UUID objects and functions to generate UUIDs?
What package provides a unit testing framework?
What module provides low level debugger functions for pdb?
What is the module with higher-order functions and operations on callable objects?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What is the module to create of virtual environments?
What modules supports compression using the LZMA algorithm?
What module had extension widgets for Tcl/Tk?
What is the module that provides a foreign function library for Python?
What module is a Python interface to the Expat non-validating XML parser?
What is the module to inspect live objects?
What module is an extensible library for opening URLs?
What is the package to manipulate mailboxes in various formats?
What modules allows you to interpret stat() results?
What module is used for logging configuration?
What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module provides constants used with Python parse trees?
What is the module that provides built-in objects?
What is the email and MIME handling module?
What is the module to encode and decode XDR data?
What module is for registering and unregistering exit handlers?
What module defines utilities to manipulate HTML?
What is the package with utilities for import tests?
What is the module for bootstrapping the pip installer?
What module simplifies the task of writing network servers?
What module automatically generates documentation from Python modules?
What is the package to map filenames to MIME types?
What module has logging handlers?
What is the module to encode and decode uuencode files?
What is the module for building and installing Python modules?
What module implements an IMAP4 protocol client?
What is the package for standard Tkinter input dialogs?
What module provides utilities for the import system, in particular package support?
What module provides a tokenizer for Python source?
What is the package with utilities for warnings tests?
What module provides drag and drop support for tkinter
?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the package for JSON encoding and decoding?
What is the module with basic date and time types?
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 provides a means for producing object representations with limits on the size of the resulting strings?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What is the package for netrc file processing?
What is the module for launching parallel tasks?
What is the module with general calendar-related functions?
What module provides support for rational number arithmetic?
What module provides access to the underlying platform’s identifying data?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What module was the old interface to shell pipelines?
What is the package to encode and decode MIME quoted-printable data?
What module makes available standard errno
system symbols?
What module provides mechanisms to use signal handlers in Python?
What module allows you to trace or track Python statement execution?
What is the package to determine the type of a sound file?
What module provides secure hashes and message digests?
What module provides support for gzip files?
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 provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module defines operations for handling the pseudo-terminal concept?
What module has a mock object library?
What is the module with support for enumerations?
What is the module to parse robots.txt files?
What module provided a traceback manager for CGI scripts?
What is the module to convert between binary and ASCII?
What module measures execution time of small code snippets?
What is the module for parsing configuration files?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What is the module to process trees of the Python abstract syntax grammar?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module has terminal control functions?
What is the module to byte-compile Python libraries?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
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?