1. 08 May, 2007 3 commits
  2. 07 May, 2007 5 commits
  3. 06 May, 2007 1 commit
  4. 05 May, 2007 8 commits
  5. 04 May, 2007 15 commits
  6. 03 May, 2007 6 commits
  7. 02 May, 2007 1 commit
  8. 27 Apr, 2007 1 commit
    • Guido van Rossum's avatar
      Checkpoint. Manipulated things so that string literals are always · 572dbf8f
      Guido van Rossum authored
      unicode, and a few other compensating changes, e.g. str <- unicode,
      chr <- unichr, and repr() of a unicode string no longer starts
      with 'u'.  Lots of unit tests are broken, but some basic things
      work, in particular distutils works so the extensions can be built,
      and test_builtin.py works.
      572dbf8f