1. 08 Feb, 2002 3 commits
  2. 07 Feb, 2002 1 commit
    • Marc-André Lemburg's avatar
      Fix to the UTF-8 encoder: it failed on 0-length input strings. · bd3be8f0
      Marc-André Lemburg authored
      Fix for the UTF-8 decoder: it will now accept isolated surrogates
      (previously it raised an exception which causes round-trips to
      fail).
      
      Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for
      marshalling Unicode objects, so we better make sure it works for
      all Unicode code points, including isolated surrogates).
      
      Bumped the PYC magic in a non-standard way -- please review. This
      was needed because the old PYC format used illegal UTF-8 sequences
      for isolated high surrogates which now raise an exception.
      bd3be8f0
  3. 06 Feb, 2002 4 commits
  4. 05 Feb, 2002 4 commits
  5. 04 Feb, 2002 8 commits
  6. 02 Feb, 2002 1 commit
  7. 01 Feb, 2002 11 commits
  8. 31 Jan, 2002 3 commits
  9. 30 Jan, 2002 5 commits