index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ctypes
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the way methods are created for the _ctypes.COMError exception
Thomas Heller
2008-02-06
1
-0/+13
*
Revert rev. 59926, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-6/+0
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
1
-1/+17
*
Added NEWS entry, plus:
Thomas Heller
2008-01-11
1
-0/+6
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
1
-0/+21
*
Backport this change to get test_sqlite working on Macs. Same change Thomas
Skip Montanaro
2007-08-27
1
-24/+2
*
Merged revisions 55129-55131 via svnmerge from
Thomas Heller
2007-06-08
1
-0/+28
*
Merged revisions 54248 via svnmerge from
Thomas Heller
2007-03-09
1
-1/+13
*
Merged revisions 54244 via svnmerge from
Thomas Heller
2007-03-09
1
-0/+2
*
Print the results of ctypes.util.find_library("c") and
Thomas Heller
2006-12-08
1
-2/+3
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
1
-0/+30
*
ctypes callback functions only support 'fundamental' result types.
Thomas Heller
2006-10-17
1
-0/+13
*
Backport rev 51820 from Thomas Heller
Neal Norwitz
2006-09-11
1
-0/+16
*
Backport rev 51819 from Thomas Heller
Neal Norwitz
2006-09-11
1
-0/+9
*
Remove the special casing of Py_None when converting the return value
Thomas Heller
2006-08-16
2
-0/+2
*
The __repr__ method of a NULL py_object does no longer raise an
Thomas Heller
2006-08-16
1
-0/+5
*
Apply the patch #1532975 plus ideas from the patch #1533481.
Thomas Heller
2006-08-14
3
-19/+225
*
Patch #1521817: The index range checking on ctypes arrays containing
Thomas Heller
2006-07-14
1
-65/+0
*
Assigning None to pointer type structure fields possible overwrote
Thomas Heller
2006-07-10
1
-0/+10
*
Fix bug #1518190: accept any integer or long value in the
Thomas Heller
2006-07-10
1
-0/+17
*
Patch #1517790: It is now possible to use custom objects in the ctypes
Thomas Heller
2006-07-06
1
-0/+35
*
The test that calls a function with invalid arguments and catches the
Thomas Heller
2006-07-06
1
-9/+5
*
Revert the change done in svn revision 47206:
Thomas Heller
2006-07-06
1
-5/+9
*
Add a new function uses_seh() to the _ctypes extension module. This
Thomas Heller
2006-07-03
1
-9/+5
*
Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...
Thomas Heller
2006-07-03
1
-4/+8
*
Next try to fix the OpenBSD buildbot tests:
Thomas Heller
2006-06-19
1
-9/+1
*
Try to repair the failing test on the OpenBSD buildbot. Trial and error...
Thomas Heller
2006-06-19
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-06-11
2
-2/+2
*
Upgrade to ctypes version 0.9.9.7.
Thomas Heller
2006-06-10
7
-22/+303
*
Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...
Thomas Heller
2006-06-06
1
-0/+8
*
Normalized a few cases of whitespace in function declarations.
Martin Blais
2006-06-06
1
-1/+1
*
Convert CFieldObject tp_members to tp_getset, since there is no
Thomas Heller
2006-06-06
1
-4/+4
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
1
-4/+4
*
add svn:eol-style native svn:keywords Id
Thomas Heller
2006-05-12
1
-104/+104
*
Disable a test that is unreliable.
Thomas Heller
2006-05-09
1
-11/+16
*
oops - the function is exported as 'my_free', not 'free'.
Thomas Heller
2006-05-05
1
-4/+4
*
Fix memory leaks in the ctypes test suite, reported by valgrind, by
Thomas Heller
2006-05-05
1
-0/+8
*
Don't fail the tests when libglut.so or libgle.so cannot be loaded.
Thomas Heller
2006-05-03
1
-2/+16
*
Remove a duplicated test (the same test is in test_incomplete.py).
Thomas Heller
2006-04-28
1
-21/+0
*
Merge in changes from ctypes 0.9.9.6 upstream version.
Thomas Heller
2006-04-21
21
-96/+149
*
Add missing SVN eol-style property to text files.
Tim Peters
2006-04-16
1
-45/+45
*
Fix for a bug found by Armin Rigo, plus test.
Thomas Heller
2006-04-12
1
-0/+12
*
Try to repair what may be the last new test failure on the
Tim Peters
2006-04-11
1
-1/+15
*
One test still fails on the ia64 debian box.
Thomas Heller
2006-04-05
1
-1/+1
*
Use 'ldd' to find the libc library to load. Based on an idea from Matthias K...
Thomas Heller
2006-04-05
1
-40/+40
*
Get ctypes loader working on OSF1 (Tru64)
Neal Norwitz
2006-04-03
1
-1/+1
*
Try to fix test_loading on openbsd.
Thomas Heller
2006-03-30
1
-1/+1
*
Oops - this should not have gone in.
Thomas Heller
2006-03-30
1
-1/+0
*
Output more info when the test fails.
Thomas Heller
2006-03-30
1
-1/+5
*
Make the tests succeed with -Qnew: Do not rely on the exact wording of a Zero...
Thomas Heller
2006-03-28
1
-6/+4
[next]