- 21 Sep, 2016 2 commits
-
-
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 7 commits
-
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Backport of 01ddd608b85c.
-