summaryrefslogtreecommitdiff
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4 (ctypes)Victor Stinner2015-07-291-0/+1
|\
| * Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+1
* | merge 3.4 (#23042)Benjamin Peterson2015-05-084-33/+37
|\ \ | |/ |/|
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-144-33/+37
| |\
| | * Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-041-2/+2
| | |\
| | * | Issue #23765: Remove IsBadStringPtr calls in ctypesSteve Dower2015-03-241-20/+4
| | * | Silenced minor GCC warnings.Serhiy Storchaka2015-02-261-2/+3
| | * | Issue #23450: Fixed possible integer overflows.Serhiy Storchaka2015-02-161-1/+1
| | * | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-162-7/+14
| | |\ \
| | * \ \ Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-26/+31
| | |\ \ \
| | * \ \ \ merge 3.4 (#23221)Benjamin Peterson2015-01-132-10/+29
| | |\ \ \ \
| | | * | | | Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properlySteve Dower2014-12-171-9/+28
| | | * | | | merge 3.4Benjamin Peterson2014-11-061-1/+1
| | | |\ \ \ \
| | | | * \ \ \ Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-051-1/+1
| | | | |\ \ \ \
| | | | | * \ \ \ Merge: #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-1/+1
| | | | | |\ \ \ \
| | | | | | * \ \ \ Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-083-47/+2
| | | | | | |\ \ \ \
| | | | | | * | | | | Issue #22156: Fix some "comparison between signed and unsigned integers"Victor Stinner2014-08-161-1/+1
* | | | | | | | | | | fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-081-18/+30
|/ / / / / / / / / /
* | | | | | | | | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-143-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-041-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-162-7/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-26/+31
|/ / / / / /
* | | | | | fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
|/ / / / /
* | | | | fix test where sizeof(long) != sizeof(int)Benjamin Peterson2014-11-061-4/+4
|/ / / /
* | | | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-045-12/+81
|/ / /
* | | #13096: Fix segfault in CTypes POINTER handling of large values.R David Murray2014-10-121-2/+8
| |/ |/|
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...Antoine Pitrou2014-10-083-47/+2
|/
* - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-stat...doko2014-08-102-3/+26
* - Issue #22176: Add src/x86/win32.S for x86 libffi builds.doko2014-08-092-2/+2
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko2014-08-09135-13698/+28236
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-092-25/+8
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-173-11/+61
* merge 3.3Benjamin Peterson2014-03-309-130/+148
|\
| * merge with 3.3Georg Brandl2014-03-179-130/+148
| |\
| | * Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-161-3/+3
| | |\
| | | * merge 3.3 (#20946)Benjamin Peterson2014-03-161-3/+3
| | | |\ | | |_|/ | |/| |
| | | * merge with 3.3Georg Brandl2014-03-029-130/+148
| | | |\
| | | | * merge 3.3Benjamin Peterson2014-03-019-130/+148
| | | | |\
| | | | | * merge 3.3 (#20695)Benjamin Peterson2014-02-199-130/+148
| | | | | |\ | | | | |/ / | | | |/| / | | | |_|/ | | |/| |
| | | | * merge 3.2Benjamin Peterson2014-03-0113-473/+191
| | | | |\ | | | | |/ | | | |/|
| | * | | Issue #20437: Fixed 22 potential bugs when deleting objects references.Serhiy Storchaka2014-02-099-130/+148
| | |\ \ \
| | | * \ \ Merge with 3.3Terry Jan Reedy2014-01-269-130/+148
| | | |\ \ \
| | | | * | | silence unused-value warnings in libffi's dlmalloc.cChristian Heimes2013-12-042-4/+40
| | | | * | | Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases theVictor Stinner2013-11-181-1/+2
| | | | * | | Issue #19437: Fix error handling of CDataType_from_buffer()Victor Stinner2013-11-181-1/+0
| | | | * | | Fix compilation error under gcc of the ctypes module bundled libffi for arm.Gregory P. Smith2013-11-171-7/+7
| | | | |\ \ \
| | | | * | | | Fix compiler warning on Windows 64 bit: _init_pos_args() result type isVictor Stinner2013-11-161-2/+2
| | | | * | | | Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects()Victor Stinner2013-11-131-1/+19
| | | | * | | | Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()Victor Stinner2013-11-131-1/+5
| | | | * | | | Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failureVictor Stinner2013-11-131-0/+2