1. 5b38519 Docs: Fix method directive signatures in `enum` docs (#151429) by Jonathan Dung · 13 hours ago main
  2. 3c00ebc gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) by Daniel Shields · 14 hours ago
  3. f4f1020 Fix typos in the `curses.ascii` module documentation (#129300) by Rafael Fontenelle · 30 hours ago
  4. d986124 Docs: avoid repetitions of class references in functions.rst (#150891) by Maciej Olko · 31 hours ago
  5. 6b217ea gh-151126: Fix crash on unset memory error in `ctypes.get_errno` (#151382) by sobolevn · 35 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
  21. 0bbde07 gh-150397: Fix pyexpat bigmem test (#151329) by Victor Stinner · 2 days ago
  22. 4b44b1e gh-151238: Check for `_get_resized_exprs` failure in `_PyPegen_{joined,template}_str` (#151259) by Stan Ulbrych · 2 days ago
  23. 0066fd7 gh-150285: Suppress showing the __getstate__() comment in the help for dataclasses (GH-151328) by Serhiy Storchaka · 2 days ago
  24. a05b9cd gh-151179: Fix pidfd leak in asyncio _PidfdChildWatcher (#151186) by Timofei · 2 days ago
  25. 72e7edd gh-123619: Fix PyUnstable_Object_EnableDeferredRefcount() (#151260) by Victor Stinner · 2 days ago
  26. d87d772 gh-151284: Fix test_capi on UBSan (#151286) by Victor Stinner · 2 days ago
  27. 8295659 Remove unused internal _Py_REF_IS_QUEUED() function (#151236) by Victor Stinner · 2 days ago
  28. 2d33810 gh-151112: Move an `assert` that may fail in `cfg_builder_check` (#151153) by Stan Ulbrych · 3 days ago
  29. f9ffca3 gh-151177: Fix race condition in `_testembed` (GH-151293) by Peter Bierma · 3 days ago
  30. 9620f69 Drop historical `:author:`s from HOWTOs (#151091) by Stan Ulbrych · 3 days ago
  31. 84a322a gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) by tonghuaroot (童话) · 3 days ago
  32. 84630e2 gh-136880: Add warning about PYTHONPATH (GH-151098) by glennglazer · 3 days ago
  33. 871047d gh-139819: Use builtin `sentinel` in `rlcompleter` (GH-151222) by Victorien · 3 days ago
  34. e60c42d gh-151278: Fix test_faulthandler on UBSan (#151279) by Victor Stinner · 3 days ago
  35. 3a8bebd GHA: Display output when a sanitizer test fails (#151268) by Victor Stinner · 3 days ago
  36. 7b6e989 gh-151253: Dump the Python path configuration on _PyCodec_InitRegistry() failure (#151250) by Victor Stinner · 3 days ago
  37. 9fd1a12 gh-151126: Fix missing memory errors in `_interpchannelsmodule.c` (#151239) by sobolevn · 3 days ago
  38. ae62b53 gh-62259: Add Tools/unicode/gen_expat_table.py (GH-150503) by Serhiy Storchaka · 3 days ago
  39. 7bbb960 gh-141984: Reword the Generator expressions section (GH-150518) by Petr Viktorin · 3 days ago
  40. e2bd50d add asyncio guide for Free-Threaded Python (#150456) by Kumar Aditya · 3 days ago
  41. 8c0e251 Docs: Fix typos in the "Memory Management" section (GH-151243) by Manoj K M · 3 days ago
  42. 896f7fd gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (#143987) by tonghuaroot (童话) · 3 days ago
  43. a621e8a gh-89554: Document socket.SocketType as a class (#150683) by Bernát Gábor · 3 days ago
  44. 44a533f gh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New`, `PyGen_New`, `PyGen_NewWithQualName` functions (#150672) by sobolevn · 3 days ago
  45. f2a0f82 gh-150988: Fix refleak in `OSError` when attrs are set before `super().__init__()` (#150990) by Lukas Geiger · 3 days ago
  46. 3ca93ab Add yet one assertion in test_set_text_charset_cp949 (GH-151224) by Serhiy Storchaka · 3 days ago
  47. 3a08e93 gh-98894: Fix DTrace test_check_probes for shared builds (#151122) by stratakis · 3 days ago
  48. 16f71bd gh-150285: Wrap long single-line summary in text output in pydoc (GH-151081) by Serhiy Storchaka · 3 days ago
  49. ca32ebf gh-80384: Check that callback is callable at weak reference creation (GH-151145) by Serhiy Storchaka · 3 days ago
  50. 11c93d6 gh-149716: Document PySlot_DATA for Py_mod_gil and Py_mod_multiple_interpreters (GH-150053) by Taeknology · 3 days ago
  51. 7a014f4 gh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activate.bat (GH-151215) by Harjoth Khara · 4 days ago
  52. ff64d8d gh-145239: Colorize `case +` in the REPL (#150979) by Bartosz Sławecki · 4 days ago
  53. ce916dc gh-150700: Fix class-scope inline comprehensions when nested scopes reference `__class__` and friends (#150735) by Bartosz Sławecki · 4 days ago
  54. 5804991 gh-151112: Fix double free in `assemble_init` when out of memory (#151142) by Stan Ulbrych · 4 days ago
  55. ab8ebe9 gh-151163: Update Android, macOS installer, and Windows builds to SQLite 3.53.2 (GH-151187) by Zachary Ware · 4 days ago
  56. 81c1cdc gh-139819: rlcompleter – avoid suggesting attributes not accessible on instances (GH-139820) by Peter · 4 days ago
  57. 7053bbd gh-151159: Update CI to use latest SSL library versions (#151176) by Zachary Ware · 4 days ago
  58. 627dd14 gh-151159: Bump OpenSSL versions for iOS and Android (GH-151164) by Zachary Ware · 4 days ago
  59. 720fb82 gh-151159: Update macOS installer to use OpenSSL 3.5.7. (#151171) by Ivy Xu · 4 days ago
  60. 6688b0c gh-151159: Update Windows builds to use OpenSSL 3.5.7 (GH-151183) by Zachary Ware · 4 days ago
  61. 82cb7d4 GH-59633: Clarify dest collisions in argparse docs (#150987) by Savannah Ostrowski · 4 days ago
  62. 8d94fa7 gh-151126: Add missing `PyErr_NoMemory` in `_winapi` module (#151154) by sobolevn · 4 days ago
  63. 0fa06f4 gh-150285: Fix too long docstrings in the concurrent package (GH-151076) by Serhiy Storchaka · 4 days ago
  64. ed2b042 gh-150285: Fix too long docstrings in the asyncio package (GH-151074) by Serhiy Storchaka · 4 days ago
  65. bc37a22 GH-61082: Clarify nargs='*' positional default behavior (#150989) by Savannah Ostrowski · 4 days ago
  66. 528550e GH-54732: Tweak wording around empty lines in argument files (#150980) by Savannah Ostrowski · 4 days ago
  67. 3266ede Docs: add cross-references to improve navigation in `getpass.rst` (#151092) by Sergio López Gómez · 4 days ago
  68. b2e2cd3 gh-150898: Assume OpenSSL supports keylogging (#150870) by Robsdedude · 4 days ago
  69. 0a179e7 Docs: Only add `profiling-sampling-visualization.{css,js}` to files when necessary (#151150) by Stan Ulbrych · 4 days ago
  70. 9fdbade gh-151039: Fix a crash when `_datetime` types outlive `_datetime` module (#151044) by sobolevn · 4 days ago
  71. c3cd75a gh-151130: Add more tests for PyWeakref_* C API (GH-151131) by Serhiy Storchaka · 4 days ago
  72. db4b194 gh-143008: Fix Null pointer dereferences in TextIOWrapper underlying stream access (#145957) by Cody Maloney · 4 days ago
  73. 3186547 gh-151126: Fix missing `PyErr_NoMemory()` in `remove_unused_consts` (#151127) by sobolevn · 5 days ago
  74. 29a920e gh-151070: Fix class referencing typo in collections.abc docs (GH-151088) by Arshal Aromal · 5 days ago
  75. fccf67a gh-150633: Minor improvement of a newly added test (#151103) by Barry Warsaw · 5 days ago
  76. 54de547 gh-150633: Properly handle null characters in the name when importing frozen modules (GH-150634) by Thomas Kowalski · 5 days ago
  77. 5c13217 gh-148932: Fix `profiling.sampling` on Windows virtual environments (#150541) by Eduardo Villalpando Mello · 5 days ago
  78. a900234 gh-151019: Fix test_os on 32-bit FreeBSD (#151087) by Victor Stinner · 5 days ago
  79. 11a8bdf Fix a typo in the `SECURITY.md` (#151086) by Stan Ulbrych · 5 days ago
  80. f051c68 gh-106318: Add examples to the `str.isdigit()` method docs (#144721) by Adorilson Bezerra · 5 days ago
  81. bd5fa31 gh-141623: operator.rst: don't use term "bitwise" (GH-141846) by Doron Behar · 5 days ago
  82. e376211 Mention `frozendict` in `object.__hash__()` documentation (#148867) by Jonathan Dung · 5 days ago
  83. 537702d gh-151059: [perf] Use `PyObject_CallMethodOneArg` in datetime's `call_tzinfo_method` (#151062) by Pieter Eendebak · 5 days ago
  84. a187330 gh-101100: Fix Sphinx warnings in 'Buffer Object Structures' documentation (#151058) by Christian Zinck · 5 days ago
  85. 16ede81 Docs: Fix missing colon in `bisect` example function (GH-151061) by Sergio López Gómez · 6 days ago
  86. 4084141 gh-69619: Clarify "whitespace" in the `str.{l,r}strip()` documentation (#150901) by きょうすけ · 6 days ago
  87. 81965c1 Update an error message in the 'Functional Programming HOWTO' (#151047) by saber-bit · 6 days ago
  88. 5755d0f gh-150599: Prevent bz2 decompressor reuse after errors (#150600) by Stan Ulbrych · 6 days ago
  89. e5ced1f gh-150885: Remove unused shutil._ensure_directory (GH-150883) by Bernát Gábor · 6 days ago
  90. f2cab7b gh-151021: Fix mmap empty searches past the end (GH-151023) by esadomer · 6 days ago
  91. 0f7dc2f gh-150942: Speed up re.findall and re.sub/subn result building (gh-150943) by Pieter Eendebak · 6 days ago
  92. 253904f gh-150942: Speed up frame local item collection (gh-151002) by Omkar Kabde · 6 days ago
  93. ab93017 gh-148954: Escape methodname in xmlrpc.client.dumps() to prevent XML injection (GH-148968) by Sanyam Kumat · 7 days ago
  94. 69851a6 gh-50948: IDLE: Warn if saving a file will overwrite a newer version (GH-17578) by Zackery Spytz · 7 days ago
  95. 12af26d gh-150411: fix `gc_generation.count` race in free-threading (#150413) by Edward Xu · 7 days ago
  96. 884ac3e gh-149083: Use sentinel for urllib.parse._UNSPECIFIED (#149612) by Jelle Zijlstra · 7 days ago
  97. fded34d Delete mention encoding and errors for importlib.resources.path() (GH-143111) by Alexander Shadchin · 7 days ago
  98. 4833b20 Doc: fix order of PyLong_FromUnsignedLongLong (#150937) by Inada Naoki · 7 days ago
  99. b6e6613 gh-150534: Add C23 half-turn trigonometric *pi functions (GH-150555) by Jeff Epler · 7 days ago
  100. fab449b gh-149835: Use realpath() instead of abspath() in shutil.move() (GH-149986) by Thomas Kowalski · 8 days ago