What is the module that provides an array bisection algorithm?
What module defines operations for handling the pseudo-terminal concept?
What is the package for Turtle graphics?
What is the package for standard Tkinter input dialogs?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What module provides runtime support for type hints?
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 module has common pathname manipulations?
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 with functions creating iterators for efficient looping?
What module provides drag and drop support for tkinter
?
What module provides low-level primitives for working with multiple threads?
What module measures execution time of small code snippets?
What package provides a unit testing framework?
What is the module that provided a function to check Unix passwords?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What is the module with container datatypes?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What is the module that provides support for line-oriented command interpreters?
What is the module to process trees of the Python abstract syntax grammar?
What package collects server and client modules implementing XML-RPC?
What is the module for common string operations?
What is the package to encode and decode MIME quoted-printable data?
What package is for Python’s own internal regression testing?
What module defines base classes for SAX handlers?
What is the completion function package for GNU readline?
What is the module that has a minimal DOM implementation?
What module has utilities for implementing state management with cookies?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What module provides low level debugger functions for pdb?
What is the package to read and write Microsoft Installer files?
What is the module for warning control?
What is the module to manipulate raw audio data?
What module has definitions of HTML general entities?
What module is for showing file selection dialogs with the Tcl/Tk interface?
What module allows you to trace or track Python statement execution?
What module provides various time-related functions?
What is the module for basic XML-RPC servers?
What is the package to pretty print data?
What is the module to read IFF chunked data?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
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 package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module was the old interface to shell pipelines?
What module provides a Tcl/Tk color choosing dialog?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What is the module for disassembling for Python bytecode?
What is the module to create of virtual environments?
What is the module that provides a panel stack extension for curses?
What is the package with support tools for testing correct bytecode generation?
What is the module to parse for command-line options, arguments and sub-commands?
What is the module that defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry?
What is the package with the GNU readline interface?
What module provided a traceback manager for CGI scripts?
What is the module that provides built-in objects?
What is the module with interfaces to Unix “databases”?
What is the package for regular expression operations?
What module contains functions to dump Python tracebacks explicitly?
What module provides a low-level HTTP protocol client?
What is the module to encode and decode uuencode files?
What module implements multi-producer, multi-consumer queues?
What module defines functions and classes which implement a flexible event logging system for applications and libraries?
What module has the higher-level interfaces for thread-based parallelism?
What module is a Python interface to the Expat non-validating XML parser?
What is the package for terminal handling on character-cell displays?
What module provides access to the most common POSIX system calls?
What is the module that provided several classes for implementing SMTP servers?
What is the package with only one module for launching parallel tasks?
What is the package with utilities for threading tests?
What is the module to work with ZIP archives?
What module makes available standard errno
system symbols?
What module provides the Document Object Model API?
What module exposes the Windows registry API to Python?
What is the package with utilities for os tests?
What module defines the interface for XML parsers?
What is the module for locating and executing Python modules?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module defines an interactive source code debugger for Python programs?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What is the module for XML-RPC client access?
What is the module to read and write WAV files?
What is the module for launching parallel tasks?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module performs file control and I/O control on file descriptors?
What is the module with general calendar-related functions?
What is the module that determined the type of an image?
What module implements an IMAP4 protocol client?
What modules allows you to interpret stat() results?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What is the package that provides access to the Unix user account and password database?
What module has logging handlers?
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 module to inspect live objects?
What is the package to access to OSS-compatible audio devices?
What is the module with basic date and time types?
What module represents the top-level code environment?
What module provides an FTP protocol client?
What is the module for asynchronous I/O?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?