| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix compilation error under gcc of the ctypes module bundled libffi for arm. | Gregory P. Smith | 2013-11-17 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Fix compilation error under gcc of the ctypes module bundled libffi for arm. | Gregory P. Smith | 2013-11-17 | 1 | -7/+7 |
|
|
* | | Fix compiler warning on Windows 64 bit: _init_pos_args() result type is | Victor Stinner | 2013-11-15 | 1 | -2/+2 |
|
|
* | | Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects() | Victor Stinner | 2013-11-13 | 1 | -1/+19 |
|
|
* | | Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer() | Victor Stinner | 2013-11-13 | 1 | -1/+5 |
|
|
* | | Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure | Victor Stinner | 2013-11-13 | 1 | -0/+2 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -1/+1 |
|
|
* | | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
|
|
* | | Issue #19437: Fix PyCFuncPtrType constructor, handle | Victor Stinner | 2013-10-31 | 1 | -0/+4 |
|
|
* | | Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc() | Victor Stinner | 2013-10-31 | 1 | -1/+3 |
|
|
* | | Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure | Victor Stinner | 2013-10-29 | 1 | -0/+4 |
|
|
* | | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i... | Antoine Pitrou | 2013-10-23 | 2 | -46/+46 |
|\ \
| |/ |
|
| * | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i... | Antoine Pitrou | 2013-10-23 | 2 | -46/+46 |
|
|
* | | Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are... | Georg Brandl | 2013-10-14 | 1 | -1/+1 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma... | Christian Heimes | 2013-08-17 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma... | Christian Heimes | 2013-08-17 | 1 | -1/+0 |
|
|
* | | Issue #18701: Remove support of old CPython versions (<3.0) from C code. | Serhiy Storchaka | 2013-08-16 | 1 | -22/+2 |
|
|
* | | merge | Raymond Hettinger | 2013-08-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Silence compiler warnings for strict function prototype declarations. | Raymond Hettinger | 2013-08-04 | 1 | -2/+2 |
|
|
* | | Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception | Victor Stinner | 2013-08-01 | 1 | -3/+20 |
|
|
* | | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | Christian Heimes | 2013-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | Christian Heimes | 2013-07-26 | 1 | -1/+1 |
|
|
* | | merge for issue #18556 | Brett Cannon | 2013-07-25 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #18556: Check the return value for PyUnicode_AsWideChar() in | Brett Cannon | 2013-07-25 | 1 | -1/+5 |
|
|
* | | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() | Christian Heimes | 2013-07-21 | 1 | -1/+1 |
|
|
* | | Fix fishy sizeof(Py_ssize_t *). | Christian Heimes | 2013-07-20 | 1 | -1/+1 |
|
|
* | | Make the GCC-4.8 compiler happy by moving declarations to the top of the func... | Raymond Hettinger | 2013-07-20 | 2 | -9/+13 |
|
|
* | | Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure | Victor Stinner | 2013-07-08 | 1 | -0/+2 |
|
|
* | | merge 3.3 (#18248) | Benjamin Peterson | 2013-06-19 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | fix libffi build on AIX (closes #18248) | Benjamin Peterson | 2013-06-19 | 2 | -2/+2 |
|
|
* | | fixed libffi on PPC without __NO_FPRS__ | Christian Heimes | 2013-06-19 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | fixed libffi on PPC without __NO_FPRS__ | Christian Heimes | 2013-06-19 | 1 | -1/+3 |
|
|
* | | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i... | Christian Heimes | 2013-06-18 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i... | Christian Heimes | 2013-06-18 | 1 | -0/+3 |
|
|
* | | (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca() | Victor Stinner | 2013-06-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | ctypes: AIX needs an explicit #include <alloca.h> to get alloca() | Victor Stinner | 2013-06-17 | 1 | -0/+1 |
|
|
* | | * Fix remaining bits of issue 17192 for 3.4 - these changes | Gregory P. Smith | 2013-04-30 | 16 | -231/+418 |
|\ \
| |/ |
|
| * | * Fix remaining bits of issue 17192 for 3.3 - these changes | Gregory P. Smith | 2013-04-30 | 16 | -231/+418 |
|
|
* | | * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch | Gregory P. Smith | 2013-04-30 | 3 | -33/+58 |
|\ \
| |/ |
|
| * | * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch | Gregory P. Smith | 2013-04-30 | 3 | -33/+58 |
| |\ |
|
| | * | * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone | Gregory P. Smith | 2013-04-30 | 3 | -33/+58 |
|
|
| | * | Merge | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+5 |
| | |\ |
|
| * | \ | Merge | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+5 |
| |\ \ \ |
|
* | \ \ \ | Issue #10296: Merge to default | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+5 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | #10296: Merge to 3.3 | Kristján Valur Jónsson | 2013-03-19 | 1 | -0/+5 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|