]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2025-07-21  sobolevngh-136437: Document some `os.path` functions as requiri...
2025-07-21  Peter Biermagh-136421: Load `_datetime` static types during interpr...
2025-07-21  Barney GaleGH-136874: `url2pathname()`: discard query and fragment...
2025-07-21  Josh CannonPedantic rewording of why relative importing doesn...
2025-07-21  Alpergh-116738: Make syslog module thread-safe (#136760)
2025-07-21  Nacho Caballerogh-136859: Improve `StrEnum` docs (GH-136864)
2025-07-21  Mikhail Efimovgh-136438: Make sure `test_generated_cases` pass with...
2025-07-21  Petr Viktoringh-121028: Soft-deprecate sys.api_version (GH-136463)
2025-07-21  Petr Viktoringh-135621: Simplify TermInfo (GH-136916)
2025-07-21  Serhiy Storchakagh-135661: Fix parsing attributes with whitespaces...
2025-07-21  Łukasz Langagh-135621: Remove dependency on curses from PyREPL...
2025-07-21  adam j hartzgh-136251: Improvements to WASM demo REPL (GH-136252)
2025-07-21  Hood Chathamgh-136852: Emscripten: Fix bug in #136853 (#136909)
2025-07-21  Sergey Muraviovgh-134411: assert `PyLong_FromLong(x) != NULL` when...
2025-07-21  Vinay Sajipgh-136882: Update stale link in the basic logging tutor...
2025-07-21  Bénédikt Trangh-136428: amend UUIDv8 performance improvements (...
2025-07-21  Dave Peckgh-132661: Disallow `Template`/`str` concatenation...
2025-07-20  AN Longgh-136470: Correct InterpreterPoolExecutor's default...
2025-07-20  Hood Chathamgh-136852: Emscripten: Add PYTHON_NODE_VERSION environm...
2025-07-20  Pablo Galindo... GH-130645: Default to color help in argparse (#136809)
2025-07-20  🇺🇦 Sviatoslav... GH-111758: Merge TSan and UBSan reusable GHA workflows...
2025-07-20  Peter Biermagh-136492: Add `FrameLocalsProxyType` to `types` (GH...
2025-07-20  morottigh-91349: Adjust default compression level to 6 (down...
2025-07-20  Alexander Urielesgh-131724: Add a new max_response_headers param to...
2025-07-20  MonadChainsgh-127598: Improve ModuleNotFoundError when -S is passe...
2025-07-20  Bénédikt Trangh-134531: prefer using `_hashlib` module state instead...
2025-07-20  Bénédikt Trangh-136547: fix `hashlib_helper` for blocking and reques...
2025-07-20  Dominic H.gh-86608: Improve and restructure tarfile examples...
2025-07-20  Dominic H.gh-130655: gettext: Add fallback testcase (#136857)
2025-07-20  Nacho Caballerogh-136854: Exit on error in `make venv` (#136856)
2025-07-20  Hugo van Kemenadegh-108362: Retarget incremental GC changes to 3.14...
2025-07-20  Olga Pustovalovagh-136438: Make sure `test_remote_pdb` pass with all...
2025-07-20  Bénédikt Trangh-136787: improve exception messages for invalid hash...
2025-07-19  Hood Chathamgh-124621: Emscripten: Fix regression in use-after...
2025-07-19  Disconnect3dgh-136839: Refactor simple dict.update calls (#136811)
2025-07-19  sobolevngh-133875: Remove deprecated `pathlib.PurePath.is_reser...
2025-07-19  Hood Chathamgh-124621: Emscripten: Add support for async input...
2025-07-19  Slavaqqgh-136793: Update the sampling rate in the documentatio...
2025-07-19  Matthieu Lienartgh-136752: Clarify documentation for ``IPv{N}Address...
2025-07-19  Valerio Gianellagh-135468: Improve ``BaseHandler.http_error_default...
2025-07-19  jduntergh-54732: Make argparse error caused by empty rows...
2025-07-19  Olga Matoulagh-136801: Fix PyREPL syntax highlightning on match...
2025-07-19  Saurav Singhgh-136764: improve comment in enum.verify.__call__...
2025-07-19  aggshruti99gh-135730: Clarify multiprocessing.Queue close() docume...
2025-07-19  Disconnect3dDoc/c-api/memory.rst: extend --without-pymalloc doc...
2025-07-19  nacindgh-122450: Indicate that `Fraction` denominators are...
2025-07-19  Sina Zel taatgh-136769: Include fixed-width integers in the fundamen...
2025-07-19  Gergely Eliasgh-74598: document that `fnmatch.filterfalse` is affect...
2025-07-19  RafaelWODocs: Improve example for ``itertools.batched()`` ...
2025-07-19  Hunter HoganFix typo in `Lib/test/test_ast/test_ast.py` (#136767)
2025-07-19  chemelnucfinparser_generator.py typo - keywods -> keywords (#135014)
2025-07-19  RomanFix typo: "occured" =>"occurred" (#134928)
2025-07-18  Mikhail Efimovgh-136438: Make sure `test_ast` pass with all optimizat...
2025-07-17  Tian Gaogh-136697: Use the standard audit event format for...
2025-07-17  Alpergh-116738: Make pwd module thread-safe (#136695)
2025-07-17  Hood Chathamgh-127146: Emscripten: Set umask to zero in python...
2025-07-16  Ole Herman... fix traceback.FrameSummary docstring by adding end_line...
2025-07-16  Kumar Adityagh-136669: build `_asyncio` as static module (#136670)
2025-07-16  Bartosz Sławeckigh-126548: Add a thread-unsafety warning for `importlib...
2025-07-16  Hood Chathamgh-127146: Emscripten: Don't need to avoid unpaired...
2025-07-16  Harmen Stoppelsgh-136710: Fix bad indentation in `os.chdir` docstring...
2025-07-16  sobolevnAdd `.gram` file to the `.editorconfig` (#136680)
2025-07-16  Hood Chathamgh-127146: Emscripten: more regular stack overflow...
2025-07-16  Hood Chathamgh-127146: Emscripten: Make os.umask() actually work...
2025-07-16  Facundo BatistaImproved venv docs to indicate that isolation is the...
2025-07-16  Pablo Galindo... gh-135148: Correctly handle f/t strings with comments...
2025-07-16  William Andreafix grammar typo in `logging.rst` (#136584)
2025-07-16  Hood Chathamgh-127146: Report uid in Emscripten + node as native...
2025-07-15  Serhiy StorchakaFix the doctest.testmod() docstring (GH-136675)
2025-07-15  Serhiy StorchakaFix index entry and anchor for module.__test__ (GH...
2025-07-15  andrewredsgh-135909: Assert incoming `refcnt != 0` for the free...
2025-07-15  Richard Sigh-72327: Suggest using system terminal for pip install...
2025-07-15  Kumar Adityagh-111968: remove redundant fetching of interpreter...
2025-07-15  Ran Benitagh-136682: Remove incorrect statement that `os.path...
2025-07-15  Maciej Olkogh-136155: Docs: check for EPUB fatal errors in CI...
2025-07-15  Bénédikt Trangh-72570: mention the incompatibility of XOFs with...
2025-07-15  Adam TurnerGH-132661: Add ``string.templatelib.convert()`` (#135217)
2025-07-15  Adam TurnerGH-133711: Enable UTF-8 mode by default (PEP 686) ...
2025-07-15  Dzmitry Plashchynskigh-131189: Fix "msvcrt" import warning on Linux when...
2025-07-15  Sergey B Kirpichevgh-136663: fix signatures of PyFloat_Pack/Unpack in...
2025-07-15  Tian GaoFix a minor indentation error (#136661)
2025-07-14  Alpergh-116738: Make grp module thread-safe (#135434)
2025-07-14  mpagegh-136396: Include instrumentation when creating new...
2025-07-14  Brandt BucherGH-135904: Improve the JIT's performance on macOS ...
2025-07-14  Bénédikt Trangh-90733: improve `hashlib.scrypt` interface (#136100)
2025-07-14  Garry Cairnsgh-134567: Move unittest What’s New entry (#136630)
2025-07-14  Hugo van KemenadePartially revert "gh-101100: Fix sphinx warnings in...
2025-07-14  Lee Dogeongh-67341: fix a typo in `Include/fileutils.h` (#136049)
2025-07-13  Serhiy Storchakagh-135256: Simplify parsing parameters in Argument...
2025-07-13  Hood Chathamgh-127146: Emscripten: Fix test_open_undecodable_uri...
2025-07-13  Serhiy Storchakagh-121914: Change the names of the symbol tables for...
2025-07-13  Duane Griffingh-127971: fix off-by-one read beyond the end of a...
2025-07-13  Stan Ulbrychgh-42237: Link to complete list of codec aliases (...
2025-07-13  Serhiy Storchakagh-132629: Deprecate accepting out-of-range values...
2025-07-13  Peter Biermagh-132346: Docs: Clarify that reference counts aren...
2025-07-13  Bénédikt Trangh-136547: allow to temporarily disable hash algorithms...
2025-07-13  Peter BiermaDocs: Fix and improve the `PyUnstable_Object_EnableDefe...
2025-07-13  Yongzi Ligh-134833: improve docs for `del s[i:j]` in `Mutable...
2025-07-13  Ajay Kamdargh-132969: update ACKS file (gh-133222) (#136144)
2025-07-13  Sachin Shahgh-136523: Fix wave.Wave_write emitting an unraisable...
next