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