]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-05-21  sobolevngh-149219: Test `frozendict` in `Lib/test/test_crossint...
2026-05-21  sobolevngh-149981: Test lazy import corner cases with module...
2026-05-21  saisneha196gh-150175: Fix ThreadingMock call_count race condition...
2026-05-20  Jason R. Coombsgh-143387: Add news blurb for importlib.metadata highli...
2026-05-20  Stan UlbrychAdd summary table to the `unicodedata` doc (#149957)
2026-05-20  sobolevngh-150146: Fix NULL dereference in `_Py_subs_parameters...
2026-05-20  Pablo Galindo... gh-149584: Fix excessive overhead in the Tachyon profil...
2026-05-20  László Kiss... gh-150034: Print JSONL filename when profiling finishes...
2026-05-20  Victor Stinnergh-149807: Fix hash(frozendict): compute (key, value...
2026-05-20  Victor Stinnergh-148260: Use at least 1 MiB stack size on musl (...
2026-05-20  Matt Van Horngh-146406: add clear() cross-language hint for immutabl...
2026-05-20  Calebgh-134261: ZipFile - Don't rely on local time for repro...
2026-05-20  Tim StumbaughPEP 810 - Update some error strings (#150126)
2026-05-19  Pablo Galindo... gh-149321: Remove lazy_imports=none startup mode (...
2026-05-19  larryhastingsgh-150042: queue.SimpleQueue.put: fix minor refleak...
2026-05-19  Alexey Katsmangh-149816: Fix UAF in Modules/_pickle.c (GH-150024)
2026-05-19  Sam Grossgh-150114: Reduce memory usage of test_free_threading...
2026-05-19  Hugo van KemenadeMark PRs as stale after 90 days (#150104)
2026-05-19  Stefanie Molingh-134887: Add references to `locale` module for locale...
2026-05-19  AN Longgh-149983: Fix PyErr_NoMemory call without GIL in winco...
2026-05-19  Steve Dowergh-124111: Keep tests passing for Tcl prior to 9.0...
2026-05-19  Jason R. Coombsgh-143387: Update docs to reflect the behavior and...
2026-05-19  Kirill Ignatevgh-149816: Fix SNI callback callable race (GH-150018)
2026-05-19  Peter Biermagh-150027: Avoid copying during construction of `frozen...
2026-05-19  Victor Stinnergh-149473: Emit audit event on calling os.environ.clear...
2026-05-19  Serhiy Storchakagh-149945: Fix potential OOM for gzip with large header...
2026-05-19  Jelle Zijlstragh-148829: Make sentinels' repr and module customizable...
2026-05-19  Victor Stinnergh-149879: Fix test_tempfile on Cygwin (#150081)
2026-05-19  Serhiy Storchakagh-146581: Update docs for dangerous filenames in ZIP...
2026-05-19  Hugo van Kemenadegh-145098: Use `macos-26-intel` instead of `macos-15...
2026-05-19  Gregory P.... gh-86533: Make Path.mkdir parent_mode tests umask-indep...
2026-05-19  Daniilgh-69619: Clarify whitespace definition in str.strip...
2026-05-19  Lukas Geigergh-141968: Use `take_bytes` to remove copy in `_pyio...
2026-05-18  Dan Shernicoffgh-79413: Add `qualname` parameter to `dataclass.make_d...
2026-05-18  Saul Coopermangh-146452: Improve locking granularity in pickle's...
2026-05-18  Armaan Vakhariagh-149590: Remove faulthandler_traverse (#150023)
2026-05-18  nessitagh-86533: Restore os.makedirs() ability to apply *mode...
2026-05-18  Victor Stinnergh-149879: Fix multiprocessing tests on Cygwin (#150031)
2026-05-18  Stefanie Molingh-72088: clarify `inspect.ismethod` and `inspect.isfun...
2026-05-18  ankhikarmakargh-149980: Strip all trailing slashes from GNU long...
2026-05-18  sobolevngh-149977: Fix extra output of `-m test test_lazy_impor...
2026-05-18  Jeff Eplergh-140344: ast: Add deprecation warnings (#140345)
2026-05-18  Jan Brasnagh-95816: Fix TLS version range example in docs (GH...
2026-05-18  Kumar Adityagh-149816: fix thread safety of deletion of list slice...
2026-05-18  Kumar Adityagh-149816: fix `dict.clear()` race on split-table dict...
2026-05-18  sobolevngh-149816: Fix a RC in `_random.Random.__init__` method...
2026-05-18  Hugo van Kemenadegh-146531: Skip hanging `wm iconbitmap` test on macOS...
2026-05-18  Maurycy Pawłowski... gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags...
2026-05-18  Nathan Goldbaumgh-149887: Install python3t.lib for GIL-enabled Windows...
2026-05-18  Nezuko Agentgh-149953: Fix null pointer dereference order in `code_...
2026-05-18  Lukas Geigergh-144140: Optimize len for frozen dict/set constants...
2026-05-18  Pieter Eendebakgh-138325: steal list items in `INTRINSIC_LIST_TO_TUPLE...
2026-05-17  AN Longgh-149921: Fix reference leaks in _interpchannels and... 149613/head
2026-05-17  Farhan Saifgh-146452: Fix pickle segfault on concurrent mutation...
2026-05-17  Serhiy Storchakagh-149916: Restore the commented out part of test_body_...
2026-05-17  Mani Salahmandgh-149857: Clarify multiprocessing Process argument...
2026-05-16  Savage Mechanicgh-67512: Document IMAP4.append() flags argument (...
2026-05-16  Victor Stinnergh-149879: Fix test_socket on Cygwin (#149913)
2026-05-16  Victor Stinnergh-149879: Fix test_os on Cygwin (#149910)
2026-05-16  sobolevngh-149816: Fix a race condition in `_PyBytes_FromList...
2026-05-15  Victor Stinnergh-149879: Fix test_resource on Cygwin (#149903)
2026-05-15  Victor Stinnergh-149879: Don't import msvcrt in _pyio on Cygwin ...
2026-05-15  Victor Stinnergh-149879: Fix test_tarfile on Cygwin (#149897)
2026-05-15  Victor Stinnergh-149879: Fix test_signal on Cygwin (#149896)
2026-05-15  Stan Ulbrychgh-149567: Remove deprecated `shutil.ExecError` (#149568)
2026-05-15  Victor Stinnergh-149879: Set thread name max length on Cygwin (#149890)
2026-05-15  Victor Stinnergh-149879: Fix test_pwd on Cygwin (#149880)
2026-05-15  sobolevngh-142349: Add `help("lazy")` support (#149886)
2026-05-15  Victor Stinnergh-149879: Fix sys.orig_argv[0] on Cygwin: add ".exe...
2026-05-15  Carlo Braminigh-149831: Fix ctypes DLL library name on Cygwin (...
2026-05-15  Hugo van KemenadeCI: Move Homebrew dependencies into Brewfile (#148335)
2026-05-15  Carlo Braminigh-149833: Change DLL prefix to "cygpython" on Cygwin...
2026-05-15  Steve Dowergh-149786: Fixes venvlauncher builds on Windows free...
2026-05-15  Steve Dowergh-138489: Add build-details.json generation to PC...
2026-05-15  Victor Stinnergh-148200: Update Modules/_hacl/ for Cygwin (#149802)
2026-05-15  sobolevngh-149816: Fix race condition in `memoryview` with...
2026-05-15  Serhiy Storchakagh-149801: Add IANA registered names and aliases with...
2026-05-15  Victor Stinnergh-148675: Use a string for ctypes cparam tag (#149778)
2026-05-15  Victor Stinnergh-148675: Reuse typecodes for array.array() error...
2026-05-15  Victor Stinnergh-149707: Fix compiler warning in _ctypes_test on...
2026-05-15  sobolevngh-149763: Improve availablity docs in `select.rst...
2026-05-14  Seth Larsongh-149144: Use decodeURIComponent() for UTF-8 support...
2026-05-14  Zachary Waregh-124111: Update Windows build to use Tcl/Tk 9.0.3...
2026-05-14  Petr ViktorinLink to existing rules in compound_stmts.rst (GH-149811)
2026-05-14  Serhiy Storchakagh-148821: Add more tests for invalid XML encodings...
2026-05-13  Stan Ulbrychgh-149698: Update bundled expat to 2.8.1 (GH-149699)
2026-05-13  Carlo Braminigh-148758: Fix dynamic loading file extensions for...
2026-05-13  Carlo Braminigh-148575: Use /dev/fd/ to read the set of file descrip...
2026-05-13  Carlo Braminigh-148461: Use arc4random_buf() in mimalloc on Cygwin...
2026-05-13  Kumar Adityagh-148906: fix performance scaling of descriptors on...
2026-05-13  Gregory P.... gh-87451: Apply CVE-2021-4189 PASV fix to ftplib.ftpcp...
2026-05-13  Petr Viktoringh-149685: Use the _Py prefix for private C macros...
2026-05-13  Barry Warsawgh-149504: Fix re-entrancy bug when .pth/.start file...
2026-05-13  Petr Viktoringh-140550: Update xxlimited with 3.15 limited API ...
2026-05-13  Victor Stinnergh-149776: Skip UDP Lite tests if it's not supported...
2026-05-13  Hugo van KemenadeRun mypy with four worker processes and uv (#149726)
2026-05-13  Serhiy Storchakagh-148821: Add more strict tests for XML encodings...
2026-05-13  Ruben Vordermanbpo-45509: Check gzip headers for corrupted fields...
2026-05-13  scodergh-148829: Add PySentinel_CheckExact() (#149725)
2026-05-13  sobolevngh-149720: Fix docs for `mimetypes.MimeType.add_type...
next