What is the module that provides a panel stack extension for curses?
What module makes it possible to read and write tar archives?
What module provided a traceback manager for CGI scripts?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What module is an extensible library for opening URLs?
What module provides the Document Object Model API?
What package collects server and client modules implementing XML-RPC?
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 for launching parallel tasks?
What module has the higher-level interfaces for thread-based parallelism?
What is the package for netrc file processing?
What is the package for terminal handling on character-cell displays?
What is the package with utilities for warnings tests?
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 utilities for socket tests?
What is the package to find modules used by a script?
What module had extension widgets for Tcl/Tk?
What module defines base classes for SAX handlers?
What modules supports compression using the LZMA algorithm?
What module provides a TLS/SSL wrapper for socket objects?
What is the module to register pickle support functions?
What is the module to inspect live objects?
What module measures execution time of small code snippets?
What is the module to iterate over lines from multiple input streams?
What module provided an asynchronous socket command/response handler?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module provides runtime support for type hints?
What module provides drag and drop support for tkinter
?
What module provides a low-level HTTP protocol client?
What module is for POSIX style tty control?
What module defines the interface for XML parsers?
What is the module for conversions between color systems?
What module has common pathname manipulations?
What module provides constants used with Python parse trees?
What is the module for portable password input?
What module provides functionality to operate with graph-like structures?
What module is for Python object persistence, with a persistent, dictionary-like object?
What module with Tk themed widgets?
What module offers a number of high-level operations on files and collections of files?
What is the module for bootstrapping the pip installer?
What is the package that supports spawning processes using an API similar to the threading module?
What module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes?
What module provides efficient arrays of numeric values?
What is the module to read IFF chunked data?
What is the module to read and write AIFF and AIFC files?
What is the module with helpers for computing deltas?
What module provides low level debugger functions for pdb?
What module provides a Tcl/Tk color choosing dialog?
What module provides immutable UUID objects and functions to generate UUIDs?
What module provides support for gzip files?
What module is a debug tool to trace memory blocks allocated by Python?
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 high-level interface to allow displaying web-based documents to users?
What modules allows you to interpret stat() results?
What module provides access to system-specific parameters and functions?
What module provides functions for calculating mathematical statistics of numeric (Real-valued) data?
What is the module to manipulate raw audio data?
What is the module that provided several classes for implementing SMTP servers?
What is the module that provides an array bisection algorithm?
What module implements multi-producer, multi-consumer queues?
What module contains future statement definitions?
What module contains basic HTTP server classes based on socketserver?
What is the module to compile Python source files?
What is the module for asynchronous I/O?
What module provides secure hashes and message digests?
What modules provides an asynchronous socket handler?
What is the module with utilities for with-statement contexts?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What is the module that provided a function to check Unix passwords?
What module has a mock object library?
What module is used for Internet string preparation?
What is the module for file and directory comparisons?
What module provides a C-style parser for command line options?
What module provides a low-level networking interface?
What is the module to process trees of the Python abstract syntax grammar?
What module provides an interface to the Unix syslog library routines?
What is the module to byte-compile Python libraries?
What module performs file control and I/O control on file descriptors?
What is the module to create of virtual environments?
What is the module with basic date and time types?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What module implemented the Telnet protocol?
What is the module for parsing configuration files?
What is the package to read and write Microsoft Installer files?
What is the module that provides support for line-oriented command interpreters?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What module is for simple lexical analysis of simple syntaxes resembling that of the Unix shell?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What is the package for JSON encoding and decoding?
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 provided a parser for command line options before argparse
?
What module provides access to Python’s configuration information?
What module simplifies the task of writing network servers?
What is the module with general calendar-related functions?
What is the module for decimal fixed point and floating point arithmetic?
What is the module that provides text input widget for curses programs?
What module contains functions to dump Python tracebacks explicitly?
What module is used for logging configuration?
What is the package that provides the core tools for working with streams?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?