- 08 Tem, 2011 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
Victor Stinner yazdı
The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel.
-
- 06 Tem, 2011 1 kayıt (commit)
-
-
Ned Deily yazdı
OS X window manager connection in tk tests, use OS X Application Services API calls instead.
-
- 05 Tem, 2011 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner yazdı
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
tests.
-
Ned Deily yazdı
testcase failure in test_ssl.
-
- 04 Tem, 2011 15 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
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ı
-
Victor Stinner yazdı
fresh process with only one thread and to not change signal handling of the parent process.
-
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).
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
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ı
-
Victor Stinner yazdı
instead of text mode using the locale encoding, to avoid encoding issues.
-
- 03 Tem, 2011 13 kayıt (commit)
-
-
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ı
of the text mode (using the locale encoding) to avoid encoding issues.
-
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ı
This prevents generator exception state from leaking into the caller. Closes #12475.
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-