1. 9fd5e9a Remove redunandant assertions from last checkin. by Raymond Hettinger · 20 years ago
  2. 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 20 years ago
  3. b600fe9 Switch arguments to memset (kudos to MSVC C4318 for finding that) by Martin v. Löwis · 20 years ago
  4. fe92eef Valgrind was reporting an uninitialized read for bad input. by Neal Norwitz · 20 years ago
  5. 23164a5 In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 20 years ago
  6. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 21 years ago
  7. 0a51b58 base64.decodestring('') should return '' instead of raising an by Barry Warsaw · 22 years ago
  8. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  9. 934c1a1 Another stab at SF 576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  10. a98011c Fix for SF bug #576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  11. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  12. 1fbb577 SF bug #494738: binascii_b2a_base64 overwrites memory. by Tim Peters · 23 years ago
  13. 355bc0c Change the limit on the input size for b2a_base64 to what will fit in by Guido van Rossum · 23 years ago
  14. a645b30 Add various typecasts (back and forth from char * to unsigned char *) by Greg Ward · 23 years ago
  15. 16dc7f4 Patch #462190, patch #464070: Support quoted printable in the binascii module. by Martin v. Löwis · 23 years ago
  16. d895b20 This closes bug #430849 (internal error produced by binascii.a2b_base64) by Peter Schneider-Kamp · 23 years ago
  17. 92d8917 Address a bug in the uuencode decoder, reported bu "donut" in SF bug by Guido van Rossum · 24 years ago
  18. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  19. b59ab42 Fix new compiler warnings. Unused var in compile.c. Argsize mismatches by Tim Peters · 24 years ago
  20. 1616847 binascii_unhexlify(): Better error message, courtesy effbot. by Barry Warsaw · 24 years ago
  21. e977c21 After a brief conversation and code review with TP, adding two very by Barry Warsaw · 24 years ago
  22. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  23. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  24. a788a7f ANSI-fication by Peter Schneider-Kamp · 24 years ago
  25. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  26. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  27. 7d47c9e Patch by Jim Ahlstrom to add crc32, a useful checksum function by Guido van Rossum · 24 years ago
  28. 2db4f47 Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly reformatted.) by Guido van Rossum · 25 years ago
  29. eba24bb Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call by Guido van Rossum · 25 years ago
  30. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  31. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  32. 7dbb48a Converted to new exception style (Jack) by Guido van Rossum · 27 years ago
  33. 5c159bd Plug memory leak (DECREF doc string properly after inserting in dict). by Guido van Rossum · 27 years ago
  34. 1243ae7 Allow '@' character as end of line padding in uuencode format. by Guido van Rossum · 27 years ago
  35. 5f4ce18 Renamed. by Roger E. Masse · 27 years ago
  36. 9c6ba5e Fix leak involving BuildValue("...O..."). by Guido van Rossum · 27 years ago
  37. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  38. 485f2da Add unsigned char cast by Guido van Rossum · 28 years ago
  39. ba1de3b Fixed off-by-one error in rle-decode, and allow whitespace in base64 by Jack Jansen · 28 years ago
  40. 5d95797 Allow '@' for ' ' in uuencoded files. by Jack Jansen · 29 years ago
  41. 84bbc2e Added base64 support by Jack Jansen · 29 years ago
  42. 0223aa1 Obscure bugfix by Jack Jansen · 29 years ago
  43. eaeb1c8 Added missing 'leftchar' initializer. by Jack Jansen · 29 years ago
  44. 7278119 Helper module for uuencode and binhex coders by Jack Jansen · 29 years ago