What module defines a POP3 protocol client?
What module allows you to trace or track Python statement execution?
What is the module for bootstrapping the pip installer?
What is the package to map filenames to MIME types?
What module provided a parser for command line options before argparse
?
What module with Tk themed widgets?
What module provides basic mechanisms for measuring and controlling system resources utilized by a program?
What is the module to process trees of the Python abstract syntax grammar?
What module provides a SMTP protocol client?
What module is used for detection of ambiguous indentation?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What package collects server and client modules implementing XML-RPC?
What is the module with functions creating iterators for efficient looping?
What package is the standard Python interface to the Tcl/Tk GUI toolkit?
What module provides support for rational number arithmetic?
What module provides access to the basic sound-playing machinery provided by Windows platforms?
What module is for text wrapping and filling?
What module performs file control and I/O control on file descriptors?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module contains future statement definitions?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
What module provides utilities for the import system, in particular package support?
What module was the old interface to shell pipelines?
What module provides access to the Unicode database?
What is the module with interfaces to Unix “databases”?
What is the module that provided Mailcap file handling?
What module is used for generating secure random numbers for managing secrets?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What is the package to determine the type of a sound file?
What is the package for standard Tkinter input dialogs?
What is the module with utilities for with-statement contexts?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module contains functions that can read and write Python values in a binary format?
What module provided a convenient interface to the Sun AU sound format?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What module defines a class which implements a general purpose event scheduler?
What is the module that provides facilities to implement read-eval-print loops in Python?
What is the module that provided a function to check Unix passwords?
What is the module for parsing configuration files?
What is the module that provides text input widget for curses programs?
What is the module to parse for command-line options, arguments and sub-commands?
What package provides memory-mapped file support?
What is the module for disassembling for Python bytecode?
What is the module to byte-compile Python libraries?
What is the module to generate and parse Apple .plist files?
What is the package with support tools for testing correct bytecode generation?
What is the package with the GNU readline interface?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What module provided access to the Unix shadow password database?
What is the package that has several modules for working with HyperText Transfer Protocol?
What is the module that has a minimal DOM implementation?
What module provided an asynchronous socket command/response handler?
What is the module to compile Python source files?
What is the module to read IFF chunked data?
What module provided a traceback manager for CGI scripts?
What is the package with only one module for launching parallel tasks?
What is the package to read and write Microsoft Installer files?
What is the module with container datatypes?
What module has the response classes used by urllib?
What module has a simple HTML and XHTML parser?
What module makes it possible to read and write tar archives?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What is the module to generate pseudo-random numbers?
What module provides access to the compiler’s symbol tables?
What module provides drag and drop support for tkinter
?
What is the package to access to OSS-compatible audio devices?
What module provides compression compatible with gzip?
What module provides access to the most common POSIX system calls?
What module provides internationalization services?
What is the module that provides support for line-oriented command interpreters?
What module provides mechanisms to use signal handlers in Python?
What module provides an interface to the Unix syslog library routines?
What is the email and MIME handling module?
What module allows you to create weak references to objects?
What module exposes the Windows registry API to Python?
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 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 package to manipulate mailboxes in various formats?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What module was an interface to Sun’s NIS (Yellow Pages)?
What is the module that provides an array bisection algorithm?
What modules provides an asynchronous socket handler?
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 runtime support for type hints?
What module provides a scrolled text widget for the Tcl/Tk interface?
What is the module that provides a panel stack extension for curses?
What is the module for decimal fixed point and floating point arithmetic?
What module provides low level debugger functions for pdb?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module represents the top-level code environment?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What is the package with useful routines from the MS VC++ runtime?
What module provides access to the underlying platform’s identifying data?
What package is for Python’s own internal regression testing?
What module has a mock object library?
What is the package with utilities for os tests?
What module simplifies the task of writing network servers?
What module implements an IMAP4 protocol client?
What module provides access to Python’s configuration information?