What is the module to encode and decode uuencode files?
What module exports a set of efficient functions corresponding to the intrinsic operators of Python?
What is the module to encode and decode binhex4 files?
What is the package with utilities for import tests?
What is the module with general calendar-related functions?
What is the package that provides utilities upon which the Python read-eval-print loop can be emulated?
What is the module to byte-compile Python libraries?
What is the module to generate and parse Apple .plist files?
What is the module for decimal fixed point and floating point arithmetic?
What module adds the ability to import Python modules (*.py, *.pyc) and packages from ZIP-format archives?
What module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter?
What module simplifies the task of writing network servers?
What module provides access to system-specific parameters and functions?
What is the completion function package for GNU readline?
What is the package with the GNU readline interface?
What module is a debug tool to trace memory blocks allocated by Python?
What is the module for parsing configuration files?
What module defines a POP3 protocol client?
What module provides access to the underlying platform’s identifying data?
What module defines functions and classes which implement a flexible event logging system for applications and libraries?
What is the module for locating and executing Python modules?
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 with support for enumerations?
What module provides support for building partial DOM trees?
What module is for POSIX style tty control?
What is the module for reading and writing CSV files?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module provides mechanisms to use signal handlers in Python?
What module provides limited information about the functions, classes, and methods defined in a Python-coded module?
What module implemented the client side of the Network News Transfer Protocolt?
What module defines the interface for XML parsers?
What module provides various time-related functions?
What module implements a simple and efficient API for parsing and creating XML data?
What module is used for Internet string preparation?
What is the module for Unix filename pattern matching?
What is the package for JSON encoding and decoding?
What module provides access to the Unicode database?
What module provides a SMTP protocol client?
What package collects several modules for working with URLs?
What module has utilities for implementing state management with cookies?
What module contains functions that can read and write Python values in a binary format?
What is the module to generate pseudo-random numbers?
What module makes available standard errno
system symbols?
What module has the response classes used by urllib?
What is the module to read IFF chunked data?
What module provides a low-level HTTP protocol client?
What module provides constants used with Python parse trees?
What is the package with miscellaneous operating system interfaces?
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 modules allows you to interpret stat() results?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What module contains tools for pickle developers?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What module provides internationalization services?
What is the module with utilities for with-statement contexts?
What is the module that determined the type of an image?
What is the package for standard Tkinter input dialogs?
What module provides drag and drop support for tkinter
?
What module provides a tokenizer for Python source?
What module was an interface to Sun’s NIS (Yellow Pages)?
What module provides support for gzip files?
What is the module to inspect live objects?
What module provides an interface to the Unix syslog library routines?
What is the module that provides facilities to implement read-eval-print loops in Python?
What is the email and MIME handling module?
What is the module with interfaces to Unix “databases”?
What was the old module to access the import internals?
What module provides runtime support for type hints?
What module implements Python object serialization?
What module contains future statement definitions?
What is the module with basic date and time types?
What is the module for warning control?
What is the package that provides the core tools for working with streams?
What module provides access to Python’s configuration information?
What is the package with support tools for testing correct bytecode generation?
What module provides utilities for the import system, in particular package support?
What is the module that provides text input widget for curses programs?
What is the package to read and write Microsoft Installer files?
What module provides access to the compiler’s symbol tables?
What module makes it possible to read and write tar archives?
What module provided a parser for command line options before argparse
?
What is the module for file and directory comparisons?
What is the module for disassembling for Python bytecode?
What module provided a traceback manager for CGI scripts?
What module provides secure hashes and message digests?
What is the module that provides built-in objects?
What is the module that provides a panel stack extension for curses?
What module provides Unix style pathname pattern expansion??
What module provides efficient arrays of numeric values?
What module represents the top-level code environment?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
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 module provides support for rational number arithmetic?
What module provides an FTP protocol client?
What module provided an asynchronous socket command/response handler?
What is the module to compile Python source files?
What is the package with utilities for the Python execution tests?
What module provides a C-style parser for command line options?
What is the package with utilities for os tests?