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
*
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
1
-3/+3
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-12/+6
*
Issue #19936: Restored executable bits for several libffi files.
Serhiy Storchaka
2014-01-23
4
-0/+0
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
2
-0/+0
*
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
Gregory P. Smith
2013-11-17
1
-7/+7
*
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...
Antoine Pitrou
2013-10-23
2
-46/+46
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-1/+0
*
Silence compiler warnings for strict function prototype declarations.
Raymond Hettinger
2013-08-04
1
-2/+2
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
*
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
Brett Cannon
2013-07-25
1
-1/+5
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-1/+1
*
fix libffi build on AIX (closes #18248)
Benjamin Peterson
2013-06-19
2
-2/+2
*
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0/+3
*
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
*
* Fix remaining bits of issue 17192 for 3.3 - these changes
Gregory P. Smith
2013-04-30
16
-231/+418
*
* Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch
Gregory P. Smith
2013-04-30
3
-33/+58
|
\
|
*
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
Gregory P. Smith
2013-04-30
3
-33/+58
|
*
Merge
Kristján Valur Jónsson
2013-03-19
1
-0/+5
|
|
\
*
|
\
Merge
Kristján Valur Jónsson
2013-03-19
1
-0/+5
|
\
\
\
|
*
\
\
#10296: Merge to 3.3
Kristján Valur Jónsson
2013-03-19
1
-0/+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #10296 : Don't handle BreakPoint exceptions using
Kristján Valur Jónsson
2013-03-19
1
-0/+5
*
|
|
|
Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith
2013-03-19
96
-2789/+12608
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith
2013-03-19
239
-7990/+34958
|
|
/
*
|
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Terry Jan Reedy
2013-03-11
3
-10/+10
|
\
\
|
|
/
|
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy
2013-03-11
3
-10/+10
*
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+21
|
\
\
|
|
/
|
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+21
*
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-1/+1
*
|
Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix
Stefan Krah
2013-01-16
2
-6/+6
*
|
Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
|
\
\
|
|
/
|
*
Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
|
|
\
|
|
*
Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
*
|
|
merge 3.2
Benjamin Peterson
2012-12-15
1
-2/+0
|
\
\
\
|
|
/
/
|
*
|
remove dead code
Benjamin Peterson
2012-12-15
1
-2/+0
*
|
|
Issue #16628: Fix a memory leak in ctypes.resize().
Antoine Pitrou
2012-12-08
3
-2/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #16628: Fix a memory leak in ctypes.resize().
Antoine Pitrou
2012-12-08
3
-2/+3
*
|
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
Ronald Oussoren
2012-08-25
4
-7/+125
|
\
\
\
|
|
/
/
|
*
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...
Ronald Oussoren
2012-08-25
4
-7/+125
*
|
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-28/+23
|
\
\
\
|
|
/
/
|
*
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-28/+23
*
|
|
- Issue #15194: check in the missing m4/ax_append_flag.m4 file.
doko@ubuntu.com
2012-06-30
3
-1/+92
*
|
|
- Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.
doko@ubuntu.com
2012-06-30
3
-167/+1341
*
|
|
- Issue #14330: Don't derive the include and library search dirs
doko@ubuntu.com
2012-06-30
2
-147/+154
*
|
|
- Regenerate the libffi configure file
doko@ubuntu.com
2012-06-30
2
-9479/+1023
*
|
|
- whitespace-normalize libffi file
Matthias Klose
2012-06-26
1
-4/+4
*
|
|
- Issue #15194: Update libffi to the 3.0.11 release.
doko@ubuntu.com
2012-06-26
191
-6036/+29940
*
|
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-25/+5
|
\
\
\
|
|
/
/
[next]