summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test/test_arrays.py
Commit message (Expand)AuthorAgeFilesLines
* Use assertEqual(). (#13883)Stefan Krah2019-06-071-2/+2
* bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)Eric Wieser2019-06-071-0/+15
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Zackery Spytz2019-05-171-0/+11
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-04-021-0/+6
* bpo-29843: raise AttributeError if given negative _length_ (GH-10029)Tal Einat2018-10-221-5/+19
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Segev Finer2018-05-141-0/+7
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+8
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-14/+12
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-161-3/+3
* Issue #11241: subclasses of ctypes.Array can now be subclassed.Amaury Forgeot d'Arc2011-08-301-0/+52
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-30/+30
* | Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-2/+2
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-30/+30
|/
* Whoops, I missed a few more places that were using slicing from the operator ...Neal Norwitz2008-03-171-4/+1
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-0/+14
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-6/+6
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+1
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+8
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-081-6/+6
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+112