1. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  2. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  3. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  4. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  5. 66b1259 SF #660455 : patch by NNorwitz. by Guido van Rossum · 22 years ago
  6. fe8d84d Comment out a test that was anticipating SF patch 661536 -- but that by Guido van Rossum · 22 years ago
  7. 53b39d2 Verify treatment of unary minus on negative numbers SF bug #660455. by Guido van Rossum · 22 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  9. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  10. 79b5b5b Don't munge __debug__ and leave it that way. by Jeremy Hylton · 23 years ago
  11. 778e265 Fix SF buf #480096: Assign to __debug__ still allowed by Jeremy Hylton · 23 years ago
  12. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  13. 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
  14. 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
  15. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 24 years ago
  16. 047e2c9 add test for SyntaxError on def f(a): global a by Jeremy Hylton · 24 years ago
  17. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  18. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  19. fdee0f0 added test case for fixed duplicate arguments bug in Python/compile.c by Peter Schneider-Kamp · 24 years ago