summaryrefslogtreecommitdiff
path: root/Lib/ctypes
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)Serhiy Storchaka2018-12-041-0/+7
* [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...Vladimir Matveev2018-09-191-0/+18
* bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD6...Victor Stinner2018-08-022-0/+34
* [2.7] Fixed several assertTrue() that were intended to be assertEqual(). (GH-...Serhiy Storchaka2018-07-091-1/+1
* Fix py3k warnings in 1/0 in tests. (#4072)Serhiy Storchaka2017-10-221-1/+1
* bpo-28129: fix ctypes crashes (#386) (#3800)Victor Stinner2017-09-285-0/+53
* [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...Miss Islington (bot)2017-09-271-0/+13
* [2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...Serhiy Storchaka2017-09-271-0/+21
* [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...Pauli Virtanen2017-09-021-28/+55
* [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086)Zachary Ware2017-06-111-1/+1
* Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-131-0/+4
* Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.Serhiy Storchaka2017-01-121-0/+7
* Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-0/+8
* Remove disabled ctypes testMartin Panter2016-09-291-24/+1
* Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-051-0/+35
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-282-2/+2
* Issue #22636: Avoid using a shell in the ctypes.util moduleVictor Stinner2014-10-162-46/+89
* Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent.Matthias Klose2010-03-151-1/+1
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-149-25/+1
* Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname().Antoine Pitrou2011-05-251-8/+5
* Issue #24114: Fix an uninitialized variable in `ctypes.util`.Meador Inge2016-04-301-0/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-2/+2
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-292-6/+15
* Issue #25622: Rename to PythonValuesTestCase and enable for non-WindowsMartin Panter2015-11-261-2/+1
* Issue #25582: Fixed 100 MB memory leak in test_ctypes.Serhiy Storchaka2015-11-092-1/+15
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+28
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-1/+1
* Make some tests more frienly to MemoryError.Serhiy Storchaka2015-03-282-4/+13
* Avoid deprecation warnings.Serhiy Storchaka2015-01-311-1/+1
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-11/+9
* Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-051-3/+23
* #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-0/+8
* Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)Zachary Ware2014-07-232-2/+5
* Issue #19493: Backport 6f63fff5c120Zachary Ware2014-06-1331-775/+742
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-4/+11
* Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-291-2/+5
* fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-162-9/+9
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-1716-85/+84
* #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).Ezio Melotti2013-09-131-1/+1
* #18741: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-175-7/+7
* - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-1/+1
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-042-1/+44
* Fix test_from_dll* in test_returnfuncptrs.py.Serhiy Storchaka2013-02-071-5/+4
* Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+28
* fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-031-0/+29
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-1/+4
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+9