- 06 Apr, 2011 7 commits
-
-
R David Murray authored
-
R David Murray authored
Really the whole API needs to be gone over to restore the separation of concerns; but that's what email6 is about.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
- 05 Apr, 2011 11 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
-
Victor Stinner authored
-
Victor Stinner authored
Fix also a compiler (gcc) warning.
-
Raymond Hettinger authored
-
Victor Stinner authored
-
- 04 Apr, 2011 22 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
on Windows.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
to be wrapped in a TextIOWrapper. Patch by Nadeem Vawda.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
brian.curtin authored
PCbuild/ changes (for VS project files, etc).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
-
Steven Bethard authored
-