summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
|\
| * - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-0/+5
* | merge 3.2Benjamin Peterson2011-03-261-20/+54
|\ \ | |/
| * merge 3.1Benjamin Peterson2011-03-261-20/+54
| |\
| | * always check return value of PyObject_IsInstance for errorBenjamin Peterson2011-03-261-19/+44
| | * check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-1/+10
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-163-3/+3
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-163-3/+3
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-163-3/+3
* | | Merge with 3.2Ezio Melotti2011-03-154-6/+6
|\ \ \ | |/ /
| * | Merge with 3.2Ezio Melotti2011-03-154-6/+6
| |\ \ | | |/
| | * Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-152-1721/+1721
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-155-7/+7
|\ \ \ | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-155-7/+7
| |\ \ | | |/
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-153-1722/+1722
| | * Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-312-1/+15
| | * Merged revisions 83841,84741 via svnmerge fromHirokazu Yamamoto2010-09-121-0/+7
| | * Fix buildbot issues due to _ctypes failing to compile in 3.1.Antoine Pitrou2010-08-107-37/+18
| | * Merged revisions 83837,83841 via svnmerge fromThomas Heller2010-08-087-18/+37
| | * Merged revisions 83325,83328,83341 via svnmerge fromGeorg Brandl2010-08-011-0/+4
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-099-7970/+7970
| | * Merged revisions 80159 via svnmerge fromVictor Stinner2010-04-181-3/+16
| | * Merged revisions 78435 via svnmerge fromLarry Hastings2010-02-241-1/+7
| | * Merged revisions 78382 via svnmerge fromThomas Heller2010-02-231-3/+4
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-3/+3
| | * Merged revisions 74974 via svnmerge fromRonald Oussoren2009-09-208-716/+713
| | * Merged revisions 74949 via svnmerge fromThomas Heller2009-09-191-11/+0
| | * Merged revisions 74922 via svnmerge fromThomas Heller2009-09-182-2/+6
| | * Merged revisions 74918 via svnmerge fromThomas Heller2009-09-181-58/+73
| | * Merged revisions 74664 via svnmerge fromThomas Heller2009-09-041-1/+2
* | | Remove useless argument of _PyUnicode_AsDefaultEncodedString()Victor Stinner2011-03-021-1/+1
* | | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-2/+1
|/ /
* | Issue #8275: Fix passing of callback arguments with ctypes under Win64.Antoine Pitrou2011-01-312-1/+15
* | Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-3/+3
* | Merge branches/pep-0384.Martin v. Löwis2010-12-032-5/+5
* | Fix type of hash function.Georg Brandl2010-10-181-1/+1
* | Fix compilation warning in _ctypes module on WindowAmaury Forgeot d'Arc2010-10-171-1/+1
* | Get rid of a "unused static function" warning.Georg Brandl2010-10-161-0/+2
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*Victor Stinner2010-10-072-2/+2
* | Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_tVictor Stinner2010-10-021-2/+3
* | Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes moduleVictor Stinner2010-09-292-24/+5
* | Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibilityHirokazu Yamamoto2010-09-121-0/+1
* | Fix for issue9662, patch by Łukasz Langa in issue5504.Ronald Oussoren2010-09-053-3/+9
* | Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m...Daniel Stutzbach2010-08-242-5/+4
* | Fix issue6869: refcount problem in the _ctypes extension.Thomas Heller2010-08-081-0/+6
* | Fix issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-087-18/+31
* | Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems t...Georg Brandl2010-07-311-0/+4
* | Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-283-108/+7
* | Merged revisions 79894-79895,80098,80120 via svnmerge fromBenjamin Peterson2010-06-271-1/+1
* | Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-2113-297/+1898