1. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  2. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  3. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  4. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  5. 26a93c0 test expect base classes by Benjamin Peterson · 16 years ago
  6. c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 16 years ago
  7. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
  8. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  9. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 16 years ago
  10. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
  11. b24c951 Use assertRaises. by Georg Brandl · 17 years ago
  12. dd53e11 ast.literal_eval can properly evaluate complex numbers now. This fixes issue4907. by Armin Ronacher · 17 years ago
  13. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
  14. bf0610a Revert unwanted changes. by Georg Brandl · 17 years ago
  15. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  16. e34c21c Make AST nodes pickleable. by Georg Brandl · 17 years ago
  17. 2c55c59 Make _fields attr for no fields consistent with _attributes attr. by Georg Brandl · 17 years ago
  18. ebc8ded Convert test_ast to unittest and add a test for r62049. by Georg Brandl · 17 years ago
  19. c87c580 Adapt test_ast to the new ExceptHandler type. by Georg Brandl · 17 years ago
  20. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  21. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  22. 0e07b60 Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. by Neil Schemenauer · 19 years ago
  23. 1b6cab6 Remove debugging prints. by Jeremy Hylton · 19 years ago
  24. a7a3cfe Comment out the prints. These appear to be only for debugging purposes. by Neal Norwitz · 19 years ago
  25. 2f327c1 Add lineno, col_offset to excephandler to enable future fix for by Jeremy Hylton · 19 years ago
  26. 5ddfe41 Whitespace normalization. by Tim Peters · 19 years ago
  27. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  28. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  29. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  30. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  31. 9aaad88 Even though we don't currently use unicode or complex numbers in the test, by Neal Norwitz · 19 years ago
  32. bd260da Generate code to recursively copy an AST into by Martin v. Löwis · 19 years ago