Clone this repo:
  1. 51e8acf Docs: fix missing period in `Doc/library/stdtypes.rst` (#145935) by Connor Gibson · 44 minutes ago main
  2. 77c06f3 gh-145703: Fix `asyncio.BaseEventLoop` low clock resolution (#145706) by Konstantin Vlasov · 4 hours ago
  3. 3c38feb gh-129813: Document that PyBytesWriter_GetData() cannot fail (#145900) by Victor Stinner · 15 hours ago
  4. 747ef70 GH-60729: Revert "Add IEEE format wave audio support (GH-145384)" (GH-145928) by Petr Viktorin · 16 hours ago
  5. 00a2585 gh-145376: Fix GC tracking in `structseq.__replace__` (#145820) by Pieter Eendebak · 18 hours ago
  6. 79b91e7 gh-142518: Document thread-safety guarantees of set objects (#145225) by Lysandros Nikolaou · 20 hours ago
  7. 61f2a1a GH-60729: Add IEEE format wave audio support (GH-145384) by Michiel W. Beijen · 21 hours ago
  8. f884dc6 gh-140715: Add %t and %n format codes support to strptime() (GH-144896) by Jason Yalim, PhD · 21 hours ago
  9. 9162238 gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253) by Furkan Onder · 21 hours ago
  10. 59d9768 gh-145792: Fix incorrect alloca allocation size in traceback.c (#145814) by VanshAgarwal24036 · 22 hours ago
  11. 0b6a234 gh-145887: Use `write()` instead of `stream.write()` in `PrettyPrinter._pprint_frozendict` (#145894) by devdanzin · 22 hours ago
  12. 962fb87 gh-145850: Change some implementation details in struct.Struct (GH-145851) by Serhiy Storchaka · 23 hours ago
  13. e1c2246 gh-145783: Propagate errors raised in `NEW_TYPE_COMMENT` (#145784) by Stan Ulbrych · 23 hours ago
  14. 6d1e9ce Docs: except with multiple exceptions parentheses not required (#145848) by Maurizio Sambati · 24 hours ago
  15. 0adc728 Revert "gh-143050: Remove redundant decref in _PyLong_Negate (gh-143051)" (#145891) by Stan Ulbrych · 32 hours ago
  16. 08a018e gh-145801: Use gcc -fprofile-update=atomic for PGO builds (#145802) by Victor Stinner · 35 hours ago
  17. f105265 GH-132042: Fix calculation of slotdef index in update_one_slot() (#145880) by Sergey Miryanov · 36 hours ago
  18. cd52172 gh-145685: Improve scaling of type attribute lookups (gh-145774) by Sam Gross · 2 days ago
  19. 7a65900 gh-145717: Add a few Microsoft-specific MIME types, and synchronize between `mimetypes` module and tests (#145718) by Charlie Lin · 2 days ago
  20. e13f6dc gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) by Tan Long · 2 days ago