- 04 Tem, 2011 34 kayıt (commit)
-
-
Victor Stinner yazdı
* Don't create a thread at startup anymore to initialize the pthread library: it changes the behaviour of many functions related to signal handling like sigwait() * Reenable test_sigtimedwait_poll() on FreeBSD 6
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
-
Senthil Kumaran yazdı
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
to run the test in a fresh process with only one thread and to not change signal handling of the parent process.
-
Victor Stinner yazdı
fresh process with only one thread and to not change signal handling of the parent process.
-
Victor Stinner yazdı
Replace PendingDeprecationWarning warnings by DeprecationWarning.
-
Victor Stinner yazdı
Add a new HAVE_MBCS define.
-
Victor Stinner yazdı
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 yazdı
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 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.
-
Georg Brandl yazdı
-
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 6 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ı
-