COMMITS
/ Doc/library/ctypes.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 23, 2026
P
gh-108907: ctypes: Document _type_ codes (GH-145837)
Petr Viktorin committed
March 20, 2026
P
gh-145916: Soft-deprecate ctypes.util.find_library (GH-145919)
Petr Viktorin committed
March 9, 2026
P
gh-78773: Improve ctypes dynamic library loading docs (GH-145313)
Petr Viktorin committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
February 2, 2026
P
gh-144277: Fix usage of free-threaded terminology in the documentation (GH-144333)
Peter Bierma committed
December 15, 2025
P
gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134)
Petr Viktorin committed
November 6, 2025
P
gh-139707: Add docs for optional modules (GH-140171)
Petr Viktorin committed
August 4, 2025
P
gh-136520: Clarify docs for _pack_ & _align_ (GH-137036)
Petr Viktorin committed
July 19, 2025
S
gh-136769: Include fixed-width integers in the fundamental data types table (#136784)
Sina Zel taat committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
June 16, 2025
D
gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
Donghee Na committed
June 6, 2025
P
gh-57089: Note _layout_ in the bitfield docs (GH-134148)
Petr Viktorin committed
May 29, 2025
S
gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858)
Stan Ulbrych committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
P
gh-131747: ctypes: Deprecate _pack_ implicitly setting _layout_ = 'ms' (GH-133205)
Petr Viktorin committed
May 2, 2025
S
gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282)
Sergey Miryanov committed
April 13, 2025
R
GH-115322: Add missing audit hooks (GH-115624)
Robin Jadoul committed
April 8, 2025
H
Python 3.14.0a7
Hugo van Kemenade committed
April 6, 2025
B
gh-132168: Add `__class_getitem__` to `ctypes.py_object` (#132169)
Brian Schubert committed
March 24, 2025
P
gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
Petr Viktorin committed
February 20, 2025
A
Fix some ctypes docs typos (GH-130307)
Alcaro committed
February 11, 2025
H
Python 3.14.0a5
Hugo van Kemenade committed
February 8, 2025
B
gh-119349: Add ctypes.util.dllist -- list loaded shared libraries (GH-122946)
Brian Ward committed
January 21, 2025
P
gh-128156: Guard use of `ffi_type_complex_double` on macOS system libffi (GH-128680)
Petr Viktorin committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
January 13, 2025
P
gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)
Peter Bierma committed
January 7, 2025
J
January 3, 2025
R
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
Rian Hunter committed
December 17, 2024
H
Python 3.14.0a3
Hugo van Kemenade committed
December 3, 2024
J
gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)
Jun Komoda committed
November 28, 2024
J
Touch up docs for ctypes.FormatError & WinError (GH-127210)
Jun Komoda committed
November 22, 2024
November 20, 2024
J
gh-126615: `ctypes`: Make `COMError` public (GH-126686)
Jun Komoda committed
October 25, 2024
B
gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)
Bénédikt Tran committed
October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 8, 2024
M
gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)
monkeyman192 committed
September 25, 2024
P
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin committed
September 24, 2024
P
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Petr Viktorin committed
September 13, 2024
U
Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)
utkonos committed
July 30, 2024
P
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281)
Petr Viktorin committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
July 3, 2024
S
gh-61103: Support float and long double complex types in ctypes module (#121248)
Sergey B Kirpichev committed
July 1, 2024
S
gh-61103: Support double complex (_Complex) type in ctypes (#120894)
Sergey B Kirpichev committed
May 29, 2024
M
gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)
Matthias Görgens committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 18, 2024
S
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (#25384)
Shreyan Avigyan committed
March 21, 2024
M
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith committed
March 16, 2024