- 25 Haz, 2011 28 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Issue 11758: increase xml.dom.minidom test coverage (contributed by mdorn, reviewed by Sandro Tosi).
-
Ross Lagerwall yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Ross Lagerwall yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
Patch by Akira Kitada.
-
- 24 Haz, 2011 6 kayıt (commit)
-
-
Victor Stinner yazdı
On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation of the first thread. Create therefore a dummy thread (no-op) a startup to initialize the pthread library. Add also a test for this use case, test written by Charles-François Natali.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Francisco Martín Brugué.
-
Benjamin Peterson yazdı
-
R David Murray yazdı
-
R David Murray yazdı
The new wording is based on the comments in the code, which match the actual behavior.
-
- 23 Haz, 2011 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Locks are implemented using a mutex and a condition variable of the pthread library on FreeBSD6. POSIX condition variables cannot be interrupted by signals (see pthread_cond_wait manual page).
-
R David Murray yazdı
I didn't rename the variable because I can see no good reason to break backward compatibility just to put an underscore in the name.
-
- 22 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Cannot test an empty environment on Windows: Windows requires at least the SYSTEMROOT environment variable to start Python.
-