Clone this repo:
  1. 8565ddd gh-141671: PyMODINIT_FUNC: apply `__declspec(dllexport)` on Windows (GH-141672) by Petr Viktorin · 3 hours ago main
  2. b866a1c gh-75572: Fix test_xpickle and disable it by default (GH-143503) by Serhiy Storchaka · 16 hours ago
  3. 4fb6a31 gh-106318: Add example for str.index() (#137023) by Adorilson Bezerra · 18 hours ago
  4. 0a5c04a gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417) by Nadeshiko Manju · 18 hours ago
  5. 98e55d7 gh-132070: Fix PyObject_Realloc thread-safety in free threaded Python (gh-143441) by Sam Gross · 18 hours ago
  6. df35534 gh-142982: Specialize CALL_FUNCTION_EX (GH-143391) by Ken Jin · 19 hours ago
  7. ff7d1ce gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (#143307) by Andrii Hrimov · 19 hours ago
  8. 51227b6 Doc: Fix missing closing parenthesis in argparse example (#143488) by Xiao Yuan · 21 hours ago
  9. 74bb3ca gh-142863: optimize `list` and `set` calls with generator expressions (#142864) by Kumar Aditya · 21 hours ago
  10. e79c9b7 gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance behavior (#142338) by ADITYA RAI · 22 hours ago
  11. 8735daf gh-75572: Forward-port test_xpickle from Python 2 to 3 (GH-22452) by Ken Jin · 22 hours ago
  12. 7b0a372 gh-106318: Add examples for str.isprintable() (#140043) by Adorilson Bezerra · 23 hours ago
  13. 90c44bc gh-131798: Support generator frames in the JIT optimizer (GH-143340) by Ken Jin · 23 hours ago
  14. faa3dc7 gh-143469: enable `LOAD_ATTR_MODULE` specialization even if `__getattr__` is defined (#143470) by Kumar Aditya · 23 hours ago
  15. 05406b2 gh-142991: socketmodule: fixed getsockaddrlen() for PF_DIVERT socket (#142993) by Gleb Smirnoff · 23 hours ago
  16. 54f1ed0 gh-134584: Eliminate redundant refcounting in TO_BOOL_ALWAYS_TRUE (GH-143427) by reiden · 23 hours ago
  17. d9c1235 gh-139038: Add macOS performance numbers for the JIT (GH-143479) by Ken Jin · 24 hours ago
  18. 841b748 gh-143424: Fix assertion in _PyMutex_LockTimed (gh-143439) by Sam Gross · 25 hours ago
  19. d745b60 gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475) by Clay Dugo · 25 hours ago
  20. 71119a1 gh-129824: Fix data race in _PyBuiltins_AddExceptions with subinterpreters (gh-143446) by Sam Gross · 25 hours ago