What is the package that provides the core tools for working with streams?
What is the module that provides facilities to implement read-eval-print loops in Python?
What module has a mock object library?
What module contains tools for pickle developers?
What is the module to create of virtual environments?
What is the module with functions creating iterators for efficient looping?
What is the package with only one module for launching parallel tasks?
What module is for Python object persistence, with a persistent, dictionary-like object?
What is the module for XML-RPC client access?
What is the module that provides text input widget for curses programs?
What module provides access to the Unicode database?
What module provided a convenient interface to the Sun AU sound format?
What module provides internationalization services?
What module provides a Tcl/Tk color choosing dialog?
What is the package to encode and decode MIME quoted-printable data?
What package collects several modules for working with URLs?
What module is an extensible library for opening URLs?
What module has the higher-level interfaces for thread-based parallelism?
What module provides a scrolled text widget for the Tcl/Tk interface?
What module offers a number of high-level operations on files and collections of files?
What module provides low level debugger functions for pdb?
What module has definitions of HTML general entities?
What module has logging handlers?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module defines an interactive source code debugger for Python programs?
What module implements Python object serialization?
What module provided a traceback manager for CGI scripts?
What module implements a simple and efficient API for parsing and creating XML data?
What is the module to manipulate raw audio data?
What is the module to encode and decode uuencode files?
What module had extension widgets for Tcl/Tk?
What module simplifies the task of writing network servers?
What package is for Python’s own internal regression testing?
What is the package that provides access to the Unix user account and password database?
What is the module to register pickle support functions?
What module provides multilingual internationalization services?
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 that provided several classes for implementing SMTP servers?
What module defines base classes for SAX handlers?
What is the package that supports spawning processes using an API similar to the threading module?
What is the module with utilities for ASCII characters?
What is the module for basic XML-RPC servers?
What is the package with WSGI Utilities and Reference Implementation?
What module is for registering and unregistering exit handlers?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What is the module for building and installing Python modules?
What module has a simple HTML and XHTML parser?
What module provides an interface to the Unix syslog library routines?
What is the module to iterate over lines from multiple input streams?
What module is for simple lexical analysis of simple syntaxes resembling that of the Unix shell?
What is the module that provides a foreign function library for Python?
What is the package for JSON encoding and decoding?
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 measures execution time of small code snippets?
What module provides support for building partial DOM trees?
What is the module with utilities for with-statement contexts?
What is the package that provides cookie handling for HTTP clients?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What module is a debug tool to trace memory blocks allocated by Python?
What module implemented the Telnet protocol?
What is the module to encode and decode binhex4 files?
What is the module for bootstrapping the pip installer?
What module is for POSIX style tty control?
What is the module to generate pseudo-random numbers?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module implemented the client side of the Network News Transfer Protocolt?
What module provides access to the Unix group database?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What modules provides an asynchronous socket handler?
What is the package for terminal handling on character-cell displays?
What module allows you to create weak references to objects?
What module provided a parser for command line options before argparse
?
What module provides immutable UUID objects and functions to generate UUIDs?
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 module is for showing file selection dialogs with the Tcl/Tk interface?
What module provides the Document Object Model API?
What is the module that provides built-in objects?
What is the module for portable password input?
What module provides a SMTP protocol client?
What is the module with basic date and time types?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
What is the package with support tools for testing correct bytecode generation?
What module defines utilities to manipulate HTML?
What module implements keyed-hashing for message authentication?
What module provides access to the underlying platform’s identifying data?
What module has common pathname manipulations?
What is the email and MIME handling module?
What module has utilities for implementing state management with cookies?
What is the module for launching parallel tasks?
What is the module to process trees of the Python abstract syntax grammar?
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 provides a standard interface to extract, format and print stack traces of Python programs?
What module provides a TLS/SSL wrapper for socket objects?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What is the package with utilities for the Python execution tests?
What module provided access to the Unix shadow password database?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the module to encode and decode XDR data?
What is the module for reading and writing CSV files?
What is the module that determined the type of an image?