1. 13 Feb, 2007 7 commits
  2. 12 Feb, 2007 4 commits
  3. 11 Feb, 2007 3 commits
  4. 09 Feb, 2007 4 commits
  5. 08 Feb, 2007 5 commits
  6. 07 Feb, 2007 7 commits
  7. 06 Feb, 2007 5 commits
  8. 05 Feb, 2007 2 commits
  9. 02 Feb, 2007 1 commit
  10. 01 Feb, 2007 1 commit
  11. 30 Jan, 2007 1 commit
    • Brett Cannon's avatar
      No more raising of string exceptions! · 129bd521
      Brett Cannon authored
      The next step of PEP 352 (for 2.6) causes raising a string exception to trigger
      a TypeError.  Trying to catch a string exception raises a DeprecationWarning.
      References to string exceptions has been removed from the docs since they are
      now just an error.
      129bd521