]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-06-13  Shardul Deshpandegh-151443: Fix documented default of `unittest.mock...
2026-06-13  tonghuaroot... gh-151403: Fix use-after-free when an argv item's __fsp...
2026-06-13  Stan Ulbrychgh-77328: Update `base64` module RFC references to...
2026-06-13  Jonathan DungDocs: Fix method directive signatures in `enum` docs...
2026-06-13  Daniel Shieldsgh-101267: ProcessPoolExecutor no longer shares 1 Broke...
2026-06-12  Rafael FontenelleFix typos in the `curses.ascii` module documentation...
2026-06-12  Maciej OlkoDocs: avoid repetitions of class references in function...
2026-06-12  sobolevngh-151126: Fix crash on unset memory error in `ctypes...
2026-06-12  Matt Wozniskigh-151297: Fix undefined behavior in `_PyObject_MiReall...
2026-06-11  Peter Biermagh-151065: Copy fix for memory leak from mimalloc upstr...
2026-06-11  Ivy Xugh-151337: Avoid possible memory leak in `_tkinter...
2026-06-11  Ivy XuCorrect the docstring of `logging.config` (GH-151353)
2026-06-11  Serhiy Storchakagh-150285: Fix overflow in too long lines for class...
2026-06-11  Aniketgh-138991: Update dataclass documentation for new eq...
2026-06-11  Serhiy Storchakagh-150285: Fix too long docstrings in GenericAlias...
2026-06-11  Pieter Eendebakgh-150942: Speed up json.loads array and object decodin...
2026-06-11  Dino Viehlandgh-150490: Raise PyType_Modified for insertion into...
2026-06-11  Kumar Adityagh-151228: fix data race on clearing embedded dict...
2026-06-11  sobolevngh-151126: Fix missing memory error in `os._path_splitr...
2026-06-11  Cody Maloneygh-101100: Fix Sphinx nitpick in `unittest.mock.rst...
2026-06-11  Maciej Olkogh-139588: Fix nondeterministic `make latex` doc build...
2026-06-11  Thomas Kowalskigh-150858: fix data race while changing `__qualname__...
2026-06-11  Stan Ulbrychgh-151112: Fix crash in `compiler_mod()` when entering...
2026-06-11  Victor Stinnergh-150397: Fix pyexpat bigmem test (#151329)
2026-06-11  Stan Ulbrychgh-151238: Check for `_get_resized_exprs` failure in...
2026-06-11  Serhiy Storchakagh-150285: Suppress showing the __getstate__() comment...
2026-06-11  Timofeigh-151179: Fix pidfd leak in asyncio _PidfdChildWatcher...
2026-06-11  Victor Stinnergh-123619: Fix PyUnstable_Object_EnableDeferredRefcount...
2026-06-11  Victor Stinnergh-151284: Fix test_capi on UBSan (#151286)
2026-06-11  Victor StinnerRemove unused internal _Py_REF_IS_QUEUED() function...
2026-06-11  Stan Ulbrychgh-151112: Move an `assert` that may fail in `cfg_build...
2026-06-11  Peter Biermagh-151177: Fix race condition in `_testembed` (GH-151293)
2026-06-11  Stan UlbrychDrop historical `:author:`s from HOWTOs (#151091)
2026-06-11  tonghuaroot... gh-151295: Fix use-after-free in bytes.join()/bytearray...
2026-06-11  glennglazergh-136880: Add warning about PYTHONPATH (GH-151098)
2026-06-10  Victoriengh-139819: Use builtin `sentinel` in `rlcompleter`...
2026-06-10  Victor Stinnergh-151278: Fix test_faulthandler on UBSan (#151279)
2026-06-10  Victor StinnerGHA: Display output when a sanitizer test fails (#151268)
2026-06-10  Victor Stinnergh-151253: Dump the Python path configuration on _PyCod...
2026-06-10  sobolevngh-151126: Fix missing memory errors in `_interpchannel...
2026-06-10  Serhiy Storchakagh-62259: Add Tools/unicode/gen_expat_table.py (GH...
2026-06-10  Petr Viktoringh-141984: Reword the Generator expressions section...
2026-06-10  Kumar Adityaadd asyncio guide for Free-Threaded Python (#150456)
2026-06-10  Manoj K MDocs: Fix typos in the "Memory Management" section...
2026-06-10  tonghuaroot... gh-143988: Fix re-entrant mutation crashes in socket...
2026-06-10  Bernát Gáborgh-89554: Document socket.SocketType as a class (#150683)
2026-06-10  sobolevngh-150671: Deprecate `PyAsyncGen_New`, `PyCoro_New...
2026-06-10  Lukas Geigergh-150988: Fix refleak in `OSError` when attrs are...
2026-06-10  Serhiy StorchakaAdd yet one assertion in test_set_text_charset_cp949...
2026-06-10  stratakisgh-98894: Fix DTrace test_check_probes for shared build...
2026-06-10  Serhiy Storchakagh-150285: Wrap long single-line summary in text output...
2026-06-10  Serhiy Storchakagh-80384: Check that callback is callable at weak refer...
2026-06-10  Taeknologygh-149716: Document PySlot_DATA for Py_mod_gil and...
2026-06-10  Harjoth Kharagh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT in activa...
2026-06-10  Bartosz Sławeckigh-145239: Colorize `case +` in the REPL (#150979)
2026-06-09  Bartosz Sławeckigh-150700: Fix class-scope inline comprehensions when...
2026-06-09  Stan Ulbrychgh-151112: Fix double free in `assemble_init` when...
2026-06-09  Zachary Waregh-151163: Update Android, macOS installer, and Windows...
2026-06-09  Petergh-139819: rlcompleter – avoid suggesting attributes...
2026-06-09  Zachary Waregh-151159: Update CI to use latest SSL library versions...
2026-06-09  Zachary Waregh-151159: Bump OpenSSL versions for iOS and Android...
2026-06-09  Ivy Xugh-151159: Update macOS installer to use OpenSSL 3...
2026-06-09  Zachary Waregh-151159: Update Windows builds to use OpenSSL 3.5...
2026-06-09  Savannah OstrowskiGH-59633: Clarify dest collisions in argparse docs...
2026-06-09  sobolevngh-151126: Add missing `PyErr_NoMemory` in `_winapi...
2026-06-09  Serhiy Storchakagh-150285: Fix too long docstrings in the concurrent...
2026-06-09  Serhiy Storchakagh-150285: Fix too long docstrings in the asyncio packa...
2026-06-09  Savannah OstrowskiGH-61082: Clarify nargs='*' positional default behavior...
2026-06-09  Savannah OstrowskiGH-54732: Tweak wording around empty lines in argument...
2026-06-09  Sergio López... Docs: add cross-references to improve navigation in...
2026-06-09  Robsdedudegh-150898: Assume OpenSSL supports keylogging (#150870)
2026-06-09  Stan UlbrychDocs: Only add `profiling-sampling-visualization.{css...
2026-06-09  sobolevngh-151039: Fix a crash when `_datetime` types outlive...
2026-06-09  Serhiy Storchakagh-151130: Add more tests for PyWeakref_* C API (GH...
2026-06-09  Cody Maloneygh-143008: Fix Null pointer dereferences in TextIOWrapp...
2026-06-09  sobolevngh-151126: Fix missing `PyErr_NoMemory()` in `remove_un...
2026-06-08  Arshal Aromalgh-151070: Fix class referencing typo in collections...
2026-06-08  Barry Warsawgh-150633: Minor improvement of a newly added test...
2026-06-08  Thomas Kowalskigh-150633: Properly handle null characters in the name...
2026-06-08  Eduardo Villalpando... gh-148932: Fix `profiling.sampling` on Windows virtual...
2026-06-08  Victor Stinnergh-151019: Fix test_os on 32-bit FreeBSD (#151087)
2026-06-08  Stan UlbrychFix a typo in the `SECURITY.md` (#151086)
2026-06-08  Adorilson Bezerragh-106318: Add examples to the `str.isdigit()` method...
2026-06-08  Doron Behargh-141623: operator.rst: don't use term "bitwise" ...
2026-06-08  Jonathan DungMention `frozendict` in `object.__hash__()` documentati...
2026-06-08  Pieter Eendebakgh-151059: [perf] Use `PyObject_CallMethodOneArg` in...
2026-06-08  Christian Zinckgh-101100: Fix Sphinx warnings in 'Buffer Object Struct...
2026-06-08  Sergio López... Docs: Fix missing colon in `bisect` example function...
2026-06-07  きょうすけgh-69619: Clarify "whitespace" in the `str.{l,r}strip...
2026-06-07  saber-bitUpdate an error message in the 'Functional Programming...
2026-06-07  Stan Ulbrychgh-150599: Prevent bz2 decompressor reuse after errors...
2026-06-07  Bernát Gáborgh-150885: Remove unused shutil._ensure_directory ...
2026-06-07  esadomergh-151021: Fix mmap empty searches past the end (GH...
2026-06-07  Pieter Eendebakgh-150942: Speed up re.findall and re.sub/subn result...
2026-06-07  Omkar Kabdegh-150942: Speed up frame local item collection (gh...
2026-06-06  Sanyam Kumatgh-148954: Escape methodname in xmlrpc.client.dumps...
2026-06-06  Zackery Spytzgh-50948: IDLE: Warn if saving a file will overwrite...
2026-06-06  Edward Xugh-150411: fix `gc_generation.count` race in free-threa...
2026-06-06  Jelle Zijlstragh-149083: Use sentinel for urllib.parse._UNSPECIFIED...
2026-06-06  Alexander ShadchinDelete mention encoding and errors for importlib.resour...
next