1. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  2. f8a4c03 bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650) by Serhiy Storchaka · 7 years ago
  3. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago[Renamed from Lib/test/test_pep352.py]
  4. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  5. 6f10576 Remove a dead import line. by Brett Cannon · 11 years ago
  6. 58f2efb Move test_pep352 over to unittest.main() by Brett Cannon · 11 years ago
  7. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  8. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  9. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  10. c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 15 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  13. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  14. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  15. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  16. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  17. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  18. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  19. 3695bf3 Use __builtin__, not __builtins__. by Brett Cannon · 17 years ago
  20. 4af7dcf Fix test_pep352 to deal with the removal of the 'exceptions' module. by Brett Cannon · 17 years ago
  21. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 17 years ago
  22. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 17 years ago
  23. fa35365 Merged revisions 53859-53874 via svnmerge from by Thomas Wouters · 17 years ago
  24. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  25. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  26. ed483ba String exceptions are gone and so are classic classes. by Neal Norwitz · 18 years ago
  27. 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 18 years ago
  28. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago