]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-04-25  scodergh-142186: Revert the unintended value change in the...
2026-04-24  John Belmontegh-108951: add TaskGroup.cancel() (#127214)
2026-04-24  Gregory P.... Improve `hash()` builtin docstring with caveats. ...
2026-04-24  Hai Zhugh-146073: Add fitness/exit quality mechanism for JIT...
2026-04-23  Bartosz Sławeckigh-145239: Accept unary plus literal pattern (#148566)
2026-04-23  Sam Grossgh-113956: Make intern_common thread-safe in free-threa...
2026-04-23  Hugo van Kemenadegh-132631: Fix "I/O operation on closed file" when...
2026-04-23  Eoin Shaughnessygh-148663: Document that `calendar.IllegalMonthError...
2026-04-23  Stan Ulbrychgh-148735: Fix a UAF in `Element.findtext()` (#148738)
2026-04-23  David Ellisgh-148680: Replace internal names with type_reprs of...
2026-04-23  Diego RussoGH-126910: Build/link the JIT shim in the Python interp...
2026-04-23  Kumar Adityagh-148907: fix performance regression in `PyType_GetMod...
2026-04-23  Petr Viktoringh-146636: Improve ABI/feature selection, add new heade...
2026-04-23  Nathan Goldbaumgh-148892: Drop mention of deprecated cibuildwheel...
2026-04-23  Raymond HettingerSpeed up counting in statistics.fmean() (gh-148875)
2026-04-23  Victoriengh-119180: Document the `format` parameter in `typing...
2026-04-23  John Seonggh-142965: Fix Concatenate documentation to reflect...
2026-04-23  Vikash Kumargh-145194: Fix typing in re tokenizer example (#145198)
2026-04-23  Pieter Eendebakgh-145056: Add support for frozendict in dataclass...
2026-04-23  Shamilgh-146553: Fix infinite loop in typing.get_type_hints...
2026-04-22  Sanjay Janardhangh-148883: Docs: clarify grammar in Counter dictionary...
2026-04-22  Seth Larsongh-90309: Base64-encode cookie values embedded in JS
2026-04-22  Sam Grossgh-148820: Fix _PyRawMutex use-after-free on spurious...
2026-04-22  Isuru Fernandogh-148858: Remove duplicated recipe.yaml files in Tools...
2026-04-22  Raymond HettingerAdditional itertool recipes for running statistics...
2026-04-22  KotlinIslandgh-148207: add additional keywords to `typing.TypeVarTu...
2026-04-22  Mark ShannonGH-146073: Add example script for dumping JIT traces...
2026-04-22  Gabriele N... gh-142186: Allow all PEP-669 events to be per-code...
2026-04-21  cuigh-146578: _zstd: Fix printf format for pledged size...
2026-04-21  Rida Zouga[Enum] Improve clarity of comparison sentence (GH-148753)
2026-04-21  Stan Ulbrychgh-148801: Fix unbound C recursion in `Element.__deepco...
2026-04-21  Seth Larsongh-148808: Add boundary check to asyncio.AbstractEventL...
2026-04-20  Stan Ulbrychgh-148814: Fix an issue in Emscripten README (#148752)
2026-04-20  Roman Donchenkogh-108411: Make typing.IO/BinaryIO arguments positional...
2026-04-20  ByteFlowFix typos in asyncio, ctypes, and importlib documentati...
2026-04-20  Uwe L. Korngh-138451: Support custom LLVM installation path (...
2026-04-20  Stan UlbrychUse `soft-deprecated` in more places (#148769)
2026-04-20  Manoj K MDocs: Fix some typos in `calendar.rst` (GH-148756)
2026-04-20  Régis Desgroppesgh-148644: Propagate the PGO job exit code in PCbuild...
2026-04-20  AraHaangh-148790: Eliminate redundant call to `_PyRuntime_Init...
2026-04-20  Filipe LaínsGH-145278: also filter mmap2 in strace_helper.filter_me...
2026-04-20  Donghee Nagh-148718: Fix Py_STACKREF_DEBUG build by defining...
2026-04-20  Serhiy Storchakagh-123853: Update locale.windows_locale (GH-123901)
2026-04-20  Stan Ulbrychgh-148788: Update Emscripten example post move to Platf...
2026-04-20  Matthew Davisgh-148763: Fix paramter name in `multiprocessing.connec...
2026-04-19  partevgh-148779: Update Briefcase link in android.rst documen...
2026-04-19  Hugo van Kemenadegh-133879: Copyedit "What's new in Python 3.15" (#148686)
2026-04-19  Sam Grossgh-121946: Use clang-20 for TSan build (#148570)
2026-04-19  Hugo van KemenadePrevent GitHub's web conflict editor from converting...
2026-04-18  Daniel Hollasgh-148406: Fix annotations of _colorize.FancyCompleter...
2026-04-18  John Seonggh-133403: Add type annotations to generate_levenshtein...
2026-04-18  Dino Viehlandgh-148659: Export a few more functions required for...
2026-04-18  Serhiy Storchakagh-148653: Fix reference leaks in test_marshal introduc...
2026-04-18  Victor Stinnergh-148688: Fix _BlocksOutputBuffer_Finish() double...
2026-04-18  Hugo van KemenadeAdd a new Sphinx `soft-deprecated` directive (#148630)
2026-04-18  Serhiy Storchakagh-148653: Fix some marshal errors related to recursive...
2026-04-18  Jelle Zijlstragh-148639: Implement PEP 800 (typing.disjoint_base...
2026-04-18  Prakash Sellathuraigh-148222: Fix NULL dereference bugs in genericaliasobj...
2026-04-17  Pieter Eendebakgh-146393: Remove special character in optimizer_byteco...
2026-04-17  Michael Bommaritogh-148651: Fix refcount leak in _zstd decompressor...
2026-04-17  Xuwzgh-148683: Doc: fix misplaced pprint entries in What...
2026-04-17  Gleb Popovgh-148484: Fix memory leak of iterator in array.array...
2026-04-17  Sergey B Kirpichevgh-148464: Add missing ``__ctype_le/be__`` attributes...
2026-04-16  Dino Viehlandgh-148659: Export some internal functions for the JIT...
2026-04-16  Victor Stinnergh-148535: Don't use gcc -fprofile-update=atomic flag...
2026-04-16  Dino Viehlandgh-146031: Allow keeping specialization enabled when...
2026-04-16  Mark ShannonGH-146128: Fix AArch64 multi-instruction constants...
2026-04-16  Mark ShannonGH-145668: Add FOR_ITER specialization for virtual...
2026-04-16  Petr Viktoringh-146636: PEP 803: Reference documentation (GH-148013)
2026-04-16  Pieter Eendebakgh-100239: Specialize more binary operations using...
2026-04-16  HavmaagenDocs: Fix typos and a comment in enum.rst (#148156)
2026-04-16  Joshua Rootgh-148474: Fix `_Py_hexlify_simd` compilation with...
2026-04-16  Jelle Zijlstragh-137814: Fix `__qualname__` of `__annotate__` (#137842)
2026-04-15  Steve DowerAdd PyManager documentation for index signatures (GH...
2026-04-15  Hugo van Kemenadegh-148100: Soft deprecate `re.match` and `re.Pattern...
2026-04-15  Neko Asakuragh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_...
2026-04-15  Hugo van KemenadeDocs: Use bash lexer for http.server CLI commands,...
2026-04-15  Victor Stinnergh-148600: Add Modules/_ssl_data_40.h data (#148601)
2026-04-15  Carey Metcalfegh-143886: Ensure function annotations are returned...
2026-04-15  Ken Jingh-148609: Remove unicode character in bytecodes.c...
2026-04-15  Wulian233gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT...
2026-04-15  Michiel W.... gh-117716: Fix wave RIFF padding for data chunks (GH...
2026-04-15  Bénédikt Trangh-148390: fix undefined behavior of `memoryview(....
2026-04-15  Pieter Eendebakgh-139038: Add whatsnew entry for jit unique reference...
2026-04-15  Anerdwgh-147957: pop items from UserDict in LIFO order (gh...
2026-04-15  Stan UlbrychGH-70647: Remove support for `%d` (and deprecate for...
2026-04-14  Kliment Lamonovgh-148186: Improve `assertCountEqual` description in...
2026-04-14  Gregory P.... gh-137335: remove a mktemp use in multiprocessing.conne...
2026-04-14  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...
next