1. 13 Haz, 2002 1 kayıt (commit)
  2. 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
  3. 30 Eki, 2001 1 kayıt (commit)
  4. 04 Eki, 2001 1 kayıt (commit)
  5. 30 Eyl, 2001 1 kayıt (commit)
  6. 07 Haz, 2001 1 kayıt (commit)
  7. 09 Ock, 2001 1 kayıt (commit)
  8. 01 Eyl, 2000 1 kayıt (commit)
  9. 15 Agu, 2000 3 kayıt (commit)
  10. 03 Agu, 2000 1 kayıt (commit)
  11. 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
  12. 10 Tem, 2000 1 kayıt (commit)
  13. 30 Haz, 2000 1 kayıt (commit)
  14. 29 Şub, 2000 1 kayıt (commit)
  15. 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
  16. 19 Eki, 1999 2 kayıt (commit)
  17. 04 Ara, 1998 1 kayıt (commit)
  18. 08 Eki, 1998 1 kayıt (commit)
  19. 08 Eki, 1997 1 kayıt (commit)
  20. 04 Agu, 1997 1 kayıt (commit)
  21. 11 Tem, 1997 1 kayıt (commit)
  22. 16 Ock, 1997 1 kayıt (commit)
  23. 12 Ock, 1997 1 kayıt (commit)
  24. 25 Eki, 1996 1 kayıt (commit)
  25. 25 Şub, 1996 1 kayıt (commit)
  26. 22 Ock, 1996 1 kayıt (commit)
  27. 14 Kas, 1995 1 kayıt (commit)
  28. 04 Eki, 1995 1 kayıt (commit)
  29. 31 Agu, 1995 1 kayıt (commit)
  30. 14 Agu, 1995 1 kayıt (commit)
  31. 07 Agu, 1995 1 kayıt (commit)