What module has utilities to help work with fonts with Python’s Tcl/Tk interface?
What module provides the infrastructure for defining abstract base classes (ABCs) in Python?
What is the package to determine the type of a sound file?
What module is for displaying message prompts with the Tcl/Tk interface?
What module provides internationalization services?
What module provides access to the Unix group database?
What module provides an interface to the Unix syslog library routines?
What is the module to register pickle support functions?
What module provides access to the most common POSIX system calls?
What is the module to generate and parse Apple .plist files?
What is the module that provided a function to check Unix passwords?
What is the module with functions creating iterators for efficient looping?
What module provides an interface for SQLite databases compliant with the DB-API 2.0 specification?
What is the package with only one module for launching parallel tasks?
What is the module to manipulate raw audio data?
What is the module to parse for command-line options, arguments and sub-commands?
What module with Tk themed widgets?
What module is an extensible library for opening URLs?
What module defines an interactive source code debugger for Python programs?
What is the module to encode and decode XDR data?
What module is for POSIX style tty control?
What module is used for Internet string preparation?
What is the package with the GNU readline interface?
What module has the higher-level interfaces for thread-based parallelism?
What module provides Unix style pathname pattern expansion??
What module had extension widgets for Tcl/Tk?
What module provides a concrete time zone implementation to support the IANA time zone database?
What is the module that provides built-in objects?
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 basic mechanisms for measuring and controlling system resources utilized by a program?
What is the package that provides access to the Unix user account and password database?
What is the module to encode and decode binhex4 files?
What is the module for file and directory comparisons?
What is the module with support for enumerations?
What module provides secure hashes and message digests?
What is the module to parse robots.txt files?
What module provides access to system-specific parameters and functions?
What module contains functions that can read and write Python values in a binary format?
What is the module for conversions between color systems?
What module is for text wrapping and filling?
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 module has utilities for implementing state management with cookies?
What is the module for common string operations?
What is the module to create of virtual environments?
What module provides multilingual internationalization services?
What is the package to map filenames to MIME types?
What module provided Common Gateway Interface support?
What module performs conversions between Python values and C structs represented as Python bytes objects?
What module provides a low-level networking interface?
What module is a Python interface to the Expat non-validating XML parser?
What is the package for JSON encoding and decoding?
What module has the response classes used by urllib?
What is the module that provides support for line-oriented command interpreters?
What module provides drag and drop support for tkinter
?
What is the module for portable password input?
What is the package with utilities for os tests?
What module is for registering and unregistering exit handlers?
What is the module for Unix filename pattern matching?
What is the package to manipulate mailboxes in various formats?
What module provides constants used with Python parse trees?
What is the module to read and write WAV files?
What is the package for regular expression operations?
What module contains future statement definitions?
What module provides a SMTP protocol client?
What module has a mock object library?
What is the module for building and installing Python modules?
What module provides a tokenizer for Python source?
What module measures execution time of small code snippets?
What module defines a POP3 protocol client?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module contains a number of classes and functions that are commonly useful when creating SAX applications?
What module simplifies the task of writing network servers?
What is the package that supports spawning processes using an API similar to the threading module?
What module generates temporary files and directories?
What is the module that provided several classes for implementing SMTP servers?
What is the completion function package for GNU readline?
What module provided a parser for command line options before argparse
?
What module provided a convenient interface to the Sun AU sound format?
What module provides a means for producing object representations with limits on the size of the resulting strings?
What is the package to find modules used by a script?
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 is automatically imported during initialization, appends site-specific paths to the module path and adds a few builtins?
What is the module with utilities for ASCII characters?
What module contains functions to dump Python tracebacks explicitly?
What module contains tools for pickle developers?
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 is the module to byte-compile Python libraries?
What module provides access to the Unicode database?
What module provides a TLS/SSL wrapper for socket objects?
What is the module to process trees of the Python abstract syntax grammar?
What module contains basic HTTP server classes based on socketserver?
What module allows you to trace or track Python statement execution?
What is the module that determined the type of an image?
What module provided a traceback manager for CGI scripts?
What module implements Python object serialization?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What is the package with WSGI Utilities and Reference Implementation?
What is the module for asynchronous I/O?
What is the package that provides the core tools for working with streams?