- 23 Eyl, 2016 10 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
regrtest -W hides output if a test pass, but also when env changed and so the env changed warning is hidden. So it's hard to debug. With this change, stderr is now always displayed when a test doesn't pass.
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 22 Eyl, 2016 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
The code was correct, but GCC is not enough clever.
-
Serhiy Storchaka yazdı
unscathed to the C-defined function. Now it is converted to exact tuple.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
This fixes a regression caused by revision 73afda5a4e4c. Also reverts the decimal test workaround added in revision 5f3dd0a2b1ab. Remove test_without_exception(). According to revision ecaafc32c500, this was added in Python 2 so that print_exc() would output “None” when called with no exception set. However print_exc() never worked like this in Python 3, and the use case is not documented. Restore TracebackCases class name (instead of SyntaxTracebackCases), because the class also tests other exceptions.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 21 Eyl, 2016 12 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
instance.
-
Christian Heimes yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer.
-
Christian Heimes yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #28176: Increase timeout from 10 seconds to 60 seconds.
-
Benjamin Peterson yazdı
-
- 20 Eyl, 2016 7 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27778: Fix a memory leak in os.getrandom() when the getrandom() is interrupted by a signal and a signal handler raises a Python exception. Modify also os_getrandom_impl() to avoid the temporary buffer, use directly a Python bytes object.
-
Victor Stinner yazdı
Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP.
-
Victor Stinner yazdı
Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP.
-
Victor Stinner yazdı
Issue #27955: modify py_getrnadom() and dev_urandom() * Add comments from Python 3.7 * PEP 7 style: add {...}
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Benjamin Peterson yazdı
-