summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_frombuffer.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+8
* Issue #25498: Update error message for 3.5Martin Panter2015-11-131-1/+1
* Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryviewMartin Panter2015-11-131-2/+29
* Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-17/+33
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-161-1/+1
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* Fix and enable a test that now works.Thomas Heller2008-08-191-3/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+81