- 03 May, 2011 3 commits
-
-
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 26 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
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
R David Murray authored
-
R David Murray authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
- 01 May, 2011 11 commits
-
-
Victor Stinner authored
to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
-
Victor Stinner authored
to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
-
Victor Stinner authored
mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type).
-
Victor Stinner authored
descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type).
-