summaryrefslogtreecommitdiffstats
path: root/Doc/library/ctypes.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-92892: Add section about variadic functions to ctypes documentation (GH-99...Miss Islington (bot)2022-11-221-0/+20
* [3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)Stanley2022-11-191-0/+2
* [3.10] gh-92119: ctypes: Print exception class name instead of its representa...Kamil Turek2022-11-131-3/+3
* [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)C.A.M. Gerlach2022-10-171-1/+1
* [3.10] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-051-60/+60
* [3.10] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97893)Łukasz Langa2022-10-051-2/+2
* [3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...Miss Islington (bot)2022-10-051-2/+2
* [3.10] gh-76773: Update docs mentioning no-longer-supported Windows versions ...Miss Islington (bot)2022-05-101-6/+1
* ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...Miss Islington (bot)2022-03-291-1/+1
* bpo-42114: ctypes documentation: fix winmode parameter default value (GH-2997...Miss Islington (bot)2021-12-101-3/+3
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-231-3/+3
* bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)Zackery Spytz2021-04-051-2/+2
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-1/+1
* bpo-25655: Improve Win DLL loading failures doc (GH-22372)Philippe Ombredanne2020-10-221-0/+15
* bpo-41192: Fix some broken anchors for audit event entries (#21310)Saiyang Gou2020-10-191-2/+1
* Fix typos and remove deprecated deprecation warning. (GH-17741)Antoine2019-12-291-11/+4
* bpo-38622: Add missing audit events for ctypes module (GH-17158)Steve Dower2019-11-181-0/+36
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-3/+3
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-1/+1
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* bpo-37571: Remove extra space in ctypes docs (GH14764)Steve Dower2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Michele Angrisano2019-07-141-3/+8
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Hai Shi2019-07-071-1/+1
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-3/+3
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-1/+1
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+17
* bpo-36799: Fix typo in ctypes.rst (GH-13104)Yavor Konstantinov2019-05-151-2/+2
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-291-3/+14
* bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)Andrés Delfino2018-07-131-1/+19
* bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)Mariatta2017-05-271-14/+6
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-15/+15
* bpo-28698: Fix c_wchar_p doc example (GH-1160)Louie Lu2017-04-261-5/+9
* bpo-27200: fix configparser, copyreg and ctypes doctests (#240)Marco Buttu2017-03-021-1/+3
* Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-301-2/+2
|\
| * Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-2/+2
* | Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-3/+3
|\ \ | |/
| * Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-3/+3
* | Issue #21903: Merge from 3.5Berker Peksag2016-09-281-11/+9
|\ \ | |/
| * Issue #21903: Update ctypes example to use MessageBoxWBerker Peksag2016-09-281-11/+9
* | Issue #26439: Merge ctypes doc from 3.5 into 3.6Martin Panter2016-09-271-2/+3
|\ \ | |/
| * Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
* | Closes #9998: Allowed find_library to search additional locations for libraries.Vinay Sajip2016-08-171-5/+12
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Issue #16192: Fix copy and paste mistake noticed by Eryk SunBerker Peksag2016-06-021-3/+3
* Issue #16192: Clarify when c_int is an alias to c_long in ctypes documentationBerker Peksag2016-06-021-5/+4
* Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-5/+6
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-32/+32
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
* Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt.Steve Dower2016-03-121-0/+6
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-16/+16