summaryrefslogtreecommitdiffstats
path: root/Doc/library/ctypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Add `.. availability:: Windows` directive to COM-related function prototype (...Jun Komoda2025-01-071-0/+2
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-031-0/+22
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-171-2/+2
* gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)Jun Komoda2024-12-031-0/+18
* Touch up docs for ctypes.FormatError & WinError (GH-127210)Jun Komoda2024-11-281-6/+5
* gh-127082: Replace "Windows only" with the `availability: Windows` in `ctypes...Jun Komoda2024-11-221-15/+48
* gh-126615: `ctypes`: Make `COMError` public (GH-126686)Jun Komoda2024-11-201-6/+41
* gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989)Bénédikt Tran2024-10-251-19/+29
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-151-1/+1
* gh-112433 add versionadded for `ctypes.Structure._align_` (#125087)monkeyman1922024-10-081-0/+2
* gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)Petr Viktorin2024-09-251-1/+1
* gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)Petr Viktorin2024-09-241-7/+14
* Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)utkonos2024-09-131-1/+1
* gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...Petr Viktorin2024-07-301-0/+9
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-1/+1
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-031-0/+20
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+18
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-291-8/+37
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...Shreyan Avigyan2024-04-181-8/+8
* gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)Malcolm Smith2024-03-211-2/+3
* gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)jnchen2024-03-161-1/+0
* gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...Antti Haapala2024-02-261-4/+0
* Insert missing apostrophes in ctypes documentation (#115090)jmcb2024-02-231-3/+3
* gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+10
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-42/+42
* gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110...Nikita Sobolev2023-10-091-3/+5
* gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...Tomas R2023-08-201-7/+7
* Docs: Fix more Sphinx annotations in ctypes.rst (#107708)Erlend E. Aasland2023-08-071-42/+43
* gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)Tomas R2023-08-071-3/+4
* Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)Erlend E. Aasland2023-08-061-32/+33
* gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)Tomas R2023-08-041-2/+2
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-221-6/+6
* ctypes docs: fix missing `not` in variadic functions section (#102611)mara0042023-04-091-1/+1
* gh-103025: fix two ctypes doc issues (#103026)Peter Jiping Xie2023-03-251-3/+3
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-051-0/+16
* gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)Eric Wieser2023-02-051-0/+1
* gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`Kamil Turek2023-01-211-4/+13
* Fix `ctypes` typo in `set_exception` (#101040)Cristián Maureira-Fredes2023-01-151-2/+2
* Fix typos in Doc folder (#100880)Semen Zhydenko2023-01-101-1/+1
* Grammatical improvements for ctypes 'winmode' documentation (GH-19167)David Miguel Susano Pinto2022-11-281-2/+2
* GH-92892: Add section about variadic functions to ctypes documentation (#99529)Ronald Oussoren2022-11-221-0/+20
* gh-85073: Add some missing links to source (GH-99363)Stanley2022-11-181-0/+2
* gh-92119: ctypes: Print exception class name instead of its representation (#...Kamil Turek2022-11-081-3/+3
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-60/+60
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-041-2/+2
* gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...Adam Turner2022-10-041-2/+2
* gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)Victor Stinner2022-08-181-7/+5
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-031-7/+30