summaryrefslogtreecommitdiff
path: root/Modules/binascii.c
Commit message (Expand)AuthorAgeFilesLines
* This closes bug #430849 (internal error produced by binascii.a2b_base64)Peter Schneider-Kamp2001-06-071-0/+4
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugGuido van Rossum2001-01-091-3/+3
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-16/+0
* Fix new compiler warnings. Unused var in compile.c. Argsize mismatchesTim Peters2000-08-151-1/+1
* binascii_unhexlify(): Better error message, courtesy effbot.Barry Warsaw2000-08-151-5/+5
* After a brief conversation and code review with TP, adding two veryBarry Warsaw2000-08-151-22/+126
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-13/+20
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-34/+11
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-10/+10
* Patch by Jim Ahlstrom to add crc32, a useful checksum functionGuido van Rossum2000-02-161-0/+141
* Patch by Jason Trowbridge. (Followup to his PR#110.) (SlightlyGuido van Rossum1999-10-191-18/+69
* Fix PR#110 -- bad input ("====") for a2b_base64() caused it to callGuido van Rossum1999-10-191-0/+2
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Use the t# format where appropriate. Greg Stein.Guido van Rossum1998-10-081-3/+3
* Converted to new exception style (Jack)Guido van Rossum1997-10-081-6/+2
* Plug memory leak (DECREF doc string properly after inserting in dict).Guido van Rossum1997-08-041-0/+1
* Allow '@' character as end of line padding in uuencode format.Guido van Rossum1997-07-111-1/+3
* Renamed.Roger E. Masse1997-01-161-79/+88
* Fix leak involving BuildValue("...O...").Guido van Rossum1997-01-121-3/+7
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* 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
* 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