1. 29 Mar, 2000 5 commits
  2. 28 Mar, 2000 21 commits
  3. 27 Mar, 2000 4 commits
  4. 26 Mar, 2000 7 commits
  5. 25 Mar, 2000 1 commit
    • Guido van Rossum's avatar
      Christian Tismer: · 13ff8eb4
      Guido van Rossum authored
      Added "better safe than sorry" patch to the new
      trashcan code in object.c, to ensure that tstate
      is not touched when it might be undefined.
      13ff8eb4
  6. 24 Mar, 2000 2 commits
    • Guido van Rossum's avatar
      Marc-Andre Lemburg: · d8855fde
      Guido van Rossum authored
      Attached you find the latest update of the Unicode implementation.
      The patch is against the current CVS version.
      
      It includes the fix I posted yesterday for the core dump problem
      in codecs.c (was introduced by my previous patch set -- sorry),
      adds more tests for the codecs and two new parser markers
      "es" and "es#".
      d8855fde
    • Guido van Rossum's avatar
      Fix all routines to use PyArg_ParseTuple(), and add ":name" to the · 27fc3c05
      Guido van Rossum authored
      argument format strings.
      
      THIS WILL PROBABLY BREAK LOTS OF CODE!!!
      
      Also fixed a bogus string in an error message in getsockaddrlen().
      27fc3c05