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
/
memoryobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-4/+4
*
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...
Christian Heimes
2007-11-08
1
-3/+8
*
Fix some Py_ssize_t warnings on Win64 that were probably bugs
Neal Norwitz
2007-10-26
1
-2/+2
*
Fix problems with memoryview object. There is still more to do to finish PEP...
Travis E. Oliphant
2007-10-12
1
-7/+19
*
Delete bufferobject.[ch].
Guido van Rossum
2007-10-08
1
-1/+4
*
At least one of the buildbots was complaining about newview being used
Neal Norwitz
2007-10-07
1
-3/+2
*
Whitespace and line lengrth cleanup.
Guido van Rossum
2007-09-25
1
-47/+50
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
1
-13/+72
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
1
-3/+3
*
SF #1777057, fix memoryview('test') so it works in debug mode too.
Neal Norwitz
2007-08-19
1
-30/+18
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
1
-16/+13
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-0/+540