1. 96a6a6d bpo-40275: Use new test.support helper submodules in tests (GH-21412) by Hai Shi · 5 years ago
  2. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 5 years ago
  3. 5b956ca bpo-40585: Normalize errors messages in codeop when comparing them (GH-20030) by Pablo Galindo · 5 years ago
  4. b94dbd7 bpo-40334: Support PyPARSE_DONT_IMPLY_DEDENT in the new parser (GH-19736) by Pablo Galindo · 5 years ago
  5. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
  6. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
  7. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 7 years ago
  8. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 7 years ago
  9. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 9 years ago
  10. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 10 years ago
  11. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  12. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 15 years ago
  13. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 16 years ago
  14. 0d0367f Merged revisions 74291 via svnmerge from by Frank Wierzbicki · 16 years ago
  15. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  17. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  18. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 18 years ago
  19. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  20. f545baa Whitespace normalization. by Tim Peters · 22 years ago
  21. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
  22. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
  23. 4b499dd3 - Finally fixed the bug in compile() and exec where a string ending by Guido van Rossum · 22 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  25. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  26. ab9ba27 Whitespace normalization. by Tim Peters · 24 years ago
  27. 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 24 years ago