]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Breaking ground for PEP 3137 implementation:
authorGuido van Rossum <guido@python.org>
Mon, 8 Oct 2007 02:46:15 +0000 (02:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Oct 2007 02:46:15 +0000 (02:46 +0000)
commitbae07c9baf3e53164de6f85a18ce747a76b9ffde
treee0bf84063848730026bea64461fe3920dbe8ecb8
parent85c1ba5d742779eec3148377ce6d8d359d318263
Breaking ground for PEP 3137 implementation:

Get rid of buffer().  Use memoryview() in its place where possible.
In a few places, do things a bit different, because memoryview()
can't slice (yet).
24 files changed:
Lib/_abcoll.py
Lib/ctypes/test/test_array_in_pointer.py
Lib/ctypes/test/test_byteswap.py
Lib/ctypes/test/test_strings.py
Lib/sqlite3/dbapi2.py
Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/types.py
Lib/sqlite3/test/userfunctions.py
Lib/subprocess.py
Lib/test/test_array.py
Lib/test/test_buffer.py [deleted file]
Lib/test/test_bytes.py
Lib/test/test_io.py
Lib/test/test_marshal.py
Lib/test/test_repr.py
Lib/test/test_struct.py
Lib/test/test_types.py
Lib/test/test_unicode.py
Lib/types.py
Modules/_ctypes/_ctypes.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Python/bltinmodule.c