What module provides access to the underlying platform’s identifying data?
What module provided a parser for command line options before argparse
?
What module implements multi-producer, multi-consumer queues?
What modules supports compression using the LZMA algorithm?
What is the module that provides facilities to implement read-eval-print loops in Python?
What is the completion function package for GNU readline?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What is the package with utilities for threading tests?
What module provides support for gzip files?
What is the module for file and directory comparisons?
What module performs file control and I/O control on file descriptors?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What is the package for standard Tkinter input dialogs?
What module represents the top-level code environment?
What module implemented the client side of the Network News Transfer Protocolt?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module provides an implementation of the heap queue algorithm?
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 allows you to trace or track Python statement execution?
What is the module with utilities for ASCII characters?
What module provides support for building partial DOM trees?
What module provides a SMTP protocol client?
What module provides support for rational number arithmetic?
What is the module for decimal fixed point and floating point arithmetic?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What module is for Python object persistence, with a persistent, dictionary-like object?
What module implements Python object serialization?
What module contains functions to dump Python tracebacks explicitly?
What module provides access to system-specific parameters and functions?
What module provides immutable UUID objects and functions to generate UUIDs?
What is the package that has several modules for working with HyperText Transfer Protocol?
What is the package that provides the core tools for working with streams?
What is the package to read and write Microsoft Installer files?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What is the package to find modules used by a script?
What module provides Unix style pathname pattern expansion??
What module is used for logging configuration?
What module provides a low-level networking interface?
What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What is the module to parse robots.txt files?
What module has common pathname manipulations?
What module provides constants used with Python parse trees?
What is the package to determine the type of a sound file?
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 package collects server and client modules implementing XML-RPC?
What module has logging handlers?
What is the module to generate pseudo-random numbers?
What module has utilities for implementing state management with cookies?
What is the module that provides an array bisection algorithm?
What module automatically generates documentation from Python modules?
What module has the response classes used by urllib?
What is the module to manipulate raw audio data?
What module provides access to the Unix group database?
What is the package that supports spawning processes using an API similar to the threading module?
What module defines an interactive source code debugger for Python programs?
What package provides memory-mapped file support?
What module implemented the Telnet protocol?
What module is for showing file selection dialogs with the Tcl/Tk interface?
What module provides compression compatible with gzip?
What module contains future statement definitions?
What is the module with mathematical functions for complex numbers?
What package is for Python’s own internal regression testing?
What module defines base classes for SAX handlers?
What module provides an interface to the Unix syslog library routines?
What module defines a POP3 protocol client?
What is the module with higher-order functions and operations on callable objects?
What is the package that provides utilities upon which the Python read-eval-print loop can be emulated?
What module provides multilingual internationalization services?
What is the module to encode and decode XDR data?
What is the module for portable password input?
What is the package with only one module for launching parallel tasks?
What is the module for reading and writing CSV files?
What is the module with utilities for with-statement contexts?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What module generates temporary files and directories?
What is the package with utilities for socket tests?
What is the module with functions creating iterators for efficient looping?
What module provides low level debugger functions for pdb?
What is the package to encode and decode MIME quoted-printable data?
What module provided an asynchronous socket command/response handler?
What is the module with basic date and time types?
What is the package to manipulate mailboxes in various formats?
What module exposes the Windows registry API to Python?
What is the package with miscellaneous operating system interfaces?
What module provides a scrolled text widget for the Tcl/Tk interface?
What module provides secure hashes and message digests?
What is the package with WSGI Utilities and Reference Implementation?
What is the package to map filenames to MIME types?
What module has a simple HTML and XHTML parser?
What module provides access to the Unicode database?
What is the package that provides cookie handling for HTTP clients?
What is the module to work with ZIP archives?
What module contains functions that can read and write Python values in a binary format?
What is the package with useful routines from the MS VC++ runtime?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module defines a hierarchy of numeric abstract base classes?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module was an interface to Sun’s NIS (Yellow Pages)?
What is the module for conversions between color systems?