1. 1470edd bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874) by Serhiy Storchaka · 3 years, 9 months ago
  2. 7c83eaa bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061) by Hai Shi · 3 years, 9 months ago
  3. b8eb376 bpo-40077: Add traverse/clear/free to arraymodule (GH-24066) by Erlend Egeberg Aasland · 3 years, 9 months ago
  4. 75bf107 bpo-40077: Convert arraymodule to use heap types and establish module state (GH-23124) by Erlend Egeberg Aasland · 3 years, 9 months ago
  5. f4936ad bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) by Erlend Egeberg Aasland · 3 years, 9 months ago
  6. ba0e49a bpo-40137: Fix refleak in _functools_exec() (GH-24006) by Victor Stinner · 3 years, 9 months ago
  7. 84d79cf bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964) by Erlend Egeberg Aasland · 3 years, 9 months ago
  8. 0159e5e bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) by Jakub Kulík · 3 years, 9 months ago
  9. dd39123 bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405) by Hai Shi · 3 years, 9 months ago
  10. a4258e8 Fix minor typo in comments in readline.c (GH-23911) by Jero Bado · 3 years, 9 months ago
  11. a6d63a2 Fix compiler warnings regarding loss of data (GH-23983) by Pablo Galindo · 3 years, 9 months ago
  12. 290f5ae Use Py_NewRef in Modules/_struct.c (GH-23981) by Pablo Galindo · 3 years, 9 months ago
  13. bf108bb bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975) by Erlend Egeberg Aasland · 3 years, 9 months ago
  14. 897387d bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972) by Erlend Egeberg Aasland · 3 years, 9 months ago
  15. bf64d90 bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170) by Erlend Egeberg Aasland · 3 years, 9 months ago
  16. 3ccef1c bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838) by Erlend Egeberg Aasland · 3 years, 9 months ago
  17. 993e88c bpo-42694: Prevent creating _curses_panel.panel (GH-23948) by Victor Stinner · 3 years, 9 months ago
  18. 6b1ac80 bpo-25246: Optimize deque.remove() (GH-23898) by Raymond Hettinger · 3 years, 9 months ago
  19. a124916 bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) by Victor Stinner · 3 years, 9 months ago
  20. 6d9ec8b bpo-1635741: Port resource extension module to module state (GH-23462) by Christian Heimes · 3 years, 9 months ago
  21. cf3565c bpo-42620: Improve socket.getsockname doc string (GH-23742) by Christian Heimes · 3 years, 9 months ago
  22. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 9 months ago
  23. b3c77ec bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) by erykoff · 3 years, 9 months ago
  24. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 9 months ago
  25. 2179349 bpo-40956: Fix sqlite3 AC code (GH-23837) by Dong-hee Na · 3 years, 9 months ago
  26. 1ba82bb bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) by Erlend Egeberg Aasland · 3 years, 9 months ago
  27. 6104013 bpo-1635741: Port _thread to multiphase init (GH-23811) by Victor Stinner · 3 years, 9 months ago
  28. aefb69b bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) by Victor Stinner · 3 years, 9 months ago
  29. 8203c73 bpo-1635741: Refactor _threadmodule.c (GH-23793) by Victor Stinner · 3 years, 9 months ago
  30. 3ca2b8f bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) by Victor Stinner · 3 years, 9 months ago
  31. ceb4202 bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778) by Victor Stinner · 3 years, 9 months ago
  32. 6a02b38 bpo-14935: Remove static state from the _csv module (GH-23224) by Petr Viktorin · 3 years, 9 months ago
  33. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 9 months ago
  34. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 9 months ago
  35. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 3 years, 9 months ago
  36. a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 3 years, 9 months ago
  37. 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 3 years, 9 months ago
  38. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 9 months ago
  39. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 10 months ago
  40. 8b6c4a9 bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) by Victor Stinner · 3 years, 10 months ago
  41. dedc2cd bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) by Pablo Galindo · 3 years, 10 months ago
  42. 93a0ef7 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) by Pablo Galindo · 3 years, 10 months ago
  43. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 10 months ago
  44. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 10 months ago
  45. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 10 months ago
  46. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 10 months ago
  47. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 10 months ago
  48. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 10 months ago
  49. 035deee bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) by Christian Heimes · 3 years, 10 months ago
  50. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 10 months ago
  51. 3172936 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Devin Jeanpierre · 3 years, 10 months ago
  52. a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 3 years, 10 months ago
  53. 2db8e35 bpo-1635741: Enhance _datetime error handling (GH-23139) by Mohamed Koubaa · 3 years, 10 months ago
  54. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 10 months ago
  55. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 10 months ago
  56. b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 3 years, 10 months ago
  57. 588c7c9 bpo-1635741: Fix _struct for build bot error (GH-23402) by Dong-hee Na · 3 years, 10 months ago
  58. 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 3 years, 10 months ago
  59. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 10 months ago
  60. bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 3 years, 10 months ago
  61. 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 3 years, 10 months ago
  62. fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 3 years, 10 months ago
  63. cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 3 years, 10 months ago
  64. 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 3 years, 10 months ago
  65. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 10 months ago
  66. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 10 months ago
  67. 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 3 years, 10 months ago
  68. c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 3 years, 10 months ago
  69. 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 3 years, 10 months ago
  70. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 10 months ago
  71. 2a9eddf bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350) by Pablo Galindo · 3 years, 10 months ago
  72. cda23be bpo-41686: Refactor signal_exec() (GH-23346) by Victor Stinner · 3 years, 10 months ago
  73. 0ae323b bpo-41686: Always create the SIGINT event on Windows (GH-23344) by Victor Stinner · 3 years, 10 months ago
  74. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 3 years, 10 months ago
  75. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 10 months ago
  76. 2ffba2a bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337) by Erlend Egeberg Aasland · 3 years, 10 months ago
  77. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 10 months ago
  78. cce3f0b Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) by Pablo Galindo · 3 years, 10 months ago
  79. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 10 months ago
  80. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 10 months ago
  81. a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 3 years, 10 months ago
  82. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 10 months ago
  83. 0cec97e bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) by Victor Stinner · 3 years, 10 months ago
  84. b5cc05b bpo-38823: Always build _ctypes with wchar_t (GH-23248) by Victor Stinner · 3 years, 10 months ago
  85. d19fa7a bpo-38823: Fix refleaks in _ctypes extension init (GH-23247) by Victor Stinner · 3 years, 10 months ago
  86. fd4ed57 bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Jakub Stasiak · 3 years, 10 months ago
  87. cda99b4 Fix memory leak introduced by GH-22780 (GH-23237) by Andrew Svetlov · 3 years, 10 months ago
  88. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 3 years, 10 months ago
  89. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 10 months ago
  90. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 11 months ago
  91. 01c6aa4 bpo-40077: Convert _queuemodule to use heap types (GH-23136) by Erlend Egeberg Aasland · 3 years, 11 months ago
  92. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 3 years, 11 months ago
  93. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 3 years, 11 months ago
  94. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 3 years, 11 months ago
  95. 789359f bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148) by Erlend Egeberg Aasland · 3 years, 11 months ago
  96. 7184218 bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489) by Mohamed Koubaa · 3 years, 11 months ago
  97. 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 3 years, 11 months ago
  98. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 11 months ago
  99. 74b4eda bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108) by Erlend Egeberg Aasland · 3 years, 11 months ago
  100. 9568622 bpo-35455: Fix thread_time for Solaris OS (GH-11118) by Jakub Kulík · 3 years, 11 months ago