Biography
Blog
June 01 2008
The Cookie module defines classes for parsing and creating HTTP cookie headers.... read morePEP-0371 - Adding the processing module to the Python standard library
May 28 2008
Jesse Noller is championing the addition of the processing module to the standard library. We're making extensive use of processing at work now, so I can say it is an extremely simple API for spawning and managing tasks in the background. Passing... read moreMay 25 2008
The contextlib module contains utilities for working with context managers and the with statement.... read moreMay 18 2008
The traceback module contains functions for producing error messages with stack traces.... read moreMay 11 2008
The heapq implements a min-heap sort algorithm suitable for use with Python's lists.... read moreMay 04 2008
The cmd module contains a base class for creating command interpreters.... read moreApril 27 2008
The functools module includes tools for wrapping functions and other callable objects.... read moreApril 20 2008
Compare files and directories easily with the filecmp module.... read moreApril 13 2008
Handle Unix-style filename comparison with the fnmatch module.... read moreApril 06 2008
The operator module contains functions that perform the same operations as man of the built-in operators.... read moreApril 01 2008
The urllib module provides a simple interface for network resource access.... read moreMarch 23 2008
The collections module includes container data types beyond the builtin types list and dict.... read moreMarch 16 2008
The datetime module includes functions and classes for doing date parsing, formatting, and arithmetic.... read more