2006-12-06 18:45:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Doesn't support Python < 2.3. |
2006-12-04 16:30:58 by OBATA Akio | Files touched by this commit (2) |
Log message: Enable to compile on powerpc-*-netbsd, fixes PR 35181. |
2006-12-01 12:47:12 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Add DragonFly support. |
2006-10-17 18:46:49 by Matthias Drochner | Files touched by this commit (1) |
Log message: add test target |
2006-10-13 04:30:49 by Eric Gillespie | Files touched by this commit (4) | |
Log message: ctypes is an advanced ffi (Foreign Function Interface) package for Python 2.3 and higher. ctypes allows to call functions exposed from dlls/shared libraries and has extensive facilities to create, access and manipulate simple and complicated C data types in Python - in other words: wrap libraries in pure Python. It is even possible to implement C callback functions in pure Python. |