- 15 Sep, 2016 9 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Eryk Sun.
-
Yury Selivanov authored
-
Benjamin Peterson authored
Not completely mechanical since support for East Asian Width changes—emoji codepoints became Wide—had to be added to unicodedata.
-
- 14 Sep, 2016 19 commits
-
-
Berker Peksag authored
Patch by Ed Schouten.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
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 authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Backport of 01ddd608b85c.
-
Berker Peksag authored
-
Berker Peksag authored
zipimport should use the same optimization level as the interpreter.
-
- 13 Sep, 2016 12 commits
-
-
Christian Heimes authored
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
-
Christian Heimes authored
-
Guido van Rossum authored
-
Xavier de Gaye authored
-
Ned Deily authored
-
Victor Stinner authored
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 authored
A newer instance of this option, enabled in the configure script when building outside the source tree, made this redundant.
-
Victor Stinner authored
find_empty_slot() only supports combined dict
-
Martin Panter authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-