]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-04-30  elenrilbpo-39100: _header_value_parser: do not treat a Group...
2026-04-30  Victor Stinnergh-147991: Speed up tomllib import time (GH-147992)
2026-04-30  sobolevngh-149083: Use `sentinel` in `functools.rst` docs ...
2026-04-30  John Comeaugh-113471: Add custom default Content-Type to http...
2026-04-30  Victor Stinnergh-148829: Move sentinelobject.h to Include/cpython...
2026-04-30  Petr Viktoringh-111264: Add a note about untrusted input to tomllib...
2026-04-30  Eric Froemlinggh-149085: Add `max_threads` keyword to `faulthandler...
2026-04-30  Petr Viktoringh-149122: Fix refleak in codegen (GH-149179)
2026-04-30  Pieter Eendebakgh-149049: Fix jit binary op stack underflow (GH-149076)
2026-04-30  Petr ViktorinRevert pylock.toml change to make MSI builds pass ...
2026-04-30  Tian GaoGH-145378: Use PyREPL as the default input console...
2026-04-30  Jelle Zijlstragh-149083: Convert dataclasses.MISSING and dataclasses...
2026-04-29  Hugo van Kemenadegh-149026: Add colour to `pickletools` CLI output ...
2026-04-29  Victor Stinnergh-149148: Upgrade bundled pip to 26.1 (#149150)
2026-04-29  Jansen Pricegh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3...
2026-04-29  Irit Katrielgh-149122: Fix segfault in compiler when certain builti...
2026-04-29  Weilin Dugh-135528: Support more second-level domain names in...
2026-04-29  ivonastojanovicgh-142927: Show module names instead of file paths...
2026-04-29  Jelle Zijlstragh-148829: bump number of static types (#149121)
2026-04-28  Stelargh-149119: docs: mention that sentinel does not support...
2026-04-28  Hugo van KemenadeBuild docs from `pylock.toml` (#149058)
2026-04-28  Hugo van KemenadeReplace deprecated action with RtD app (#149111)
2026-04-28  John Belmontegh-108951: document addition of TaskGroup.cancel()...
2026-04-28  ivonastojanovicgh-142927: Fix inverted flamegraph width (#148568)
2026-04-28  Neko Asakuragh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORR...
2026-04-28  Hai Zhugh-148571: [JIT] Preserve family-head recorder layouts...
2026-04-28  Gregory P.... GH-83065: Fix import deadlock by implementing hierarchi...
2026-04-28  Alex Grönholmgh-125862: Keep ContextDecorator open across generator...
2026-04-28  ByteFlowgh-149035: Modernize legacy Python patterns in `Doc...
2026-04-28  Brian Schubertgh-137600: Promote `ast` node constructor deprecation...
2026-04-28  Jelle Zijlstragh-148829: Implement PEP 661 (#148831)
2026-04-27  Maurycy Pawłowski... gh-148252: Avoid overflow in `_remote_debugging` binary...
2026-04-27  Stan Ulbrychgh-149017: Upgrade bundled Expat to 2.8.0 (#149020)
2026-04-27  Serhiy Storchakagh-146581: Fix vulnerability in shutil.unpack_archive...
2026-04-27  Serhiy Storchakagh-148529: Minor improvements of the struct module...
2026-04-27  Mark ShannonGH-146073: Add fitness to executor dumps. (GH-148959)
2026-04-27  Thomas KowalskiUn-skip previously-broken `test_get_type_hints_modules_...
2026-04-27  Salvo 'LtWorf... GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)
2026-04-27  Manoj K Mgh-148868: Increase test coverage for `cmath.isinf...
2026-04-27  Anonymous941Fix typo in `ceval.c` error message (#148860)
2026-04-27  Micah Najachtgh-82665 Mention that HTMLParser.handle_starttag value...
2026-04-27  Gregory P.... Document that multiprocessing treats local same-user...
2026-04-27  Gregory P.... gh-47798: Refactor the POSIX subprocess.Popen._communic...
2026-04-26  Hugo van Kemenadegh-148991: Add colour to `tokenize` CLI output (#148992)
2026-04-26  zSiriusgh-146455: Fix O(N²) in add_const() after constant...
2026-04-26  Stan Ulbrychgh-148981: Add color parameter to `ast.dump` (#148982)
2026-04-26  Daniel Hollasgh-137855: Lazy import `inspect` module in dataclasses...
2026-04-26  Gregory P.... gh-141473: Speed up subprocess test_communicate_timeout...
2026-04-25  Gregory P.... gh-146311: Reject non-canonical padding bits in base32...
2026-04-25  Maurycy Pawłowski... gh-148989: `_remote_debugging`: Remove dead code, unnec...
2026-04-25  Mai Giménezgh-140727: Update tachyon logo (#148965)
2026-04-25  sobolevngh-134690: Removed deprecated `codetype.co_lnotab`...
2026-04-25  Jelle Zijlstragh-148947: dataclasses: fix error on empty __class__...
2026-04-25  Bartosz Sławeckigh-140287: Handle `PYTHONSTARTUP` script exceptions...
2026-04-25  Bartosz Sławeckigh-148588: Document `__lazy_modules__` (#148590)
2026-04-25  Irit Katrielgh-148973: fix segfault on mismatch between consts...
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...
next