| 
									
										
										
										
											1992-04-06 14:04:04 +00:00
										 |  |  | \documentstyle[twoside,11pt,myformat]{report} | 
					
						
							| 
									
										
										
										
											1991-02-19 12:53:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | \title{Python Library Reference} | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-10-06 10:29:26 +00:00
										 |  |  | \input{boilerplate} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \makeindex			% tell \index to actually write the .idx file
 | 
					
						
							| 
									
										
										
										
											1993-11-23 16:28:45 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-01-07 16:40:44 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \begin{document} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \pagenumbering{roman} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \maketitle | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-10-06 10:29:26 +00:00
										 |  |  | \input{copyright} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \begin{abstract} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \noindent | 
					
						
							| 
									
										
										
										
											1991-11-25 17:28:03 +00: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 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \end{abstract} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \pagebreak | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-01-29 14:46:35 +00:00
										 |  |  | { | 
					
						
							|  |  |  | \parskip = 0mm | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \tableofcontents | 
					
						
							| 
									
										
										
										
											1992-01-29 14:46:35 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \pagebreak | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \pagenumbering{arabic} | 
					
						
							| 
									
										
										
										
											1992-03-24 13:34:33 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00: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__
 | 
					
						
							| 
									
										
										
										
											1995-01-04 19:17:34 +00:00
										 |  |  | \input{libimp} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | \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} | 
					
						
							| 
									
										
										
										
											1994-09-29 16:46:42 +00:00
										 |  |  | \input{libaifc} | 
					
						
							| 
									
										
										
										
											1995-02-15 15:53:08 +00:00
										 |  |  | \input{libpickle} | 
					
						
							|  |  |  | \input{libshelve} | 
					
						
							|  |  |  | \input{libcopy} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \input{libunix}			% UNIX ONLY
 | 
					
						
							|  |  |  | \input{libdbm} | 
					
						
							|  |  |  | \input{libfcntl} | 
					
						
							| 
									
										
										
										
											1994-08-08 08:03:24 +00:00
										 |  |  | \input{libgdbm} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | \input{libgrp} | 
					
						
							|  |  |  | \input{libposix} | 
					
						
							| 
									
										
										
										
											1995-01-04 19:17:34 +00:00
										 |  |  | \input{libposixfile} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | \input{libppath}		% really posixpath
 | 
					
						
							|  |  |  | \input{libpwd} | 
					
						
							|  |  |  | \input{libselect} | 
					
						
							| 
									
										
										
										
											1995-02-07 14:37:02 +00:00
										 |  |  | \input{libsignal} | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00:00
										 |  |  | \input{libsocket} | 
					
						
							|  |  |  | \input{libthread} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1995-02-16 16:28:22 +00:00
										 |  |  | \input{libwww}			% WWW EXTENSIONS
 | 
					
						
							|  |  |  | \input{libftplib} | 
					
						
							|  |  |  | \input{libgopherlib} | 
					
						
							|  |  |  | \input{libhtmllib} | 
					
						
							|  |  |  | \input{libhttplib} | 
					
						
							|  |  |  | \input{libmimetools} | 
					
						
							|  |  |  | \input{libnntplib} | 
					
						
							|  |  |  | \input{librfc822} | 
					
						
							|  |  |  | \input{libsgmllib} | 
					
						
							|  |  |  | \input{liburllib} | 
					
						
							|  |  |  | \input{liburlparse} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1994-08-01 12:22:53 +00: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
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \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 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \end{document} |