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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add missing svn properties.
Thomas Heller
2006-05-12
1
-122/+122
*
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
24
-365/+300
*
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
*
Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module.
Thomas Heller
2006-04-06
2
-10/+3
*
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
2
-2/+5
*
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
*
Plug a leak in the ctypes test suite when tests are run repeatedly.
Thomas Heller
2006-03-20
1
-0/+5
*
Accessing unaligned structure fields works now on all architectures.
Thomas Heller
2006-03-20
2
-38/+88
*
Merge changes from the upstream version:
Thomas Heller
2006-03-17
5
-15/+109
*
Fix a test that fails when libGL.so and libGLU.so are not installed (on posix...
Thomas Heller
2006-03-16
1
-2/+4
*
Plug some refcount leaks when tests are run repeatedly.
Thomas Heller
2006-03-13
2
-16/+21
*
Remove the slightly broken test_leaks.py.
Thomas Heller
2006-03-13
2
-91/+4
*
Remove the magic to run an uninstalled ctypes version from a CVS sandbox.
Thomas Heller
2006-03-09
2
-21/+0
*
Disable the testcase that crashes solaris.
Thomas Heller
2006-03-09
1
-1/+2
*
Whitespace normalization.
Tim Peters
2006-03-09
23
-84/+82
*
Remove .cvsignore and set svn:ignore for *.pyc *.pyo.
Hye-Shik Chang
2006-03-08
3
-11/+0
*
Copy ctypes-0.9.9.4 Python modules from external into the trunk.
Thomas Heller
2006-03-08
59
-0/+5941