1. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  2. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  3. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  4. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  5. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  6. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  7. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  8. 3695bf3 Use __builtin__, not __builtins__. by Brett Cannon · 18 years ago
  9. 4af7dcf Fix test_pep352 to deal with the removal of the 'exceptions' module. by Brett Cannon · 18 years ago
  10. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 18 years ago
  11. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 18 years ago
  12. fa35365 Merged revisions 53859-53874 via svnmerge from by Thomas Wouters · 18 years ago
  13. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  14. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  15. ed483ba String exceptions are gone and so are classic classes. by Neal Norwitz · 18 years ago
  16. 6b4ed74 Fix parsing of exception_hierarchy.txt when a platform-specific exception is by Brett Cannon · 19 years ago
  17. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago