What module was the old interface to shell pipelines?
What module has a mock object library?
What package provides a unit testing framework?
What is the package with WSGI Utilities and Reference Implementation?
What is the module with general calendar-related functions?
What module measures execution time of small code snippets?
What is the module that provides built-in objects?
What module provided a traceback manager for CGI scripts?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module provided a convenient interface to the Sun AU sound format?
What is the module for parsing configuration files?
What module provides constants used with Python parse trees?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What package is for Python’s own internal regression testing?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module defines base classes for SAX handlers?
What module is for POSIX style tty control?
What is the package with support tools for testing correct bytecode generation?
What module provides access to the underlying platform’s identifying data?
What is the module for basic XML-RPC servers?
What is the package to access to OSS-compatible audio devices?
What is the package with only one module for launching parallel tasks?
What is the module with higher-order functions and operations on callable objects?
What is the module for portable password input?
What is the module to work with ZIP archives?
What module is for registering and unregistering exit handlers?
What is the module to encode and decode binhex4 files?
What module is used for Internet string preparation?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
What is the module with functions creating iterators for efficient looping?
What is the module that determined the type of an image?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module implemented the Telnet protocol?
What is the module for reading and writing CSV files?
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 operations for handling the pseudo-terminal concept?
What module has the response classes used by urllib?
What is the module to read and write WAV files?
What is the email and MIME handling module?
What module provides Unix style pathname pattern expansion??
What is the module that provides a foreign function library for Python?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
What is the module that provides an array bisection algorithm?
What module is for text wrapping and filling?
What is the package for terminal handling on character-cell displays?
What module is used for generating secure random numbers for managing secrets?
What is the package with useful routines from the MS VC++ runtime?
What is the package for standard Tkinter input dialogs?
What is the module for file and directory comparisons?
What is the package with utilities for import tests?
What module contains basic HTTP server classes based on socketserver?
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 provided access to the Unix shadow password database?
What module allows you to create weak references to objects?
What is the module for common string operations?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What is the module that provided a function to check Unix passwords?
What is the package that has several modules for working with HyperText Transfer Protocol?
What is the module for launching parallel tasks?
What is the module that provides APIs to manage, store, and access context-local state?
What module contains future statement definitions?
What module is used for logging configuration?
What module has the higher-level interfaces for thread-based parallelism?
What module provides a low-level HTTP protocol client?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the module to register pickle support functions?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module defines a class which implements a general purpose event scheduler?
What module implements Python object serialization?
What is the package for netrc file processing?
What module provides a tokenizer for Python source?
What module represents the top-level code environment?
What is the module to iterate over lines from multiple input streams?
What is the module to generate and parse Apple .plist files?
What is the module with helpers for computing deltas?
What is the module for warning control?
What is the module with support for enumerations?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What package collects server and client modules implementing XML-RPC?
What is the module for disassembling for Python bytecode?
What is the module to encode and decode uuencode files?
What module is a debug tool to trace memory blocks allocated by Python?
What module provided Common Gateway Interface support?
What module implements keyed-hashing for message authentication?
What is the module for XML-RPC client access?
What is the module with basic date and time types?
What is the module with utilities for with-statement contexts?
What module provides immutable UUID objects and functions to generate UUIDs?
What is the module to encode and decode XDR data?
What modules allows you to interpret stat() results?
What module provides compression compatible with gzip?
What is the package that supports spawning processes using an API similar to the threading module?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What modules provides an asynchronous socket handler?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What module was an interface to Sun’s NIS (Yellow Pages)?
What module with Tk themed widgets?