Python One#

Historical Python source documentation, from 1.0.1 (February 1994) through 2.0c1 (October 2000). Each version’s docs are converted from the original LaTeX sources in the tarball and presented here as browsable Markdown.

The source tarballs come from legacy.python.org/download/releases/src.

Browse by version in the left sidebar, or jump straight to a release:

VersionReleasedHighlights
1.0.11994-02-15First stable release; portability fixes
1.11994-10-11Operator overloading, Tkinter, dynamic modules
1.21995-04-10pickle, shelve, import a.b.c syntax
1.31995-10-12Keyword arguments
1.41996-10-25Universal Makefile.pre.in for extensions
1.51997-12-31Saner module path, -O flag, 64-bit fixes
1.5.11998-04-14Bare raise, threaded import, tab warnings
1.5.2b11998-12-22NotImplementedError, BeOS port
1.5.2b21999-02-18winsound, -OO strips docstrings
1.5.2c11999-04-08Win/CE threads, zlib inflate fix
1.5.21999-04-13sha module, last 1.5 release
1.6b12000-08-04Unicode preview, string methods, SRE
1.62000-09-05Unicode, string methods, SRE final
2.0b12000-09-05List comprehensions, augmented assignment
2.0b22000-09-26Unbounded int formats, distutils 0.9.3
2.0c12000-10-10Bug fixes; release candidate