summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test/test_array_in_pointer.py
Commit message (Collapse)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
|
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
| | | | | | | | | | | | | | No detailed change log; just check out the change log for the py3k-pep3137 branch. The most obvious changes: - str8 renamed to bytes (PyString at the C level); - bytes renamed to buffer (PyBytes at the C level); - PyString and PyUnicode are no longer compatible. I.e. we now have an immutable bytes type and a mutable bytes type. The behavior of PyString was modified quite a bit, to make it more bytes-like. Some changes are still on the to-do list.
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
| | | | | | 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).
* binascii.hexlify returns a bytes object; we must convert it to strThomas Heller2007-07-121-1/+1
| | | | before we can pass it to re.sub.
* Whitespace normalization.Tim Peters2006-03-091-1/+1
|
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+64