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
*
bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)
Oleg Iarygin
2022-03-14
1
-39/+2
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-9/+8
*
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Christian Heimes
2022-02-24
1
-124/+103
*
bpo-46323: Fix double-free issue for borrowed refs (GH-31272)
Dong-hee Na
2022-02-11
1
-1/+0
*
bpo-46323: Allow alloca(0) for python callback function of ctypes (GH-31249)
Dong-hee Na
2022-02-10
1
-5/+1
*
bpo-46323: Reduce stack usage of ctypes python callback function. (GH-31224)
Dong-hee Na
2022-02-09
2
-27/+14
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
4
-0/+5
*
bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function (GH...
Dong-hee Na
2022-02-08
1
-38/+40
*
bpo-46323 Fix ref leak if ctypes.CFuncPtr raises an error. (GH-31209)
Dong-hee Na
2022-02-08
1
-0/+1
*
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner
2022-02-07
1
-2/+0
*
bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long (GH-31188)
Victor Stinner
2022-02-07
3
-10/+17
*
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner
2022-02-07
4
-10/+10
*
bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I...
Kumar Aditya
2021-12-12
1
-2/+2
*
remove the repeat 'the' (#29455)
180909
2021-11-08
1
-1/+1
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
4
-0/+15
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+1
*
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner
2021-10-13
1
-0/+2
*
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner
2021-10-13
4
-9/+21
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
4
-0/+4
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
4
-14/+14
*
Fix typos in the Modules directory (GH-28761)
Christian Clauss
2021-10-07
3
-3/+3
*
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka
2021-09-19
1
-1/+1
*
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
Victor Stinner
2021-09-02
1
-2/+2
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Tobias Bergkvist
2021-08-30
1
-3/+26
*
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka
2021-08-09
1
-1/+1
*
bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
Filipe Laíns
2021-07-11
1
-27/+8
*
Align comment for better readability. (GH-26192)
Kazantcev Andrey
2021-06-04
1
-5/+5
*
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (#8721)
Zackery Spytz
2021-05-02
1
-1/+2
*
bpo-29753: fix merging packed bitfields in ctypes struct/union (GH-19850)
Filipe Laíns
2021-02-28
1
-8/+27
*
bpo-43335: Update macro to check gcc version (GH-24662)
Dong-hee Na
2021-02-28
1
-2/+2
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Benjamin Peterson
2021-01-18
1
-32/+19
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
erykoff
2020-12-22
1
-2/+10
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-1/+1
*
Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)
Pablo Galindo
2020-11-16
1
-2/+9
*
bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258)
Victor Stinner
2020-11-13
1
-1/+1
*
bpo-38823: Always build _ctypes with wchar_t (GH-23248)
Victor Stinner
2020-11-12
5
-31/+4
*
bpo-38823: Fix refleaks in _ctypes extension init (GH-23247)
Victor Stinner
2020-11-12
2
-162/+156
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
4
-22/+167
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-2/+5
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
2
-13/+13
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Jason R. Coombs
2020-10-19
1
-3/+6
*
bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)
Serhiy Storchaka
2020-07-10
3
-29/+21
*
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Serhiy Storchaka
2020-06-24
1
-5/+2
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
1
-1/+1
*
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner
2020-06-08
1
-1/+1
*
bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
Hai Shi
2020-06-01
1
-1/+3
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Victor Stinner
2020-05-27
2
-14/+31
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
1
-0/+15
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-30/+4
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
1
-53/+48
[next]