What module provides utilities for the import system, in particular package support?
What is the package for Turtle graphics?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module provides support for building partial DOM trees?
What module provides an interface to the Unix syslog library routines?
What is the module with higher-order functions and operations on callable objects?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module is used for Internet string preparation?
What is the module with container datatypes?
What modules allows you to interpret stat() results?
What is the module that has a minimal DOM implementation?
What is the package with utilities for threading tests?
What module provides a SMTP protocol client?
What is the module with basic date and time types?
What module provides constants used with Python parse trees?
What is the module that provided Mailcap file handling?
What is the module for file and directory comparisons?
What module has terminal control functions?
What is the module to generate and parse Apple .plist files?
What module provides Unix style pathname pattern expansion??
What is the module with functions creating iterators for efficient looping?
What module is a Python interface to the Expat non-validating XML parser?
What is the module that provides facilities to implement read-eval-print loops in Python?
What module provided a parser for command line options before argparse
?
What module provides the Document Object Model API?
What is the module with support for enumerations?
What module had extension widgets for Tcl/Tk?
What is the module to read IFF chunked data?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module provides a Tcl/Tk color choosing dialog?
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 is the module that provided a function to check Unix passwords?
What is the module that provides built-in objects?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What module defines a POP3 protocol client?
What module implemented the client side of the Network News Transfer Protocolt?
What is the package that provides access to the Unix user account and password database?
What module is used for detection of ambiguous indentation?
What module makes available standard errno
system symbols?
What is the package with utilities for warnings tests?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What is the module with helpers for computing deltas?
What module provides access to the Unicode database?
What is the module to encode and decode XDR data?
What is the package with the GNU readline interface?
What is the module for warning control?
What is the package to manipulate mailboxes in various formats?
What is the module to encode and decode binhex4 files?
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 defines a class which implements a general purpose event scheduler?
What is the module to process trees of the Python abstract syntax grammar?
What module provides access to Python’s configuration information?
What module is for text wrapping and filling?
What module is used for logging configuration?
What module implements multi-producer, multi-consumer queues?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module provided access to the Unix shadow password database?
What is the module that provides text input widget for curses programs?
What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What is the module to read and write AIFF and AIFC files?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What is the package that provides the core tools for working with streams?
What is the module that provides an array bisection algorithm?
What is the module to register pickle support functions?
What is the package with utilities for socket tests?
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 is the module to iterate over lines from multiple input streams?
What is the package that supports spawning processes using an API similar to the threading module?
What module provides secure hashes and message digests?
What module provides a low-level HTTP protocol client?
What is the package to encode and decode MIME quoted-printable data?
What package provides a unit testing framework?
What module defines operations for handling the pseudo-terminal concept?
What is the package that provides cookie handling for HTTP clients?
What is the module with interfaces to Unix “databases”?
What module implemented the Telnet protocol?
What is the module to read and write WAV files?
What was the old module to access the import internals?
What module represents the top-level code environment?
What module contains basic HTTP server classes based on socketserver?
What module automatically generates documentation from Python modules?
What module allows you to create weak references to objects?
What is the module that provides a panel stack extension for curses?
What is the module with utilities for ASCII characters?
What module provides mechanisms to use signal handlers in Python?
What module provides low level debugger functions for pdb?
What module provides an FTP protocol client?
What is the package to pretty print data?
What module measures execution time of small code snippets?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What is the email and MIME handling module?
What is the package for terminal handling on character-cell displays?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What package collects several modules for working with URLs?
What module provides an interface to the optional garbage collector?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
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 regular expression operations?