1. b437aa8 bpo-1635741: Port _posixshmem extension module to multiphase initialization (GH-23404) by Christian Heimes · 3 years, 8 months ago
  2. 588c7c9 bpo-1635741: Fix _struct for build bot error (GH-23402) by Dong-hee Na · 3 years, 8 months ago
  3. 646d7fd bpo-1635741: Port gc module to multiphase initialization (GH-23377) by Christian Heimes · 3 years, 8 months ago
  4. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 8 months ago
  5. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 8 months ago
  6. 7d9d25d bpo-42403: Fix pyflakes warnings in importlib (GH-23396) by Victor Stinner · 3 years, 8 months ago
  7. bf9d70a bpo-1635741: Port spwd to multiphase initialization (GH-23390) by Christian Heimes · 3 years, 8 months ago
  8. 3094dd5 bpo-1635741: Port _queue to multiphase initialization (GH-23376) by Christian Heimes · 3 years, 8 months ago
  9. fa2eee9 bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) by Christian Heimes · 3 years, 8 months ago
  10. cc0cd43 bpo-1635741: Port _random to multiphase initialization (GH-23359) by Christian Heimes · 3 years, 8 months ago
  11. 13b865f bpo-42375: subprocess DragonFlyBSD build update. (GH-23320) by David CARLIER · 3 years, 8 months ago
  12. 4687338 bpo-42345: Add whatsnew for typing.Literal in 3.10 (GH-23385) by kj · 3 years, 8 months ago
  13. a85fefe bpo-42381: Document walrus-related syntax changes in whatsnew (GH-23382) by Lysandros Nikolaou · 3 years, 8 months ago
  14. 6f4635f bpo-1635741: Port _warnings to the multi-phase init (GH-23379) by Victor Stinner · 3 years, 8 months ago
  15. 829b177 [doc] Fix smtplib and xml.dom.minidom mark-up (GH-22769) by Andre Delfino · 3 years, 8 months ago
  16. 6223071 bpo-1635741: Convert _imp to multi-phase init (GH-23378) by Victor Stinner · 3 years, 8 months ago
  17. e025178 bpo-39573: Remove What's new entry for Py_SIZE() (GH-23375) by Miro Hrončok · 3 years, 8 months ago
  18. 7c9487d bpo-42085: Add documentation for Py_TPFLAGS_HAVE_AM_SEND (GH-23374) by Vladimir Matveev · 3 years, 8 months ago
  19. 0e2ac21 bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) by Victor Stinner · 3 years, 8 months ago
  20. 2156d96 bpo-42336: Improve PCbuild batch files (GH-23275) by Steve Dower · 3 years, 8 months ago
  21. 07f2ade bpo-40998: Address compiler warnings found by ubsan (GH-20929) by Christian Heimes · 3 years, 8 months ago
  22. 46f59eb bpo-1635741: Port _hashlib to multiphase initialization (GH-23358) by Christian Heimes · 3 years, 8 months ago
  23. c701101 bpo-1635741: Port symtable module to multiphase initialization (GH-23361) by Christian Heimes · 3 years, 8 months ago
  24. d1e38d4 bpo-40998: Fix a refleak in create_filter() (GH-23365) by Victor Stinner · 3 years, 8 months ago
  25. 8fba952 bpo-42398: Fix "make regen-all" race condition (GH-23362) by Victor Stinner · 3 years, 8 months ago
  26. ce04e71 bpo-41561: skip test_min_max_version_mismatch (GH-22308) by Christian Heimes · 3 years, 8 months ago
  27. ccdcb20 bpo-40656: Clean up detect_socket() (GH-20148) by Erlend Egeberg Aasland · 3 years, 8 months ago
  28. d0d4a45 bpo-42395: Add aclosing to __all__ (GH-23356) by Tom Gringauz · 3 years, 8 months ago
  29. 9c98e8c bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357) by Tom Gringauz · 3 years, 8 months ago
  30. 7f9b25a bpo-41713: Port _signal module to multi-phase init (GH-23355) by Victor Stinner · 3 years, 8 months ago
  31. 1de61d3 bpo-41625: Skip os.splice() tests on AIX (GH-23354) by Victor Stinner · 3 years, 8 months ago
  32. 29aa624 bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353) by Victor Stinner · 3 years, 8 months ago
  33. 282282a Fix: Docstrings hidden by slots. (GH-23352) by Julien Palard · 3 years, 8 months ago
  34. 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
  35. e59958f bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-23351) by Pablo Galindo · 3 years, 8 months ago
  36. 266b462 bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267) by Mark Shannon · 3 years, 8 months ago
  37. fa96608 bpo-41625: Add versionadded to os.splice() constants (GH-23340) by Pablo Galindo · 3 years, 8 months ago
  38. cda23be bpo-41686: Refactor signal_exec() (GH-23346) by Victor Stinner · 3 years, 8 months ago
  39. 0ae323b bpo-41686: Always create the SIGINT event on Windows (GH-23344) by Victor Stinner · 3 years, 8 months ago
  40. a1f401a bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) by Erlend Egeberg Aasland · 3 years, 8 months ago
  41. 296a796 bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342) by Victor Stinner · 3 years, 8 months ago
  42. 975022b bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980) by Christian Heimes · 3 years, 8 months ago
  43. 2ffba2a bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337) by Erlend Egeberg Aasland · 3 years, 8 months ago
  44. f03d318 bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) by Yurii Karabas · 3 years, 8 months ago
  45. b0aba1f bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) by Pablo Galindo · 3 years, 8 months ago
  46. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 8 months ago
  47. cce3f0b Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) by Pablo Galindo · 3 years, 8 months ago
  48. 9cc9e27 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Steve Dower · 3 years, 8 months ago
  49. cae6018 bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317) by Lysandros Nikolaou · 3 years, 8 months ago
  50. cb3e5ed bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) by Lysandros Nikolaou · 3 years, 8 months ago
  51. f62dad1 bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) by Zackery Spytz · 3 years, 8 months ago
  52. c26d591 bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321) by Lysandros Nikolaou · 3 years, 8 months ago
  53. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 8 months ago
  54. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 8 months ago
  55. 5909a49 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Victor Stinner · 3 years, 8 months ago
  56. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 3 years, 8 months ago
  57. aa01011 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Yash Shete · 3 years, 8 months ago
  58. 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 3 years, 8 months ago
  59. c272d40 More updates to the descriptor howto guide (GH-23238) by Raymond Hettinger · 3 years, 8 months ago
  60. c3b9592 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Dominik1123 · 3 years, 8 months ago
  61. a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 3 years, 8 months ago
  62. 7a27c7e bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279) by Ronald Oussoren · 3 years, 8 months ago
  63. 2b39da4 bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243) by Hai Shi · 3 years, 8 months ago
  64. 8836574 fix typo in ThreadedChildWatcher docs (GH-23277) by Thomas Grainger · 3 years, 8 months ago
  65. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 3 years, 8 months ago
  66. 9b69342 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Steve Dower · 3 years, 8 months ago
  67. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 8 months ago
  68. bbeb2d2 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) by Jürgen Gmach · 3 years, 8 months ago
  69. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 3 years, 8 months ago
  70. 09490a1 bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Dong-hee Na · 3 years, 8 months ago
  71. b3b9808 bpo-41617: Add _Py__has_builtin() macro (GH-23260) by Victor Stinner · 3 years, 8 months ago
  72. d96a7a8 bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Victor Stinner · 3 years, 8 months ago
  73. 0cec97e bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) by Victor Stinner · 3 years, 8 months ago
  74. fd009e6 bpo-42246: Fix memory leak in compiler (GH-23256) by Mark Shannon · 3 years, 8 months ago
  75. cc75ab7 bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251) by Mark Shannon · 3 years, 8 months ago
  76. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 3 years, 8 months ago
  77. b5cc05b bpo-38823: Always build _ctypes with wchar_t (GH-23248) by Victor Stinner · 3 years, 8 months ago
  78. ef75a62 bpo-42260: Initialize time and warnings earlier at startup (GH-23249) by Victor Stinner · 3 years, 8 months ago
  79. d19fa7a bpo-38823: Fix refleaks in _ctypes extension init (GH-23247) by Victor Stinner · 3 years, 8 months ago
  80. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 8 months ago
  81. fd4ed57 bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Jakub Stasiak · 3 years, 8 months ago
  82. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 8 months ago
  83. cda99b4 Fix memory leak introduced by GH-22780 (GH-23237) by Andrew Svetlov · 3 years, 8 months ago
  84. ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 3 years, 8 months ago
  85. f9a8386 bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502) by Ammar Askar · 3 years, 8 months ago
  86. fa476fe bpo-39411: pyclbr rewrite on AST (#18103) by Batuhan Taskaya · 3 years, 8 months ago
  87. 95ce7cd bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234) by Victor Stinner · 3 years, 8 months ago
  88. 78ba7c6 bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227) by kj · 3 years, 8 months ago
  89. 7e5ef0a bpo-42140: Improve asyncio.wait function (GH-22938) by Diogo Dutra · 3 years, 8 months ago
  90. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 3 years, 8 months ago
  91. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 3 years, 8 months ago
  92. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 8 months ago
  93. e59b2de bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Michal Čihař · 3 years, 8 months ago
  94. 3eb2846 Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217) by Joongi Kim · 3 years, 8 months ago
  95. 42d873c bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Andrew Svetlov · 3 years, 8 months ago
  96. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 3 years, 8 months ago
  97. 9303b9e Fix typo in test_array.py (GH-23189) by Ikko Ashimine · 3 years, 8 months ago
  98. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 3 years, 8 months ago
  99. 38811d6 Fix typo in unicodeobject.c (GH-23180) by Ikko Ashimine · 3 years, 8 months ago
  100. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 3 years, 8 months ago