- 15 Sep, 2016 17 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Seth Michael Larson.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Kevin Conway.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
Patch by Ed Schouten.
-
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
-
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 4 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
-