- 20 Apr, 2011 27 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
-
Jesus Cea authored
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
-
Jesus Cea authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Victor Stinner authored
Reimplement open_exclusive() using _wopen() to avoid encoding the filename to the filesystem encoding: use the Unicode version of the Windows API.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 19 Apr, 2011 13 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
thread implementation. Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of test_threadsignals if a thread lock is implemented using a POSIX mutex and a POSIX condition variable. A POSIX condition variable cannot be interrupted by a signal (e.g. on Linux, the futex system call is restarted).
-
Victor Stinner authored
It has an undefined behaviour with threads, only use pthread_sigmask() if it is available (and not broken).
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-