home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / Lib / test / testall.out < prev    next >
Text File  |  1994-05-04  |  2KB  |  131 lines

  1. test_grammar
  2. 1. Parser
  3. 1.1 Tokens
  4. 1.1.1 Backslashes
  5. 1.1.2 Numeric literals
  6. 1.1.2.1 Plain integers
  7. 1.1.2.2 Long integers
  8. 1.1.2.3 Floating point
  9. 1.1.3 String literals
  10. 1.2 Grammar
  11. single_input
  12. file_input
  13. expr_input
  14. eval_input
  15. funcdef
  16. simple_stmt
  17. expr_stmt
  18. print_stmt
  19. 1 2 3
  20. 1 2 3
  21. 1 1 1
  22. del_stmt
  23. pass_stmt
  24. flow_stmt
  25. break_stmt
  26. continue_stmt
  27. return_stmt
  28. raise_stmt
  29. import_stmt
  30. global_stmt
  31. exec_stmt
  32. if_stmt
  33. while_stmt
  34. for_stmt
  35. try_stmt
  36. suite
  37. test
  38. comparison
  39. binary mask ops
  40. shift ops
  41. additive ops
  42. multiplicative ops
  43. unary ops
  44. selectors
  45. atoms
  46. classdef
  47. test_opcodes
  48. 2. Opcodes
  49. XXX Not yet fully implemented
  50. 2.1 try inside for loop
  51. test_operations
  52. 3. Operations
  53. XXX Not yet implemented
  54. test_builtin
  55. 4. Built-in functions
  56. test_b1
  57. abs
  58. apply
  59. chr
  60. cmp
  61. coerce
  62. dir
  63. divmod
  64. eval
  65. execfile
  66. filter
  67. float
  68. getattr
  69. hex
  70. int
  71. len
  72. long
  73. map
  74. max
  75. min
  76. test_b2
  77. oct
  78. open
  79. ord
  80. pow
  81. range
  82. input and raw_input
  83. testing
  84. testing
  85. reduce
  86. reload
  87. repr
  88. round
  89. setattr
  90. str
  91. type
  92. test_exceptions
  93. 5. Built-in exceptions
  94. AttributeError
  95. EOFError
  96. IOError
  97. ImportError
  98. IndexError
  99. KeyError
  100. KeyboardInterrupt
  101. (not testable in a script)
  102. MemoryError
  103. (not safe to test)
  104. NameError
  105. OverflowError
  106. RuntimeError
  107. (not used any more?)
  108. SyntaxError
  109. SystemError
  110. (hard to reproduce)
  111. SystemExit
  112. TypeError
  113. ValueError
  114. ZeroDivisionError
  115. test_types
  116. 6. Built-in types
  117. 6.1 Truth value testing
  118. 6.2 Boolean operations
  119. 6.3 Comparisons
  120. 6.4 Numeric types (mostly conversions)
  121. 6.4.1 32-bit integers
  122. 6.4.2 Long integers
  123. 6.4.3 Floating point numbers
  124. 6.5 Sequence types
  125. 6.5.1 Strings
  126. 6.5.2 Tuples
  127. 6.5.3 Lists
  128. 6.5.3a Additional list operations
  129. 6.6 Mappings == Dictionaries
  130. Passed all tests.
  131.