Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyBuffer_New(): Raise ValueError if size is negative (the other | Fred Drake | 1999-08-04 | 1 | -1/+6 |
| | | | | | | | constructors didn't miss this). Raise MemoryError if malloc() fails, instead of just returning NULL. | ||||
* | Folded long lines. | Guido van Rossum | 1999-03-24 | 1 | -9/+18 |
| | |||||
* | Added check for negative offset for PyBuffer_FromObject and check for | Guido van Rossum | 1999-03-19 | 1 | -1/+13 |
| | | | | negative size for PyBuffer_FromMemory. Greg Stein. | ||||
* | Greg Stein: Implement the new bf_getcharbuffer function, indicating | Guido van Rossum | 1998-10-08 | 1 | -2/+18 |
| | | | | that (as far as the data type is concerned!) this is character data. | ||||
* | Make gcc -Wall happy. | Guido van Rossum | 1998-10-07 | 1 | -5/+4 |
| | |||||
* | Add Greg Stein's buffer object API. | Guido van Rossum | 1998-10-07 | 1 | -0/+599 |