- 27 Eyl, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by John Leitch.
-
Martin Panter yazdı
-
- 26 Eyl, 2016 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
if pass invalid string-like object as a name. Patch by Xiang Zhang.
-
Berker Peksag yazdı
Patch by Tom Clark.
-
Berker Peksag yazdı
Patch by Madison May.
-
Berker Peksag yazdı
Reported by Regina Ochotzki on docs@p.o.
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
-
- 25 Eyl, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
arguments.
-
Serhiy Storchaka yazdı
-
- 24 Eyl, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Eyl, 2016 5 kayıt (commit)
-
-
Martin Panter yazdı
The later value of FOO is fine. The test just needs to verify that the server converted it to lowercase.
-
Christian Heimes yazdı
-
Christian Heimes 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.
-
Steve Dower yazdı
-
- 22 Eyl, 2016 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The code was correct, but GCC is not enough clever.
-
Christian Heimes 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ı
-
- 21 Eyl, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Victor Stinner yazdı
Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer.
-
Victor Stinner yazdı
Issue #28176: Increase timeout from 10 seconds to 60 seconds.
-
- 20 Eyl, 2016 4 kayıt (commit)
-
-
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ı
-
Benjamin Peterson yazdı
-
- 19 Eyl, 2016 4 kayıt (commit)
-
-
Jesus Cea yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
(Patch by Xiang Zhang)
-
- 18 Eyl, 2016 5 kayıt (commit)
-
-
Christian Heimes yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
I forgot there two variations of os.stat() in Python 3.5.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 17 Eyl, 2016 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-