- 23 Eyl, 2016 1 kayıt (commit)
-
-
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 6 kayıt (commit)
-
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Eryk Sun.
-
Martin Panter yazdı
Also update the classmethod and staticmethod doc strings and comments to match the RST documentation.
-
- 16 Eyl, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
-
Christian Heimes yazdı
-
Berker Peksag yazdı
Patch by Gergely Imreh and Markus Holtermann.
-
Martin Panter yazdı
-
- 15 Eyl, 2016 8 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by Mark Williams.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by INADA Naoki.
-
Yury Selivanov yazdı
Patch by iceboy.
-
Yury Selivanov yazdı
Patch by Seth Michael Larson.
-
Yury Selivanov yazdı
Patch by Kevin Conway.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-