1. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years, 10 months ago
  2. a0c603c bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (GH-16334) by Ma Lin · 4 years, 10 months ago
  3. 3635388 bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940) by Max Bernstein · 4 years, 10 months ago
  4. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 4 years, 10 months ago
  5. 04b8631 bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) by Yannick Jadoul · 4 years, 10 months ago
  6. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years, 10 months ago
  7. 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years, 10 months ago
  8. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years, 10 months ago
  9. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 10 months ago
  10. e2ec0b2 bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593) by Serhiy Storchaka · 4 years, 10 months ago
  11. 77f0a23 Fix the attribute names in the docstring of GenericAlias (GH-22594) by Mikhail Golubev · 4 years, 10 months ago
  12. 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 10 months ago
  13. f90dc36 Fix comment about PyObject_IsTrue. (GH-22343) by Stefan Pochmann · 4 years, 10 months ago
  14. 9ece9cd bpo-41909: Enable previously disabled recursion checks. (GH-22536) by Serhiy Storchaka · 4 years, 10 months ago
  15. d646e91 bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523) by Dong-hee Na · 4 years, 10 months ago
  16. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years, 10 months ago
  17. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 10 months ago
  18. fa7ce08 bpo-41870: Avoid the test when nargs=0 (GH-22462) by Dong-hee Na · 4 years, 11 months ago
  19. e8acc35 bpo-41873: Add vectorcall for float() (GH-22432) by Dennis Sweeney · 4 years, 11 months ago
  20. a195bce bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427) by Dong-hee Na · 4 years, 11 months ago
  21. d73cf7c bpo-41428: Fix compiler warning in unionobject.c (GH-22416) by Victor Stinner · 4 years, 11 months ago
  22. d67de0a bpo-41428: Fix compiler warnings in unionobject.c (GH-22388) by Victor Stinner · 4 years, 11 months ago
  23. bbeb223 bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) by Victor Stinner · 4 years, 11 months ago
  24. 97d15ae bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) by Victor Stinner · 4 years, 11 months ago
  25. 7f413a5 bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376) by Victor Stinner · 4 years, 11 months ago
  26. 6c33385 bpo-41756: Refactor gen_send_ex(). (GH-22330) by Serhiy Storchaka · 4 years, 11 months ago
  27. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
  28. 2e87774 bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262) by Batuhan Taskaya · 5 years ago
  29. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 5 years ago
  30. bb083d3 bpo-1635741: Port _string module to multi-phase init (GH-22148) by Victor Stinner · 5 years ago
  31. b0ac5d7 bpo-41732: add iterator to memoryview (GH-22119) by dxflores · 5 years ago
  32. 3940333 closes bpo-41689: Preserve text signature from tp_doc in C heap type creation. (GH-22058) by Benjamin Peterson · 5 years ago
  33. 9b648a9 bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020) by Pablo Galindo · 5 years ago
  34. fabd7bb bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) by Victor Stinner · 5 years ago
  35. d9323a8 bpo-41493: Refactoring dictresize (GH-21751) by Inada Naoki · 5 years ago
  36. db6d9a5 bpo-41431: Optimize dict_merge for copy (GH-21674) by Inada Naoki · 5 years ago
  37. 488512b A (very) slight speed improvement for iterating over bytes (#21705) by Guido van Rossum · 5 years ago
  38. 5a2bac7 bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) by Serhiy Storchaka · 5 years ago
  39. 12f4334 bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) by Serhiy Storchaka · 5 years ago
  40. e123012 bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) by Dong-hee Na · 5 years ago
  41. 6bf32373 bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) by Serhiy Storchaka · 5 years ago
  42. c53b310 bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) by scoder · 5 years ago
  43. 80a5036 bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) by Serhiy Storchaka · 5 years ago
  44. d583738 Fix a small grammatical mistake in a comment (GH-21526) by Brett Cannon · 5 years ago
  45. cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 5 years ago
  46. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
  47. 8182cc2 bpo-39573: Use the Py_TYPE() macro (GH-21433) by Victor Stinner · 5 years ago
  48. 0f9aa47 bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426) by Serhiy Storchaka · 5 years ago
  49. 8b33961 bpo-29590: fix stack trace for gen.throw() with yield from (#19896) by Chris Jerdonek · 5 years ago
  50. 61fc23c bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (GH-21240) by stratakis · 5 years ago
  51. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 5 years ago
  52. 3549ca3 bpo-1635741: Fix unicode_dealloc() for mortal interned string (GH-21270) by Victor Stinner · 5 years ago
  53. 148f329 bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) by scoder · 5 years ago
  54. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 5 years ago
  55. 038dd0f bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) by Inada Naoki · 5 years ago
  56. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 5 years ago
  57. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
  58. e67f7db bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) by Serhiy Storchaka · 5 years ago
  59. 5b96370 Fix typo in Object/listobject.c (GH-21079) by Jeong Ukjae · 5 years ago
  60. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
  61. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 5 years ago
  62. 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 5 years ago
  63. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
  64. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 5 years ago
  65. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 5 years ago
  66. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 5 years ago
  67. 90ed8a6 bpo-40521: Optimize PyUnicode_New(0, maxchar) (GH-21099) by Victor Stinner · 5 years ago
  68. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 5 years ago
  69. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 5 years ago
  70. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 5 years ago
  71. 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 5 years ago
  72. 61b6492 bpo-36710: Pass tstate explicitly in abstract.c (GH-21075) by Victor Stinner · 5 years ago
  73. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 5 years ago
  74. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 5 years ago
  75. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 5 years ago
  76. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 5 years ago
  77. cafe1b6 bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537) by Serhiy Storchaka · 5 years ago
  78. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
  79. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 5 years ago
  80. 794e7d1 bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) by Niklas Fiekas · 5 years ago
  81. 10c3b21 bpo-40890: Fix compiler warning in dictobject.c (GH-20876) by Pablo Galindo · 5 years ago
  82. 3ee0e48 bpo-40890: Add `mapping` property to dict views (GH-20749) by Dennis Sweeney · 5 years ago
  83. 3b3b83c Restrict co_code to be under INT_MAX in codeobject (GH-20628) by Ammar Askar · 5 years ago
  84. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 5 years ago
  85. d36cf5f bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) by Victor Stinner · 5 years ago
  86. 24b8bad bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) by scoder · 5 years ago
  87. 07d8112 bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) by Dennis Sweeney · 5 years ago
  88. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 5 years ago
  89. bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 5 years ago
  90. c96a61e bpo-40881: Fix unicode_release_interned() (GH-20699) by Victor Stinner · 5 years ago
  91. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 5 years ago
  92. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 5 years ago
  93. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 5 years ago
  94. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 5 years ago
  95. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 5 years ago
  96. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 5 years ago
  97. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 5 years ago
  98. 50a48da Don't raise an exception on normal return from generator. (GH-19473) by Mark Shannon · 5 years ago
  99. 6e23a9c Fix MSVC warning in frameobject.c (GH-20590) by Ammar Askar · 5 years ago
  100. 297257f bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595) by Victor Stinner · 5 years ago