cpython/Doc/lib/lib.tex

149 lines
2.8 KiB
TeX
Raw Normal View History

1992-04-06 11:04:04 -03:00
\documentstyle[twoside,11pt,myformat]{report}
% NOTE: this file controls which chapters/sections of the library
% manual are actually printed. It is easy to customize your manual
% by commenting out sections that you're not interested in.
\title{Python Library Reference}
1991-01-22 07:45:29 -04:00
\input{boilerplate}
\makeindex % tell \index to actually write the .idx file
1992-01-07 12:40:44 -04:00
1991-01-22 07:45:29 -04:00
\begin{document}
1991-01-22 07:45:29 -04:00
\pagenumbering{roman}
\maketitle
\input{copyright}
1991-01-22 07:45:29 -04:00
\begin{abstract}
\noindent
1991-11-25 13:28:03 -04:00
This document describes the built-in types, exceptions and functions
and the standard modules that come with the Python system. It assumes
basic knowledge about the Python language. For an informal
introduction to the language, see the {\em Python Tutorial}. The {\em
Python Reference Manual} gives a more formal definition of the
language.
1991-01-22 07:45:29 -04:00
\end{abstract}
\pagebreak
1992-01-29 10:46:35 -04:00
{
\parskip = 0mm
1991-01-22 07:45:29 -04:00
\tableofcontents
1992-01-29 10:46:35 -04:00
}
1991-01-22 07:45:29 -04:00
\pagebreak
\pagenumbering{arabic}
1992-03-24 09:34:33 -04:00
% Chapter title:
\input{libintro} % Introduction
\input{libobjs} % Built-in Types, Exceptions and Functions
\input{libtypes}
\input{libexcs}
\input{libfuncs}
\input{libmods} % Built-in modules
\input{libsys}
\input{libbltin} % really __builtin__
\input{libimp}
\input{libmain} % really __main__
\input{libarray}
\input{libmath}
\input{libtime}
\input{libregex}
\input{libmarshal}
\input{libstruct}
\input{libstd} % Standard Modules
\input{libgetopt}
\input{libos}
\input{librand}
\input{libregsub}
\input{libstring}
\input{libwhrandom}
\input{libaifc}
1995-02-15 11:53:08 -04:00
\input{libpickle}
\input{libshelve}
\input{libcopy}
1995-02-27 13:53:25 -04:00
\input{libtypes2} % types is already taken :-(
1995-03-01 11:38:16 -04:00
\input{libtempfile}
\input{libtraceback}
\input{libpdb} % The Python Debugger
\input{libprofile} % The Python Profiler
\input{libunix} % UNIX ONLY
\input{libdbm}
\input{libfcntl}
1994-08-08 05:03:24 -03:00
\input{libgdbm}
\input{libgrp}
\input{libposix}
\input{libposixfile}
\input{libppath} % really posixpath
\input{libpwd}
\input{libselect}
1995-02-07 10:37:02 -04:00
\input{libsignal}
\input{libsocket}
\input{libthread}
1995-02-16 12:28:22 -04:00
\input{libwww} % WWW EXTENSIONS
1995-02-27 13:53:25 -04:00
\input{libcgi}
1995-03-22 11:48:46 -04:00
\input{liburllib}
\input{libhttplib}
1995-02-16 12:28:22 -04:00
\input{libftplib}
\input{libgopherlib}
\input{libnntplib}
\input{liburlparse}
1995-03-22 11:48:46 -04:00
\input{libhtmllib}
\input{libsgmllib}
\input{librfc822}
\input{libmimetools}
1995-02-16 12:28:22 -04:00
\input{libmm} % MULTIMEDIA EXTENSIONS
\input{libaudioop}
\input{libimageop}
\input{libjpeg}
\input{librgbimg}
\input{libcrypto} % CRYPTOGRAPHIC EXTENSIONS
\input{libmd5}
\input{libmpz}
\input{librotor}
%\input{libamoeba} % AMOEBA ONLY
\input{libmac} % MACINTOSH ONLY
1995-03-01 11:38:16 -04:00
\input{libctb}
\input{libmacconsole}
1995-03-07 06:12:11 -04:00
\input{libmacdnr}
1995-03-01 11:38:16 -04:00
\input{libmacfs}
\input{libmactcp}
\input{libmacspeech}
\input{libstdwin} % STDWIN ONLY
\input{libsgi} % SGI IRIX ONLY
\input{libal}
%\input{libaudio}
\input{libfl}
\input{libfm}
\input{libgl}
\input{libimgfile}
%\input{libpanel}
\input{libsun} % SUNOS ONLY
\input{lib.ind} % Index
1991-01-22 07:45:29 -04:00
\end{document}