1. 06 Eyl, 2004 2 kayıt (commit)
  2. 27 Tem, 2004 1 kayıt (commit)
  3. 06 Haz, 2004 1 kayıt (commit)
  4. 11 May, 2004 1 kayıt (commit)
  5. 17 Mar, 2003 1 kayıt (commit)
  6. 15 Agu, 2002 1 kayıt (commit)
  7. 02 Agu, 2002 1 kayıt (commit)
  8. 02 Tem, 2002 2 kayıt (commit)
    • Tim Peters's avatar
      Another stab at SF 576327: zipfile when sizeof(long) == 8 · 934c1a1c
      Tim Peters yazdı
      binascii_crc32():  The previous patch forced this to return the same
      result across platforms.  This patch deals with that, on a 64-bit box,
      the *entry* value may have "unexpected" bits in the high four bytes.
      
      Bugfix candidate.
      934c1a1c
    • Tim Peters's avatar
      Fix for SF bug #576327: zipfile when sizeof(long) == 8 · a98011c3
      Tim Peters yazdı
      binascii_crc32():  Make this return a signed 4-byte result across
      platforms.  The other way to make this platform-independent would be to
      make it return an unsigned unbounded int, but the evidence suggests
      other code out there treats it like a signed 4-byte int (e.g., existing
      code writing the result with struct.pack "l" format).
      
      Bugfix candidate.
      a98011c3
  9. 13 Haz, 2002 1 kayıt (commit)
  10. 19 Ara, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF bug #494738: binascii_b2a_base64 overwrites memory. · 1fbb577e
      Tim Peters yazdı
      binascii_b2a_base64():  We didn't allocate enough buffer space for very
      short inputs (e.g., a 1-byte input can produce a 5-byte output, but we
      only allocated 2 bytes).  I expect that malloc overheads absorbed the
      overrun in practice, but computing a correct upper bound is a very simple
      change.
      1fbb577e
  11. 30 Eki, 2001 1 kayıt (commit)
  12. 04 Eki, 2001 1 kayıt (commit)
  13. 30 Eyl, 2001 1 kayıt (commit)
  14. 07 Haz, 2001 1 kayıt (commit)
  15. 09 Ock, 2001 1 kayıt (commit)
  16. 01 Eyl, 2000 1 kayıt (commit)
  17. 15 Agu, 2000 3 kayıt (commit)
  18. 03 Agu, 2000 1 kayıt (commit)
  19. 21 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', · f3f33dcf
      Thomas Wouters yazdı
      and a couple of functions that were missed in the previous batches. Not
      terribly tested, but very carefully scrutinized, three times.
      
      All these were found by the little findkrc.py that I posted to python-dev,
      which means there might be more lurking. Cases such as this:
      
      long
      func(a, b)
      	long a;
      	long b; /* flagword */
      {
      
      and other cases where the last ; in the argument list isn't followed by a
      newline and an opening curly bracket. Regexps to catch all are welcome, of
      course ;)
      f3f33dcf
  20. 10 Tem, 2000 1 kayıt (commit)
  21. 30 Haz, 2000 1 kayıt (commit)
  22. 29 Şub, 2000 1 kayıt (commit)
  23. 16 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Patch by Jim Ahlstrom to add crc32, a useful checksum function · 7d47c9e3
      Guido van Rossum yazdı
      (e.g. used for ZIP files).
      
      The patch includes code that says:
      +  Copyright (C) 1986 Gary S. Brown.  You may use this program, or
      +  code or tables extracted from it, as desired without restriction.
      
      My interpretation (and Jim's) is that Gary S Brown has no claims under
      copyright, patent or other rights or interests.  Lawyers might disagree.
      7d47c9e3
  24. 19 Eki, 1999 2 kayıt (commit)
  25. 04 Ara, 1998 1 kayıt (commit)
  26. 08 Eki, 1998 1 kayıt (commit)
  27. 08 Eki, 1997 1 kayıt (commit)
  28. 04 Agu, 1997 1 kayıt (commit)
  29. 11 Tem, 1997 1 kayıt (commit)
  30. 16 Ock, 1997 1 kayıt (commit)
  31. 12 Ock, 1997 1 kayıt (commit)
  32. 25 Eki, 1996 1 kayıt (commit)
  33. 25 Şub, 1996 1 kayıt (commit)
  34. 22 Ock, 1996 1 kayıt (commit)
  35. 14 Kas, 1995 1 kayıt (commit)