- 04 Tem, 2011 18 kayıt (commit)
-
-
Victor Stinner yazdı
Python 3.3 has the correct fix for #12429, use pthread_sigmask().
-
Victor Stinner yazdı
On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
-
Ned Deily yazdı
test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh).
-
Ned Deily yazdı
test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh).
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
emitted at shutdown, if globals()['__file__'] is None.
-
Victor Stinner yazdı
shutdown, if globals()['__file__'] is None.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Victor Stinner yazdı
binary mode, instead of text mode using the locale encoding, to avoid encoding issues.
-
Victor Stinner yazdı
instead of text mode using the locale encoding, to avoid encoding issues.
-
- 03 Tem, 2011 22 kayıt (commit)
-
-
Victor Stinner yazdı
binary mode, instead of text mode using the locale encoding, to support other encodings than UTF-8 (scripts using the coding cookie).
-
Victor Stinner yazdı
instead of text mode using the locale encoding, to support other encodings than UTF-8 (scripts using the coding cookie).
-
Victor Stinner yazdı
mode instead of the text mode (using the locale encoding) to avoid encoding issues.
-
Victor Stinner yazdı
of the text mode (using the locale encoding) to avoid encoding issues.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This requires some trickery to properly save the exception state if the generator creates its own exception state.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
This prevents generator exception state from leaking into the caller. Closes #12475.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
qsize() raises NotImplementedError on OS X, don't use it.
-
Vinay Sajip yazdı
-