1. 75b44b3 Issue #9130: Fix validation of relative imports in parser module. by Mark Dickinson · 15 years ago
  2. a7ee59b Issue #9128: Validate class decorator syntax correctly in parser module. by Mark Dickinson · 15 years ago
  3. 070f0ab Issue #9125: Update parser module for "except ... as ..." syntax. by Mark Dickinson · 15 years ago
  4. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  5. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  6. b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
  7. ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
  8. a4a04d1 fix test_parser from tokenizer tweak by Benjamin Peterson · 15 years ago
  9. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  10. 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 16 years ago
  11. fe879e8 #4529: fix parser's validation for try-except-finally statements. by Georg Brandl · 16 years ago
  12. 9dfe6a8 #4396 make the parser module correctly validate the with syntax by Benjamin Peterson · 16 years ago
  13. 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
  14. dcee09d make sure the parser flags and passed onto the compiler by Benjamin Peterson · 17 years ago
  15. bd6a05f check that the parser module can handle the new keyword syntax by Benjamin Peterson · 17 years ago
  16. 66e2663 Note that the stderr output of the test is intentional. by Martin v. Löwis · 17 years ago
  17. fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 17 years ago
  18. b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 18 years ago
  19. 147f9ae Whitespace normalization. by Tim Peters · 19 years ago
  20. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 19 years ago
  21. d3a9162 Add another little test to make sure we roundtrip multiple list comp ifs ok. by Neal Norwitz · 19 years ago
  22. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  23. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  24. e890682 Whitespace normalization. by Tim Peters · 20 years ago
  25. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
  26. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  27. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  28. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  29. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  30. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  31. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 22 years ago
  32. 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 22 years ago
  33. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 23 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  35. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 23 years ago
  36. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  37. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 24 years ago
  38. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 24 years ago
  39. 58422e5 Convert the parser module test to use PyUnit. by Fred Drake · 24 years ago
  40. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  41. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  42. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 24 years ago
  43. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 24 years ago
  44. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 25 years ago
  45. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 25 years ago