summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/cfield.c
Commit message (Expand)AuthorAgeFilesLines
* more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-24/+24
* require C99 boolBenjamin Peterson2016-09-071-11/+3
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-13/+1
* Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-161-15/+5
* Issue #25845: Drop redundant checks leftover from int to long conversionMartin Panter2015-12-121-2/+2
* Merge 3.4 (ctypes)Victor Stinner2015-07-291-0/+1
|\
| * Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. PatchVictor Stinner2015-07-291-0/+1
* | Issue #23765: Remove IsBadStringPtr calls in ctypesSteve Dower2015-03-241-20/+4
|/
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-091-3/+3
* fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-3/+3
* Issue #18556: Check the return value for PyUnicode_AsWideChar() inBrett Cannon2013-07-251-1/+5
* Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
|\
| * Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-28/+23
* | Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
|\ \ | |/
| * Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
* | #13665: merge with 3.2.Ezio Melotti2012-01-181-51/+33
|\ \ | |/ |/|
| * ctypes check for PyUnicode_GET_SIZE() failureVictor Stinner2011-11-211-5/+9
| * Check for PyUnicode_AS_UNICODE() failureVictor Stinner2011-11-211-2/+5
| * Implement PEP 393.Martin v. Löwis2011-09-281-45/+21
| * Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-2/+1
* | #13665: s/string/bytes/ in error message.Ezio Melotti2012-01-181-1/+1
|/
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+2
* 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-071-1/+1
* 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-291-12/+2
* Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m...Daniel Stutzbach2010-08-241-4/+3
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-57/+4
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-111-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1053/+1053
* Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-041-1/+2
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+13
* Merged revisions 72344 via svnmerge fromMark Dickinson2009-05-051-2/+2
* Merged revisions 71853 via svnmerge fromThomas Heller2009-04-241-50/+50
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+4
* Merged revisions 66683 via svnmerge fromThomas Heller2008-09-291-3/+5
* Merged revisions 66611 via svnmerge fromThomas Heller2008-09-241-1/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-161-0/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-15/+15
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-2/+2
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-7/+7
* Merged revisions 60245-60277 via svnmerge fromChristian Heimes2008-01-251-19/+17
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-3/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 59541-59561 via svnmerge fromChristian Heimes2007-12-191-0/+5
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-31/+31
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-16/+19
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-8/+14
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-0/+8