index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_ctypes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove wording that could be deemed to be perjorative (GH-9287)
Raymond Hettinger
2018-09-14
2
-4/+4
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Segev Finer
2018-05-14
1
-8/+8
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Oren Milman
2018-05-09
1
-1/+1
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
2
-5/+5
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
2
-3/+3
*
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in ...
Oren Milman
2017-09-25
1
-0/+10
*
bpo-31311: Impove error reporting in case the first argument to PyCData_setst...
Oren Milman
2017-09-24
1
-1/+4
*
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...
Oren Milman
2017-09-17
1
-1/+9
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
3
-31/+3
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-2/+67
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-1/+1
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-1/+3
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
Serhiy Storchaka
2017-06-28
1
-1/+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-2/+3
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
2
-2/+39
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-6/+4
*
suppress compiler warnings in _ctypes_test (#902)
Benjamin Peterson
2017-03-31
1
-3/+3
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-6/+3
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-15695: Implemented StgDict.__sizeof__(). (#509)
Serhiy Storchaka
2017-03-12
1
-1/+21
*
bpo-28129: fix ctypes crashes (#386)
orenmn
2017-03-02
2
-9/+34
*
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Window...
Vinay Sajip
2017-02-20
2
-0/+23
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-1/+1
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
4
-42/+21
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-1/+1
*
Use _PyObject_CallMethodIdObjArgs() in _ctypes
Victor Stinner
2016-12-09
1
-13/+21
*
Issue #28915: Use _PyObject_CallNoArg()
Victor Stinner
2016-12-09
1
-1/+1
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
2
-2/+2
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
2
-5/+5
*
Issue #25659: Merge ctypes fix from 3.6
Martin Panter
2016-11-20
1
-3/+9
|
\
|
*
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
*
|
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
2
-4/+4
*
|
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
2
-7/+7
|
\
\
\
|
|
/
/
|
*
|
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 #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-4/+5
*
|
|
Issue #24381: merge from 3.6
Ned Deily
2016-10-20
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Closes #27979: Remove bundled copy of libffi
Zachary Ware
2016-09-17
318
-140774/+0
|
/
/
*
|
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
|
\
\
|
|
/
[next]