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
/
Modules
/
_ctypes
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
Victor Stinner
2025-02-05
2
-17/+5
*
gh-129502: Fix handling errors in ctypes callbacks (GH-129504)
Serhiy Storchaka
2025-01-31
1
-36/+30
*
gh-129354: Use PyErr_FormatUnraisable() function (#129511)
Victor Stinner
2025-01-31
2
-29/+27
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
2
-6/+7
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-2/+2
*
gh-129141: Fix build on gcc-9.4.0 (GH-129142)
Michael Droettboom
2025-01-21
1
-2/+6
*
gh-128889: Zero out memory ctypes for generated struct layout tests (GH-128944)
Petr Viktorin
2025-01-21
1
-72/+144
*
gh-111178: fix UBSan failures in `Modules/_ctypes` (#129071)
Bénédikt Tran
2025-01-21
4
-114/+151
*
gh-128156: Guard use of `ffi_type_complex_double` on macOS system libffi (GH-...
Petr Viktorin
2025-01-21
3
-22/+85
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
1
-15/+15
*
gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)
Peter Bierma
2025-01-13
2
-46/+181
*
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
Rian Hunter
2025-01-03
1
-0/+17
*
gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297)
Petr Viktorin
2024-12-20
4
-652/+501
*
gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109)
Peter Bierma
2024-12-20
2
-29/+245
*
gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH...
Bénédikt Tran
2024-12-17
2
-41/+25
*
gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)
Victor Stinner
2024-12-13
1
-1/+21
*
gh-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938)
Melissa0x1f992
2024-12-10
2
-4/+10
*
gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)
George Alexopoulos
2024-11-15
2
-31/+95
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
2
-14/+26
*
gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (#126036)
Bénédikt Tran
2024-10-27
1
-1/+1
*
gh-125206: Bug in ctypes with old libffi is fixed (#125322)
Mikhail Efimov
2024-10-15
5
-15/+11
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-2/+2
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
1
-2/+2
*
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Petr Viktorin
2024-09-24
1
-16/+15
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
2
-8/+17
*
gh-110190: Fix ctypes structs with array on SPARC (GH-118233)
Jakub Kulík
2024-09-17
1
-1/+1
*
gh-97588: remove unused functions in _ctypes/cfield.c (GH-124010)
Irit Katriel
2024-09-16
1
-36/+0
*
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin
2024-09-05
5
-634/+397
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-2/+2
*
Fix typos in comments (#123201)
Wulian
2024-08-21
1
-2/+2
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
1
-3/+8
*
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev
2024-07-03
5
-3/+66
*
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev
2024-07-01
5
-1/+77
*
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner
2024-06-27
2
-4/+5
*
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Serhiy Storchaka
2024-06-24
1
-1/+1
*
gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)
Eric Snow
2024-06-03
1
-1/+1
*
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens
2024-05-29
5
-132/+2229
*
gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712)
Victor Stinner
2024-05-29
1
-1/+4
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
1
-17/+42
*
gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424)
Petr Viktorin
2024-05-23
2
-53/+45
*
gh-117142: ctypes: Clean up c-analyzer .tsv files (GH-117544)
neonene
2024-05-22
1
-6/+0
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
1
-1/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
2
-2/+4
*
gh-117142: Port _ctypes to multi-phase init (GH-117181)
neonene
2024-04-10
7
-178/+1109
*
gh-117142: ctypes: Unify meta tp slot functions (GH-117143)
neonene
2024-04-01
3
-73/+46
*
gh-117142: ctypes: Migrate global vars to module state (GH-117189)
neonene
2024-03-29
6
-222/+235
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
6
-1404/+1402
*
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner
2024-03-11
1
-3/+2
*
gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)
Yuriy Chernyshov
2024-02-26
1
-0/+4
[next]