1. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 10 months ago
  2. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 10 months ago
  3. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 10 months ago
  4. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 10 months ago
  5. b3b9808 bpo-41617: Add _Py__has_builtin() macro (GH-23260) by Victor Stinner · 3 years, 10 months ago
  6. ef75a62 bpo-42260: Initialize time and warnings earlier at startup (GH-23249) by Victor Stinner · 3 years, 10 months ago
  7. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 10 months ago
  8. ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 3 years, 10 months ago
  9. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 3 years, 10 months ago
  10. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 10 months ago
  11. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 3 years, 10 months ago
  12. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 3 years, 10 months ago
  13. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 3 years, 10 months ago
  14. 4eb41d0 bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077) by kj · 3 years, 10 months ago
  15. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 3 years, 10 months ago
  16. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 3 years, 10 months ago
  17. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 3 years, 10 months ago
  18. af1d64d bpo-42260: Main init modify sys.flags in-place (GH-23150) by Victor Stinner · 3 years, 11 months ago
  19. cfb41e8 bpo-42260: Reorganize PyConfig (GH-23149) by Victor Stinner · 3 years, 11 months ago
  20. 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 3 years, 11 months ago
  21. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 11 months ago
  22. a603c3d Post 3.10.0a2 by Pablo Galindo · 3 years, 11 months ago
  23. a9abbda Merge tag 'v3.10.0a2' into master by Pablo Galindo · 3 years, 11 months ago
  24. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 3 years, 11 months ago
  25. 114ee5d Python 3.10.0a2 by Pablo Galindo · 3 years, 11 months ago
  26. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 3 years, 11 months ago
  27. 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 3 years, 11 months ago
  28. 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 3 years, 11 months ago
  29. e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 3 years, 11 months ago
  30. 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 3 years, 11 months ago
  31. 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 3 years, 11 months ago
  32. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 3 years, 11 months ago
  33. 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 3 years, 11 months ago
  34. c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 3 years, 11 months ago
  35. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 11 months ago
  36. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 11 months ago
  37. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 11 months ago
  38. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  39. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 11 months ago
  40. 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years ago
  41. 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years ago
  42. 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years ago
  43. 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 4 years ago
  44. cfb0f57 bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677) by Vladimir Matveev · 4 years ago
  45. 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 4 years ago
  46. 10c98db Fix typo in listobject.h (GH-22588) by chilaxan · 4 years ago
  47. 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years ago
  48. 637a09b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Serhiy Storchaka · 4 years ago
  49. 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 4 years ago
  50. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years ago
  51. 91e3339 Post 3.10.0a1 by Pablo Galindo · 4 years ago
  52. 8e9afaf Python 3.10.0a1 by Pablo Galindo · 4 years ago
  53. dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years ago
  54. 583ee5a bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486) by Victor Stinner · 4 years ago
  55. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years ago
  56. 24ba3b0 bpo-41875: Use __builtin_unreachable when possible (GH-22433) by Dong-hee Na · 4 years ago
  57. 2e4dd33 bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) by Zackery Spytz · 4 years ago
  58. 19c3ac9 bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) by Victor Stinner · 4 years ago
  59. c5cb077 Py_IS_TYPE() macro uses Py_TYPE() (GH-22341) by Victor Stinner · 4 years ago
  60. 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 4 years ago
  61. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years ago
  62. e5fbe0c bpo-41631: _ast module uses again a global state (#21961) by Victor Stinner · 4 years ago
  63. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 4 years ago
  64. e6905e4 bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042) by Victor Stinner · 4 years ago
  65. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 4 years, 1 month ago
  66. 46e19b6 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Inada Naoki · 4 years, 1 month ago
  67. 582aaf1 bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714) by Mark Shannon · 4 years, 1 month ago
  68. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 4 years, 2 months ago
  69. 680254a bpo-41366: Fix clang warning for sign conversion (GH-21592) by Henry Schreiner · 4 years, 2 months ago
  70. 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, 2 months ago
  71. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 2 months ago
  72. b26a0db Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390) by Victor Stinner · 4 years, 2 months ago
  73. 8f42748 bpo-29778: test_embed tests the path configuration (GH-21306) by Victor Stinner · 4 years, 2 months ago
  74. 9ce8132 bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309) by Inada Naoki · 4 years, 2 months ago
  75. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years, 2 months ago
  76. 13c90e8 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Inada Naoki · 4 years, 2 months ago
  77. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years, 3 months ago
  78. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 3 months ago
  79. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years, 3 months ago
  80. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years, 3 months ago
  81. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years, 3 months ago
  82. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years, 3 months ago
  83. 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 3 months ago
  84. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 3 months ago
  85. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 3 months ago
  86. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 3 months ago
  87. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 4 years, 3 months ago
  88. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 3 months ago
  89. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 3 months ago
  90. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 3 months ago
  91. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 3 months ago
  92. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 4 years, 3 months ago
  93. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 4 years, 3 months ago
  94. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 3 months ago
  95. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 3 months ago
  96. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 3 months ago
  97. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 3 months ago
  98. 8e34e92 bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) by Inada Naoki · 4 years, 3 months ago
  99. 07923f3 bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) by Victor Stinner · 4 years, 3 months ago
  100. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 3 months ago