1. 7eb6ca5 Make test_parser pass after merge. by Guido van Rossum · 18 years ago
  2. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 18 years ago
  3. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  4. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  5. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  6. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  8. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  9. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  10. e890682 Whitespace normalization. by Tim Peters · 20 years ago
  11. f418991 Flush out support for ``class B(): pass`` syntax by adding support to the by Brett Cannon · 20 years ago
  12. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  13. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
  14. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  15. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  16. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  17. 9caf9c0 Add tests and news entry about parser errors from bug #678518. by Neal Norwitz · 22 years ago
  18. 5e83b7a Teach the parsermodule about floor division. Fixes by Michael W. Hudson · 23 years ago
  19. 32c2ae7 Standardize behavior: no docstrings in test functions. by Guido van Rossum · 23 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  21. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 23 years ago
  22. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  23. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 24 years ago
  24. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 24 years ago
  25. 58422e5 Convert the parser module test to use PyUnit. by Fred Drake · 24 years ago
  26. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 25 years ago
  27. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  28. e3fb18c Add more regression tests, including for the import statement variations. by Fred Drake · 25 years ago
  29. e1578ce Added tests to avoid regression on bug #125375. by Fred Drake · 25 years ago
  30. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 25 years ago
  31. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 25 years ago