1. a6e8493 bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402) by Brian Coleman · 7 years ago
  2. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  3. ce552e2 bpo-24274: fix erroneous comment in dictobject.c (GH-200) by INADA Naoki · 7 years ago
  4. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 7 years ago
  5. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  6. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  7. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  8. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  9. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  10. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  11. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  12. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  13. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  14. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 7 years ago
  15. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 7 years ago
  16. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 7 years ago
  17. a50006c Merge 3.5. by Stefan Krah · 7 years ago
  18. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 7 years ago
  19. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  20. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  21. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  22. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 7 years ago
  23. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 7 years ago
  24. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 7 years ago
  25. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  26. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  27. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 7 years ago
  28. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 7 years ago
  29. 386072e Merge from 3.6. by Serhiy Storchaka · 7 years ago
  30. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 7 years ago
  31. 186b204 Fix typos in comment and documentation by Martin Panter · 7 years ago
  32. 5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 7 years ago
  33. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  34. 2c5a830 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. by INADA Naoki · 7 years ago
  35. 0c78634 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 7 years ago
  36. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  37. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 7 years ago
  38. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 7 years ago
  39. f7d199f Fix _PyGen_yf() by Victor Stinner · 7 years ago
  40. ac0720e Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). by Serhiy Storchaka · 7 years ago
  41. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 7 years ago
  42. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 7 years ago
  43. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 7 years ago
  44. df66b9c Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 7 years ago
  45. 292dd1b Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). by Serhiy Storchaka · 7 years ago
  46. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 7 years ago
  47. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  48. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 7 years ago
  49. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  50. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 7 years ago
  51. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  52. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  53. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  54. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 8 years ago
  55. 6c10650 Merge 3.5 (issue #27942) by Yury Selivanov · 8 years ago
  56. d2fd359 ssue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 8 years ago
  57. 29310c4 Issue #28003: Make WrappedVal, ASend and AThrow GC types by Yury Selivanov · 8 years ago
  58. 49ffdf6 Merge 3.5 by Yury Selivanov · 8 years ago
  59. 33499b7 genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper by Yury Selivanov · 8 years ago
  60. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  61. 3bd7900 merge 3.5 by Benjamin Peterson · 8 years ago
  62. db87c99 make sure dict view types are initialized by Benjamin Peterson · 8 years ago
  63. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  64. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  65. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  66. 93f26f7 Issue #28583: PyDict_SetDefault didn't combine split table when needed. by INADA Naoki · 8 years ago
  67. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  68. 7f0514a Backed out changeset 6b88dfc7b25d by Serhiy Storchaka · 8 years ago
  69. 7984bff Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  70. d1af5ef Issue #28385: An error message when non-empty format spec is passed to by Serhiy Storchaka · 8 years ago
  71. 998c9cd Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. by Serhiy Storchaka · 8 years ago
  72. b7d14a0 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  73. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 8 years ago
  74. d76d8bf Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. by Serhiy Storchaka · 8 years ago
  75. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  76. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  77. b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
  78. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  79. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  80. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  81. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  82. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  83. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  84. d5d32d2 Issue #28214: Improved exception reporting for problematic __set_name__ by Serhiy Storchaka · 8 years ago
  85. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  86. 3aa7552 merge 3.5 (#28454) by Benjamin Peterson · 8 years ago
  87. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  88. 5cade88 Check return value of _PyDict_SetItemId() by Christian Heimes · 8 years ago
  89. ebe17e0 Fix _Py_normalize_encoding() command by Victor Stinner · 8 years ago
  90. b329e1b va_end vargs2 once (closes #28417) by Benjamin Peterson · 8 years ago
  91. de69ee7 - dictobject.c: Make dict_merge symbol a static symbol by doko@ubuntu.com · 8 years ago
  92. 49f5cdd Issue #28183: Optimize and cleanup dict iteration. by Serhiy Storchaka · 8 years ago
  93. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  94. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  95. c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 8 years ago
  96. 639098c Merge from 3.5. by Serhiy Storchaka · 8 years ago
  97. 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 8 years ago
  98. 56588b7 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  99. 8ef3460 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  100. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago