Clone this repo:
  1. 5b38519 Docs: Fix method directive signatures in `enum` docs (#151429) by Jonathan Dung · 5 hours ago main
  2. 3c00ebc gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) by Daniel Shields · 5 hours ago
  3. f4f1020 Fix typos in the `curses.ascii` module documentation (#129300) by Rafael Fontenelle · 21 hours ago
  4. d986124 Docs: avoid repetitions of class references in functions.rst (#150891) by Maciej Olko · 23 hours ago
  5. 6b217ea gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (#151382) by sobolevn · 26 hours ago
  6. c375992 gh-151297: Fix undefined behavior in `_PyObject_MiRealloc` (GH-151358) by Matt Wozniski · 2 days ago
  7. 80f9467 gh-151065: Copy fix for memory leak from mimalloc upstream (GH-151066) by Peter Bierma · 2 days ago
  8. 71805db gh-151337: Avoid possible memory leak in `_tkinter.c` on Windows. (GH-151340) by Ivy Xu · 2 days ago
  9. 507250b Correct the docstring of `logging.config` (GH-151353) by Ivy Xu · 2 days ago
  10. d2e27ac gh-150285: Fix overflow in too long lines for class data in pydoc (GH-151366) by Serhiy Storchaka · 2 days ago
  11. 402668b gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (#139007) by Aniket · 2 days ago
  12. 65047f2 gh-150285: Fix too long docstrings in GenericAlias and __class_getitem__ (GH-151354) by Serhiy Storchaka · 2 days ago
  13. 36fe778 gh-150942: Speed up json.loads array and object decoding (GH-150945) by Pieter Eendebak · 2 days ago
  14. efb2fff gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489) by Dino Viehland · 2 days ago
  15. 6112d70 gh-151228: fix data race on clearing embedded dict values (#151330) by Kumar Aditya · 2 days ago
  16. 10595b1 gh-151126: Fix missing memory error in `os._path_splitroot` (#151339) by sobolevn · 2 days ago
  17. b18168c gh-101100: Fix Sphinx nitpick in `unittest.mock.rst` (#151302) by Cody Maloney · 2 days ago
  18. b9bffc0 gh-139588: Fix nondeterministic `make latex` doc build under parallel make (#151343) by Maciej Olko · 2 days ago
  19. 1ec6596 gh-150858: fix data race while changing `__qualname__` of a type object(#150859) by Thomas Kowalski · 2 days ago
  20. 937d89c gh-151112: Fix crash in `compiler_mod()` when entering the current compilation unit fails (#151234) by Stan Ulbrych · 2 days ago