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-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-9/+11
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
1
-2/+1
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner
2023-11-01
1
-2/+2
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
1
-0/+6
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
1
-1/+1
*
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)
Victor Stinner
2023-10-17
1
-0/+7
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+3
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)
Victor Stinner
2023-10-17
1
-1/+4
*
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Victor Stinner
2023-10-17
1
-3/+4
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-3/+3
*
Add missing `PyDoc_STR` calls (#109393)
Nikita Sobolev
2023-09-15
1
-2/+2
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
2
-3/+4
*
Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...
Victor Stinner
2023-09-04
1
-35/+0
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-6/+7
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-7/+1
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
1
-2/+4
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-1/+1
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-14/+20
*
gh-107689: Add docstring to `ctypes.Array` (#107697)
Kostya Farber
2023-08-10
1
-2/+12
*
gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)
Tomas R
2023-08-08
2
-5/+77
*
gh-107455: ctypes: Improve error messages when converting to an incompatible ...
Tomas R
2023-08-03
1
-9/+9
*
gh-46376: Return existing pointer when possible in ctypes (#107131)
Konstantin
2023-07-31
1
-0/+29
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
2
-10/+10
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-7/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
3
-15/+15
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
gh-105927: _ctypes use PyWeakref_GetRef() (#105964)
Victor Stinner
2023-06-21
1
-18/+26
*
_ctypes callbacks.c uses _Py_COMP_DIAG_IGNORE_DEPR_DECLS (#105732)
Victor Stinner
2023-06-14
1
-16/+20
*
gh-105375: Improve error handling in _ctypes (#105593)
Erlend E. Aasland
2023-06-11
1
-4/+14
*
gh-104456: Fix ref leak in _ctypes.COMError (#104457)
Kirill Podoprigora
2023-05-14
1
-1/+9
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
1
-1/+1
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-103092: Port _ctypes.COMError to heap type (#104020)
Erlend E. Aasland
2023-05-04
3
-60/+47
*
Fix typo in "expected" word in few source files (#104034)
chgnrdv
2023-05-01
1
-1/+1
*
gh-103092: Isolate _ctypes, part 1 (#103893)
Erlend E. Aasland
2023-04-27
6
-195/+227
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-10
2
-26/+21
*
gh-76961: Fix buildbot failures in test_pep3118 (#101587)
Mark Dickinson
2023-02-06
1
-3/+3
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-30/+87
*
gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)
Yukihiro Nakadaira
2023-01-26
2
-0/+9
*
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
Kamil Turek
2023-01-21
1
-3/+17
*
Fix `ctypes` typo in `set_exception` (#101040)
Cristián Maureira-Fredes
2023-01-15
1
-1/+1
*
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...
dgelessus
2023-01-09
1
-8/+7
*
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware
2022-12-29
8
-531/+11
*
gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543)
Zachary Ware
2022-12-28
20
-6645/+0
*
gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS (GH-100542)
Zachary Ware
2022-12-28
1
-2/+2
*
gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)
Eric Wieser
2022-12-23
1
-8/+25
*
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
Hai Shi
2022-12-21
2
-10/+3
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
4
-2/+33
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
1
-22/+1
[next]