History log of /external/python/cpython2/Lib/ctypes/test/test_pointers.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a339e86dc052f6fca7adcde4ea7cefd4c265b5b3 29-Jan-2016 Martin Panter <vadmium+py@gmail.com> Issue #19023: Document ctypes array and pointer classes

Also add some more tests. Based on patch by Sye van der Veen.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
bab1f851cc455d08aa2cf5d1b883fd4772d5a4bf 09-Nov-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #25582: Fixed 100 MB memory leak in test_ctypes.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
53ea1620673e033c3f6dc5ddc4555f8d73f5e76e 28-Mar-2015 Serhiy Storchaka <storchaka@gmail.com> Make some tests more frienly to MemoryError.
Free memory, unlock hanging threads.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
55bf20ad6e0bd9ca4c1b1a6dd7339972b4aa915e 12-Oct-2014 R David Murray <rdmurray@bitdance.com> #13096: Fix segfault in CTypes POINTER handling of large values.

Patch by Meador Inge.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
52bbeacb9dfa6e454a2b230ee7f98af4cc8e0636 16-Nov-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #19591: Use specific asserts in ctype tests.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
5c8da86f3a515ce1a6d5f27fd15e3c5f4d8e931e 01-Jul-2009 Benjamin Peterson <benjamin@python.org> convert usage of fail* to assert*
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
0ad5ae02af093ad2aa6e97b9eb503efb58e52fcc 19-Aug-2008 Thomas Heller <theller@ctypes.org> Fix a regression introduced by rev. 63792: ctypes function pointers
that are COM methods must have a boolean True value.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
9287acf83df56a11aaa001657df652ed6804b105 29-May-2008 Thomas Heller <theller@ctypes.org> ctypes NULL function pointers have a boolean False value now.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
dda068dee1937d0dd144568a83e2a47e5c26f9a2 10-Jul-2006 Thomas Heller <theller@ctypes.org> Fix bug #1518190: accept any integer or long value in the
ctypes.c_void_p constructor.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
215f13dd118f67fb8c3d3663dbbe11ed33691c4f 06-Jun-2006 Martin Blais <blais@furius.ca> Normalized a few cases of whitespace in function declarations.

Found them using::

find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done
find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done

(I was doing this all over my own code anyway, because I'd been using spaces in
all defs, so I thought I'd make a run on the Python code as well. If you need
to do such fixes in your own code, you can use xx-rename or parenregu.el within
emacs.)
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
6a907d8b8ef4ebe86730386f2c1ff788bc8b945f 28-Apr-2006 Thomas Heller <theller@ctypes.org> Remove a duplicated test (the same test is in test_incomplete.py).
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
6ff67ef09687611e810e20c23d5f7f7194693331 21-Apr-2006 Thomas Heller <theller@ctypes.org> Merge in changes from ctypes 0.9.9.6 upstream version.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
55d031ef23ac8f6e7cfe823f62c9e4f627e7b431 12-Apr-2006 Thomas Heller <theller@ctypes.org> Fix for a bug found by Armin Rigo, plus test.
https://sourceforge.net/tracker/?func=detail&atid=532154&aid=1467852&group_id=71702
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
e8d09e581816aa7fdb812801c79e8f6bc55dc134 09-Mar-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py
babddfca758abe34ff12023f63b18d745fae7ca9 08-Mar-2006 Thomas Heller <theller@ctypes.org> Copy ctypes-0.9.9.4 Python modules from external into the trunk.
/external/python/cpython2/Lib/ctypes/test/test_pointers.py