| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-28129: fix ctypes crashes (#386) (#3799) | Victor Stinner | 2017-09-28 | 2 | -9/+34 |
|
|
* | [3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at... | Miss Islington (bot) | 2017-09-27 | 1 | -1/+9 |
|
|
* | [3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(... | Miss Islington (bot) | 2017-09-25 | 1 | -0/+10 |
|
|
* | [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-... | Victor Stinner | 2017-09-12 | 1 | -1/+1 |
|
|
* | [3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH... | Pauli Virtanen | 2017-08-30 | 1 | -2/+67 |
|
|
* | [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)... | Serhiy Storchaka | 2017-06-28 | 1 | -3/+4 |
|
|
* | [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (... | Serhiy Storchaka | 2017-06-27 | 2 | -2/+2 |
|
|
* | Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) | Serhiy Storchaka | 2017-04-08 | 1 | -6/+4 |
|
|
* | bpo-29939: suppress compiler warnings in _ctypes_test (#1038) | Vinay Sajip | 2017-04-07 | 1 | -3/+3 |
|
|
* | Fixed bpo-29565: Corrected ctypes passing of large structs by value on Window... | Vinay Sajip | 2017-02-22 | 2 | -0/+23 |
|
|
* | Issue #25659: Merge ctypes fix from 3.5 | Martin Panter | 2016-11-20 | 1 | -3/+9 |
|\ |
|
| * | Issue #25659: Change assert to TypeError in from_buffer/_copy() | Martin Panter | 2016-11-20 | 1 | -3/+9 |
|
|
* | | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 2 | -7/+7 |
|
|
* | | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 2 | -4/+5 |
|\ \
| |/ |
|
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 2 | -4/+5 |
|
|
* | | Issue #24381: merge from 3.5 | Ned Deily | 2016-10-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #24381: Avoid unused function warning when building bundled macOS libffi. | Ned Deily | 2016-10-20 | 1 | -2/+2 |
|
|
| * | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -3/+3 |
|
|
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | | fix a PY_LONG_LONG straggler | Benjamin Peterson | 2016-09-08 | 1 | -1/+1 |
|
|
* | | more PY_LONG_LONG to long long | Benjamin Peterson | 2016-09-08 | 4 | -46/+46 |
|
|
* | | Issue #27570: Merge null pointer fixes from 3.5 | Martin Panter | 2016-09-07 | 2 | -5/+9 |
|\ \
| |/ |
|
| * | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 2 | -5/+9 |
|
|
* | | more linux -> __linux__ | Benjamin Peterson | 2016-09-07 | 1 | -1/+1 |
|
|
* | | require C99 bool | Benjamin Peterson | 2016-09-07 | 1 | -11/+3 |
|
|
* | | Fix some warnings from MSVC | Steve Dower | 2016-09-07 | 1 | -1/+1 |
|
|
* | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 4 | -24/+1 |
|
|
* | | merge 3.5 | Benjamin Peterson | 2016-09-06 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Backed out changeset 8b6be1341770 | Benjamin Peterson | 2016-09-06 | 1 | -0/+2 |
|
|
* | | merge 3.5 | Benjamin Peterson | 2016-09-05 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | remove long double from ctypes value union | Benjamin Peterson | 2016-09-05 | 1 | -2/+0 |
|
|
* | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 9 | -1407/+0 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|
|
* | | Closes #20160: Merged fix from 3.5. | Vinay Sajip | 2016-08-05 | 2 | -2/+30 |
|\ \
| |/ |
|
| * | Issue #20160: Merged fix from 3.4. | Vinay Sajip | 2016-08-05 | 2 | -2/+30 |
| |\ |
|
| | * | Issue #20160: Merged fix from 3.3. | Vinay Sajip | 2016-08-05 | 2 | -2/+30 |
| | |\ |
|
| | | * | Issue #20160: Handled passing of large structs to callbacks correctly. | Vinay Sajip | 2016-08-05 | 2 | -2/+30 |
|
|
* | | | | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|
|
* | | | | Merge 3.5 (issue #11048) | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | ctypes: fix CThunkObject_new() | Victor Stinner | 2016-07-27 | 1 | -2/+4 |
|
|
* | | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 1 | -7/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 1 | -7/+2 |
|
|
* | | | | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 |
|
|
* | | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 3 | -22/+31 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 3 | -22/+31 |
|
|
* | | | | Issue #27171: Fix typo in exception message | Martin Panter | 2016-06-02 | 1 | -1/+1 |
|
|
* | | | | Issue #27125: Merge typo fixes from 3.5 | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|