home *** CD-ROM | disk | FTP | other *** search
GNU Info File | 1996-11-14 | 13.7 KB | 269 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, flattening: pickle.
- * objects, marshalling: pickle.
- * objects, persistent: pickle.
- * objects, pickling: pickle.
- * objects, serializing: pickle.
- * octal literals: Numeric Types.
- * operation, concatenation: Sequence Types.
- * operation, repetition: Sequence Types.
- * operation, slice: Sequence Types.
- * operation, subscript: Sequence Types.
- * operations on dictionary type: Mapping Types.
- * operations on integer types: Bit-string Operations.
- * operations on list type: Mutable Sequence Types.
- * operations on mapping types: Mapping Types.
- * operations on mutable sequence types: Mutable Sequence Types.
- * operations on numeric types: Numeric Types.
- * operations on sequence types: Mutable Sequence Types.
- * operations on sequence types: Sequence Types.
- * operations, bit-string: Bit-string Operations.
- * operations, Boolean: Boolean Operations.
- * operations, Boolean: Truth Value Testing.
- * operations, masking: Bit-string Operations.
- * operations, shifting: Bit-string Operations.
- * operator comparison: Comparisons.
- * parsing, URL: urlparse.
- * persistency: pickle.
- * persistent objects: pickle.
- * PGP: Cryptographic Services.
- * pickling objects: pickle.
- * profile function: sys.
- * profiler: sys.
- * protocol, CGI: cgi.
- * protocol, HTTP: cgi.
- * regex: More String Operations.
- * relative URL: urlparse.
- * repetition operation: Sequence Types.
- * sequence types: Sequence Types.
- * sequence types, mutable: Mutable Sequence Types.
- * sequence types, operations on: Sequence Types.
- * sequence types, operations on: Mutable Sequence Types.
- * sequence types, operations on mutable: Mutable Sequence Types.
- * serializing objects: pickle.
- * server, WWW: cgi.
- * SGML: htmllib.
- * SGML: sgmllib.
- * shifting operations: Bit-string Operations.
- * slice assignment: Mutable Sequence Types.
- * slice operation: Sequence Types.
- * statement, del: Mutable Sequence Types.
- * statement, del: Mapping Types.
- * statement, exec: Code Objects.
- * statement, if: Truth Value Testing.
- * statement, print: Types.
- * statement, while: Truth Value Testing.
- * stdwin: The Python Debugger.
- * string: More String Operations.
- * string type: Sequence Types.
- * structures, C: struct.
- * subscript assignment: Mutable Sequence Types.
- * subscript operation: Sequence Types.
- * symbol table: Built-in Objects.
- * temporary file: tempfile.
- * temporary file name: tempfile.
- * trace function: sys.
- * true: Truth Value Testing.
- * truth value: Truth Value Testing.
- * tuple type: Sequence Types.
- * type, Boolean: Types.
- * type, dictionary: Mapping Types.
- * type, floating point: Numeric Types.
- * type, integer: Numeric Types.
- * type, list: Mutable Sequence Types.
- * type, list: Sequence Types.
- * type, long integer: Numeric Types.
- * type, operations on dictionary: Mapping Types.
- * type, operations on list: Mutable Sequence Types.
- * type, string: Sequence Types.
- * type, tuple: Sequence Types.
- * types numeric: Comparisons.
- * types, built-in: Types.
- * types, built-in: Built-in Objects.
- * types, integer: Numeric Types.
- * types, mapping: Mapping Types.
- * types, mutable sequence: Mutable Sequence Types.
- * types, numeric: Numeric Types.
- * types, operations on integer: Bit-string Operations.
- * types, operations on mapping: Mapping Types.
- * types, operations on mutable sequence: Mutable Sequence Types.
- * types, operations on numeric: Numeric Types.
- * types, operations on sequence: Mutable Sequence Types.
- * types, operations on sequence: Sequence Types.
- * types, sequence: Sequence Types.
- * URL: cgi.
- * URL: urllib.
- * URL: urlparse.
- * URL parsing: urlparse.
- * URL, relative: urlparse.
- * value, truth: Truth Value Testing.
- * World-Wide Web: urllib.
- * World-Wide Web: urlparse.
- * World-Wide Web: Internet and WWW.
- * WWW: Internet and WWW.
- * WWW: urllib.
- * WWW: urlparse.
- * WWW server: cgi.
- * XDR: xdrlib.
-
-
-