- 08 Eyl, 2016 40 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26058: Add a new private version to the builtin dict type, incremented at each dictionary creation and at each dictionary change. Implementation of the PEP 509.
-
Davin Potts yazdı
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
-
Davin Potts yazdı
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
-
R David Murray yazdı
Patch by Emanuel Barry, reviewed by Serhiy Storchaka and Martin Panter.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Issue #27350.
-
Victor Stinner yazdı
Issue #27350.
-
Victor Stinner yazdı
Issue #27350.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
-
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
Issue #27350.
-
Eric Snow yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Issue #27350.
-
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ı
-
Berker Peksag yazdı
Patch by Claude Paroz.
-
Victor Stinner yazdı
Issue #27350: use Py_MEMBER_SIZE() macro to get the size of PyDictKeyEntry.dk_indices, rather than hardcoding 8.
-
Senthil Kumaran yazdı
Initial patch contributed by Denver Coneybeare.
-
Gregory P. Smith yazdı
-
-
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.
-