1. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  2. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  3. 97c1adf Anti-registration of various ABC methods. by Guido van Rossum · 8 years ago
  4. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  5. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  6. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  7. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  8. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  9. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 9 years ago
  10. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  11. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  12. 6f1d049 Issue #6970: Remove redundant calls made when comparing objects. by Mark Dickinson · 15 years ago
  13. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  14. cce2f21 Issue 4910, patch 2 of (probably) 3: pave the way for renaming of by Mark Dickinson · 16 years ago
  15. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  18. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  19. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  20. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  21. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 19 years ago
  22. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  23. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  24. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  25. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  26. 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 23 years ago
  27. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  28. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 23 years ago