| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct code to advance ptr to be well-formed C. | Martin v. Löwis | 2004-03-25 | 1 | -1/+1 |
|
|
* | Make buffer objects based on mutable objects (like array) safe. | Neil Schemenauer | 2004-03-11 | 1 | -82/+149 |
|
|
* | Document one of the many problems with the buffer object. | Neil Schemenauer | 2004-03-11 | 1 | -2/+9 |
|
|
* | Rename static functions, they should not have the _Py prefix. | Neil Schemenauer | 2004-03-11 | 1 | -11/+10 |
|
|
* | Call me anal, but there was a particular phrase that was speading to | Guido van Rossum | 2002-08-19 | 1 | -1/+1 |
|
|
* | Fix SF bug 546434 -- buffer slice type inconsistent. | Raymond Hettinger | 2002-06-25 | 1 | -13/+0 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -1/+39 |
|
|
* | Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols. | Tim Peters | 2002-03-29 | 1 | -10/+0 |
|
|
* | Fix for Bug #216405: | Thomas Heller | 2001-10-19 | 1 | -4/+6 |
|
|
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -13/+7 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -17/+17 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Removing warnings found by gcc -Wall | Moshe Zadka | 2000-08-04 | 1 | -4/+5 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -78/+24 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -7/+7 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -4/+4 |
|
|
* | PyBuffer_New(): Raise ValueError if size is negative (the other | Fred Drake | 1999-08-04 | 1 | -1/+6 |
|
|
* | 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 |
|
|
* | Greg Stein: Implement the new bf_getcharbuffer function, indicating | Guido van Rossum | 1998-10-08 | 1 | -2/+18 |
|
|
* | 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 |
|
|