Clone this repo:
  1. 7b17157 gh-155742: Use PyBytesWriter in codeobject.c (#157345) by Victor Stinner · 2 hours ago main
  2. 4702980 gh-128213: fast path for bytes creation from list and tuple (#132590) by Pieter Eendebak · 2 hours ago
  3. 051b168 gh-157242: Fix set_nomemory() on Py_TRACE_REFS build (#157351) by Victor Stinner · 2 hours ago
  4. 67e6be7 gh-157242: Leave bytearray unchanged if resize() fails (#157340) by Victor Stinner · 3 hours ago
  5. f5dd52d gh-157242: Fix PyBytesWriter_Resize() on MemoryError (#157243) by Victor Stinner · 6 hours ago
  6. d9565e5 gh-157265: Adjust test for Windows (GH-157334) by Petr Viktorin · 12 hours ago
  7. f5fff1a GH-156554: Update PY_SUPPORT_TIER according to PEP 11 (#156576) by Chris Eibl · 12 hours ago
  8. e5d4fa2 gh-155526: Don't check errno in abs(complex) (#155527) by Sergey B Kirpichev · 14 hours ago
  9. d85fa1a gh-115426: Fix cross-references to `socket.socket.close()` (#157295) by Jade · 14 hours ago
  10. 2360bda gh-124205: Align descriptions of classes in 'Warning Categories' (#157255) by Owen Carey · 15 hours ago
  11. b6e8088 base64: optimize b16decode (#157310) by Inada Naoki · 16 hours ago
  12. 43b4a9c gh-157058: Fix missing awaited-by edge in asyncio.wait_for(fut, 0) (#157059) by Timofei Ivankov · 16 hours ago
  13. 4c9f267 gh-157247: Block perf trampoline activation when the main interpreter's JIT is enabled (#157258) by Hai Zhu · 16 hours ago
  14. fff3c4f gh-152433: Windows: change ``winreg`` to conditional import for UWP compatibility (#154918) by thexai · 16 hours ago
  15. 5172fa4 gh-152433: Windows: make ``dynload_win.c`` UWP compatible (#152797) by thexai · 16 hours ago
  16. 9ab9181 gh-152433: Windows: allow build ``overlapped.c`` for UWP (#153036) by thexai · 16 hours ago
  17. 392ad7e gh-157213: Fix stale asyncio.gather() edges in the await graph (#157214) by Timofei Ivankov · 17 hours ago
  18. 1c641ff gh-157157: Make test_taskgroup_cancel_keeps_outer_cancellation deterministic (#157158) by Shardul Deshpande · 17 hours ago
  19. 59cba59 gh-108549: fix asyncio.Task cancellation swallowing SystemExit and KeyboardInterrupt (#156309) by Duprat · 17 hours ago
  20. fb2f0bb gh-157265: tarfile: Honor None result of filter for link fallbacks (GH-157266) by Petr Viktorin · 17 hours ago