COMMITS
/ Objects/memoryobject.c October 26, 2007
N
Fix some Py_ssize_t warnings on Win64 that were probably bugs
Neal Norwitz committed
October 12, 2007
October 8, 2007
G
Delete bufferobject.[ch].
Guido van Rossum committed
October 7, 2007
N
At least one of the buildbots was complaining about newview being used
Neal Norwitz committed
September 25, 2007
G
Whitespace and line lengrth cleanup.
Guido van Rossum committed
September 23, 2007
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
August 19, 2007
N
SF #1777057, fix memoryview('test') so it works in debug mode too.
Neal Norwitz committed
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed