1. 666ecfb bpo-1635741: Release Unicode interned strings at exit (GH-21269) by Victor Stinner · 4 years, 1 month ago
  2. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 1 month ago
  3. b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 4 years, 1 month ago
  4. dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 4 years, 1 month ago
  5. e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 4 years, 1 month ago
  6. d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 4 years, 1 month ago
  7. 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 4 years, 1 month ago
  8. 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 4 years, 1 month ago
  9. 91698d8 bpo-40521: Optimize PyBytes_FromStringAndSize(str, 0) (GH-21142) by Victor Stinner · 4 years, 1 month ago
  10. 0430dfa bpo-40521: Always create the empty tuple singleton (GH-21116) by Victor Stinner · 4 years, 1 month ago
  11. 2f9ada9 bpo-40521: Make Unicode latin1 singletons per interpreter (GH-21101) by Victor Stinner · 4 years, 1 month ago
  12. f363d0a bpo-40521: Make empty Unicode string per interpreter (GH-21096) by Victor Stinner · 4 years, 1 month ago
  13. 281cce1 bpo-40521: Make MemoryError free list per interpreter (GH-21086) by Victor Stinner · 4 years, 1 month ago
  14. f9bd05e bpo-40521: Empty frozenset is no longer a singleton (GH-21085) by Raymond Hettinger · 4 years, 1 month ago
  15. c41eed1 bpo-40521: Make bytes singletons per interpreter (GH-21074) by Victor Stinner · 4 years, 1 month ago
  16. 261cfed bpo-40521: Make the empty frozenset per interpreter (GH-21068) by Victor Stinner · 4 years, 1 month ago
  17. b4e85ca bpo-40521: Make dict free lists per-interpreter (GH-20645) by Victor Stinner · 4 years, 1 month ago
  18. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 1 month ago
  19. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 1 month ago
  20. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 1 month ago
  21. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 1 month ago
  22. 8e34e92 bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) by Inada Naoki · 4 years, 1 month ago
  23. 07923f3 bpo-35059: Enhance _PyObject_GC_TRACK() macros (GH-20931) by Victor Stinner · 4 years, 1 month ago
  24. 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 4 years, 1 month ago
  25. fcc60e4 bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) by Victor Stinner · 4 years, 2 months ago
  26. de4304d bpo-19569: Add a macro to suppress deprecation warnings (GH-9004) by Zackery Spytz · 4 years, 2 months ago
  27. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years, 2 months ago
  28. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 2 months ago
  29. 794e7d1 bpo-29782: Consolidate _Py_Bit_Length() (GH-20739) by Niklas Fiekas · 4 years, 2 months ago
  30. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 2 months ago
  31. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 2 months ago
  32. d36cf5f bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) by Victor Stinner · 4 years, 2 months ago
  33. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 2 months ago
  34. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 2 months ago
  35. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 2 months ago
  36. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 4 years, 2 months ago
  37. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 2 months ago
  38. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 4 years, 2 months ago
  39. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 4 years, 2 months ago
  40. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 4 years, 2 months ago
  41. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 4 years, 2 months ago
  42. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 4 years, 2 months ago
  43. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 4 years, 2 months ago
  44. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 2 months ago
  45. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 4 years, 2 months ago
  46. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 2 months ago
  47. 033d10b bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) by Batuhan Taskaya · 4 years, 2 months ago
  48. b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 4 years, 2 months ago
  49. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 2 months ago
  50. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 2 months ago
  51. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 4 years, 2 months ago
  52. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 2 months ago
  53. ad3252b bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) by Dong-hee Na · 4 years, 2 months ago
  54. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 2 months ago
  55. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 2 months ago
  56. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 2 months ago
  57. 1aa8767 Update code comment re: location of struct _is. (GH-20067) by Chris Jerdonek · 4 years, 3 months ago
  58. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 3 months ago
  59. 3d17c04 bpo-40521: Add PyInterpreterState.unicode (GH-20081) by Victor Stinner · 4 years, 3 months ago
  60. d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 4 years, 3 months ago
  61. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 3 months ago
  62. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 4 years, 3 months ago
  63. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 3 months ago
  64. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 3 months ago
  65. 9e2ca17 bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) by Victor Stinner · 4 years, 3 months ago
  66. f453221 bpo-40602: Add _Py_HashPointerRaw() function (GH-20056) by Victor Stinner · 4 years, 3 months ago
  67. 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 4 years, 3 months ago
  68. 7c6e970 bpo-40602: Optimize _Py_hashtable for pointer keys (GH-20051) by Victor Stinner · 4 years, 3 months ago
  69. 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 4 years, 3 months ago
  70. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 3 months ago
  71. 8963a7f bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) by Victor Stinner · 4 years, 3 months ago
  72. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 3 months ago
  73. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 3 months ago
  74. 7be4e35 bpo-40513: Per-interpreter GIL (GH-19943) by Victor Stinner · 4 years, 3 months ago
  75. e838a93 bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939) by Victor Stinner · 4 years, 3 months ago
  76. 299b8c6 Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932) by Victor Stinner · 4 years, 3 months ago
  77. 6351d9e bpo-40520: Remove redundant comment in pydebug.h (GH-19931) by Hai Shi · 4 years, 3 months ago
  78. 4e30ed3 bpo-40513: Per-interpreter recursion_limit (GH-19929) by Victor Stinner · 4 years, 3 months ago
  79. 0b1e330 bpo-40513: Per-interpreter gil_drop_request (GH-19927) by Victor Stinner · 4 years, 3 months ago
  80. 4e01946 bpo-40513: Per-interpreter signals pending (GH-19924) by Victor Stinner · 4 years, 3 months ago
  81. 846d8b2 bpo-40246: Revert reporting of invalid string prefixes (GH-19888) by Lysandros Nikolaou · 4 years, 3 months ago
  82. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 4 years, 3 months ago
  83. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 3 months ago
  84. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 3 months ago
  85. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 3 months ago
  86. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 3 months ago
  87. b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 4 years, 3 months ago
  88. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 3 months ago
  89. 5da3526 Post 3.9.0a6 by Łukasz Langa · 4 years, 3 months ago
  90. d66685a Merge tag 'v3.9.0a6' by Łukasz Langa · 4 years, 3 months ago
  91. bc1c8af Python 3.9.0a6 by Łukasz Langa · 4 years, 3 months ago
  92. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 3 months ago
  93. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 3 months ago
  94. 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 4 years, 3 months ago
  95. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 3 months ago
  96. 4454057 bpo-39562: Prevent collision of future and compiler flags (GH-19230) by Batuhan Taşkaya · 4 years, 3 months ago
  97. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 4 months ago
  98. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 4 months ago
  99. 9a4b38f bpo-40267: Fix message when last input character produces a SyntaxError (GH-19521) by Lysandros Nikolaou · 4 years, 4 months ago
  100. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago