- 06 Jul, 2006 3 commits
-
-
Neal Norwitz authored
-
Fred Drake authored
- change the pyexpat wrapper to not be so sensitive to this detail of the Expat implementation (the ex-crasher test still passes)
-
Neal Norwitz authored
contains only the changes related to leaking the copy variable.
-
- 05 Jul, 2006 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Wouters authored
str() or repr()) would work, just not multi-value tuples. Probably not a backport candidate, since it changes the behaviour of passing a single-element tuple: >>> string.Template("$foo").substitute(dict(foo=(1,))) '(1,)' versus '1'
-
Thomas Heller authored
containing bitfields may have different layout on MSVC and MingW .
-
Georg Brandl authored
-
- 04 Jul, 2006 1 commit
-
-
Ronald Oussoren authored
of bugs in that port. The most annoying ones were due to some subtle differences between the document ABI and the actual implementation :-( (there are no python unittests that fail without this patch, but without it some of libffi's unittests fail).
-
- 03 Jul, 2006 16 commits
-
-
Kristján Valur Jónsson authored
Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too.
-
Andrew M. Kuchling authored
by improving the xref to the section on lists, and by copying the explanations of the arguments (with a slight modification).
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
read_until. Will backport to 2.4.
-
Martin v. Löwis authored
spec file generated by bdist_rpm.
-
Martin v. Löwis authored
and atof().
-
Martin v. Löwis authored
-
Martin v. Löwis authored
degrees and radians.
-
Martin v. Löwis authored
filling of arcs. Also fixes #1514693.
-
Martin v. Löwis authored
Fixes #1514703
-
Tim Peters authored
-
Thomas Heller authored
will return True if Windows Structured Exception handling (SEH) is used when calling functions, False otherwise. Currently, only MSVC supports SEH. Fix the test so that it doesn't crash when run with MingW compiled _ctypes. Note that two tests are still failing when mingw is used, I suspect structure layout differences and function calling conventions between MSVC and MingW.
-
Thomas Heller authored
It seems that the definition of '__attribute__(x)' was responsible for the compiler ignoring the '__fastcall' attribute on the ffi_closure_SYSV function in libffi_msvc/ffi.c, took me quite some time to figure this out.
-
Thomas Heller authored
-
Thomas Heller authored
-
- 02 Jul, 2006 2 commits
-
-
Martin v. Löwis authored
-
Gerhard Häring authored
character before sending it to a custom converter. This has been fixed now.
-
- 01 Jul, 2006 4 commits
-
-
Fred Drake authored
handler would cause a segfault. This merges in Expat's lib/xmlparse.c revisions 1.154 and 1.155, which fix this and a closely related problem (the later does not affect Python). Moved the crasher test to the tests for xml.parsers.expat.
-
Martin v. Löwis authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 30 Jun, 2006 8 commits
-
-
Fred Drake authored
(*should* be done by the presentation, but that requires changes all over) - avoid spreading the __name meme
-
Georg Brandl authored
-
Tim Peters authored
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Vinay Sajip authored
-
- 29 Jun, 2006 1 commit
-
-
Skip Montanaro authored
-