]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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
2026-04-11  Saculgh-148171: Convert variadic argument opcodes to leave...
2026-04-11  Kumar Adityagh-148171: convert more variadic uops to leave input...
2026-04-10  Kumar Adityagh-142518: add thread safety docs for set C-APIs (...
2026-04-10  Ken Jingh-139038: Credit more people for JIT in 3.15 (GH-148359)
2026-04-10  Lysandros Nikolaough-142518: annotate dict C-APIs for thread safety ...
2026-04-10  Kumar Adityagh-131798: split `_CALL_BUILTIN_CLASS` to smaller uops...
2026-04-10  Ken Jingh-148284: Block inlining of gigantic functions in...
2026-04-10  Stan Ulbrychgh-148337: Document `importlib.resources` security...
2026-04-10  Stan UlbrychRemove dead links to `pkg_resources` in `importlib...
2026-04-10  Hugo van KemenadeFix mixed line endings with pre-commit (#148336)
2026-04-10  Seth Larsongh-146211: Reject CR/LF in HTTP tunnel request headers...
2026-04-10  Ken Jingh-148171: Convert CALL_BUILTIN_FAST to leave inputs...
2026-04-10  Neko Asakuragh-148211: decompose `[_POP_CALL_X/_SHUFFLE_2]_LOAD_CON...
2026-04-10  Kumar Adityagh-148037: remove critical section from `PyCode_Addr2Li...
2026-04-09  Stefan Zetzschegh-145831: email.quoprimime: `decode()` leaves stray...
2026-04-09  Neko Asakuragh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORR...
2026-04-09  gawenggh-148254: Use singular "sec" in timeit verbose output...
2026-04-09  Saculgh-134584 : Optimize and eliminate redundant ref-counti...
2026-04-09  Manoj K Mgh-148091: clarify asyncio.Future.cancel(msg) behaviour...
2026-04-09  Adorilson Bezerragh-106318: Add example for str.swapcase() method (...
2026-04-09  Max Bachmanngh-148274: properly handle result from `PyObject_VisitM...
2026-04-09  Victor Stinnergh-148250: Mention str subclasses in PyUnicodeWriter_Wr...
2026-04-09  Victor Stinnergh-148241: Fix json serialization for str subclasses...
2026-04-09  WYSIATIgh-146646: Document that glob functions suppress OSErro...
2026-04-09  Stan Ulbrychgh-148286: Fail when new UB is found by CI UBSan (...
2026-04-09  Kumar Adityagh-131798: fold super method lookups in JIT (#148231)
2026-04-09  Stan UlbrychUpdate and expand the 'Fuzz Tests for CPython' README...
2026-04-09  Neko Asakuragh-148211: refactor bool to explicit uops in JIT (GH...
2026-04-08  Pablo Galindo... gh-148225: Validate profiling.sampling replay input...
2026-04-08  Pablo Galindo... gh-148105: _pyrepl: switch console refresh to structure...
2026-04-08  nmartensengh-70039: smtplib: store the server name in ._host...
next