home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / !ibrowse / files / pylibi < prev   
Encoding:
GNU Info File  |  1996-11-14  |  5.4 KB  |  188 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. Indirect:
  40. pylibi-1: 1817
  41. pylibi-2: 39103
  42. pylibi-3: 85203
  43. pylibi-4: 133323
  44. pylibi-5: 182444
  45. pylibi-6: 232352
  46. pylibi-7: 281216
  47. pylibi-8: 330952
  48. pylibi-9: 365533
  49. pylibi-10: 411170
  50. 
  51. Tag Table:
  52. (Indirect)
  53. Node: Top1817
  54. Node: Introduction2795
  55. Node: Built-in Objects5414
  56. Node: Types6564
  57. Node: Truth Value Testing7382
  58. Node: Boolean Operations8308
  59. Node: Comparisons8981
  60. Node: Numeric Types10659
  61. Node: Bit-string Operations13415
  62. Node: Sequence Types14779
  63. Node: More String Operations17009
  64. Node: Mutable Sequence Types19418
  65. Node: Mapping Types21212
  66. Node: Other Built-in Types22791
  67. Node: Modules23215
  68. Node: Classes and Instances24190
  69. Node: Functions24420
  70. Node: Methods25197
  71. Node: Code Objects25910
  72. Node: Type Objects26615
  73. Node: The Null Object27031
  74. Node: File Objects27378
  75. Node: Internal Objects31170
  76. Node: Special Attributes31340
  77. Node: Exceptions32038
  78. Node: Built-in Functions39103
  79. Node: Python Services59715
  80. Node: sys60850
  81. Node: types67232
  82. Node: traceback70182
  83. Node: pickle72540
  84. Node: shelve81053
  85. Node: copy83262
  86. Node: marshal85203
  87. Node: imp89275
  88. Node: Examples94773
  89. Node: __builtin__96257
  90. Node: __main__96621
  91. Node: String Services96923
  92. Node: string97481
  93. Node: regex106004
  94. Node: Regular Expressions107765
  95. Node: Module Contents113516
  96. Node: regsub120224
  97. Node: struct122430
  98. Node: Miscellaneous Services125210
  99. Node: math125790
  100. Node: rand127322
  101. Node: whrandom128025
  102. Node: array128650
  103. Node: Generic Operating System Services132557
  104. Node: os133323
  105. Node: time137234
  106. Node: getopt145572
  107. Node: tempfile148583
  108. Node: errno150572
  109. Node: Optional Operating System Services158714
  110. Node: signal159499
  111. Node: socket165504
  112. Node: Socket Objects171545
  113. Node: Socket Example177564
  114. Node: The Python Debugger178947
  115. Node: Debugger Commands182444
  116. Node: How It Works186691
  117. Node: The Python Profiler188924
  118. Node: Profiler Introduction191266
  119. Node: Profiler Changes191869
  120. Node: Instant Users Manual193407
  121. Node: Deterministic Profiling197001
  122. Node: Reference Manual198894
  123. Node: The Stats Class202948
  124. Node: Limitations209699
  125. Node: Calibration212017
  126. Node: Profiler Extensions214538
  127. Node: OldProfile Class216429
  128. Node: HotProfile Class218853
  129. Node: Internet and WWW220560
  130. Node: cgi222153
  131. Node: Introduction to the CGI module222696
  132. Node: Using the cgi module224596
  133. Node: Old classes228364
  134. Node: Caring about security231520
  135. Node: Installing your CGI script on a Unix system232352
  136. Node: Testing your CGI script234409
  137. Node: Debugging CGI scripts235141
  138. Node: Common problems and solutions238846
  139. Node: urllib240034
  140. Node: httplib244629
  141. Node: HTTP Objects246164
  142. Node: HTTP Example248381
  143. Node: ftplib248904
  144. Node: FTP Objects251263
  145. Node: gopherlib256870
  146. Node: nntplib258193
  147. Node: NNTP Objects260801
  148. Node: urlparse266210
  149. Node: sgmllib269050
  150. Node: htmllib276583
  151. Node: formatter281216
  152. Node: The Formatter Interface282729
  153. Node: Formatter Implementations289041
  154. Node: The Writer Interface290053
  155. Node: Writer Implementations293876
  156. Node: rfc822295073
  157. Node: Message Objects296041
  158. Node: mimetools299608
  159. Node: mimetools.Message Methods301344
  160. Node: binhex303190
  161. Node: notes304245
  162. Node: uu304629
  163. Node: binascii306049
  164. Node: xdrlib309083
  165. Node: Packer Objects309811
  166. Node: Unpacker Objects313115
  167. Node: Supporting Floating Point Data317253
  168. Node: Restricted Execution318037
  169. Node: rexec321701
  170. Node: An example329459
  171. Node: Bastion330952
  172. Node: Cryptographic Services332485
  173. Node: md5333481
  174. Node: mpz335510
  175. Node: rotor338387
  176. Node: RISCOS ONLY342723
  177. Node: riscos343471
  178. Node: riscospath347177
  179. Node: swi350463
  180. Node: drawf355735
  181. Node: RiscLib360276
  182. Node: Function Index365533
  183. Node: Variable Index394167
  184. Node: Module Index407275
  185. Node: Concept Index411170
  186. 
  187. End Tag Table
  188.