summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test
Commit message (Expand)AuthorAgeFilesLines
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+13
* The cast function did not accept c_char_p or c_wchar_p instancesThomas Heller2006-09-071-0/+16
* Anonymous structure fields that have a bit-width specified did not work,Thomas Heller2006-09-071-0/+9
* Port _ctypes.pyd to win64 on AMD64.Thomas Heller2006-08-251-1/+2
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-162-0/+2
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-161-0/+5
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-143-19/+225
* Patch #1521817: The index range checking on ctypes arrays containingThomas Heller2006-07-141-65/+0
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-0/+10
* Fix bug #1518190: accept any integer or long value in theThomas Heller2006-07-101-0/+17
* Patch #1517790: It is now possible to use custom objects in the ctypesThomas Heller2006-07-061-0/+35
* The test that calls a function with invalid arguments and catches theThomas Heller2006-07-061-9/+5
* Revert the change done in svn revision 47206:Thomas Heller2006-07-061-5/+9
* Add a new function uses_seh() to the _ctypes extension module. ThisThomas Heller2006-07-031-9/+5
* Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...Thomas Heller2006-07-031-4/+8
* Next try to fix the OpenBSD buildbot tests:Thomas Heller2006-06-191-9/+1
* Try to repair the failing test on the OpenBSD buildbot. Trial and error...Thomas Heller2006-06-191-1/+1
* Whitespace normalization.Tim Peters2006-06-112-2/+2
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-107-22/+303
* Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...Thomas Heller2006-06-061-0/+8
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-1/+1
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-061-4/+4
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-4/+4
* add svn:eol-style native svn:keywords IdThomas Heller2006-05-121-104/+104
* Disable a test that is unreliable.Thomas Heller2006-05-091-11/+16
* oops - the function is exported as 'my_free', not 'free'.Thomas Heller2006-05-051-4/+4
* Fix memory leaks in the ctypes test suite, reported by valgrind, byThomas Heller2006-05-051-0/+8
* Don't fail the tests when libglut.so or libgle.so cannot be loaded.Thomas Heller2006-05-031-2/+16
* Remove a duplicated test (the same test is in test_incomplete.py).Thomas Heller2006-04-281-21/+0
* Merge in changes from ctypes 0.9.9.6 upstream version.Thomas Heller2006-04-2121-96/+149
* Add missing SVN eol-style property to text files.Tim Peters2006-04-161-45/+45
* Fix for a bug found by Armin Rigo, plus test.Thomas Heller2006-04-121-0/+12
* Try to repair what may be the last new test failure on theTim Peters2006-04-111-1/+15
* One test still fails on the ia64 debian box.Thomas Heller2006-04-051-1/+1
* Use 'ldd' to find the libc library to load. Based on an idea from Matthias K...Thomas Heller2006-04-051-40/+40
* Get ctypes loader working on OSF1 (Tru64)Neal Norwitz2006-04-031-1/+1
* Try to fix test_loading on openbsd.Thomas Heller2006-03-301-1/+1
* Oops - this should not have gone in.Thomas Heller2006-03-301-1/+0
* Output more info when the test fails.Thomas Heller2006-03-301-1/+5
* Make the tests succeed with -Qnew: Do not rely on the exact wording of a Zero...Thomas Heller2006-03-281-6/+4
* Plug a leak in the ctypes test suite when tests are run repeatedly.Thomas Heller2006-03-201-0/+5
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-202-38/+88
* Merge changes from the upstream version:Thomas Heller2006-03-174-7/+92
* Fix a test that fails when libGL.so and libGLU.so are not installed (on posix...Thomas Heller2006-03-161-2/+4
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Whitespace normalization.Tim Peters2006-03-0920-74/+73
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-081-4/+0
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0845-0/+4701