- 04 May, 2011 16 commits
-
-
Daniel Stutzbach authored
-
Daniel Stutzbach authored
-
Antoine Pitrou authored
interpreter is shutting down; instead, these threads are now killed when they try to take the GIL.
-
Antoine Pitrou authored
interpreter is shutting down; instead, these threads are now killed when they try to take the GIL.
-
Alexis Metaireau authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Alexander Belopolsky authored
-
Victor Stinner authored
The U flag is no more used (but still accepted for backward compatibility).
-
Victor Stinner authored
Update the doc. Refactor also related tests.
-
Victor Stinner authored
The _tkinter module loads the Tcl library which creates a thread waiting events in select(). This thread receives signals blocked by all other threads. We cannot test blocked signals if the _tkinter module is loaded.
-
Victor Stinner authored
-
Brian Curtin authored
Patch by Bryce Verdier.
-
Brian Curtin authored
Patch by Bryce Verdier.
-
Brian Curtin authored
Patch by Bryce Verdier.
-
- 03 May, 2011 14 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Antoine Pitrou authored
free()d memory arenas on glibc-based systems. Patch by Charles-François Natali.
-
Victor Stinner authored
The problem is not specific to Mac OS X.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
called. The test checks that SIG_UNBLOCK calls immediatly the signal handler of the pending SIGUSR1. Improve also the tests using an exception (division by zero) instead of a flag (a function attribute).
-
Victor Stinner authored
Disable faulthandler timeout thread on Mac OS X: it interacts with pthread_sigmask() tests.
-
Brian Curtin authored
-
- 02 May, 2011 10 commits
-
-
Alexander Belopolsky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
Patch by Victor Stinner.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-