- 06 Nis, 2011 8 kayıt (commit)
-
-
R David Murray yazdı
Patch by Torsten Becker.
-
R David Murray yazdı
-
R David Murray yazdı
Really the whole API needs to be gone over to restore the separation of concerns; but that's what email6 is about.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
- 05 Nis, 2011 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix also a compiler (gcc) warning.
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
-
- 04 Nis, 2011 21 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
time.time() and/or time.sleep() are not accurate on Windows, don't test them in test_faulthandler. Anyway, the check was written for an old implementation of dump_tracebacks_later(), it is not more needed.
-
Victor Stinner yazdı
on Windows.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
to be wrapped in a TextIOWrapper. Patch by Nadeem Vawda.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
brian.curtin yazdı
PCbuild/ changes (for VS project files, etc).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
The thread must not receive any signal. If the thread receives a signal, sem_timedwait() is interrupted and returns EINTR, but in this case, PyThread_acquire_lock_timed() retries sem_timedwait() and the main thread is not aware of the signal. The problem is that some tests expect that the main thread receives the signal, not faulthandler handler, which should be invisible. On Linux, the signal looks to be received by the main thread, whereas on FreeBSD, it can be any thread.
-
Steven Bethard yazdı
-