summaryrefslogtreecommitdiffstats
path: root/Objects/bufferobject.c
Commit message (Expand)AuthorAgeFilesLines
* Call me anal, but there was a particular phrase that was speading toGuido van Rossum2002-08-191-1/+1
* Fix SF bug 546434 -- buffer slice type inconsistent.Raymond Hettinger2002-06-251-13/+0
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-1/+39
* Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.Tim Peters2002-03-291-10/+0
* Fix for Bug #216405:Thomas Heller2001-10-191-4/+6
* repr's converted to using PyString_FromFormat() instead of sprintf'ingBarry Warsaw2001-08-241-13/+7
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-17/+17
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Removing warnings found by gcc -WallMoshe Zadka2000-08-041-4/+5
* ANSI-fication of the sources.Fred Drake2000-07-091-78/+24
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-7/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* 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