Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plug memory leak (DECREF doc string properly after inserting in dict). | Guido van Rossum | 1997-08-04 | 1 | -0/+1 |
* | Allow '@' character as end of line padding in uuencode format. | Guido van Rossum | 1997-07-11 | 1 | -1/+3 |
* | Renamed. | Roger E. Masse | 1997-01-16 | 1 | -79/+88 |
* | Fix leak involving BuildValue("...O..."). | Guido van Rossum | 1997-01-12 | 1 | -3/+7 |
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
* | Add unsigned char cast | Guido van Rossum | 1996-02-25 | 1 | -1/+1 |
* | Fixed off-by-one error in rle-decode, and allow whitespace in base64 | Jack Jansen | 1996-01-22 | 1 | -5/+5 |
* | Allow '@' for ' ' in uuencoded files. | Jack Jansen | 1995-11-14 | 1 | -2/+5 |
* | Added base64 support | Jack Jansen | 1995-10-04 | 1 | -0/+141 |
* | Obscure bugfix | Jack Jansen | 1995-08-31 | 1 | -5/+2 |
* | Added missing 'leftchar' initializer. | Jack Jansen | 1995-08-14 | 1 | -2/+2 |
* | Helper module for uuencode and binhex coders | Jack Jansen | 1995-08-07 | 1 | -0/+602 |