Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -10/+10 |
| | | | | PyArg_ParseTuple() format string arguments as possible. | ||||
* | Patch by Jim Ahlstrom to add crc32, a useful checksum function | Guido van Rossum | 2000-02-16 | 1 | -0/+141 |
| | | | | | | | | | | | (e.g. used for ZIP files). The patch includes code that says: + Copyright (C) 1986 Gary S. Brown. You may use this program, or + code or tables extracted from it, as desired without restriction. My interpretation (and Jim's) is that Gary S Brown has no claims under copyright, patent or other rights or interests. Lawyers might disagree. | ||||
* | Patch by Jason Trowbridge. (Followup to his PR#110.) (Slightly | Guido van Rossum | 1999-10-19 | 1 | -18/+69 |
| | | | | | | | | | | | | reformatted.) - Illegal padding is now ignored. (Recommendation by GvR.) - Padding no longer removes characters from data string (resulting in lost data/strings with negative lengths). - Illegal characters outside the ASCII range are now ignored, instead of possibly being remapped to a valid character. | ||||
* | Fix PR#110 -- bad input ("====") for a2b_base64() caused it to call | Guido van Rossum | 1999-10-19 | 1 | -0/+2 |
| | | | | _PyString_Resize() with a negative size. | ||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Use the t# format where appropriate. Greg Stein. | Guido van Rossum | 1998-10-08 | 1 | -3/+3 |
| | |||||
* | Converted to new exception style (Jack) | Guido van Rossum | 1997-10-08 | 1 | -6/+2 |
| | |||||
* | 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 |
| | | | | | | | 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/\'``!@ | ||||
* | 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 |
| | | | | ascii input (thanks to Donald Beaudry for pointing these out) | ||||
* | 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 |