summaryrefslogtreecommitdiff
path: root/Lib/test/test_ctypes
Commit message (Expand)AuthorAgeFilesLines
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+2
* gh-83791: Raise TypeError for len(memoryview_0d) (#18463)Eric Wieser2023-04-221-13/+11
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-1/+0
* gh-76961: Fix buildbot failures in test_pep3118 (#101587)Mark Dickinson2023-02-061-10/+10
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-051-4/+14
* gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)Eric Wieser2023-02-051-3/+20
* gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)Oleg Iarygin2023-01-261-0/+19
* gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)Yukihiro Nakadaira2023-01-261-0/+52
* gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`Kamil Turek2023-01-212-0/+52
* GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` ...dgelessus2023-01-091-0/+15
* gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)Eric Wieser2022-12-231-0/+2
* gh-78997: fix bad rebase of moved test file (#100424)Eli Schwartz2022-12-221-0/+6
* gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)Hai Shi2022-12-211-0/+6
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)Nikita Sobolev2022-11-131-0/+9
* gh-92119: ctypes: Print exception class name instead of its representation (#...Kamil Turek2022-11-071-2/+2
* bpo-38748: Add ctypes test for stack corruption due to misaligned arguments (...Michael Curran2022-09-261-0/+13
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-042-2/+2
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-031-0/+3
* gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)Christian Heimes2022-06-244-0/+11
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-221-1/+0
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-2153-0/+7260