- 04 Jul, 2011 20 commits
-
-
Victor Stinner authored
Don't unset and set againt the HAVE_CLOCK define, reorder the #if tests instead. Fix also the definition of the timezone encoding.
-
Victor Stinner authored
Windows if the mbcs codec is not available, and fail with a fatal error if we cannot get the locale encoding (if nl_langinfo(CODESET) is not available) instead of using UTF-8.
-
Victor Stinner authored
Python 3.3 has the correct fix for #12429, use pthread_sigmask().
-
Victor Stinner authored
On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
-
Ned Deily authored
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 authored
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 authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
emitted at shutdown, if globals()['__file__'] is None.
-
Victor Stinner authored
shutdown, if globals()['__file__'] is None.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Victor Stinner authored
binary mode, instead of text mode using the locale encoding, to avoid encoding issues.
-
Victor Stinner authored
instead of text mode using the locale encoding, to avoid encoding issues.
-
- 03 Jul, 2011 20 commits
-
-
Victor Stinner authored
binary mode, instead of text mode using the locale encoding, to support other encodings than UTF-8 (scripts using the coding cookie).
-
Victor Stinner authored
instead of text mode using the locale encoding, to support other encodings than UTF-8 (scripts using the coding cookie).
-
Victor Stinner authored
mode instead of the text mode (using the locale encoding) to avoid encoding issues.
-
Victor Stinner authored
of the text mode (using the locale encoding) to avoid encoding issues.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This requires some trickery to properly save the exception state if the generator creates its own exception state.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This prevents generator exception state from leaking into the caller. Closes #12475.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Georg Brandl authored
-
Senthil Kumaran authored
-