| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test_from_dll* in test_returnfuncptrs.py. | Serhiy Storchaka | 2013-02-07 | 1 | -5/+4 |
|
|
* | Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows. | Serhiy Storchaka | 2013-02-04 | 1 | -1/+4 |
|
|
* | Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple | Serhiy Storchaka | 2013-02-04 | 1 | -0/+28 |
|
|
* | Issue #17041: Fix testing when Python is configured with the | Serhiy Storchaka | 2013-01-27 | 1 | -1/+4 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+9 |
|
|
* | Issue #15406: Fix deprecation warning in ctypes test_bitfields.py | Meador Inge | 2012-07-20 | 1 | -4/+4 |
|
|
* | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. | Meador Inge | 2012-07-19 | 1 | -0/+20 |
|
|
* | Issue #9041: raised exception is misleading | Meador Inge | 2012-05-28 | 1 | -0/+10 |
|
|
* | Issue #13979: Fix ctypes.util.find_library ldconfig regex | Meador Inge | 2012-02-14 | 1 | -18/+1 |
|
|
* | Issue #12142: Fixed reference cycle when importing ctypes | Meador Inge | 2012-02-05 | 1 | -1/+1 |
|
|
* | Issue #13380: add an internal function for resetting the ctypes caches | Meador Inge | 2011-11-26 | 3 | -9/+18 |
|
|
* | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -0/+12 |
|
|
* | Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+8 |
|
|
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+8 |
|
|
* | Issue #11241: subclasses of ctypes.Array can now be subclassed. | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+52 |
|
|
* | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+4 |
|
|
* | carefully cleanup pointer cache after creating struct pointers | Benjamin Peterson | 2011-07-14 | 1 | -12/+12 |
|
|
* | Close #4376: ctypes now supports nested structures in a endian different than | Victor Stinner | 2011-07-13 | 2 | -18/+36 |
|
|
* | merge 3.1 | Benjamin Peterson | 2011-03-26 | 1 | -0/+12 |
|\ |
|
| * | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 1 | -0/+12 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 4 | -4/+4 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 4 | -4/+4 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 88284 via svnmerge from | Antoine Pitrou | 2011-01-31 | 1 | -0/+36 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -18/+18 |
|
|
| * | Merged revisions 84836 via svnmerge from | Matthias Klose | 2010-09-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 78980 via svnmerge from | Matthias Klose | 2010-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 78382 via svnmerge from | Thomas Heller | 2010-02-23 | 1 | -0/+16 |
|
|
| * | Merged revisions 75064 via svnmerge from | Ezio Melotti | 2009-09-25 | 1 | -1/+1 |
|
|
| * | Merged revisions 74922 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -1/+1 |
|
|
| * | Merged revisions 74918 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -0/+19 |
|
|
| * | Merged revisions 74907 via svnmerge from | Eric Smith | 2009-09-18 | 1 | -2/+6 |
|
|
| * | Merged revisions 74664 via svnmerge from | Thomas Heller | 2009-09-04 | 13 | -56/+56 |
|
|
| * | Merged revisions 73718,73721,73723 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 47 | -933/+933 |
|
|
* | | Issue #8275: Fix passing of callback arguments with ctypes under Win64. | Antoine Pitrou | 2011-01-31 | 1 | -0/+36 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -18/+18 |
|
|
* | | Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t | Victor Stinner | 2010-10-02 | 1 | -0/+7 |
|
|
* | | Issue #3612: Added new types to ctypes.wintypes. (CHAR and pointers) | Hirokazu Yamamoto | 2010-09-28 | 1 | -74/+95 |
|
|
* | | Try harder on issue #7356: ctypes.util: Make parsing of ldconfig output | Matthias Klose | 2010-09-15 | 1 | -1/+1 |
|
|
* | | Reverted r84315 and r84316, with Benjamin's blessing. The tests were | Daniel Stutzbach | 2010-08-31 | 1 | -7/+6 |
|
|
* | | apparently this test should be gated, too | Benjamin Peterson | 2010-08-25 | 1 | -3/+2 |
|
|
* | | this test is only valid when sizeof(wchar) == Py_UNICODE_SIZE | Benjamin Peterson | 2010-08-25 | 1 | -3/+5 |
|
|
* | | #9055: remove assertion at the end of test_8959_b since the test is about cra... | Tim Golden | 2010-08-11 | 1 | -1/+0 |
|
|
* | | Issue #8966: Fix ctypes tests for Windows | Victor Stinner | 2010-07-31 | 3 | -3/+2 |
|
|
* | | Syntax cleanup. | Florent Xicluna | 2010-07-28 | 1 | -1/+1 |
|
|
* | | Issue #8966: ctypes: Remove implicit bytes-unicode conversion | Victor Stinner | 2010-07-28 | 5 | -137/+42 |
|
|
* | | Fix ctypes tests to avoid implicit bytes-unicode conversion | Victor Stinner | 2010-07-27 | 20 | -61/+57 |
|
|