- 20 Eyl, 2016 3 kayıt (commit)
-
-
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ı
-
- 14 Eyl, 2016 8 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Backport of 01ddd608b85c.
-
Berker Peksag yazdı
zipimport should use the same optimization level as the interpreter.
-
- 13 Eyl, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant.
-
Raymond Hettinger yazdı
-