home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / python / emacs-info / python-lib.info-6 < prev    next >
Encoding:
GNU Info File  |  1994-04-01  |  10.6 KB  |  201 lines  |  [TEXT/R*ch]

  1. This is Info file python-lib.info, produced by Makeinfo-1.55 from the
  2. input file 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 (C) 1991, 1992, 1993, 1994 by Stichting Mathematisch Centrum,
  12. Amsterdam, The 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 not be used in advertising or publicity pertaining to
  22. distribution of the software without specific, written prior permission.
  23.  
  24. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  25. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  26. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR
  27. ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  28. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  29. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  30. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  31.  
  32. 
  33. File: python-lib.info,  Node: Concept Index,  Prev: Module Index,  Up: Top
  34.  
  35. Concept Index
  36. *************
  37.  
  38. * Menu:
  39.  
  40. * del statement:                        Mutable Sequence Types.
  41. * del statement:                        Mapping Types.
  42. * if statement:                         Truth Value Testing.
  43. * print statement:                      Types.
  44. * while statement:                      Truth Value Testing.
  45. * pdb (in module sys):                  sys.
  46. * select (in module stdwin):            Functions Defined in Module stdwin.
  47. * socket (in module select):            select.
  48. * stdwin (in module select):            select.
  49. * wdb (in module sys):                  sys.
  50. * ABC language:                         Comparisons.
  51. * arithmetic:                           Numeric Types.
  52. * arrays:                               array.
  53. * assignment, slice:                    Mutable Sequence Types.
  54. * assignment, subscript:                Mutable Sequence Types.
  55. * bit-string operations:                Bit-string Operations on Integer Types.
  56. * Boolean operations:                   Boolean Operations.
  57. * Boolean operations:                   Truth Value Testing.
  58. * Boolean type:                         Types.
  59. * built-in exceptions:                  Introduction.
  60. * built-in exceptions:                  Built-in Objects.
  61. * built-in functions:                   Built-in Objects.
  62. * built-in functions:                   Introduction.
  63. * built-in modules:                     Introduction.
  64. * built-in types:                       Built-in Objects.
  65. * built-in types:                       Types.
  66. * built-in types:                       Introduction.
  67. * C language:                           Numeric Types.
  68. * C language:                           Introduction.
  69. * C language:                           Comparisons.
  70. * C language:                           Numeric Types.
  71. * C structures:                         struct.
  72. * comparing, objects:                   Comparisons.
  73. * comparison, operator:                 Comparisons.
  74. * concatenation operation:              Sequence Types.
  75. * conversions, numeric:                 Numeric Types.
  76. * dictionary type:                      Mapping Types.
  77. * dictionary type, operations on:       Mapping Types.
  78. * division, integer:                    Numeric Types.
  79. * division, long integer:               Numeric Types.
  80. * exceptions, built-in:                 Introduction.
  81. * exceptions, built-in:                 Built-in Objects.
  82. * false:                                Truth Value Testing.
  83. * floating point literals:              Numeric Types.
  84. * floating point type:                  Numeric Types.
  85. * functions, built-in:                  Introduction.
  86. * functions, built-in:                  Built-in Objects.
  87. * hexadecimal literals:                 Numeric Types.
  88. * integer division:                     Numeric Types.
  89. * integer division, long:               Numeric Types.
  90. * integer literals:                     Numeric Types.
  91. * integer literals, long:               Numeric Types.
  92. * integer type:                         Numeric Types.
  93. * integer type, long:                   Numeric Types.
  94. * integer types:                        Numeric Types.
  95. * integer types, operations on:         Bit-string Operations on Integer Types.
  96. * language, ABC:                        Comparisons.
  97. * language, C:                          Comparisons.
  98. * language, C:                          Numeric Types.
  99. * language, C:                          Numeric Types.
  100. * language, C:                          Introduction.
  101. * list type:                            Mutable Sequence Types.
  102. * list type:                            Sequence Types.
  103. * list type, operations on:             Mutable Sequence Types.
  104. * literals, floating point:             Numeric Types.
  105. * literals, hexadecimal:                Numeric Types.
  106. * literals, integer:                    Numeric Types.
  107. * literals, long integer:               Numeric Types.
  108. * literals, numeric:                    Numeric Types.
  109. * literals, octal:                      Numeric Types.
  110. * long integer division:                Numeric Types.
  111. * long integer literals:                Numeric Types.
  112. * long integer type:                    Numeric Types.
  113. * mapping types:                        Mapping Types.
  114. * mapping types, operations on:         Mapping Types.
  115. * masking operations:                   Bit-string Operations on Integer Types.
  116. * modules, built-in:                    Introduction.
  117. * modules, standard:                    Introduction.
  118. * mutable sequence types:               Mutable Sequence Types.
  119. * mutable sequence types, operations on: Mutable Sequence Types.
  120. * numeric conversions:                  Numeric Types.
  121. * numeric literals:                     Numeric Types.
  122. * numeric types:                        Numeric Types.
  123. * numeric types, operations on:         Numeric Types.
  124. * numeric, types:                       Comparisons.
  125. * objects comparing:                    Comparisons.
  126. * octal literals:                       Numeric Types.
  127. * operation, concatenation:             Sequence Types.
  128. * operation, repetition:                Sequence Types.
  129. * operation, slice:                     Sequence Types.
  130. * operation, subscript:                 Sequence Types.
  131. * operations on dictionary type:        Mapping Types.
  132. * operations on integer types:          Bit-string Operations on Integer Types.
  133. * operations on list type:              Mutable Sequence Types.
  134. * operations on mapping types:          Mapping Types.
  135. * operations on mutable sequence types: Mutable Sequence Types.
  136. * operations on numeric types:          Numeric Types.
  137. * operations on sequence types:         Mutable Sequence Types.
  138. * operations on sequence types:         Sequence Types.
  139. * operations, bit-string:               Bit-string Operations on Integer Types.
  140. * operations, Boolean:                  Boolean Operations.
  141. * operations, Boolean:                  Truth Value Testing.
  142. * operations, masking:                  Bit-string Operations on Integer Types.
  143. * operations, shifting:                 Bit-string Operations on Integer Types.
  144. * operator comparison:                  Comparisons.
  145. * profile function:                     sys.
  146. * regex:                                More String Operations.
  147. * repetition operation:                 Sequence Types.
  148. * sequence types:                       Sequence Types.
  149. * sequence types, mutable:              Mutable Sequence Types.
  150. * sequence types, operations on:        Mutable Sequence Types.
  151. * sequence types, operations on:        Sequence Types.
  152. * sequence types, operations on mutable: Mutable Sequence Types.
  153. * shifting operations:                  Bit-string Operations on Integer Types.
  154. * slice assignment:                     Mutable Sequence Types.
  155. * slice operation:                      Sequence Types.
  156. * standard modules:                     Introduction.
  157. * statement, del:                       Mapping Types.
  158. * statement, del:                       Mutable Sequence Types.
  159. * statement, if:                        Truth Value Testing.
  160. * statement, print:                     Types.
  161. * statement, while:                     Truth Value Testing.
  162. * string:                               More String Operations.
  163. * string type:                          Sequence Types.
  164. * structures, C:                        struct.
  165. * subscript assignment:                 Mutable Sequence Types.
  166. * subscript operation:                  Sequence Types.
  167. * symbol table:                         Built-in Objects.
  168. * trace function:                       sys.
  169. * true:                                 Truth Value Testing.
  170. * truth value:                          Truth Value Testing.
  171. * tuple type:                           Sequence Types.
  172. * type, Boolean:                        Types.
  173. * type, dictionary:                     Mapping Types.
  174. * type, floating point:                 Numeric Types.
  175. * type, integer:                        Numeric Types.
  176. * type, list:                           Mutable Sequence Types.
  177. * type, list:                           Sequence Types.
  178. * type, long integer:                   Numeric Types.
  179. * type, operations on dictionary:       Mapping Types.
  180. * type, operations on list:             Mutable Sequence Types.
  181. * type, string:                         Sequence Types.
  182. * type, tuple:                          Sequence Types.
  183. * types numeric:                        Comparisons.
  184. * types, built-in:                      Types.
  185. * types, built-in:                      Built-in Objects.
  186. * types, built-in:                      Introduction.
  187. * types, integer:                       Numeric Types.
  188. * types, mapping:                       Mapping Types.
  189. * types, mutable sequence:              Mutable Sequence Types.
  190. * types, numeric:                       Numeric Types.
  191. * types, operations on integer:         Bit-string Operations on Integer Types.
  192. * types, operations on mapping:         Mapping Types.
  193. * types, operations on mutable sequence: Mutable Sequence Types.
  194. * types, operations on numeric:         Numeric Types.
  195. * types, operations on sequence:        Mutable Sequence Types.
  196. * types, operations on sequence:        Sequence Types.
  197. * types, sequence:                      Sequence Types.
  198. * value, truth:                         Truth Value Testing.
  199.  
  200.  
  201.