- 05 Jul, 2011 12 commits
-
-
Victor Stinner authored
support Python scripts using a encoding different than UTF-8 (read the coding cookie of the script).
-
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
subprocess.Popen.communicate() now also handles EINTR errors if the process has only one pipe.
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
tests.
-
Ned Deily authored
tests.
-
Ned Deily authored
testcase failure in test_ssl.
-
Ned Deily authored
testcase failure in test_ssl.
-
- 04 Jul, 2011 28 commits
-
-
Victor Stinner authored
When signals are unblocked, pending signal ared delivered in the reverse order of their number (also on Linux, not only on FreeBSD 6). Don't sort signals by their number if signals were not blocked (test_signum).
-
Victor Stinner authored
On FreeBSD 6, when signals are unblocked, FreeBSD 6 delivers signals in the reverse order of their number.
-
Victor Stinner authored
* 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 authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
-
Senthil Kumaran authored
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 authored
-
Georg Brandl authored
-
Victor Stinner authored
-
Victor Stinner authored
to run the test in a fresh process with only one thread and to not change signal handling of the parent process.
-
Victor Stinner authored
fresh process with only one thread and to not change signal handling of the parent process.
-
Victor Stinner authored
Replace PendingDeprecationWarning warnings by DeprecationWarning.
-
Victor Stinner authored
Add a new HAVE_MBCS define.
-
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.
-