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
/
Doc
/
library
/
ctypes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] Fix some ctypes docs typos (GH-130307) (GH-130343)
Miss Islington (bot)
2025-02-20
1
-2/+2
*
[3.13] gh-127082: Replace "Windows only" with the `availability: Windows` in ...
Jun Komoda
2024-11-22
1
-14/+45
*
[3.13] gh-120313: amend documentation regarding `ctypes._CFuncPtr` (GH-120989...
Miss Islington (bot)
2024-10-28
1
-19/+29
*
[3.13] gh-112433 add versionadded for `ctypes.Structure._align_` (GH-125087) ...
Jelle Zijlstra
2024-10-08
1
-0/+2
*
[3.13] Normalize cdecl formatting as found elsewhere on ctypes.rst (GH-121379...
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating i...
Miss Islington (bot)
2024-07-30
1
-0/+9
*
[3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)
Miss Islington (bot)
2024-07-22
1
-1/+1
*
[3.13] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...
Shreyan Avigyan
2024-04-18
1
-8/+8
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
1
-2/+3
*
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)
jnchen
2024-03-16
1
-1/+0
*
gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...
Antti Haapala
2024-02-26
1
-4/+0
*
Insert missing apostrophes in ctypes documentation (#115090)
jmcb
2024-02-23
1
-3/+3
*
gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)
monkeyman192
2024-02-15
1
-0/+10
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-42/+42
*
gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110...
Nikita Sobolev
2023-10-09
1
-3/+5
*
gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes...
Tomas R
2023-08-20
1
-7/+7
*
Docs: Fix more Sphinx annotations in ctypes.rst (#107708)
Erlend E. Aasland
2023-08-07
1
-42/+43
*
gh-107442: Document all valid types for ctypes _as_parameter_ (#107443)
Tomas R
2023-08-07
1
-3/+4
*
Docs: Fix Sphinx annotations in Doc/library/ctypes.rst (#107672)
Erlend E. Aasland
2023-08-06
1
-32/+33
*
gh-107600: Docs: Update ctypes.ArgumentError error message (#107601)
Tomas R
2023-08-04
1
-2/+2
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
1
-6/+6
*
ctypes docs: fix missing `not` in variadic functions section (#102611)
mara004
2023-04-09
1
-1/+1
*
gh-103025: fix two ctypes doc issues (#103026)
Peter Jiping Xie
2023-03-25
1
-3/+3
*
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997
2023-02-05
1
-0/+16
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-0/+1
*
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
Kamil Turek
2023-01-21
1
-4/+13
*
Fix `ctypes` typo in `set_exception` (#101040)
Cristián Maureira-Fredes
2023-01-15
1
-2/+2
*
Fix typos in Doc folder (#100880)
Semen Zhydenko
2023-01-10
1
-1/+1
*
Grammatical improvements for ctypes 'winmode' documentation (GH-19167)
David Miguel Susano Pinto
2022-11-28
1
-2/+2
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
1
-0/+20
*
gh-85073: Add some missing links to source (GH-99363)
Stanley
2022-11-18
1
-0/+2
*
gh-92119: ctypes: Print exception class name instead of its representation (#...
Kamil Turek
2022-11-08
1
-3/+3
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
1
-60/+60
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
1
-2/+2
*
gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
Victor Stinner
2022-08-18
1
-7/+5
*
gh-92869: ctypes: Add c_time_t (#92870)
Thomas Perl
2022-07-03
1
-7/+30
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
1
-6/+1
*
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480)
Dave Goncalves
2022-03-29
1
-2/+14
*
ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...
Yonatan Goldschmidt
2022-03-28
1
-1/+1
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976)
Louis Sautier
2021-12-10
1
-3/+3
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-1/+3
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-4/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-3/+3
*
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
Victor Stinner
2021-09-02
1
-4/+3
*
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
Zackery Spytz
2021-04-05
1
-2/+2
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-1/+1
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Philippe Ombredanne
2020-10-22
1
-0/+15
[next]