summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_buffers.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...Miss Islington (bot)2019-06-141-0/+9
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-091-0/+4
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-33/+31
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-161-5/+5
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+4
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-12/+0
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-42/+42
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-10/+10
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+16
* Fix the ctypes tests. Patch from Victor Stinner. He writes:Thomas Heller2007-08-081-5/+5
* c_char, c_char_p objects and c_char array structure fields returnThomas Heller2007-07-131-3/+3
* Fix some simple ctypes tests.Thomas Heller2007-07-111-3/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-7/+7
* Whitespace normalization.Tim Peters2006-03-091-2/+2
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+54