home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / !ibrowse / files / pylibi-10 < prev    next >
Encoding:
GNU Info File  |  1996-11-14  |  13.7 KB  |  269 lines

  1. This is Info file pylibi, produced by Makeinfo-1.55 from the input file
  2. lib.texi.
  3.  
  4. This file describes the built-in types, exceptions and functions and the
  5. standard modules that come with the Python system.  It assumes basic
  6. knowledge about the Python language.  For an informal introduction to
  7. the language, see the Python Tutorial.  The Python Reference Manual
  8. gives a more formal definition of the language.  (These manuals are not
  9. yet available in INFO or Texinfo format.)
  10.  
  11. Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The
  12. Netherlands.
  13.  
  14. All Rights Reserved
  15.  
  16. Permission to use, copy, modify, and distribute this software and its
  17. documentation for any purpose and without fee is hereby granted,
  18. provided that the above copyright notice appear in all copies and that
  19. both that copyright notice and this permission notice appear in
  20. supporting documentation, and that the names of Stichting Mathematisch
  21. Centrum or CWI or Corporation for National Research Initiatives or CNRI
  22. not be used in advertising or publicity pertaining to distribution of
  23. the software without specific, written prior permission.
  24.  
  25. While CWI is the initial source for this software, a modified version
  26. is made available by the Corporation for National Research Initiatives
  27. (CNRI) at the Internet address ftp://ftp.python.org.
  28.  
  29. STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
  30. REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
  31. MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
  32. CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  33. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  34. PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  35. ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
  36. THIS SOFTWARE.
  37.  
  38. 
  39. File: pylibi,  Node: Concept Index,  Prev: Module Index,  Up: Top
  40.  
  41. Concept Index
  42. *************
  43.  
  44. * Menu:
  45.  
  46. * del statement:                        Mutable Sequence Types.
  47. * del statement:                        Mapping Types.
  48. * exec statement:                       Code Objects.
  49. * if statement:                         Truth Value Testing.
  50. * print statement:                      Types.
  51. * while statement:                      Truth Value Testing.
  52. * bdb (in module pdb):                  The Python Debugger.
  53. * cmd (in module pdb):                  The Python Debugger.
  54. * Pdb (in module pdb):                  The Python Debugger.
  55. * Pickler (in module pickle):           pickle.
  56. * SGMLParser (in module htmllib):       htmllib.
  57. * TMPDIR (in module tempfile):          tempfile.
  58. * Unpickler (in module pickle):         pickle.
  59. * wdb (in module pdb):                  The Python Debugger.
  60. * ABC language:                         Comparisons.
  61. * arithmetic:                           Numeric Types.
  62. * arrays:                               array.
  63. * assignment, slice:                    Mutable Sequence Types.
  64. * assignment, subscript:                Mutable Sequence Types.
  65. * bit-string operations:                Bit-string Operations.
  66. * Boolean operations:                   Boolean Operations.
  67. * Boolean operations:                   Truth Value Testing.
  68. * Boolean type:                         Types.
  69. * built-in exceptions:                  Built-in Objects.
  70. * built-in functions:                   Built-in Objects.
  71. * built-in types:                       Types.
  72. * built-in types:                       Built-in Objects.
  73. * C language:                           Comparisons.
  74. * C language:                           Numeric Types.
  75. * C language:                           Numeric Types.
  76. * C structures:                         struct.
  77. * CGI protocol:                         cgi.
  78. * chaining comparisons:                 Comparisons.
  79. * cipher, DES:                          Cryptographic Services.
  80. * cipher, Enigma:                       rotor.
  81. * cipher, IDEA:                         Cryptographic Services.
  82. * comparing, objects:                   Comparisons.
  83. * comparison, operator:                 Comparisons.
  84. * comparisons, chaining:                Comparisons.
  85. * concatenation operation:              Sequence Types.
  86. * conversions, numeric:                 Numeric Types.
  87. * crypt(1):                             rotor.
  88. * cryptography:                         Cryptographic Services.
  89. * cryptography:                         Cryptographic Services.
  90. * debugger:                             sys.
  91. * debugging:                            The Python Debugger.
  92. * DES cipher:                           Cryptographic Services.
  93. * dictionary type:                      Mapping Types.
  94. * dictionary type, operations on:       Mapping Types.
  95. * division, integer:                    Numeric Types.
  96. * division, long integer:               Numeric Types.
  97. * Ellinghouse, Lance:                   rotor.
  98. * Enigma cipher:                        rotor.
  99. * exceptions, built-in:                 Built-in Objects.
  100. * false:                                Truth Value Testing.
  101. * file name, temporary:                 tempfile.
  102. * file, temporary:                      tempfile.
  103. * flattening objects:                   pickle.
  104. * floating point literals:              Numeric Types.
  105. * floating point type:                  Numeric Types.
  106. * formatter:                            htmllib.
  107. * FTP:                                  urllib.
  108. * functions, built-in:                  Built-in Objects.
  109. * Gopher:                               urllib.
  110. * Gopher:                               urllib.
  111. * headers, MIME:                        cgi.
  112. * hexadecimal literals:                 Numeric Types.
  113. * HTML:                                 urllib.
  114. * HTML:                                 htmllib.
  115. * HTTP:                                 httplib.
  116. * HTTP:                                 urllib.
  117. * HTTP:                                 urllib.
  118. * HTTP protocol:                        cgi.
  119. * hypertext:                            htmllib.
  120. * IDEA cipher:                          Cryptographic Services.
  121. * import:                               imp.
  122. * integer division:                     Numeric Types.
  123. * integer division, long:               Numeric Types.
  124. * integer literals:                     Numeric Types.
  125. * integer literals, long:               Numeric Types.
  126. * integer type:                         Numeric Types.
  127. * integer type, long:                   Numeric Types.
  128. * integer types:                        Numeric Types.
  129. * integer types, operations on:         Bit-string Operations.
  130. * Internet:                             Internet and WWW.
  131. * language, ABC:                        Comparisons.
  132. * language, C:                          Numeric Types.
  133. * language, C:                          Numeric Types.
  134. * language, C:                          Comparisons.
  135. * list type:                            Mutable Sequence Types.
  136. * list type:                            Sequence Types.
  137. * list type, operations on:             Mutable Sequence Types.
  138. * literals, floating point:             Numeric Types.
  139. * literals, hexadecimal:                Numeric Types.
  140. * literals, integer:                    Numeric Types.
  141. * literals, long integer:               Numeric Types.
  142. * literals, numeric:                    Numeric Types.
  143. * literals, octal:                      Numeric Types.
  144. * long integer division:                Numeric Types.
  145. * long integer literals:                Numeric Types.
  146. * long integer type:                    Numeric Types.
  147. * mapping types:                        Mapping Types.
  148. * mapping types, operations on:         Mapping Types.
  149. * marshalling objects:                  pickle.
  150. * masking operations:                   Bit-string Operations.
  151. * MIME headers:                         cgi.
  152. * mutable sequence types:               Mutable Sequence Types.
  153. * mutable sequence types, operations on: Mutable Sequence Types.
  154. * National Security Agency:             rotor.
  155. * numeric conversions:                  Numeric Types.
  156. * numeric literals:                     Numeric Types.
  157. * numeric types:                        Numeric Types.
  158. * numeric types, operations on:         Numeric Types.
  159. * numeric, types:                       Comparisons.
  160. * objects comparing:                    Comparisons.
  161. * objects, flattening:                  pickle.
  162. * objects, marshalling:                 pickle.
  163. * objects, persistent:                  pickle.
  164. * objects, pickling:                    pickle.
  165. * objects, serializing:                 pickle.
  166. * octal literals:                       Numeric Types.
  167. * operation, concatenation:             Sequence Types.
  168. * operation, repetition:                Sequence Types.
  169. * operation, slice:                     Sequence Types.
  170. * operation, subscript:                 Sequence Types.
  171. * operations on dictionary type:        Mapping Types.
  172. * operations on integer types:          Bit-string Operations.
  173. * operations on list type:              Mutable Sequence Types.
  174. * operations on mapping types:          Mapping Types.
  175. * operations on mutable sequence types: Mutable Sequence Types.
  176. * operations on numeric types:          Numeric Types.
  177. * operations on sequence types:         Mutable Sequence Types.
  178. * operations on sequence types:         Sequence Types.
  179. * operations, bit-string:               Bit-string Operations.
  180. * operations, Boolean:                  Boolean Operations.
  181. * operations, Boolean:                  Truth Value Testing.
  182. * operations, masking:                  Bit-string Operations.
  183. * operations, shifting:                 Bit-string Operations.
  184. * operator comparison:                  Comparisons.
  185. * parsing, URL:                         urlparse.
  186. * persistency:                          pickle.
  187. * persistent objects:                   pickle.
  188. * PGP:                                  Cryptographic Services.
  189. * pickling objects:                     pickle.
  190. * profile function:                     sys.
  191. * profiler:                             sys.
  192. * protocol, CGI:                        cgi.
  193. * protocol, HTTP:                       cgi.
  194. * regex:                                More String Operations.
  195. * relative URL:                         urlparse.
  196. * repetition operation:                 Sequence Types.
  197. * sequence types:                       Sequence Types.
  198. * sequence types, mutable:              Mutable Sequence Types.
  199. * sequence types, operations on:        Sequence Types.
  200. * sequence types, operations on:        Mutable Sequence Types.
  201. * sequence types, operations on mutable: Mutable Sequence Types.
  202. * serializing objects:                  pickle.
  203. * server, WWW:                          cgi.
  204. * SGML:                                 htmllib.
  205. * SGML:                                 sgmllib.
  206. * shifting operations:                  Bit-string Operations.
  207. * slice assignment:                     Mutable Sequence Types.
  208. * slice operation:                      Sequence Types.
  209. * statement, del:                       Mutable Sequence Types.
  210. * statement, del:                       Mapping Types.
  211. * statement, exec:                      Code Objects.
  212. * statement, if:                        Truth Value Testing.
  213. * statement, print:                     Types.
  214. * statement, while:                     Truth Value Testing.
  215. * stdwin:                               The Python Debugger.
  216. * string:                               More String Operations.
  217. * string type:                          Sequence Types.
  218. * structures, C:                        struct.
  219. * subscript assignment:                 Mutable Sequence Types.
  220. * subscript operation:                  Sequence Types.
  221. * symbol table:                         Built-in Objects.
  222. * temporary file:                       tempfile.
  223. * temporary file name:                  tempfile.
  224. * trace function:                       sys.
  225. * true:                                 Truth Value Testing.
  226. * truth value:                          Truth Value Testing.
  227. * tuple type:                           Sequence Types.
  228. * type, Boolean:                        Types.
  229. * type, dictionary:                     Mapping Types.
  230. * type, floating point:                 Numeric Types.
  231. * type, integer:                        Numeric Types.
  232. * type, list:                           Mutable Sequence Types.
  233. * type, list:                           Sequence Types.
  234. * type, long integer:                   Numeric Types.
  235. * type, operations on dictionary:       Mapping Types.
  236. * type, operations on list:             Mutable Sequence Types.
  237. * type, string:                         Sequence Types.
  238. * type, tuple:                          Sequence Types.
  239. * types numeric:                        Comparisons.
  240. * types, built-in:                      Types.
  241. * types, built-in:                      Built-in Objects.
  242. * types, integer:                       Numeric Types.
  243. * types, mapping:                       Mapping Types.
  244. * types, mutable sequence:              Mutable Sequence Types.
  245. * types, numeric:                       Numeric Types.
  246. * types, operations on integer:         Bit-string Operations.
  247. * types, operations on mapping:         Mapping Types.
  248. * types, operations on mutable sequence: Mutable Sequence Types.
  249. * types, operations on numeric:         Numeric Types.
  250. * types, operations on sequence:        Mutable Sequence Types.
  251. * types, operations on sequence:        Sequence Types.
  252. * types, sequence:                      Sequence Types.
  253. * URL:                                  cgi.
  254. * URL:                                  urllib.
  255. * URL:                                  urlparse.
  256. * URL parsing:                          urlparse.
  257. * URL, relative:                        urlparse.
  258. * value, truth:                         Truth Value Testing.
  259. * World-Wide Web:                       urllib.
  260. * World-Wide Web:                       urlparse.
  261. * World-Wide Web:                       Internet and WWW.
  262. * WWW:                                  Internet and WWW.
  263. * WWW:                                  urllib.
  264. * WWW:                                  urlparse.
  265. * WWW server:                           cgi.
  266. * XDR:                                  xdrlib.
  267.  
  268.  
  269.