- 04 Tem, 2011 14 kayıt (commit)
-
-
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 26 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ı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Nicolas Estibals. My tweaks to the patch were mostly style/cosmetic, and adding more tests.
-