- 04 Tem, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
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 Tem, 2006 16 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
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 yazdı
by improving the xref to the section on lists, and by copying the explanations of the arguments (with a slight modification).
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
read_until. Will backport to 2.4.
-
Martin v. Löwis yazdı
spec file generated by bdist_rpm.
-
Martin v. Löwis yazdı
and atof().
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
degrees and radians.
-
Martin v. Löwis yazdı
filling of arcs. Also fixes #1514693.
-
Martin v. Löwis yazdı
Fixes #1514703
-
Tim Peters yazdı
-
Thomas Heller yazdı
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 yazdı
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 yazdı
-
Thomas Heller yazdı
-
- 02 Tem, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Gerhard Häring yazdı
character before sending it to a custom converter. This has been fixed now.
-
- 01 Tem, 2006 4 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 30 Haz, 2006 8 kayıt (commit)
-
-
Fred Drake yazdı
(*should* be done by the presentation, but that requires changes all over) - avoid spreading the __name meme
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Vinay Sajip yazdı
-
- 29 Haz, 2006 7 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
#ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing.
-
Neal Norwitz yazdı
It makes the error message consistent and always sends to stderr. It would be much better for all the networking tests to hit only python.org.
-
Neal Norwitz yazdı
be called at the end of each test that spawns children (perhaps it should be called from regrtest instead?). This will hopefully prevent some of the unexplained failures in the buildbots (hppa and alpha) during tests that spawn children. The problems were not reproducible. There were many zombies that remained at the end of several tests. In the worst case, this shouldn't cause any more problems, though it may not help either. Time will tell.
-
Fred Drake yazdı
-
Fred Drake yazdı
(modified patch by Sam Ruby; changed to use separate REs for start and end tags to reduce matching cost for end tags; extended tests; updated to avoid breaking previous changes to support IPv6 addresses in unquoted attribute values)
-
- 28 Haz, 2006 2 kayıt (commit)
-
-
Trent Mick yazdı
-
Georg Brandl yazdı
-