- 14 Tem, 2006 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
- 13 Tem, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
did overwrite /dev/null. Use a temporary file instead of /dev/null.
-
Thomas Heller yazdı
without thread support. Replaced WITH_THREADS with WITH_THREAD.
-
- 12 Tem, 2006 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Thomas Heller yazdı
the DEFAULT_MODE constant.
-
Thomas Heller yazdı
load shared libraries.
-
Neal Norwitz yazdı
Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #.
-
Neal Norwitz yazdı
This could happen if size == 0.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 11 Tem, 2006 8 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
library instance, do not set it as attribute.
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Anthony Baxter yazdı
-
Tim Peters yazdı
-
Anthony Baxter yazdı
means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available.
-
- 10 Tem, 2006 18 kayıt (commit)
-
-
Martin v. Löwis yazdı
Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes.
-
Tim Peters yazdı
-
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ı
-