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
*
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...
Benjamin Peterson
2021-01-18
1
-34/+21
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
2
-6/+13
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Miss Islington (bot)
2018-12-06
1
-4/+22
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Miss Islington (bot)
2018-12-03
1
-1/+1
*
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (G...
Serhiy Storchaka
2018-11-27
1
-17/+17
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Miss Islington (bot)
2018-11-13
1
-2/+2
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-13
1
-0/+11
*
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
1
-1/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-16
5
-6/+221
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Miss Islington (bot)
2018-05-15
1
-8/+8
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Miss Islington (bot)
2018-05-09
1
-1/+1
*
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...
Miss Islington (bot)
2018-03-08
2
-2/+39
*
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
|
\
\
\
\
|
|
/
/
/
[next]