]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
12 days ago  Victor Stinnergh-148535: Don't use gcc -fprofile-update=atomic flag...
12 days ago  Dino Viehlandgh-146031: Allow keeping specialization enabled when...
12 days ago  Mark ShannonGH-146128: Fix AArch64 multi-instruction constants...
12 days ago  Mark ShannonGH-145668: Add FOR_ITER specialization for virtual...
12 days ago  Petr Viktoringh-146636: PEP 803: Reference documentation (GH-148013)
12 days ago  Pieter Eendebakgh-100239: Specialize more binary operations using...
12 days ago  HavmaagenDocs: Fix typos and a comment in enum.rst (#148156)
12 days ago  Joshua Rootgh-148474: Fix `_Py_hexlify_simd` compilation with...
12 days ago  Jelle Zijlstragh-137814: Fix `__qualname__` of `__annotate__` (#137842)
12 days ago  Steve DowerAdd PyManager documentation for index signatures (GH...
13 days ago  Hugo van Kemenadegh-148100: Soft deprecate `re.match` and `re.Pattern...
13 days ago  Neko Asakuragh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_...
13 days ago  Hugo van KemenadeDocs: Use bash lexer for http.server CLI commands,...
13 days ago  Victor Stinnergh-148600: Add Modules/_ssl_data_40.h data (#148601)
13 days ago  Carey Metcalfegh-143886: Ensure function annotations are returned...
13 days ago  Ken Jingh-148609: Remove unicode character in bytecodes.c...
13 days ago  Wulian233gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT...
13 days ago  Michiel W.... gh-117716: Fix wave RIFF padding for data chunks (GH...
13 days ago  Bénédikt Trangh-148390: fix undefined behavior of `memoryview(....
13 days ago  Pieter Eendebakgh-139038: Add whatsnew entry for jit unique reference...
13 days ago  Anerdwgh-147957: pop items from UserDict in LIFO order (gh...
13 days ago  Stan UlbrychGH-70647: Remove support for `%d` (and deprecate for...
13 days ago  Kliment Lamonovgh-148186: Improve `assertCountEqual` description in...
13 days ago  Gregory P.... gh-137335: remove a mktemp use in multiprocessing.conne...
13 days ago  Gregory P.... tiny edit, fix a couple of minor typos in enum and...
2026-04-14  Pieter Eendebakgh-146393: Use recorded type instead of instance in...
2026-04-14  Filipe LaínsGH-145278: freeze encodings (partially) and linecache...
2026-04-14  Pieter Eendebakgh-146393: Optimize float division operations by mutati...
2026-04-14  Hugo van Kemenadegh-86519: Update docs for `prefixmatch` (#148096)
2026-04-14  Bénédikt Trangh-146563: add exception note for invalid Expat handler...
2026-04-14  Santi Hernandezgh-72406: Document argument ordering in argparse help...
2026-04-14  Kumar Adityagh-131798: constant fold special method lookups in...
2026-04-14  Ken Jingh-148047: Revert "GH-148047: Check early whether tail...
2026-04-14  Kumar Adityagh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDD...
2026-04-14  Geoffrey Thomasgh-133312: configure: add --enable-static-libpython...
2026-04-14  Wulian233gh-131798: Constant-fold `_CONTAINS_OP_DICT` for frozen...
2026-04-14  Neko Asakuragh-148510: restore `func_version` check in `_LOAD_ATTR_...
2026-04-14  Henry Jonesgh-148192: Fix Generator._make_boundary behavior with...
2026-04-14  Loïc Simongh-134551: Add t-strings support to pprint (#134577)
2026-04-14  Hai Zhugh-148378: Allow multiple consecutive recording ops...
2026-04-14  Bartosz Sławeckigh-143955: Prevent schema drift false-positives in...
2026-04-14  Stan Ulbrychgh-148487: Fix issues in `test_add_python_opts` (#148507)
2026-04-14  Neko Asakuragh-148515: make `optimizer_generator` respect multiple...
2026-04-14  Russell Keith... gh-148508: Add resilience to SSL preauth tests on iOS...
2026-04-13  Pablo Galindo... gh-148252: Fix stack depth calculation in binary reader...
2026-04-13  Bénédikt Trangh-148370: prevent quadratic behavior in `configparser...
2026-04-13  Pablo Galindo... gh-148178: Validate remote debug offset tables on load...
2026-04-13  Bartosz Sławeckigh-144881: Add retry logic to asyncio debugging tools...
2026-04-13  Russell Keith... gh-146445: Migrate Android build tools to the Platforms...
2026-04-13  Joel Dicegh-146139: Disable `socketpair` authentication on WASI...
2026-04-13  Stan Ulbrychgh-148169: Fix webbrowser `%action` substitution bypass...
2026-04-13  Gleb PopovFix "encodings" typo in argparse.FileType documentation...
2026-04-13  Sam Grossgh-148393: Use acquire load for _ma_watcher_tag in...
2026-04-13  Raymond HettingerMinor improvement to statistics.pdf() (gh-148500)
2026-04-13  Wulian233gh-131798: JIT: Optimize `_CHECK_IS_NOT_PY_CALLABLE_EX...
2026-04-13  Kumar Adityagh-131798: optimize through keyword and bound method...
2026-04-13  Charlie Lingh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracin...
2026-04-13  Neko Asakuragh-148285: Allow recording uops after specializing...
2026-04-13  Paweł Szramowskigh-96894: Do not turn echo off for subsequent commands...
2026-04-13  Stan UlbrychInternalDocs: Correct struct path for latin1 singletons...
2026-04-13  Stan Ulbrychgh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decom...
2026-04-12  Jason R. Coombsgh-121190: Emit a better error message from `importlib...
2026-04-12  Russell Keith... gh-146450: Ensure Android gradle build uses custom...
2026-04-12  Sviataslaugh-105936: Properly update closure cells for `__setattr...
2026-04-12  Neko Asakuragh-148438: implement `_RECORD_BOUND_METHOD` in JIT...
2026-04-12  Saculgh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into...
2026-04-12  Ken Jingh-146261: JIT: protect against function version change...
2026-04-12  Locked-chess... gh-139551: add support for BaseExceptionGroup in IDLE...
2026-04-12  Sam Grossgh-148393: Use atomic ops on _ma_watcher_tag in free...
2026-04-12  Wulian233gh-131798: Add `_CHECK_IS_NOT_PY_CALLABLE` to the JIT...
2026-04-12  Neko Asakuragh-148398: add type watcher in `_CHECK_ATTR_CLASS`...
2026-04-12  Gregory P.... gh-146313: Fix multiprocessing ResourceTracker deadlock...
2026-04-12  Chris EiblGH-148047: Check early whether tail-calling is possible...
2026-04-12  CoolCat467gh-89520: Load extension settings and keybindings from...
2026-04-12  Ram Vikram... gh-100305: Deemphasize that `ast.literal_eval` is safe...
2026-04-12  WYSIATIgh-147965: Add shutdown() to multiprocessing.Queue...
2026-04-12  Neil Schemenauergh-97032: avoid test_squeezer crash on macOS buildbots...
2026-04-12  Wulian233gh-148208: Fix recursion depth leak in `PyObject_Print...
2026-04-12  Shamilgh-142831: Fix use-after-free in json encoder during...
2026-04-12  Gregory P.... gh-146287: Fix signed/unsigned mismatch in _hashlib_hma...
2026-04-12  Artem Yarulintests: use errno.EBADF instead of hardcoded number...
2026-04-11  Ramin Farajpour... gh-145244: Fix use-after-free on borrowed dict key...
2026-04-11  Jason R. Coombsgh-127012: `Traversable.read_text` now allows/solicits...
2026-04-11  Ramin Farajpour... gh-145105: Fix crash in csv.reader with re-entrant...
2026-04-11  Ramin Farajpour... gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on...
2026-04-11  Gregory P.... gh-146302: make Py_IsInitialized() thread-safe and...
2026-04-11  Shixian Ligh-94523: IDLE: Detect file if modified and prompt...
2026-04-11  Ihar Hrachyshkagh-146264: Use static HACL deps for static module build...
2026-04-11  Alpergh-116738: Align bz2 unused_data getter to lzma impleme...
2026-04-11  Daniel Hollasgh-137855: Improve import time of dataclasses by lazy...
2026-04-11  Kumar Adityagh-131798: do not watch immutable types in JIT (#148383)
2026-04-11  Hugo van KemenadeDefault GHA permissions to `contents: read` (#148346)
2026-04-11  Jonathan Dunggh-148320: document that `import sys.monitoring` raises...
2026-04-11  Saculgh-148374: Fix a bug in `_Py_uop_sym_get_type` (GH...
2026-04-11  Wulian233gh-131798: Add `_IS_NONE` to the JIT optimizer (GH...
2026-04-11  Pieter Eendebakgh-148276: Optimize object creation and method calls...
2026-04-11  Donghee Nagh-148171: Convert `CALL_BUILTIN_CLASS` to leave argume...
2026-04-11  Neko Asakuragh-148211: decompose `_POP_TWO/_POP_CALL(_ONE/_TWO...
2026-04-11  Neko Asakuragh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_I...
2026-04-11  Stan UlbrychFix format string mismatch for `uint64_t` in `_remote_d... 148367/head
next