summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test
Commit message (Expand)AuthorAgeFilesLines
* #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).Ezio Melotti2013-09-131-1/+1
* #18741: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-175-7/+7
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-042-1/+44
* Fix test_from_dll* in test_returnfuncptrs.py.Serhiy Storchaka2013-02-071-5/+4
* Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+28
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-1/+4
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+9
* Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-4/+4
* Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-0/+20
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+10
* Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-262-0/+2
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+12
* Remove trailing spacesAmaury Forgeot d'Arc2011-09-121-1/+1
* Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+8
* Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-0/+8
* Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed toAmaury Forgeot d'Arc2011-08-301-0/+4
* carefully cleanup pointer cache after creating struct pointersBenjamin Peterson2011-07-141-12/+12
* Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-131-12/+26
* check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+12
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-164-4/+4
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-311-0/+36
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-18/+18
* #9055: remove assertion at the end of test_8959_b since the test is about cra...Tim Golden2010-08-121-1/+0
* Add tests for problems reported in issue 8959.Thomas Heller2010-06-211-0/+35
* Fix #8959 by reverting revision 80761.Thomas Heller2010-06-211-0/+26
* On Windows, ctypes does no longer check the stack before and afterThomas Heller2010-05-041-26/+0
* Partial revert of r80556 (Issue #7449, part 5, fix ctypes test)Victor Stinner2010-04-271-23/+19
* Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.pyVictor Stinner2010-04-271-49/+57
* Use some more interesting test values for (unsigned) long long ctypes tests,Mark Dickinson2010-04-071-0/+6
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-301-0/+26
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-301-26/+0
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-221-2/+9
* Get rid of buffer() in test_ctypes: backport the 3.x tests.Florent Xicluna2010-03-226-40/+25
* Avoid hardcoding refcounts in tests.Collin Winter2010-03-171-4/+4
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-1/+1
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-2/+2
* Adds c_ssize_t to ctypes. issue 6729.Gregory P. Smith2010-03-011-1/+8
* ctypes CThunkObject was not registered correctly with the cycleThomas Heller2010-02-231-0/+16
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-4/+4
* Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)Thomas Heller2009-09-181-1/+1
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-0/+19
* Revert rev 74134, as it does not completely fixx issue #6493.Thomas Heller2009-07-211-15/+0
* Issue #6493: Fix a ctypes problem setting bitfields more than 31 bitsThomas Heller2009-07-211-0/+15
* fix a few cases where automated fail -> assert translation messed upBenjamin Peterson2009-07-011-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-3047-931/+931
* Issue 5041: ctypes unwilling to allow pickling wide character.Thomas Heller2009-04-241-0/+5
* make tests fail if they can't be importedBenjamin Peterson2009-01-101-3/+0
* Fix issue #3547 for MingW, update comments.Thomas Heller2008-09-291-2/+3