What is the module to inspect live objects?
What module allows you to create weak references to objects?
What is the module for conversions between color systems?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the module that provides support for line-oriented command interpreters?
What module defines a class which implements a general purpose event scheduler?
What module performs file control and I/O control on file descriptors?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What is the module for launching parallel tasks?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What is the package with utilities for threading tests?
What is the package for netrc file processing?
What is the package with miscellaneous operating system interfaces?
What is the module with functions creating iterators for efficient looping?
What module defines base classes for SAX handlers?
What module provides efficient arrays of numeric values?
What is the module that provided a function to check Unix passwords?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What is the package with only one module for launching parallel tasks?
What module provided a convenient interface to the Sun AU sound format?
What module defines the interface for XML parsers?
What module makes it possible to read and write tar archives?
What is the module to manipulate raw audio data?
What module implemented the Telnet protocol?
What module provides an FTP protocol client?
What module provides various time-related functions?
What module implements Python object serialization?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module provides access to the Unicode database?
What module simplifies the task of writing network servers?
What module contains tools for pickle developers?
What is the module to work with ZIP archives?
What module provides a low-level networking interface?
What module provides mechanisms to use signal handlers in Python?
What package provides the implementation of import?
What is the module that provides a panel stack extension for curses?
What is the module to read IFF chunked data?
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 module exposes the Windows registry API to Python?
What is the module with higher-order functions and operations on callable objects?
What module provides the Document Object Model API?
What module provides immutable UUID objects and functions to generate UUIDs?
What module represents the top-level code environment?
What module provided a parser for command line options before argparse?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What is the package with utilities for os tests?
What module provides support for rational number arithmetic?
What module has exception classes raised by urllib.request?
What is the package with utilities for the Python test suite?
What module is used for logging configuration?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module provides low level debugger functions for pdb?
What module with Tk themed widgets?
What module provides a means for producing object representations with limits on the size of the resulting strings?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What module provides the base class for the other Tcl/Tk dialogs defined in the tkinter package?
What module provides a Tcl/Tk color choosing dialog?
What is the package with the GNU readline interface?
What is the module with utilities for with-statement contexts?
What module automatically generates documentation from Python modules?
What is the module with general calendar-related functions?
What module was the old interface to shell pipelines?
What module is used for generating secure random numbers for managing secrets?
What module provides functionality to operate with graph-like structures?
What module offers a number of high-level operations on files and collections of files?
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 is the module to byte-compile Python libraries?
What module provides an interface to the Unix syslog library routines?
What was the old module to access the import internals?
What module provides secure hashes and message digests?
What module provides access to Python’s configuration information?
What is the module for bootstrapping the pip installer?
What is the module for basic XML-RPC servers?
What module provides a scrolled text widget for the Tcl/Tk interface?
What module is a Python interface to the Expat non-validating XML parser?
What module provides support for building partial DOM trees?
What module is for simple lexical analysis of simple syntaxes resembling that of the Unix shell?
What is the module for file and directory comparisons?
What module provides access to the underlying platform’s identifying data?
What is the module that provides text input widget for curses programs?
What module defines utilities to manipulate HTML?
What is the module to process trees of the Python abstract syntax grammar?
What is the module that determined the type of an image?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module is for Python object persistence, with a persistent, dictionary-like object?
What modules provides an asynchronous socket handler?
What modules allows you to interpret stat() results?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What is the package to pretty print data?
What module provides compression compatible with gzip?
What module is for text wrapping and filling?
What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module implements multi-producer, multi-consumer queues?
What module defines a hierarchy of numeric abstract base classes?
What module provides utilities for the import system, in particular package support?
What is the module for common string operations?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What is the module with container datatypes?
What module provides an implementation of the heap queue algorithm?
What module is used for detection of ambiguous indentation?