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
*
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
*
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou
2020-10-19
1
-2/+1
*
Fix typos and remove deprecated deprecation warning. (GH-17741)
Antoine
2019-12-29
1
-11/+4
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
1
-0/+36
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-3/+3
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-1/+1
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1/+1
*
bpo-37571: Remove extra space in ctypes docs (GH14764)
Steve Dower
2019-07-14
1
-1/+1
*
bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)
Michele Angrisano
2019-07-14
1
-3/+8
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Hai Shi
2019-07-07
1
-1/+1
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-3/+3
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-1/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+17
*
bpo-36799: Fix typo in ctypes.rst (GH-13104)
Yavor Konstantinov
2019-05-15
1
-2/+2
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-3/+14
*
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
Andrés Delfino
2018-07-13
1
-1/+19
*
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
Mariatta
2017-05-27
1
-14/+6
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
1
-15/+15
*
bpo-28698: Fix c_wchar_p doc example (GH-1160)
Louie Lu
2017-04-26
1
-5/+9
*
bpo-27200: fix configparser, copyreg and ctypes doctests (#240)
Marco Buttu
2017-03-02
1
-1/+3
*
Issue #26638: Merge option warning fixes from 3.5 into 3.6
Martin Panter
2016-10-30
1
-2/+2
|
\
|
*
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Martin Panter
2016-10-30
1
-2/+2
*
|
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-3/+3
|
\
\
|
|
/
[next]