- 07 Jul, 2006 1 commit
-
-
Neal Norwitz authored
The hppa ubuntu box sometimes hangs forever in these tests. My guess is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem. *** The reason this originally failed was because there were many zombie children outstanding before rev 47158 cleaned them up. There are still hangs in test_subprocess that need to be addressed, but that will take more work. This should close some holes.
-
- 06 Jul, 2006 24 commits
-
-
Martin v. Löwis authored
Also correct typo in Control.mapping.
-
Hye-Shik Chang authored
specific encodings.
-
Hye-Shik Chang authored
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Fredrik Lundh authored
-
Thomas Wouters authored
-
Ronald Oussoren authored
configure uses similar compiler flags as setup.py when doing the zlib test. Without this patch configure would use the first shared library on the linker path, with this patch it uses the first shared or static library on that path just like setup.py.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
foreign function argtypes sequence as long as they provide a from_param method, no longer is it required that the object is a ctypes type.
-
Thomas Heller authored
resulting Windows access violation will not be run by default.
-
Armin Rigo authored
returns a borrowed ref. Many of the calls are open to attack.
-
Thomas Heller authored
Add a new function uses_seh() to the _ctypes extension module. This will return True if Windows Structured Exception handling (SEH) is used when calling functions, False otherwise.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #1517388.
-
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 9 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.
-