1. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  2. b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
  3. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  4. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  5. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  6. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  7. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  8. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  9. d5d32d2 Issue #28214: Improved exception reporting for problematic __set_name__ by Serhiy Storchaka · 8 years ago
  10. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  11. 3aa7552 merge 3.5 (#28454) by Benjamin Peterson · 8 years ago
  12. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  13. 5cade88 Check return value of _PyDict_SetItemId() by Christian Heimes · 8 years ago
  14. ebe17e0 Fix _Py_normalize_encoding() command by Victor Stinner · 8 years ago
  15. b329e1b va_end vargs2 once (closes #28417) by Benjamin Peterson · 8 years ago
  16. de69ee7 - dictobject.c: Make dict_merge symbol a static symbol by doko@ubuntu.com · 8 years ago
  17. 49f5cdd Issue #28183: Optimize and cleanup dict iteration. by Serhiy Storchaka · 8 years ago
  18. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  19. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  20. c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 8 years ago
  21. 639098c Merge from 3.5. by Serhiy Storchaka · 8 years ago
  22. 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 8 years ago
  23. 56588b7 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  24. 8ef3460 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  25. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  26. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  27. 267941c Issue #28201: Dict reduces possibility of 2nd conflict in hash table. by INADA Naoki · 8 years ago
  28. 7fd9f4b Merge heads by Serhiy Storchaka · 8 years ago
  29. e81b0d3 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  30. 09f3d08 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  31. 8044809 merge 3.5 (#26617) by Benjamin Peterson · 8 years ago
  32. 8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) by Benjamin Peterson · 8 years ago
  33. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  34. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  35. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  36. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  37. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  38. 333ad92 Issue #27914: Fixed a comment in PyModule_ExcDef. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  39. 97932e4 issue #28144: Decrease empty_keys_struct's dk_refcnt by Serhiy Storchaka · 8 years ago
  40. 46825d2 Issue #28194: Clean up some checks in dict implementation. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  41. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  42. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  43. 7b7228a remove unneeded cast by Benjamin Peterson · 8 years ago
  44. afd02a4 Issue #28214: Now __set_name__ is looked up on the class instead of the by Serhiy Storchaka · 8 years ago
  45. 44f4874 Merge 3.5 by Victor Stinner · 8 years ago
  46. 1ddf53d Fix PyUnicode_FromFormatV() error handling by Victor Stinner · 8 years ago
  47. 2f2fee1 va_end() all va_copy()ed va_lists. by Christian Heimes · 8 years ago
  48. 0c21214 replace usage of Py_VA_COPY with the (C99) standard va_copy by Benjamin Peterson · 8 years ago
  49. 6692f01 merge by Raymond Hettinger · 8 years ago
  50. 7eb1bec Issue #28189: dictitems_contains no longer swallows compare errors. by Raymond Hettinger · 8 years ago
  51. 5d4b09c correct silly spelling problem by Benjamin Peterson · 8 years ago
  52. 19517e4 replace obmalloc's homegrown uptr and uchar types with standard ones by Benjamin Peterson · 8 years ago
  53. 3924f93 improvements to code that checks whether Python (obmalloc) allocated an address by Benjamin Peterson · 8 years ago
  54. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  55. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  56. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  58. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  59. 611b0fa Add _PyDict_CheckConsistency() by Victor Stinner · 8 years ago
  60. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  61. d0ad11f Fix _PyDict_Pop() on pending key by Victor Stinner · 8 years ago
  62. 9926480 Issue #28040: Cleanup find_empty_slot() by Victor Stinner · 8 years ago
  63. 476bd5e Fix warning in _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  64. 3c336c5 Issue #28077: find_empty_slot() only supports combined dict by Victor Stinner · 8 years ago
  65. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  66. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  67. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  68. 4103e4d Issue #28071: Add early-out for differencing from an empty set. by Raymond Hettinger · 8 years ago
  69. 1d7feab Issue #28045: Merge from 3.5 by Berker Peksag · 8 years ago
  70. ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 8 years ago
  71. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  72. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  73. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  74. 82cb124 Issue #25221: merge from 3.5. by Mark Dickinson · 8 years ago
  75. 36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. by Mark Dickinson · 8 years ago
  76. 473e0e4 Fixed compiler warnings in compact dict implementation on 32-bit platforms. by Serhiy Storchaka · 8 years ago
  77. 990397e dictobject.c: explain why stringlib is used by Victor Stinner · 8 years ago
  78. 37e4ef7 Issue #27810: Rerun Argument Clinic on all modules by Victor Stinner · 8 years ago
  79. a9efb2f Add METH_FASTCALL calling convention by Victor Stinner · 8 years ago
  80. 78601a3 Fix SystemError in compact dict by Victor Stinner · 8 years ago
  81. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  82. 7c19aff Issue #25856: The __module__ attribute of extension classes and functions by Serhiy Storchaka · 8 years ago
  83. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  84. 621b430 remove all usage of Py_LOCAL by Benjamin Peterson · 8 years ago
  85. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  86. 6cb526e remove unconvincing use of Py_LOCAL by Benjamin Peterson · 8 years ago
  87. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  88. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  89. 71c01d4 Issue #28033: Fix typo in dictobject.c by Berker Peksag · 8 years ago
  90. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  91. 07a2a1b Additional safe-guard against dereferencing NULL in reduce_newobj by Christian Heimes · 8 years ago
  92. 884332b Add NULL check for gen->gi_code in gen_send_ex() by Christian Heimes · 8 years ago
  93. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  94. b88db87 supress coroutine warning when an exception is pending (#27968) by Benjamin Peterson · 8 years ago
  95. 33d2a49 promote some shifts to unsigned, so as not to invoke undefined behavior by Benjamin Peterson · 8 years ago
  96. 5a7d923 make sure to not call memcpy with a NULL second argument by Benjamin Peterson · 8 years ago
  97. bdddb11 clear out f_gen during generator finalization (closes #27812) by Benjamin Peterson · 8 years ago
  98. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  99. 3c56929 do not worry about 64-bit dict sizes on 32-bit platforms by Benjamin Peterson · 8 years ago
  100. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago