- 09 Tem, 2006 3 kayıt (commit)
-
-
Neal Norwitz yazdı
rather than longs. This also fixes the test for eval(-sys.maxint - 1).
-
Neil Schemenauer yazdı
-
Neil Schemenauer yazdı
-
- 08 Tem, 2006 3 kayıt (commit)
-
-
Tim Peters yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
- 07 Tem, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
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 Tem, 2006 24 kayıt (commit)
-
-
Martin v. Löwis yazdı
Also correct typo in Control.mapping.
-
Hye-Shik Chang yazdı
specific encodings.
-
Hye-Shik Chang yazdı
-
Thomas Heller yazdı
-
Andrew M. Kuchling yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Fredrik Lundh yazdı
-
Thomas Wouters yazdı
-
Ronald Oussoren yazdı
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 yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
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 yazdı
resulting Windows access violation will not be run by default.
-
Armin Rigo yazdı
returns a borrowed ref. Many of the calls are open to attack.
-
Thomas Heller yazdı
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 yazdı
-
Martin v. Löwis yazdı
Fixes #1517388.
-
Neal Norwitz yazdı
-
Fred Drake yazdı
- change the pyexpat wrapper to not be so sensitive to this detail of the Expat implementation (the ex-crasher test still passes)
-
Neal Norwitz yazdı
contains only the changes related to leaking the copy variable.
-
- 05 Tem, 2006 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Wouters yazdı
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 yazdı
containing bitfields may have different layout on MSVC and MingW .
-
Georg Brandl yazdı
-
- 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 2 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).
-