An error occurred fetching the project authors.
- 15 Jul, 2011 1 commit
-
-
Antoine Pitrou authored
embedding Python. Patch by Andreas Stührk.
-
- 14 Jul, 2011 1 commit
-
-
Charles-François Natali authored
-
- 13 Jul, 2011 3 commits
-
-
Ned Deily authored
as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
-
Victor Stinner authored
the parent structure. Patch by Vlad Riscutia.
-
Antoine Pitrou authored
Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError.
-
- 12 Jul, 2011 1 commit
-
-
Antoine Pitrou authored
cleared by the garbage collector. This fixes a segfault when an instance and its type get caught in a reference cycle, and the instance's deallocator calls one of the methods on the type (e.g. when subclassing IOBase). Diagnosis and patch by Davide Rizzo.
-
- 09 Jul, 2011 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
Antoine Pitrou authored
failure in name resolution. Should fix a buildbot failure.
-
- 08 Jul, 2011 4 commits
-
-
Antoine Pitrou authored
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
-
Antoine Pitrou authored
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou authored
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou authored
reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library.
-
- 05 Jul, 2011 5 commits
-
-
Victor Stinner authored
scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
Victor Stinner authored
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner authored
-
Ned Deily authored
tests.
-
Ned Deily authored
testcase failure in test_ssl.
-
- 04 Jul, 2011 6 commits
-
-
Victor Stinner authored
fresh process with only one thread and to not change signal handling of the parent process.
-
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).
-
Victor Stinner authored
shutdown, if globals()['__file__'] is None.
-
Georg Brandl authored
-
Victor Stinner authored
shutdown, if globals()['__file__'] is None.
-
Victor Stinner authored
instead of text mode using the locale encoding, to avoid encoding issues.
-
- 03 Jul, 2011 8 commits
-
-
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
of the text mode (using the locale encoding) to avoid encoding issues.
-
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
This prevents generator exception state from leaking into the caller. Closes #12475.
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Jul, 2011 1 commit
-
-
Charles-François Natali authored
the garbage collector while the Heap lock is held.
-
- 30 Jun, 2011 5 commits
-
-
Antoine Pitrou authored
-
Victor Stinner authored
UTF-8 instead of the locale encoding if the encoding is not specified. It now also opens XML files for the parser in binary mode instead of the text mode to avoid encoding issues.
-
Victor Stinner authored
avoid encoding issues (it used the locale encoding, whereas UTF-8 should be). Remove also an unused import (warnings).
-
Victor Stinner authored
read the Python script from the right encoding.
-
Victor Stinner authored
encoding cookie, instead of opening it in UTF-8.
-
- 29 Jun, 2011 1 commit
-
-
Victor Stinner authored
the output and displays it on failure instead. regrtest -v doesn't print the error twice anymore if there is only one error.
-