index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
bufferobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete bufferobject.[ch].
Guido van Rossum
2007-10-08
1
-724/+0
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
1
-15/+16
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-80/+2
*
PEP 7 clean ups, no change in behavior.
Jeremy Hylton
2007-08-29
1
-49/+53
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-1/+152
*
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant
2007-08-20
1
-1/+0
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
1
-1/+4
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-276/+169
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-1/+1
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-2/+2
*
Kill two innocuous compiler warnings.
Guido van Rossum
2007-05-15
1
-1/+2
*
Make the StringIO test pass.
Guido van Rossum
2007-05-08
1
-2/+11
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-16/+58
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-23/+66
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+2
*
Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in
Thomas Wouters
2006-02-16
1
-1/+1
*
Revert 42400.
Martin v. Löwis
2006-02-16
1
-3/+3
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz
2006-02-16
1
-3/+3
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-61/+63
*
Check return result for error
Neal Norwitz
2005-12-18
1
-0/+2
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
1
-1/+4
*
Ensure negative offsets cannot be passed to buffer(). When composing
Neil Schemenauer
2004-09-24
1
-2/+15
*
Fix buffer offset calculation (need to compute it before changing
Neil Schemenauer
2004-09-24
1
-11/+7
*
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