- 08 Eyl, 2016 40 kayıt (commit)
-
-
R David Murray yazdı
And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Issue #27350: use Py_MEMBER_SIZE() macro to get the size of PyDictKeyEntry.dk_indices, rather than hardcoding 8.
-
Victor Stinner yazdı
Issue #27350: `dict` implementation is changed like PyPy. It is more compact and preserves insertion order. _PyDict_Dummy() function has been removed. Disable test_gdb: python-gdb.py is not updated yet to the new structure of compact dictionaries (issue #28023). Patch written by INADA Naoki.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Claude Paroz.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
Initially (e0b7e34b5971) it should be \udef0, but after 52a77ef069cd (issue #3672) lone surrogates are not accepted and should be removed.
-
Christian Heimes yazdı
Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32
-
Christian Heimes yazdı
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
-
Senthil Kumaran yazdı
Initial patch contributed by Denver Coneybeare.
-
Senthil Kumaran yazdı
Initial patch contributed by Denver Coneybeare.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Gregory P. Smith yazdı
to use https and add a link to RFC-7693.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Ethan Furman yazdı
-
Eric Snow yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Brett Cannon yazdı
-
Eric Snow yazdı
Patch by Ramchandra Apte.
-
R David Murray yazdı
-
R David Murray yazdı
This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Davin Potts yazdı
-
Steve Dower yazdı
-