summaryrefslogtreecommitdiffstats
path: root/Modules/binascii.c
Commit message (Collapse)AuthorAgeFilesLines
* Add unsigned char castGuido van Rossum1996-02-251-1/+1
|
* Fixed off-by-one error in rle-decode, and allow whitespace in base64Jack Jansen1996-01-221-5/+5
| | | | ascii input (thanks to Donald Beaudry for pointing these out)
* Allow '@' for ' ' in uuencoded files.Jack Jansen1995-11-141-2/+5
|
* Added base64 supportJack Jansen1995-10-041-0/+141
|
* Obscure bugfixJack Jansen1995-08-311-5/+2
|
* Added missing 'leftchar' initializer.Jack Jansen1995-08-141-2/+2
|
* Helper module for uuencode and binhex codersJack Jansen1995-08-071-0/+602