1. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  2. 3a7f035 bpo-30597: Show expected input in custom 'print' error message. (#2009) by Sanyam Khurana · 7 years ago
  3. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 7 years ago
  4. 64505a1 bpo-30486: Allow setting cell value (#1840) by Lisa Roach · 7 years ago
  5. 6cca5c8 bpo-30592: Fixed error messages for some builtins. (#1996) by Serhiy Storchaka · 7 years ago
  6. 5eb788b bpo-30534: Fixed error messages when pass keyword arguments (#1901) by Serhiy Storchaka · 7 years ago
  7. 4e624ca bpo-30509: Clean up calling type slots. (#1883) by Serhiy Storchaka · 7 years ago
  8. 753bca3 bpo-27945: Fixed various segfaults with dict. (#1657) by Serhiy Storchaka · 7 years ago
  9. d896985 bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652) by Serhiy Storchaka · 7 years ago
  10. 7e19dbc bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506) by Serhiy Storchaka · 7 years ago
  11. a66f9c6 bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) by Xiang Zhang · 7 years ago
  12. 2ddf5a1 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) by Xiang Zhang · 7 years ago
  13. 1a5856b bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) by Serhiy Storchaka · 7 years ago
  14. 40db90c bpo-29802: Fix reference counting in module-level struct functions (#1213) by Serhiy Storchaka · 7 years ago
  15. b4dc6af bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) by Dong-hee Na · 7 years ago
  16. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  17. 8e1ddbd fix a refleak in slot_sq_length (#1162) by Xiang Zhang · 7 years ago
  18. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  19. baf9f29 bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) by Serhiy Storchaka · 7 years ago
  20. 813f943 bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) by Serhiy Storchaka · 7 years ago
  21. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 7 years ago
  22. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 7 years ago
  23. 205e00c bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) by Serhiy Storchaka · 7 years ago
  24. bae6881 Update Argument Clinic generated code for bpo-29878. (#1001) by Serhiy Storchaka · 7 years ago
  25. 43ba886 bpo-29549: Fixes docstring for str.index (#256) by Lisa Roach · 7 years ago
  26. e82cf86 bpo-29949: Fix set memory usage regression (GH-943) by INADA Naoki · 7 years ago
  27. 06bb487 Fix spurious MemoryError introduced by PR #886. (#930) by T. Wouters · 7 years ago
  28. a00c3fd bpo-29941: Assert fixes (#886) by T. Wouters · 7 years ago
  29. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  30. 918403c bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680) by Serhiy Storchaka · 7 years ago
  31. 0a58f72 bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) by Serhiy Storchaka · 7 years ago
  32. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  33. c431854 bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866) by Louie Lu · 7 years ago
  34. d67a103 bpo-29924: Remove useless argument (#854) by Sylvain · 7 years ago
  35. 671079e bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798) by Serhiy Storchaka · 7 years ago
  36. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 7 years ago
  37. c61ac16 Don't use Py_SIZE for dict object. (#747) by Serhiy Storchaka · 7 years ago
  38. e46fb86 bpo-28876: bool of large range raises OverflowError (#699) by 4kir4 · 7 years ago
  39. 6b5a9ec bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) by Serhiy Storchaka · 7 years ago
  40. 004e03f bpo-29116: Improve error message for concatenating str with non-str. (#710) by Serhiy Storchaka · 7 years ago
  41. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 7 years ago
  42. 18b250f bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) by Serhiy Storchaka · 7 years ago
  43. 0b56159 bpo-20186: Convert tuple object implementation to Argument Clinic. (#614) by Serhiy Storchaka · 7 years ago
  44. 5c643a0 bpo-20185: Convert typeobject.c to Argument Clinic. (#544) by Serhiy Storchaka · 7 years ago
  45. 0f7b0b3 bpo-29735: Optimize partial_call(): avoid tuple (#516) by Victor Stinner · 7 years ago
  46. 9135275 bpo-28810: Update lnotab_notes.txt (#665) by Ivan Levkivskyi · 7 years ago
  47. aa289a5 bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75) by INADA Naoki · 7 years ago
  48. 7e2a54c bpo-28856: Let %b format for bytes support objects that follow the buffer protocol (GH-546) by Xiang Zhang · 7 years ago
  49. 0042510 bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650) by Oren Milman · 7 years ago
  50. b7c9150 Fix wrapping into StopIteration of return values in generators and coroutines (#644) by Yury Selivanov · 7 years ago
  51. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  52. b5c51d3 bpo-20185: Convert float object implementation to Argument Clinic. (#543) by Serhiy Storchaka · 7 years ago
  53. fdd42c4 bpo-20185: Convert list object implementation to Argument Clinic. (#542) by Serhiy Storchaka · 7 years ago
  54. 390a096 bpo-29749: Update int() docstring (GH-565) by svelankar · 7 years ago
  55. 370fd20 Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than PyBool_FromLong(0)/PyBool_FromLong(1). (#567) by Serhiy Storchaka · 7 years ago
  56. 9f8ad3f bpo-29568: Disable any characters between two percents for escaped percent "%%" in the format string for classic string formatting. (GH-513) by Serhiy Storchaka · 7 years ago
  57. c393ee8 bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) by Xiang Zhang · 7 years ago
  58. 98e80c2 bpo-29737: Optimize concatenating with empty tuple. (#524) by Serhiy Storchaka · 7 years ago
  59. 2e56424 bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) by Serhiy Storchaka · 7 years ago
  60. b76ad51 bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-499) by Xiang Zhang · 7 years ago
  61. 86aa269 remove 3 redundant casts in Objects/longobject.c (#445) by orenmn · 7 years ago
  62. 58d23e6 bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) by Serhiy Storchaka · 7 years ago
  63. 6a9122c bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) by Brian Coleman · 7 years ago
  64. 3824cd8 bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) by INADA Naoki · 7 years ago
  65. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 7 years ago
  66. 4cee049 bpo-27660: remove unnecessary overflow checks in list_resize (GH-189) by Xiang Zhang · 7 years ago
  67. 3e8d6cb bpo-29509: skip redundant intern (GH-197) by INADA Naoki · 7 years ago
  68. 112ec38 bpo-29602: fix signed zero handling in complex constructor. (#203) by Mark Dickinson · 7 years ago
  69. 1b8df10 bpo-24274: fix erroneous comment in dictobject.c (GH-196) by INADA Naoki · 7 years ago
  70. d0e8212 bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) by Xiang Zhang · 7 years ago
  71. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 7 years ago
  72. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  73. 2294f3a bpo-29438: fixed use-after-free in key sharing dict (#17) by INADA Naoki · 7 years ago
  74. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 8 years ago
  75. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 8 years ago
  76. fe4ff83 Issue #29507: Fix _PyObject_CallFunctionVa() by Victor Stinner · 8 years ago
  77. 516b981 Optimize slots: avoid temporary PyMethodObject by Victor Stinner · 8 years ago
  78. 12c5838 Fix PyCFunction_Call() performance issue by Victor Stinner · 8 years ago
  79. 620580f Fix refleaks if Py_EnterRecursiveCall() fails by Victor Stinner · 8 years ago
  80. 7399a05 Issue #29306: Fix usage of Py_EnterRecursiveCall() by Victor Stinner · 8 years ago
  81. 68a001d Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and by Serhiy Storchaka · 8 years ago
  82. 5cd87a8 Reduce load factor (from 66% to 60%) to improve effectiveness of linear probing. by Raymond Hettinger · 8 years ago
  83. 19d2597 Issue #29311: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  84. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 8 years ago
  85. e1af696 Remove unnecessary variables. by Raymond Hettinger · 8 years ago
  86. 196a7bc Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster by Serhiy Storchaka · 8 years ago
  87. 495e880 Issue #20185: Converted the int class to Argument Clinic. by Serhiy Storchaka · 8 years ago
  88. 35a96a2 Issue #29383: reduce temporary interned unicode by INADA Naoki · 8 years ago
  89. bda5a2b Issue #29358: Add postcondition checks on types by Victor Stinner · 8 years ago
  90. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  91. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  92. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  93. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 8 years ago
  94. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  95. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  96. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  97. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 8 years ago
  98. 91a8866 Fix grammar in doc string, RST markup by Martin Panter · 8 years ago
  99. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  100. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago