1. a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 3 years, 7 months ago
  2. 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 3 years, 7 months ago
  3. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 7 months ago
  4. 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 3 years, 8 months ago
  5. 8b6c4a9 bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) by Victor Stinner · 3 years, 8 months ago
  6. dedc2cd bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) by Pablo Galindo · 3 years, 8 months ago
  7. 93a0ef7 Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) by Pablo Galindo · 3 years, 8 months ago
  8. 32bd68c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) by Victor Stinner · 3 years, 8 months ago
  9. 00d7abd bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) by Victor Stinner · 3 years, 8 months ago
  10. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 8 months ago
  11. 1244c81 bpo-31904: Support signal module on VxWorks (GH-23391) by pxinwr · 3 years, 8 months ago
  12. 686c203 bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441) by Serhiy Storchaka · 3 years, 8 months ago
  13. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 8 months ago
  14. 035deee bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) by Christian Heimes · 3 years, 8 months ago
  15. 0e62efc bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) by David CARLIER · 3 years, 8 months ago
  16. 3172936 bpo-40791: Make compare_digest more constant-time. (GH-20444) by Devin Jeanpierre · 3 years, 8 months ago
  17. a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 3 years, 8 months ago
  18. 2db8e35 bpo-1635741: Enhance _datetime error handling (GH-23139) by Mohamed Koubaa · 3 years, 8 months ago
  19. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 8 months ago
  20. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 3 years, 8 months ago
  21. b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 3 years, 8 months ago
  22. 588c7c9 bpo-1635741: Fix _struct for build bot error (GH-23402) by Dong-hee Na · 3 years, 8 months ago
  23. 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 3 years, 8 months ago
  24. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 8 months ago
  25. bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 3 years, 8 months ago
  26. 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 3 years, 8 months ago
  27. fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 3 years, 8 months ago
  28. cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 3 years, 8 months ago
  29. 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 3 years, 8 months ago
  30. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 8 months ago
  31. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 8 months ago
  32. 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 3 years, 8 months ago
  33. c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 3 years, 8 months ago
  34. 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 3 years, 8 months ago
  35. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 8 months ago
  36. 2a9eddf bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-23350) by Pablo Galindo · 3 years, 8 months ago
  37. cda23be bpo-41686: Refactor signal_exec() (GH-23346) by Victor Stinner · 3 years, 8 months ago
  38. 0ae323b bpo-41686: Always create the SIGINT event on Windows (GH-23344) by Victor Stinner · 3 years, 8 months ago
  39. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 3 years, 8 months ago
  40. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 8 months ago
  41. 2ffba2a bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337) by Erlend Egeberg Aasland · 3 years, 8 months ago
  42. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 8 months ago
  43. cce3f0b Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) by Pablo Galindo · 3 years, 8 months ago
  44. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 8 months ago
  45. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 8 months ago
  46. a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 3 years, 8 months ago
  47. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 8 months ago
  48. 0cec97e bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) by Victor Stinner · 3 years, 8 months ago
  49. b5cc05b bpo-38823: Always build _ctypes with wchar_t (GH-23248) by Victor Stinner · 3 years, 8 months ago
  50. d19fa7a bpo-38823: Fix refleaks in _ctypes extension init (GH-23247) by Victor Stinner · 3 years, 8 months ago
  51. fd4ed57 bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Jakub Stasiak · 3 years, 8 months ago
  52. cda99b4 Fix memory leak introduced by GH-22780 (GH-23237) by Andrew Svetlov · 3 years, 8 months ago
  53. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 3 years, 8 months ago
  54. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 8 months ago
  55. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 8 months ago
  56. 01c6aa4 bpo-40077: Convert _queuemodule to use heap types (GH-23136) by Erlend Egeberg Aasland · 3 years, 8 months ago
  57. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 3 years, 8 months ago
  58. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 3 years, 9 months ago
  59. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 3 years, 9 months ago
  60. 789359f bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148) by Erlend Egeberg Aasland · 3 years, 9 months ago
  61. 7184218 bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489) by Mohamed Koubaa · 3 years, 9 months ago
  62. 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 3 years, 9 months ago
  63. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 9 months ago
  64. 74b4eda bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108) by Erlend Egeberg Aasland · 3 years, 9 months ago
  65. 9568622 bpo-35455: Fix thread_time for Solaris OS (GH-11118) by Jakub Kulík · 3 years, 9 months ago
  66. 82458b6 bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) by Victor Stinner · 3 years, 9 months ago
  67. d3b4e06 bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970) by Alexey Izbyshev · 3 years, 9 months ago
  68. 7d21027 bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) by Erlend Egeberg Aasland · 3 years, 9 months ago
  69. b62bdf7 bpo-42208: Add _locale._get_locale_encoding() (GH-23052) by Victor Stinner · 3 years, 9 months ago
  70. 710e826 bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) by Victor Stinner · 3 years, 9 months ago
  71. eba5bf2 bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) by Victor Stinner · 3 years, 9 months ago
  72. 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 3 years, 9 months ago
  73. 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 3 years, 9 months ago
  74. 35b95aa bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) by Victor Stinner · 3 years, 9 months ago
  75. 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 3 years, 9 months ago
  76. 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 3 years, 9 months ago
  77. c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 3 years, 9 months ago
  78. 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 3 years, 9 months ago
  79. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 9 months ago
  80. b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 3 years, 9 months ago
  81. fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 3 years, 9 months ago
  82. c0590c0 bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) by Alexey Izbyshev · 3 years, 9 months ago
  83. c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 3 years, 9 months ago
  84. be3c3a0 bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945) by Gregory P. Smith · 3 years, 9 months ago
  85. 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 3 years, 9 months ago
  86. 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 3 years, 9 months ago
  87. 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 3 years, 9 months ago
  88. dde91b1 bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) by Christian Heimes · 3 years, 9 months ago
  89. 8a9463f _testmultiphase: Fix possible ref leak (GH-22881) by Dong-hee Na · 3 years, 9 months ago
  90. c8ba47b Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) by Vladimir Matveev · 3 years, 9 months ago
  91. f231203 bpo-38324: Fix test__locale.py Windows failures (GH-20529) by TIGirardi · 3 years, 9 months ago
  92. d5d0521 md5module: Fix doc strings variable names (GH-22722) by Jakub Jelen · 3 years, 9 months ago
  93. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 3 years, 9 months ago
  94. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 3 years, 9 months ago
  95. 5456e78 bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394) by Jason R. Coombs · 3 years, 9 months ago
  96. 1bcaa81 bpo-20184: Convert termios to Argument Clinic. (GH-22693) by Serhiy Storchaka · 3 years, 9 months ago
  97. c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 3 years, 9 months ago
  98. e6b8c52 bpo-1635741: Add a global module state to unicodedata (GH-22712) by Victor Stinner · 3 years, 9 months ago
  99. 644e942 bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673) by Erlend Egeberg Aasland · 3 years, 9 months ago
  100. c13b847 bpo-41984: GC track all user classes (GH-22701) by Brandt Bucher · 3 years, 9 months ago