Guido van Rossum
7dbb48a67f
Converted to new exception style (Jack)
1997-10-08 15:26:07 +00:00
Guido van Rossum
5c159bd855
Plug memory leak (DECREF doc string properly after inserting in dict).
1997-08-04 23:55:25 +00:00
Guido van Rossum
1243ae7f07
Allow '@' character as end of line padding in uuencode format.
...
Not sure why this is generated, but this fixes a problem with a
particular file that was received with the following final line:
F-WE<-*A5]AY]%7>8'&!!(_Y<F*55_"*%46"<OFG=>_5(F/\'``!@
1997-07-11 18:36:28 +00:00
Roger E. Masse
5f4ce18898
Renamed.
1997-01-16 17:10:22 +00:00
Guido van Rossum
9c6ba5e901
Fix leak involving BuildValue("...O...").
1997-01-12 20:02:04 +00:00
Guido van Rossum
d266eb460e
New permission notice, includes CNRI.
1996-10-25 14:44:06 +00:00
Guido van Rossum
485f2da5a1
Add unsigned char cast
1996-02-25 04:50:30 +00:00
Jack Jansen
ba1de3bafb
Fixed off-by-one error in rle-decode, and allow whitespace in base64
...
ascii input (thanks to Donald Beaudry for pointing these out)
1996-01-22 10:47:15 +00:00
Jack Jansen
5d9579707f
Allow '@' for ' ' in uuencoded files.
1995-11-14 10:35:19 +00:00
Jack Jansen
84bbc2e3e3
Added base64 support
1995-10-04 16:38:44 +00:00
Jack Jansen
0223aa11d8
Obscure bugfix
1995-08-31 13:44:23 +00:00
Jack Jansen
eaeb1c825d
Added missing 'leftchar' initializer.
1995-08-14 12:17:57 +00:00
Jack Jansen
727811907c
Helper module for uuencode and binhex coders
1995-08-07 14:34:15 +00:00