- 10 Tem, 2006 17 kayıt (commit)
-
-
Tim Peters yazdı
branch into the trunk. This adds a new sys._current_frames() function, which returns a dict mapping thread id to topmost thread stack frame.
-
Peter Astrand yazdı
Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children().
-
Phillip J. Eby yazdı
-
Phillip J. Eby yazdı
-
Thomas Heller yazdı
'Extension Modules' section where they belong, probably. This destroyes the original order of the news entries, don't know if that is important or not.
-
Thomas Heller yazdı
wrong fields.
-
Thomas Heller yazdı
non-Windows machines.
-
Thomas Heller yazdı
ctypes.c_void_p constructor.
-
Anthony Baxter yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
-
Martin v. Löwis yazdı
SDK environment should be used. Fixes #1508010.
-
Neal Norwitz yazdı
/F wrote the text docs, Englebert Gruber massaged it to latex and I did some more massaging to try and improve the consistency and fix some name mismatches between the declaration and text.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
already verified in .frombuf() on the lines above. If there was a problem an exception is raised, so there was no way this condition could have been true.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
started after line 256.
-
- 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 15 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ı
-