1. 19 Dec, 2000 1 commit
    • Guido van Rossum's avatar
      Minimal fix for the complaints about pickling Unicode objects. (SF · a31b4ef7
      Guido van Rossum authored
      bugs #126161 and 123634).
      
      The solution doesn't use the unicode-escape encoding; that has other
      problems (it seems not 100% reversible).  Rather, it transforms the
      input Unicode object slightly before encoding it using
      raw-unicode-escape, so that the decoding will reconstruct the original
      string: backslash and newline characters are translated into their
      \uXXXX counterparts.
      
      This is backwards incompatible for strings containing backslashes, but
      for some of those strings, the pickling was already broken.
      a31b4ef7
  2. 18 Dec, 2000 3 commits
  3. 17 Dec, 2000 1 commit
  4. 16 Dec, 2000 3 commits
  5. 15 Dec, 2000 25 commits
  6. 14 Dec, 2000 7 commits