1. 26 Sep, 1999 4 commits
  2. 24 Sep, 1999 2 commits
  3. 23 Sep, 1999 8 commits
  4. 22 Sep, 1999 6 commits
  5. 21 Sep, 1999 10 commits
  6. 20 Sep, 1999 3 commits
  7. 18 Sep, 1999 1 commit
  8. 17 Sep, 1999 2 commits
  9. 16 Sep, 1999 1 commit
  10. 15 Sep, 1999 3 commits
    • Guido van Rossum's avatar
      Tim Peters writes: · 2174dcb0
      Guido van Rossum authored
      For a long time I've seen absurd tracebacks under -O (e.g., negative
      line numbers), but very rarely.  Since I was looking at tracebacks
      anyway, thought I'd track it down.  Turns out to be Guido's only
      predictable blind spot <wink -- "char" is signed on some non-GvR
      systems>.  Patch follows.
      2174dcb0
    • Guido van Rossum's avatar
      After much hemming and hawing, we decided to roll back Fred's change. · f3c5f5c0
      Guido van Rossum authored
      It breaks Mailman, it was actually documented in the docstring, so it
      was an intentional deviation from the usual del semantics.  Let's
      document the original behavior in Doc/lib/librfc822.tex.
      f3c5f5c0
    • Guido van Rossum's avatar
      (1) On Linux, we really need to trust the configure script to select · 9376b74c
      Guido van Rossum authored
      the right variant of gethostbyname_r for us, since not all Linuxes are
      equal in this respect.  Reported by Laurent Pointal.
      
      (2) On BeOS, Chris Herborth reports that instead of arpa/inet.h you
      must include net/netdb.h to get the inet_ntoa() and inet_addr()
      prototypes.
      9376b74c