- 12 Jul, 2006 5 commits
-
-
Thomas Heller authored
load shared libraries.
-
Neal Norwitz authored
Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #.
-
Neal Norwitz authored
This could happen if size == 0.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 11 Jul, 2006 8 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
library instance, do not set it as attribute.
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Anthony Baxter authored
-
Tim Peters authored
-
Anthony Baxter authored
means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available.
-
- 10 Jul, 2006 19 commits
-
-
Martin v. Löwis authored
Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes.
-
Tim Peters authored
-
Tim Peters authored
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 authored
Make it possible to run test_subprocess.py with Python 2.2, which lacks test_support.reap_children().
-
Phillip J. Eby authored
-
Phillip J. Eby authored
-
Thomas Heller authored
'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 authored
wrong fields.
-
Thomas Heller authored
non-Windows machines.
-
Thomas Heller authored
ctypes.c_void_p constructor.
-
Anthony Baxter authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
-
Martin v. Löwis authored
SDK environment should be used. Fixes #1508010.
-
Neal Norwitz authored
/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 authored
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
started after line 256.
-
- 09 Jul, 2006 3 commits
-
-
Neal Norwitz authored
rather than longs. This also fixes the test for eval(-sys.maxint - 1).
-
Neil Schemenauer authored
-
Neil Schemenauer authored
-
- 08 Jul, 2006 3 commits
-
-
Tim Peters authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
- 07 Jul, 2006 2 commits
-
-
Georg Brandl authored
-
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.
-