What is the package to determine the type of a sound file?
What module contains functions to dump Python tracebacks explicitly?
What is the package with support tools for testing correct bytecode generation?
What is the module to encode and decode XDR data?
What was the old module to access the import internals?
What module provides Unix style pathname pattern expansion??
What is the package to pretty print data?
What module implements a simple and efficient API for parsing and creating XML data?
What module provides access to Python’s configuration information?
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 module for file and directory comparisons?
What is the module to encode and decode uuencode files?
What is the module that provides generic shallow and deep copy operations?
What module provides a comprehensive interface for compressing and decompressing data using the bzip2 compression algorithm?
What is the module for decimal fixed point and floating point arithmetic?
What is the module for basic XML-RPC servers?
What module is for encoding and decoding Base16, Base32, Base64, and Base85?
What module provides efficient arrays of numeric values?
What module provides immutable UUID objects and functions to generate UUIDs?
What module is for displaying message prompts with the Tcl/Tk interface?
What is the package that provides abstract base classes that can be used to test whether a class provides a particular interface?
What package provides memory-mapped file support?
What is the module to convert between binary and ASCII?
What is the module with mathematical functions for complex numbers?
What module offers a number of high-level operations on files and collections of files?
What module provides support for gzip files?
What is the package to find modules used by a script?
What is the package with the GNU readline interface?
What module provides a standard interface to extract, format and print stack traces of Python programs?
What module provides access to the Unix group database?
What module has logging handlers?
What is the module with higher-order functions and operations on callable objects?
What module defines functions and classes which implement a flexible event logging system for applications and libraries?
What module provides low-level primitives for working with multiple threads?
What module contains future statement definitions?
What module provides an interface to the optional garbage collector?
What module defines a hierarchy of numeric abstract base classes?
What module was an interface to Sun’s NIS (Yellow Pages)?
What module defines functions that fall into two broad categories: URL parsing and URL quoting?
What is the package for netrc file processing?
What module is used for Internet string preparation?
What is the module for Unix filename pattern matching?
What is the package to map filenames to MIME types?
What is the package that has several modules for working with HyperText Transfer Protocol?
What module provides a means for producing object representations with limits on the size of the resulting strings?
What module provides low level debugger functions for pdb?
What is the module with support for enumerations?
What is the module to inspect live objects?
What module offers classes representing filesystem paths with semantics appropriate for different operating systems?
What module has a mock object library?
What is the module to parse for command-line options, arguments and sub-commands?
What is the module that provided Mailcap file handling?
What module is for Python object persistence, with a persistent, dictionary-like object?
What module provided a parser for command line options before argparse
?
What module is a debug tool to trace memory blocks allocated by Python?
What module provides support for building partial DOM trees?
What module provides access to the most common POSIX system calls?
What module contains functions that can read and write Python values in a binary format?
What is the package with utilities for the Python execution tests?
What is the module that provided several classes for implementing SMTP servers?
What is the module to iterate over lines from multiple input streams?
What module has the response classes used by urllib?
What module is for registering and unregistering exit handlers?
What module implements Python object serialization?
What is the module for XML-RPC client access?
What modules allows you to interpret stat() results?
What is the module for warning control?
What is the module to create of virtual environments?
What module has the higher-level interfaces for thread-based parallelism?
What is the package for regular expression operations?
What is the module to read IFF chunked data?
What is the module for reading and writing CSV files?
What module provides support for rational number arithmetic?
What is the module that provides a panel stack extension for curses?
What module provides a C-style parser for command line options?
What is the package with WSGI Utilities and Reference Implementation?
What is the module with general calendar-related functions?
What is the module with interfaces to Unix “databases”?
What module is used for logging configuration?
What module provides a SMTP protocol client?
What is the module for parsing configuration files?
What module allows high-level and efficient I/O multiplexing, built upon the select module primitive?
What module provides an implementation of the heap queue algorithm?
What module performs file control and I/O control on file descriptors?
What is the package that provides access to the mathematical functions defined by the C standard?
What is the module to encode and decode binhex4 files?
What is the package to access to OSS-compatible audio devices?
What module provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks?
What module is used for waiting for I/O completion with the select()
and poll()
functions available in most operating systems?
What module generates temporary files and directories?
What module has common pathname manipulations?
What is the package that provides utilities upon which the Python read-eval-print loop can be emulated?
What package collects several modules for working with URLs?
What is the package for standard Tkinter input dialogs?
What module provides the base class for the other Tcl/Tk dialogs defined in the tkinter
package?
What module defines the interface for XML parsers?
What module is for showing file selection dialogs with the Tcl/Tk interface?
What package provides a number of modules which implement the Simple API for XML (SAX) interface for Python?
What module allows you to trace or track Python statement execution?
What is the module to parse robots.txt files?