]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
8 days ago  Sam Grossgh-148393: Use atomic ops on _ma_watcher_tag in free...
8 days ago  Wulian233gh-131798: Add `_CHECK_IS_NOT_PY_CALLABLE` to the JIT...
8 days ago  Neko Asakuragh-148398: add type watcher in `_CHECK_ATTR_CLASS`...
8 days ago  Gregory P.... gh-146313: Fix multiprocessing ResourceTracker deadlock...
8 days ago  Chris EiblGH-148047: Check early whether tail-calling is possible...
8 days ago  CoolCat467gh-89520: Load extension settings and keybindings from...
8 days ago  Ram Vikram... gh-100305: Deemphasize that `ast.literal_eval` is safe...
9 days ago  WYSIATIgh-147965: Add shutdown() to multiprocessing.Queue...
9 days ago  Neil Schemenauergh-97032: avoid test_squeezer crash on macOS buildbots...
9 days ago  Wulian233gh-148208: Fix recursion depth leak in `PyObject_Print...
9 days ago  Shamilgh-142831: Fix use-after-free in json encoder during...
9 days ago  Gregory P.... gh-146287: Fix signed/unsigned mismatch in _hashlib_hma...
9 days ago  Artem Yarulintests: use errno.EBADF instead of hardcoded number...
9 days ago  Ramin Farajpour... gh-145244: Fix use-after-free on borrowed dict key...
9 days ago  Jason R. Coombsgh-127012: `Traversable.read_text` now allows/solicits...
9 days ago  Ramin Farajpour... gh-145105: Fix crash in csv.reader with re-entrant...
9 days ago  Ramin Farajpour... gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on...
9 days ago  Gregory P.... gh-146302: make Py_IsInitialized() thread-safe and...
9 days ago  Shixian Ligh-94523: IDLE: Detect file if modified and prompt...
9 days ago  Ihar Hrachyshkagh-146264: Use static HACL deps for static module build...
9 days ago  Alpergh-116738: Align bz2 unused_data getter to lzma impleme...
9 days ago  Daniel Hollasgh-137855: Improve import time of dataclasses by lazy...
9 days ago  Kumar Adityagh-131798: do not watch immutable types in JIT (#148383)
9 days ago  Hugo van KemenadeDefault GHA permissions to `contents: read` (#148346)
9 days ago  Jonathan Dunggh-148320: document that `import sys.monitoring` raises...
9 days ago  Saculgh-148374: Fix a bug in `_Py_uop_sym_get_type` (GH...
9 days ago  Wulian233gh-131798: Add `_IS_NONE` to the JIT optimizer (GH...
9 days ago  Pieter Eendebakgh-148276: Optimize object creation and method calls...
9 days ago  Donghee Nagh-148171: Convert `CALL_BUILTIN_CLASS` to leave argume...
9 days ago  Neko Asakuragh-148211: decompose `_POP_TWO/_POP_CALL(_ONE/_TWO...
9 days ago  Neko Asakuragh-148211: decompose `[_POP_TWO/_INSERT_2]_LOAD_CONST_I...
9 days ago  Stan UlbrychFix format string mismatch for `uint64_t` in `_remote_d... 148367/head
9 days ago  Saculgh-148171: Convert variadic argument opcodes to leave...
9 days ago  Kumar Adityagh-148171: convert more variadic uops to leave input...
10 days ago  Kumar Adityagh-142518: add thread safety docs for set C-APIs (...
10 days ago  Ken Jingh-139038: Credit more people for JIT in 3.15 (GH-148359)
10 days ago  Lysandros Nikolaough-142518: annotate dict C-APIs for thread safety ...
10 days ago  Kumar Adityagh-131798: split `_CALL_BUILTIN_CLASS` to smaller uops...
10 days ago  Ken Jingh-148284: Block inlining of gigantic functions in...
10 days ago  Stan Ulbrychgh-148337: Document `importlib.resources` security...
10 days ago  Stan UlbrychRemove dead links to `pkg_resources` in `importlib...
10 days ago  Hugo van KemenadeFix mixed line endings with pre-commit (#148336)
10 days ago  Seth Larsongh-146211: Reject CR/LF in HTTP tunnel request headers...
10 days ago  Ken Jingh-148171: Convert CALL_BUILTIN_FAST to leave inputs...
10 days ago  Neko Asakuragh-148211: decompose `[_POP_CALL_X/_SHUFFLE_2]_LOAD_CON...
10 days ago  Kumar Adityagh-148037: remove critical section from `PyCode_Addr2Li...
11 days ago  Stefan Zetzschegh-145831: email.quoprimime: `decode()` leaves stray...
11 days ago  Neko Asakuragh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORR...
11 days ago  gawenggh-148254: Use singular "sec" in timeit verbose output...
11 days ago  Saculgh-134584 : Optimize and eliminate redundant ref-counti...
11 days ago  Manoj K Mgh-148091: clarify asyncio.Future.cancel(msg) behaviour...
11 days ago  Adorilson Bezerragh-106318: Add example for str.swapcase() method (...
11 days ago  Max Bachmanngh-148274: properly handle result from `PyObject_VisitM...
11 days ago  Victor Stinnergh-148250: Mention str subclasses in PyUnicodeWriter_Wr...
11 days ago  Victor Stinnergh-148241: Fix json serialization for str subclasses...
11 days ago  WYSIATIgh-146646: Document that glob functions suppress OSErro...
11 days ago  Stan Ulbrychgh-148286: Fail when new UB is found by CI UBSan (...
11 days ago  Kumar Adityagh-131798: fold super method lookups in JIT (#148231)
11 days ago  Stan UlbrychUpdate and expand the 'Fuzz Tests for CPython' README...
11 days ago  Neko Asakuragh-148211: refactor bool to explicit uops in JIT (GH...
12 days ago  Pablo Galindo... gh-148225: Validate profiling.sampling replay input...
12 days ago  Pablo Galindo... gh-148105: _pyrepl: switch console refresh to structure...
12 days ago  nmartensengh-70039: smtplib: store the server name in ._host...
12 days ago  Michiel W.... gh-148257: move wave whatsnew to correct section (...
12 days ago  Raymond HettingerMinor edit: Four space indent in example (#148264)
12 days ago  Diego RussoGH-115802: Remove no-plt for Linux AArch64 (#148238)
12 days ago  Kumar Adityagh-148210: fix incorrect `_BINARY_OP_SUBSCR_DICT` JIT...
12 days ago  Saculgh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS...
12 days ago  Neko Asakuragh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORRO...
12 days ago  Shrey Naithanigh-37883: Safely skip test_resource file size tests...
12 days ago  Hugo van Kemenadegh-146609: Add colour to `timeit` CLI output (#146610)
12 days ago  Hugo van Kemenadegh-146292: Add colour to `http.server` logs (GH-146293)
12 days ago  Neko Asakuragh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INL...
12 days ago  Petr Viktoringh-145921: Add "_DuringGC" functions for tp_traverse...
13 days ago  Gabriel Volles... gh-146458: Fix REPL height and width tracking on resize...
13 days ago  Ramin Farajpour... gh-145846: Fix memory leak in _lsprof clearEntries...
13 days ago  Kumar Adityagh-142518: add thread safety annotations for tuple...
13 days ago  Hugo van KemenadeMerge branch 'main' of https://github.com/python/cpython
13 days ago  Hugo van KemenadePost 3.15.0a8
13 days ago  Kumar Adityagh-95004: specialize access to enums and fix scaling...
13 days ago  Joshua Swansongh-146333: Fix quadratic regex backtracking in configpa...
13 days ago  Victor Stinnergh-148014: Accept a function name in -X presite option...
13 days ago  Jonathan Dunggh-146547: Use lazy imports in ctypes (GH-146548)
13 days ago  grayjkgh-130273: Fix traceback color output with unicode...
13 days ago  Hugo van KemenadePython 3.15.0a8 v3.15.0a8
13 days ago  Petr Viktoringh-146121: Clarify security model of pkgutil.getdata...
13 days ago  Chris EiblGH-145762: Fix test_ci_fuzz_stdlib for source archive...
13 days ago  Stan Ulbrychgh-101178: Fix UB in `binascii.b2a_ascii85` (#148166)
13 days ago  Petr Viktoringh-146636: abi3t: Define Py_GIL_DISABLED but do not...
13 days ago  Gregory P.... gh-144503: Pass sys.argv to forkserver as real argv...
13 days ago  Brandt BucherGH-146128: Remove the buggy AArch64 "33rx" relocation...
13 days ago  Semyon Morozgh-112632: Add optional keyword-only argument `expand...
13 days ago  Tim PetersNote out-of-date obmalloc comments (#148149)
2026-04-06  Mazin Sharafgh-145844: Update WASI SDK from 30 to 32 (#145859)
2026-04-06  Gregory P.... gh-73613: clarify padding= docs in for base64 & binasci...
2026-04-06  Pablo Galindo... gh-148110: Resolve lazy import filter names for relativ...
2026-04-06  Fionngh-137586: Open external osascript program with absolut...
2026-04-06  Junya Fukudagh-148072: Cache pickle.dumps/loads per interpreter...
2026-04-06  Pablo Galindo... gh-130472: Remove readline-only hacks from PyREPL compl...
2026-04-06  Hugo van Kemenadegh-140279: Stale workflow needs 'actions: write' to...
next