1. cce3f0b Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) by Pablo Galindo · 3 years, 10 months ago
  2. 9cc9e27 bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326) by Steve Dower · 3 years, 10 months ago
  3. cae6018 bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317) by Lysandros Nikolaou · 3 years, 10 months ago
  4. cb3e5ed bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) by Lysandros Nikolaou · 3 years, 10 months ago
  5. f62dad1 bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) by Zackery Spytz · 3 years, 10 months ago
  6. c26d591 bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321) by Lysandros Nikolaou · 3 years, 10 months ago
  7. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 10 months ago
  8. ae6cd7c bpo-37205: time.time() cannot fail with fatal error (GH-23314) by Victor Stinner · 3 years, 10 months ago
  9. 5909a49 bpo-42350: Fix Thread._reset_internal_locks() (GH-23268) by Victor Stinner · 3 years, 10 months ago
  10. 3df5c68 bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284) by Victor Stinner · 3 years, 10 months ago
  11. aa01011 bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297) by Yash Shete · 3 years, 10 months ago
  12. 384b7a4 bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) by kj · 3 years, 10 months ago
  13. c272d40 More updates to the descriptor howto guide (GH-23238) by Raymond Hettinger · 3 years, 10 months ago
  14. c3b9592 bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) by Dominik1123 · 3 years, 10 months ago
  15. a26215d bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) by Serhiy Storchaka · 3 years, 10 months ago
  16. 7a27c7e bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279) by Ronald Oussoren · 3 years, 10 months ago
  17. 2b39da4 bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243) by Hai Shi · 3 years, 10 months ago
  18. 8836574 fix typo in ThreadedChildWatcher docs (GH-23277) by Thomas Grainger · 3 years, 10 months ago
  19. d2e94bb bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) by Brett Cannon · 3 years, 10 months ago
  20. 9b69342 bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271) by Steve Dower · 3 years, 10 months ago
  21. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 10 months ago
  22. bbeb2d2 bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) by Jürgen Gmach · 3 years, 10 months ago
  23. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 3 years, 10 months ago
  24. 09490a1 bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Dong-hee Na · 3 years, 10 months ago
  25. b3b9808 bpo-41617: Add _Py__has_builtin() macro (GH-23260) by Victor Stinner · 3 years, 10 months ago
  26. d96a7a8 bpo-42296: On Windows, fix CTRL+C regression (GH-23257) by Victor Stinner · 3 years, 10 months ago
  27. 0cec97e bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258) by Victor Stinner · 3 years, 10 months ago
  28. fd009e6 bpo-42246: Fix memory leak in compiler (GH-23256) by Mark Shannon · 3 years, 10 months ago
  29. cc75ab7 bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251) by Mark Shannon · 3 years, 10 months ago
  30. 750c5ab bpo-42308: Add threading.__excepthook__ (GH-23218) by Mario Corchero · 3 years, 10 months ago
  31. b5cc05b bpo-38823: Always build _ctypes with wchar_t (GH-23248) by Victor Stinner · 3 years, 10 months ago
  32. ef75a62 bpo-42260: Initialize time and warnings earlier at startup (GH-23249) by Victor Stinner · 3 years, 10 months ago
  33. d19fa7a bpo-38823: Fix refleaks in _ctypes extension init (GH-23247) by Victor Stinner · 3 years, 10 months ago
  34. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 10 months ago
  35. fd4ed57 bpo-42237: Fix os.sendfile() on illumos (GH-23154) by Jakub Stasiak · 3 years, 10 months ago
  36. 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 3 years, 10 months ago
  37. cda99b4 Fix memory leak introduced by GH-22780 (GH-23237) by Andrew Svetlov · 3 years, 10 months ago
  38. ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 3 years, 10 months ago
  39. f9a8386 bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502) by Ammar Askar · 3 years, 10 months ago
  40. fa476fe bpo-39411: pyclbr rewrite on AST (#18103) by Batuhan Taskaya · 3 years, 10 months ago
  41. 95ce7cd bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234) by Victor Stinner · 3 years, 10 months ago
  42. 78ba7c6 bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227) by kj · 3 years, 10 months ago
  43. 7e5ef0a bpo-42140: Improve asyncio.wait function (GH-22938) by Diogo Dutra · 3 years, 10 months ago
  44. a13b26c bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) by Hai Shi · 3 years, 10 months ago
  45. ace3f9a bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) by Victor Stinner · 3 years, 10 months ago
  46. 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 3 years, 10 months ago
  47. e59b2de bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585) by Michal Čihař · 3 years, 10 months ago
  48. 3eb2846 Update whatsnew for 3.10 release about addition of contextlib.aclosing (GH-23217) by Joongi Kim · 3 years, 10 months ago
  49. 42d873c bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020) by Andrew Svetlov · 3 years, 10 months ago
  50. 0b9c4c6 bpo-42171: Add PEP573-related items to the limited API (GH-23009) by Petr Viktorin · 3 years, 10 months ago
  51. 9303b9e Fix typo in test_array.py (GH-23189) by Ikko Ashimine · 3 years, 10 months ago
  52. 9e1b828 bpo-42260: Compute the path config in the main init (GH-23211) by Victor Stinner · 3 years, 10 months ago
  53. 38811d6 Fix typo in unicodeobject.c (GH-23180) by Ikko Ashimine · 3 years, 10 months ago
  54. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 3 years, 10 months ago
  55. 1f73c32 bpo-41712: Avoid runaway regex match in upload scripts (GH-23166) by Yash Shete · 3 years, 10 months ago
  56. 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 3 years, 10 months ago
  57. a117167 bpo-41543: contextlib.nullcontext can fill in for an async context manager (GH-21870) by Tom Gringauz · 3 years, 10 months ago
  58. 97e8b1e bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147) by Ammar Askar · 3 years, 10 months ago
  59. 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
  60. 23831a7 bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075) by Ronald Oussoren · 3 years, 10 months ago
  61. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 10 months ago
  62. fd6f6fa Minor wording change in concurrent.futures. (GH-23194) by Don Kirkby · 3 years, 10 months ago
  63. 01c6aa4 bpo-40077: Convert _queuemodule to use heap types (GH-23136) by Erlend Egeberg Aasland · 3 years, 10 months ago
  64. 8805a4d bpo-42282: Fold constants inside named expressions (GH-23190) by Nick Coghlan · 3 years, 10 months ago
  65. ee2549c bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) by Julien Palard · 3 years, 10 months ago
  66. 825ac38 bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when `__loader__` is missing (#22929) by Brett Cannon · 3 years, 10 months ago
  67. 7c01f15 Remove outdated reference to pywin32 from platform module (GH-22005) by Andre Delfino · 3 years, 10 months ago
  68. 88c2cfd bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) by Hai Shi · 3 years, 10 months ago
  69. 8031877 Minor grammar edits for the descriptor howto guide (GH-#23175) by Raymond Hettinger · 3 years, 10 months ago
  70. bde33e4 bpo-42179: Doc/tutorial: Remove mention of __cause__ (GH-23162) by Inada Naoki · 3 years, 10 months ago
  71. 91e9379 bpo-26389: Allow passing an exception object in the traceback module (GH-22610) by Zackery Spytz · 3 years, 10 months ago
  72. dc42af8 bpo-42260: PyConfig_Read() only parses argv once (GH-23168) by Victor Stinner · 3 years, 10 months ago
  73. f3cb814 bpo-42260: Add _PyConfig_FromDict() (GH-23167) by Victor Stinner · 3 years, 10 months ago
  74. 4662fa9 bpo-41877 Check for asert, aseert, assrt in mocks (GH-23165) by vabr-g · 3 years, 10 months ago
  75. 133aa2d [docs] fix wrongly named AsyncContextDecorator (GH-23164) by kj · 3 years, 10 months ago
  76. 53a03aa bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152) by Victor Stinner · 3 years, 10 months ago
  77. 80449f2 bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) by Pablo Galindo · 3 years, 10 months ago
  78. 178695b bpo-40816 Add AsyncContextDecorator class (GH-20516) by Kazantcev Andrey · 3 years, 10 months ago
  79. 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 3 years, 10 months ago
  80. 100964e Disable peg generator tests when building with PGO (GH-23141) by serge-sans-paille · 3 years, 10 months ago
  81. 789359f bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148) by Erlend Egeberg Aasland · 3 years, 10 months ago
  82. 7184218 bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489) by Mohamed Koubaa · 3 years, 10 months ago
  83. af1d64d bpo-42260: Main init modify sys.flags in-place (GH-23150) by Victor Stinner · 3 years, 10 months ago
  84. 58ca33b bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) by Victor Stinner · 3 years, 10 months ago
  85. 18ce7f1 bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) by Victor Stinner · 3 years, 10 months ago
  86. 988f1ec bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) by Victor Stinner · 3 years, 10 months ago
  87. cfb41e8 bpo-42260: Reorganize PyConfig (GH-23149) by Victor Stinner · 3 years, 10 months ago
  88. 8021875 bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) by Victor Stinner · 3 years, 11 months ago
  89. 3529718 bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) by Victor Stinner · 3 years, 11 months ago
  90. 0001a1b bpo-42251: Add gettrace and getprofile to threading (GH-23125) by Mario Corchero · 3 years, 11 months ago
  91. db6434c Enable signing of nuget.org packages and update to supported timestamp server (GH-23132) by Steve Dower · 3 years, 11 months ago
  92. bffb137 Fix incorrect links in ast docs (GH-23017) by Matthew Suozzo · 3 years, 11 months ago
  93. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 11 months ago
  94. a603c3d Post 3.10.0a2 by Pablo Galindo · 3 years, 11 months ago
  95. a9abbda Merge tag 'v3.10.0a2' into master by Pablo Galindo · 3 years, 11 months ago
  96. fd957c1 bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131) by Victor Stinner · 3 years, 11 months ago
  97. 212d32f bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121) by Serhiy Storchaka · 3 years, 11 months ago
  98. 74b4eda bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108) by Erlend Egeberg Aasland · 3 years, 11 months ago
  99. 114ee5d Python 3.10.0a2 by Pablo Galindo · 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