- 15 Eyl, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.
-
- 14 Eyl, 2016 19 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Ed Schouten.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
Issue #28127: Add a function to check that a dictionary remains consistent after any change. By default, tables are not checked, only basic attributes. Define DEBUG_PYDICT (ex: gcc -D DEBUG_PYDICT) to also check dictionary "content".
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Backport of 01ddd608b85c.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
zipimport should use the same optimization level as the interpreter.
-
- 13 Eyl, 2016 19 kayıt (commit)
-
-
Christian Heimes yazdı
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
-
Christian Heimes yazdı
-
Guido van Rossum yazdı
-
Xavier de Gaye yazdı
-
Ned Deily yazdı
-
Victor Stinner yazdı
Issue #28120: Fix dict.pop() for splitted dictionary when trying to remove a "pending key" (Not yet inserted in split-table). Patch by Xiang Zhang.
-
Martin Panter yazdı
A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant.
-
Victor Stinner yazdı
find_empty_slot() only supports combined dict
-
Martin Panter yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
-