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