Kristján Valur Jónsson
|
d6e9f32b79
|
Merge
|
2013-03-19 16:00:01 -07:00 |
|
Kristján Valur Jónsson
|
a251b37179
|
#10296: Merge to 3.3
|
2013-03-19 15:35:28 -07:00 |
|
Kristján Valur Jónsson
|
5aed330e37
|
Issue #10296 : Don't handle BreakPoint exceptions using
Structured Exception Handling on windows.
|
2013-03-19 15:24:10 -07:00 |
|
Gregory P. Smith
|
0408bf9cfb
|
Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues
on some more recent platforms.
|
2013-03-19 14:59:02 -07:00 |
|
Gregory P. Smith
|
029273fc90
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
specifically addresses a stack misalignment issue on x86 and issues on
some more recent platforms.
|
2013-03-18 17:11:20 -07:00 |
|
Terry Jan Reedy
|
09b7503bc9
|
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
Modules/*, as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:45:12 -04:00 |
|
Terry Jan Reedy
|
0158af38b7
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:42:46 -04:00 |
|
Serhiy Storchaka
|
1d0bb9c8f9
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:54:04 +02:00 |
|
Serhiy Storchaka
|
19c4e0df29
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
|
2013-02-04 12:47:24 +02:00 |
|
Serhiy Storchaka
|
9101e23ff6
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:41:45 +02:00 |
|
Serhiy Storchaka
|
441d30fac7
|
Issue #15989: Fix several occurrences of integer overflow
when result of PyLong_AsLong() narrowed to int without checks.
This is a backport of changesets 13e2e44db99d and 525407d89277.
|
2013-01-19 12:26:26 +02:00 |
|
Stefan Krah
|
897c3e994f
|
Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix
a ctypes build failure with clang.
|
2013-01-16 23:18:34 +01:00 |
|
Kristjan Valur Jonsson
|
c51bafbbda
|
Merge with 3.2 : Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 11:22:29 +00:00 |
|
Kristjan Valur Jonsson
|
3cbdaa3fee
|
Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 11:20:53 +00:00 |
|
Kristjan Valur Jonsson
|
9946bd69fa
|
Don't DECREF the ctypes error_object without the GIL held.
|
2012-12-21 09:41:25 +00:00 |
|
Benjamin Peterson
|
18d105b824
|
merge 3.2
|
2012-12-15 15:44:08 -05:00 |
|
Benjamin Peterson
|
7eb8a1a0cb
|
remove dead code
|
2012-12-15 15:43:58 -05:00 |
|
Antoine Pitrou
|
12f33df4a2
|
Issue #16628: Fix a memory leak in ctypes.resize().
|
2012-12-08 11:07:16 +01:00 |
|
Antoine Pitrou
|
305e1a749f
|
Issue #16628: Fix a memory leak in ctypes.resize().
|
2012-12-08 11:05:50 +01:00 |
|
Ronald Oussoren
|
cb460b920f
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
compiled using the clang compiler
(merge from 3.2)
|
2012-08-25 11:24:00 +02:00 |
|
Ronald Oussoren
|
25437565f9
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
|
2012-08-25 11:19:14 +02:00 |
|
Meador Inge
|
7506dab2e8
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
|
2012-07-19 00:14:35 -05:00 |
|
Meador Inge
|
60c2266afe
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
|
2012-07-19 00:01:22 -05:00 |
|
doko@ubuntu.com
|
d4ea23f200
|
- Issue #15194: check in the missing m4/ax_append_flag.m4 file.
Regenerate aclocalm4 and configure.
|
2012-07-01 01:08:20 +02:00 |
|
doko@ubuntu.com
|
49a7da30aa
|
- Issue #15194: check in the missing m4/ax_check_compile_flag.m4 file.
Regenerate aclocalm4 and configure.
|
2012-07-01 00:37:47 +02:00 |
|