home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
!ibrowse
/
files
/
pylibi-10
(
.txt
)
< prev
next >
Wrap
GNU Info File
|
1996-11-14
|
14KB
|
256 lines
This is Info file pylibi, produced by Makeinfo-1.55 from the input file
lib.texi.
This file 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 Python Tutorial. The Python Reference Manual
gives a more formal definition of the language. (These manuals are not
yet available in INFO or Texinfo format.)
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands.
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI or Corporation for National Research Initiatives or CNRI
not be used in advertising or publicity pertaining to distribution of
the software without specific, written prior permission.
While CWI is the initial source for this software, a modified version
is made available by the Corporation for National Research Initiatives
(CNRI) at the Internet address ftp://ftp.python.org.
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
File: pylibi, Node: Concept Index, Prev: Module Index, Up: Top
Concept Index
*************
* Menu:
* del statement: Mutable Sequence Types.
* del statement: Mapping Types.
* exec statement: Code Objects.
* if statement: Truth Value Testing.
* print statement: Types.
* while statement: Truth Value Testing.
* bdb (in module pdb): The Python Debugger.
* cmd (in module pdb): The Python Debugger.
* Pdb (in module pdb): The Python Debugger.
* Pickler (in module pickle): pickle.
* SGMLParser (in module htmllib): htmllib.
* TMPDIR (in module tempfile): tempfile.
* Unpickler (in module pickle): pickle.
* wdb (in module pdb): The Python Debugger.
* ABC language: Comparisons.
* arithmetic: Numeric Types.
* arrays: array.
* assignment, slice: Mutable Sequence Types.
* assignment, subscript: Mutable Sequence Types.
* bit-string operations: Bit-string Operations.
* Boolean operations: Boolean Operations.
* Boolean operations: Truth Value Testing.
* Boolean type: Types.
* built-in exceptions: Built-in Objects.
* built-in functions: Built-in Objects.
* built-in types: Types.
* built-in types: Built-in Objects.
* C language: Comparisons.
* C language: Numeric Types.
* C language: Numeric Types.
* C structures: struct.
* CGI protocol: cgi.
* chaining comparisons: Comparisons.
* cipher, DES: Cryptographic Services.
* cipher, Enigma: rotor.
* cipher, IDEA: Cryptographic Services.
* comparing, objects: Comparisons.
* comparison, operator: Comparisons.
* comparisons, chaining: Comparisons.
* concatenation operation: Sequence Types.
* conversions, numeric: Numeric Types.
* crypt(1): rotor.
* cryptography: Cryptographic Services.
* cryptography: Cryptographic Services.
* debugger: sys.
* debugging: The Python Debugger.
* DES cipher: Cryptographic Services.
* dictionary type: Mapping Types.
* dictionary type, operations on: Mapping Types.
* division, integer: Numeric Types.
* division, long integer: Numeric Types.
* Ellinghouse, Lance: rotor.
* Enigma cipher: rotor.
* exceptions, built-in: Built-in Objects.
* false: Truth Value Testing.
* file name, temporary: tempfile.
* file, temporary: tempfile.
* flattening objects: pickle.
* floating point literals: Numeric Types.
* floating point type: Numeric Types.
* formatter: htmllib.
* FTP: urllib.
* functions, built-in: Built-in Objects.
* Gopher: urllib.
* Gopher: urllib.
* headers, MIME: cgi.
* hexadecimal literals: Numeric Types.
* HTML: urllib.
* HTML: htmllib.
* HTTP: httplib.
* HTTP: urllib.
* HTTP: urllib.
* HTTP protocol: cgi.
* hypertext: htmllib.
* IDEA cipher: Cryptographic Services.
* import: imp.
* integer division: Numeric Types.
* integer division, long: Numeric Types.
* integer literals: Numeric Types.
* integer literals, long: Numeric Types.
* integer type: Numeric Types.
* integer type, long: Numeric Types.
* integer types: Numeric Types.
* integer types, operations on: Bit-string Operations.
* Internet: Internet and WWW.
* language, ABC: Comparisons.
* language, C: Numeric Types.
* language, C: Numeric Types.
* language, C: Comparisons.
* list type: Mutable Sequence Types.
* list type: Sequence Types.
* list type, operations on: Mutable Sequence Types.
* literals, floating point: Numeric Types.
* literals, hexadecimal: Numeric Types.
* literals, integer: Numeric Types.
* literals, long integer: Numeric Types.
* literals, numeric: Numeric Types.
* literals, octal: Numeric Types.
* long integer division: Numeric Types.
* long integer literals: Numeric Types.
* long integer type: Numeric Types.
* mapping types: Mapping Types.
* mapping types, operations on: Mapping Types.
* marshalling objects: pickle.
* masking operations: Bit-string Operations.
* MIME headers: cgi.
* mutable sequence types: Mutable Sequence Types.
* mutable sequence types, operations on: Mutable Sequence Types.
* National Security Agency: rotor.
* numeric conversions: Numeric Types.
* numeric literals: Numeric Types.
* numeric types: Numeric Types.
* numeric types, operations on: Numeric Types.
* numeric, types: Comparisons.
* objects comparing: Comparisons.
* objects