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