- 22 Sep, 2016 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
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 authored
-
- 21 Sep, 2016 3 commits
-
-
Berker Peksag authored
-
Victor Stinner authored
Issue #28233: Fix a memory leak if the format string contains a non-ASCII character, destroy the unicode writer.
-
Victor Stinner authored
Issue #28176: Increase timeout from 10 seconds to 60 seconds.
-
- 20 Sep, 2016 4 commits
-
-
Victor Stinner authored
Issue #27955: Fallback on reading /dev/urandom device when the getrandom() syscall fails with EPERM, for example when blocked by SECCOMP.
-
Victor Stinner authored
Issue #27955: modify py_getrnadom() and dev_urandom() * Add comments from Python 3.7 * PEP 7 style: add {...}
-
Ned Deily authored
-
Benjamin Peterson authored
-
- 19 Sep, 2016 4 commits
-
-
Jesus Cea authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
(Patch by Xiang Zhang)
-
- 18 Sep, 2016 5 commits
-
-
Christian Heimes authored
-
Berker Peksag authored
-
Berker Peksag authored
I forgot there two variations of os.stat() in Python 3.5.
-
Steve Dower authored
-
Steve Dower authored
-
- 17 Sep, 2016 6 commits
-
-
Steve Dower authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Eryk Sun.
-
Martin Panter authored
Also update the classmethod and staticmethod doc strings and comments to match the RST documentation.
-
- 16 Sep, 2016 4 commits
-
-
Berker Peksag authored
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
-
Christian Heimes authored
-
Berker Peksag authored
Patch by Gergely Imreh and Markus Holtermann.
-
Martin Panter authored
-
- 15 Sep, 2016 8 commits
-
-
Yury Selivanov authored
Patch by Mark Williams.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by INADA Naoki.
-
Yury Selivanov authored
Patch by iceboy.
-
Yury Selivanov authored
Patch by Seth Michael Larson.
-
Yury Selivanov authored
Patch by Kevin Conway.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 14 Sep, 2016 3 commits
-
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-