- 03 Tem, 2011 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
qsize() raises NotImplementedError on OS X, don't use it.
-
Vinay Sajip yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Nicolas Estibals. My tweaks to the patch were mostly style/cosmetic, and adding more tests.
-
- 02 Tem, 2011 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Éric Araujo yazdı
-
Benjamin Peterson yazdı
-
Charles-François Natali yazdı
freed by the garbage collector while the Heap lock is held.
-
Charles-François Natali yazdı
freed by the garbage collector while the Heap lock is held.
-
Charles-François Natali yazdı
the garbage collector while the Heap lock is held.
-
- 01 Tem, 2011 16 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Victor Stinner yazdı
Move also the "ready" trigger after the installation of the signal handler and the call to siginterrupt(). Use a timeout of 5 seconds instead of 3. Two seconds are supposed to be enough, but some of our buildbots are really slow (especially the FreeBSD 6 VM).
-
Victor Stinner yazdı
Move also the "ready" trigger after the installation of the signal handler and the call to siginterrupt(). Use a timeout of 5 seconds instead of 3. Two seconds are supposed to be enough, but some of our buildbots are really slow (especially the FreeBSD 6 VM).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Backport commits 968b9ff9a059 and aff0a7b0cb12 from the default branch to 3.2 branch. Extract of the changelog messages: "The previous tests used time.sleep() to synchronize two processes. If the host was too slow, the test could fail. The new tests only use one process, but they use a subprocess to: - have only one thread - have a timeout on the blocking read (select cannot be used in the test, select always fail with EINTR, the kernel doesn't restart it) - not touch signal handling of the parent process" and "Add a basic synchronization code between the child and the parent processes: the child writes "ready" to stdout." I replaced .communicate(timeout=3.0) by an explicit waiting loop using Popen.poll().
-
Victor Stinner yazdı
on platforms with known OS bugs Share the list of platforms with known OS bugs with other tests. Patch written by Charles-François Natali.
-
Victor Stinner yazdı
with known OS bugs Share the list of platforms with known OS bugs with other tests. Patch written by Charles-François Natali.
-
Victor Stinner yazdı
it is interrupted by a signal, instead of having to wait until the next instruction. Patch reviewed by Antoine Pitrou.
-
Giampaolo Rodola yazdı
-
Victor Stinner yazdı
TemporaryFileTests has tests for os.tempnam() and os.tmpfile(), functions removed from Python 3. Move fdopen() tests to the FileTests testcase to test fdopen() on a file descriptor, not on a directory descriptor (which raises an error on Windows).
-
Victor Stinner yazdı
TemporaryFileTests has tests for os.tempnam() and os.tmpfile(), functions removed from Python 3. Move fdopen() tests to the FileTests testcase to test fdopen() on a file descriptor, not on a directory descriptor (which raises an error on Windows).
-
Victor Stinner yazdı
py-list displays the error. py-bt ignores the error (the filename and line number is already displayed).
-
Victor Stinner yazdı
py-list displays the error. py-bt ignores the error (the filename and line number is already displayed).
-