What module defines operations for handling the pseudo-terminal concept?
What module provides a TLS/SSL wrapper for socket objects?
What is the package with miscellaneous operating system interfaces?
What is the package with utilities for the Python execution tests?
What module with Tk themed widgets?
What module provides access to the underlying platform’s identifying data?
What is the module for disassembling for Python bytecode?
What module has exception classes raised by urllib.request?
What module has common pathname manipulations?
What module allows you to create weak references to objects?
What package collects server and client modules implementing XML-RPC?
What module defines an interactive source code debugger for Python programs?
What module provides immutable UUID objects and functions to generate UUIDs?
What is the module that provides facilities to implement read-eval-print loops in Python?
What is the module with general calendar-related functions?
What module provides compression compatible with gzip?
What module provides support for gzip files?
What module provides functionality to operate with graph-like structures?
What module provides a C-style parser for command line options?
What is the package that provides the core tools for working with streams?
What module provides support for building partial DOM trees?
What is the module for XML-RPC client access?
What module makes it possible to read and write tar archives?
What module provides various time-related functions?
What is the module with interfaces to Unix “databases”?
What is the module to read IFF chunked data?
What is the module to work with ZIP archives?
What module provides a SMTP protocol client?
What is the module that provides text input widget for curses programs?
What is the module for basic XML-RPC servers?
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 module has a simple HTML and XHTML parser?
What module had extension widgets for Tcl/Tk?
What is the module for portable password input?
What is the module to create of virtual environments?
What is the module to byte-compile Python libraries?
What is the module for parsing configuration files?
What module provides multilingual internationalization services?
What module defines a hierarchy of numeric abstract base classes?
What module has logging handlers?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What package collects several modules for working with URLs?
What is the email and MIME handling module?
What is the package with only one module for launching parallel tasks?
What was the old module to access the import internals?
What module is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What modules allows you to interpret stat() results?
What is the module that provided Mailcap file handling?
What is the package with utilities for import tests?
What module provides drag and drop support for tkinter
?
What is the package that provides access to the Unix user account and password database?
What is the module with utilities for with-statement contexts?
What is the module with higher-order functions and operations on callable objects?
What module provides access to the compiler’s symbol tables?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module is used for detection of ambiguous indentation?
What is the module with helpers for computing deltas?
What is the module for Unix filename pattern matching?
What module provided a parser for command line options before argparse
?
What module is used for generating secure random numbers for managing secrets?
What is the package with WSGI Utilities and Reference Implementation?
What module defines utilities to manipulate HTML?
What module has utilities for implementing state management with cookies?
What is the package for netrc file processing?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module provides secure hashes and message digests?
What module performs file control and I/O control on file descriptors?
What is the module for building and installing Python modules?
What is the module to iterate over lines from multiple input streams?
What module provides a means for producing object representations with limits on the size of the resulting strings?
What is the package for standard Tkinter input dialogs?
What module provides Unix style pathname pattern expansion??
What module provides a scrolled text widget for the Tcl/Tk interface?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What package provides a unit testing framework?
What module automatically generates documentation from Python modules?
What module measures execution time of small code snippets?
What module provides a Tcl/Tk color choosing dialog?
What is the module for bootstrapping the pip installer?
What is the package to pretty print data?
What is the package that provides cookie handling for HTTP clients?
What is the module with basic date and time types?
What module defines the interface for XML parsers?
What module provides an FTP protocol client?
What is the module for locating and executing Python modules?
What module implemented the Telnet protocol?
What is the package with the GNU readline interface?
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 is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What imodule allows a Python program to determine if a string is a keyword or soft keyword.?
What module contains functions to dump Python tracebacks explicitly?
What module contains basic HTTP server classes based on socketserver?
What module is used for logging configuration?
What module provides an interface to the Unix syslog library routines?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module is for showing file selection dialogs with the Tcl/Tk interface?
What module is a debug tool to trace memory blocks allocated by Python?
What module provides an interface to the optional garbage collector?
What is the package for regular expression operations?