summaryrefslogtreecommitdiffstats
path: root/Objects/bufferobject.c
Commit message (Expand)AuthorAgeFilesLines
* PyBuffer_New(): Raise ValueError if size is negative (the otherFred Drake1999-08-041-1/+6
* Folded long lines.Guido van Rossum1999-03-241-9/+18
* Added check for negative offset for PyBuffer_FromObject and check forGuido van Rossum1999-03-191-1/+13
* Greg Stein: Implement the new bf_getcharbuffer function, indicatingGuido van Rossum1998-10-081-2/+18
* Make gcc -Wall happy.Guido van Rossum1998-10-071-5/+4
* Add Greg Stein's buffer object API.Guido van Rossum1998-10-071-0/+599