1. ee9f98d bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) by Mark Shannon · 3 years, 6 months ago
  2. 5d3553b bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073) by Zackery Spytz · 3 years, 7 months ago
  3. 49cd68f bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) by Ken Jin · 3 years, 7 months ago
  4. c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 3 years, 7 months ago
  5. 056c082 bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) by Petr Viktorin · 3 years, 7 months ago
  6. a6d63a2 Fix compiler warnings regarding loss of data (GH-23983) by Pablo Galindo · 3 years, 7 months ago
  7. f450723 bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) by Victor Stinner · 3 years, 7 months ago
  8. ea25180 bpo-40521: Per-interpreter interned strings (GH-20085) by Victor Stinner · 3 years, 7 months ago
  9. 4101018 bpo-42745: Make the type cache per-interpreter (GH-23947) by Victor Stinner · 3 years, 7 months ago
  10. ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 3 years, 7 months ago
  11. 73607be bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) by kj · 3 years, 7 months ago
  12. 463c7d3 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) by kj · 3 years, 7 months ago
  13. 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 3 years, 8 months ago
  14. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 8 months ago
  15. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 3 years, 8 months ago
  16. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 8 months ago
  17. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 8 months ago
  18. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 8 months ago
  19. ed1a5a5 bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) by Hai Shi · 3 years, 8 months ago
  20. 313467e bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461) by Serhiy Storchaka · 3 years, 8 months ago
  21. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 8 months ago
  22. ed1007c bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446) by Serhiy Storchaka · 3 years, 8 months ago
  23. 1db7639 bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec() (GH-23410) by Serhiy Storchaka · 3 years, 8 months ago
  24. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 8 months ago
  25. 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 3 years, 8 months ago
  26. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 8 months ago
  27. ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 3 years, 8 months ago
  28. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 3 years, 8 months ago
  29. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 8 months ago
  30. 38811d6 Fix typo in unicodeobject.c (GH-23180) by Ikko Ashimine · 3 years, 8 months ago
  31. 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 3 years, 8 months ago
  32. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 3 years, 8 months ago
  33. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 3 years, 9 months ago
  34. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 9 months ago
  35. 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 3 years, 9 months ago
  36. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 9 months ago
  37. 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 3 years, 9 months ago
  38. c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 3 years, 9 months ago
  39. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 9 months ago
  40. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 9 months ago
  41. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 9 months ago
  42. b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 3 years, 9 months ago
  43. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 9 months ago
  44. 492d513 Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960) by Pablo Galindo · 3 years, 9 months ago
  45. c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 3 years, 9 months ago
  46. 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 3 years, 9 months ago
  47. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 3 years, 9 months ago
  48. a0c603c bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334) by Ma Lin · 3 years, 9 months ago
  49. 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 3 years, 9 months ago
  50. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 3 years, 9 months ago
  51. 04b8631 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Yannick Jadoul · 3 years, 9 months ago
  52. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 3 years, 9 months ago
  53. 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 3 years, 9 months ago
  54. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 3 years, 9 months ago
  55. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 3 years, 9 months ago
  56. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 3 years, 9 months ago
  57. 77f0a23 Fix the attribute names in the docstring of GenericAlias (GH-22594) by Mikhail Golubev · 3 years, 9 months ago
  58. 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 3 years, 9 months ago
  59. f90dc36 Fix comment about PyObject_IsTrue. (GH-22343) by Stefan Pochmann · 3 years, 9 months ago
  60. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 3 years, 10 months ago
  61. d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 3 years, 10 months ago
  62. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 3 years, 10 months ago
  63. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 3 years, 10 months ago
  64. fa7ce08 bpo-41870: Avoid the test when nargs=0 (GH-22462) by Dong-hee Na · 3 years, 10 months ago
  65. e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 3 years, 10 months ago
  66. a195bce bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) by Dong-hee Na · 3 years, 10 months ago
  67. d73cf7c bpo-41428: Fix compiler warning in unionobject.c (GH-22416) by Victor Stinner · 3 years, 10 months ago
  68. d67de0a bpo-41428: Fix compiler warnings in unionobject.c (GH-22388) by Victor Stinner · 3 years, 10 months ago
  69. bbeb223 bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) by Victor Stinner · 3 years, 10 months ago
  70. 97d15ae bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) by Victor Stinner · 3 years, 10 months ago
  71. 7f413a5 bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376) by Victor Stinner · 3 years, 10 months ago
  72. 6c33385 bpo-41756: Refactor gen_send_ex(). (GH-22330) by Serhiy Storchaka · 3 years, 10 months ago
  73. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 3 years, 10 months ago
  74. 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 3 years, 10 months ago
  75. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 3 years, 10 months ago
  76. bb083d3 bpo-1635741: Port _string module to multi-phase init (GH-22148) by Victor Stinner · 3 years, 10 months ago
  77. b0ac5d7 bpo-41732: add iterator to memoryview (GH-22119) by dxflores · 3 years, 10 months ago
  78. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 3 years, 11 months ago
  79. 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 3 years, 11 months ago
  80. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 4 years ago
  81. d9323a8 bpo-41493: Refactoring dictresize (GH-21751) by Inada Naoki · 4 years ago
  82. db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 4 years ago
  83. 488512b A (very) slight speed improvement for iterating over bytes (#21705) by Guido van Rossum · 4 years ago
  84. 5a2bac7 bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) by Serhiy Storchaka · 4 years ago
  85. 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 4 years ago
  86. e123012 bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) by Dong-hee Na · 4 years ago
  87. 6bf32373 bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) by Serhiy Storchaka · 4 years ago
  88. c53b310 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by scoder · 4 years ago
  89. 80a5036 bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) by Serhiy Storchaka · 4 years ago
  90. d583738 Fix a small grammatical mistake in a comment (GH-21526) by Brett Cannon · 4 years ago
  91. cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 4 years ago
  92. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years ago
  93. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 4 years ago
  94. 0f9aa47 bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) by Serhiy Storchaka · 4 years ago
  95. 8b33961 bpo-29590: fix stack trace for gen.throw() with yield from (#19896) by Chris Jerdonek · 4 years ago
  96. 61fc23c bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by stratakis · 4 years ago
  97. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years ago
  98. 3549ca3 bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) by Victor Stinner · 4 years, 1 month ago
  99. 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 4 years, 1 month ago
  100. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years, 1 month ago