1. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  2. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  3. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  4. 6c0f337 Adding tests derived from the Jython project. These are primarily tests of by Frank Wierzbicki · 16 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. f545baa Whitespace normalization. by Tim Peters · 22 years ago
  7. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
  8. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
  9. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  10. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  11. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  12. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  13. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 24 years ago