Clone this repo:
  1. c30fae4 gh-146245: Fix reference and buffer leaks via audit hook in socket module (GH-146248) by AN Long · 3 hours ago main
  2. f0aeabc gh-140049: Colorize exception notes in `traceback.py` (#140051) by Stan Ulbrych · 5 hours ago
  3. 3776aba Update docs for gh-146056 (GH-146213) by Serhiy Storchaka · 7 hours ago
  4. 83360b5 Docs: replace all `datetime` imports with `import datetime as dt` (#145640) by Hugo van Kemenade · 22 hours ago
  5. f6b5eed gh-146153: Use `frozendict` in pure python fallback for `curses.has_key` (#146154) by Jonathan Dung · 25 hours ago
  6. 8a531f8 gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (#138536) by andreuu-tsai · 26 hours ago
  7. 60fbc20 gh-140947: fix contextvars handling for server tasks in asyncio (#141158) by Kumar Aditya · 26 hours ago
  8. 897fa23 GH-100108: Add async generators best practices section (#141885) by Sergey Miryanov · 26 hours ago
  9. 879c85f GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120) by Mark Shannon · 27 hours ago
  10. b5e4c46 gh-146228: Better fork support in cached FastPath (#146231) by Jason R. Coombs · 2 days ago
  11. 1eff27f gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229) by Sam Gross · 2 days ago
  12. b36b87b gh-145980: Fix copy/paste mistake in binascii.c (#146230) by Victor Stinner · 2 days ago
  13. 6450b1d gh-146092: Raise MemoryError on allocation failure in _zoneinfo (#146165) by Victor Stinner · 2 days ago
  14. 5ad738f gh-91279: Note `SOURCE_DATE_EPOCH` support in `ZipFile.writestr()` doc (#139396) by Wulian233 · 2 days ago
  15. cd10a2e gh-146196: Fix Undefined Behavior in _PyUnicodeWriter_WriteASCIIString() (#146201) by Shamil · 2 days ago
  16. 82a24a4 gh-143930: Reject leading dashes in webbrowser URLs by Seth Michael Larson · 2 days ago
  17. b38127f gh-145916: Soft-deprecate ctypes.util.find_library (GH-145919) by Petr Viktorin · 2 days ago
  18. 9f9faa2 gh-146205: Check the errno with != 0 in close impls in select module (#146206) by AN Long · 2 days ago
  19. 2f4eb34 gh-146171: Fix nested AttributeError suggestions (#146188) by Pablo Galindo Salgado · 2 days ago
  20. acfb452 gh-146099: Optimize _GUARD_CODE_VERSION+IP via function version symbols (GH-146101) by Ken Jin · 2 days ago