]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
50 min ago  Jansen Pricegh-148740: Fix `uuid` CLI with custom UUIDs for UUIDv3... main
58 min ago  Irit Katrielgh-149122: Fix segfault in compiler when certain builti...
3 hours ago  Weilin Dugh-135528: Support more second-level domain names in...
5 hours ago  ivonastojanovicgh-142927: Show module names instead of file paths...
12 hours ago  Jelle Zijlstragh-148829: bump number of static types (#149121)
14 hours ago  Stelargh-149119: docs: mention that sentinel does not support...
19 hours ago  Hugo van KemenadeBuild docs from `pylock.toml` (#149058)
21 hours ago  Hugo van KemenadeReplace deprecated action with RtD app (#149111)
21 hours ago  John Belmontegh-108951: document addition of TaskGroup.cancel()...
21 hours ago  ivonastojanovicgh-142927: Fix inverted flamegraph width (#148568)
25 hours ago  Neko Asakuragh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORR...
25 hours ago  Hai Zhugh-148571: [JIT] Preserve family-head recorder layouts...
30 hours ago  Gregory P.... GH-83065: Fix import deadlock by implementing hierarchi...
33 hours ago  Alex Grönholmgh-125862: Keep ContextDecorator open across generator...
33 hours ago  ByteFlowgh-149035: Modernize legacy Python patterns in `Doc...
35 hours ago  Brian Schubertgh-137600: Promote `ast` node constructor deprecation...
36 hours ago  Jelle Zijlstragh-148829: Implement PEP 661 (#148831)
39 hours ago  Maurycy Pawłowski... gh-148252: Avoid overflow in `_remote_debugging` binary...
42 hours ago  Stan Ulbrychgh-149017: Upgrade bundled Expat to 2.8.0 (#149020)
43 hours ago  Serhiy Storchakagh-146581: Fix vulnerability in shutil.unpack_archive...
44 hours ago  Serhiy Storchakagh-148529: Minor improvements of the struct module...
46 hours ago  Mark ShannonGH-146073: Add fitness to executor dumps. (GH-148959)
47 hours ago  Thomas KowalskiUn-skip previously-broken `test_get_type_hints_modules_...
2 days ago  Salvo 'LtWorf... GH-135357: Add socket.SO_PASSRIGHTS constant (#135355)
2 days ago  Manoj K Mgh-148868: Increase test coverage for `cmath.isinf...
2 days ago  Anonymous941Fix typo in `ceval.c` error message (#148860)
2 days ago  Micah Najachtgh-82665 Mention that HTMLParser.handle_starttag value...
2 days ago  Gregory P.... Document that multiprocessing treats local same-user...
2 days ago  Gregory P.... gh-47798: Refactor the POSIX subprocess.Popen._communic...
2 days ago  Hugo van Kemenadegh-148991: Add colour to `tokenize` CLI output (#148992)
3 days ago  zSiriusgh-146455: Fix O(N²) in add_const() after constant...
3 days ago  Stan Ulbrychgh-148981: Add color parameter to `ast.dump` (#148982)
3 days ago  Daniel Hollasgh-137855: Lazy import `inspect` module in dataclasses...
3 days ago  Gregory P.... gh-141473: Speed up subprocess test_communicate_timeout...
3 days ago  Gregory P.... gh-146311: Reject non-canonical padding bits in base32...
3 days ago  Maurycy Pawłowski... gh-148989: `_remote_debugging`: Remove dead code, unnec...
3 days ago  Mai Giménezgh-140727: Update tachyon logo (#148965)
3 days ago  sobolevngh-134690: Removed deprecated `codetype.co_lnotab`...
3 days ago  Jelle Zijlstragh-148947: dataclasses: fix error on empty __class__...
4 days ago  Bartosz Sławeckigh-140287: Handle `PYTHONSTARTUP` script exceptions...
4 days ago  Bartosz Sławeckigh-148588: Document `__lazy_modules__` (#148590)
4 days ago  Irit Katrielgh-148973: fix segfault on mismatch between consts...
4 days ago  scodergh-142186: Revert the unintended value change in the...
4 days ago  John Belmontegh-108951: add TaskGroup.cancel() (#127214)
4 days ago  Gregory P.... Improve `hash()` builtin docstring with caveats. ...
5 days ago  Hai Zhugh-146073: Add fitness/exit quality mechanism for JIT...
5 days ago  Bartosz Sławeckigh-145239: Accept unary plus literal pattern (#148566)
5 days ago  Sam Grossgh-113956: Make intern_common thread-safe in free-threa...
5 days ago  Hugo van Kemenadegh-132631: Fix "I/O operation on closed file" when...
5 days ago  Eoin Shaughnessygh-148663: Document that `calendar.IllegalMonthError...
5 days ago  Stan Ulbrychgh-148735: Fix a UAF in `Element.findtext()` (#148738)
6 days ago  David Ellisgh-148680: Replace internal names with type_reprs of...
6 days ago  Diego RussoGH-126910: Build/link the JIT shim in the Python interp...
6 days ago  Kumar Adityagh-148907: fix performance regression in `PyType_GetMod...
6 days ago  Petr Viktoringh-146636: Improve ABI/feature selection, add new heade...
6 days ago  Nathan Goldbaumgh-148892: Drop mention of deprecated cibuildwheel...
6 days ago  Raymond HettingerSpeed up counting in statistics.fmean() (gh-148875)
6 days ago  Victoriengh-119180: Document the `format` parameter in `typing...
6 days ago  John Seonggh-142965: Fix Concatenate documentation to reflect...
6 days ago  Vikash Kumargh-145194: Fix typing in re tokenizer example (#145198)
6 days ago  Pieter Eendebakgh-145056: Add support for frozendict in dataclass...
6 days ago  Shamilgh-146553: Fix infinite loop in typing.get_type_hints...
6 days ago  Sanjay Janardhangh-148883: Docs: clarify grammar in Counter dictionary...
6 days ago  Seth Larsongh-90309: Base64-encode cookie values embedded in JS
6 days ago  Sam Grossgh-148820: Fix _PyRawMutex use-after-free on spurious...
6 days ago  Isuru Fernandogh-148858: Remove duplicated recipe.yaml files in Tools...
6 days ago  Raymond HettingerAdditional itertool recipes for running statistics...
7 days ago  KotlinIslandgh-148207: add additional keywords to `typing.TypeVarTu...
7 days ago  Mark ShannonGH-146073: Add example script for dumping JIT traces...
7 days ago  Gabriele N... gh-142186: Allow all PEP-669 events to be per-code...
7 days ago  cuigh-146578: _zstd: Fix printf format for pledged size...
7 days ago  Rida Zouga[Enum] Improve clarity of comparison sentence (GH-148753)
7 days ago  Stan Ulbrychgh-148801: Fix unbound C recursion in `Element.__deepco...
8 days ago  Seth Larsongh-148808: Add boundary check to asyncio.AbstractEventL...
8 days ago  Stan Ulbrychgh-148814: Fix an issue in Emscripten README (#148752)
8 days ago  Roman Donchenkogh-108411: Make typing.IO/BinaryIO arguments positional...
8 days ago  ByteFlowFix typos in asyncio, ctypes, and importlib documentati...
8 days ago  Uwe L. Korngh-138451: Support custom LLVM installation path (...
8 days ago  Stan UlbrychUse `soft-deprecated` in more places (#148769)
8 days ago  Manoj K MDocs: Fix some typos in `calendar.rst` (GH-148756)
9 days ago  Régis Desgroppesgh-148644: Propagate the PGO job exit code in PCbuild...
9 days ago  AraHaangh-148790: Eliminate redundant call to `_PyRuntime_Init...
9 days ago  Filipe LaínsGH-145278: also filter mmap2 in strace_helper.filter_me...
9 days ago  Donghee Nagh-148718: Fix Py_STACKREF_DEBUG build by defining...
9 days ago  Serhiy Storchakagh-123853: Update locale.windows_locale (GH-123901)
9 days ago  Stan Ulbrychgh-148788: Update Emscripten example post move to Platf...
9 days ago  Matthew Davisgh-148763: Fix paramter name in `multiprocessing.connec...
9 days ago  partevgh-148779: Update Briefcase link in android.rst documen...
9 days ago  Hugo van Kemenadegh-133879: Copyedit "What's new in Python 3.15" (#148686)
10 days ago  Sam Grossgh-121946: Use clang-20 for TSan build (#148570)
10 days ago  Hugo van KemenadePrevent GitHub's web conflict editor from converting...
10 days ago  Daniel Hollasgh-148406: Fix annotations of _colorize.FancyCompleter...
10 days ago  John Seonggh-133403: Add type annotations to generate_levenshtein...
10 days ago  Dino Viehlandgh-148659: Export a few more functions required for...
11 days ago  Serhiy Storchakagh-148653: Fix reference leaks in test_marshal introduc...
11 days ago  Victor Stinnergh-148688: Fix _BlocksOutputBuffer_Finish() double...
11 days ago  Hugo van KemenadeAdd a new Sphinx `soft-deprecated` directive (#148630)
11 days ago  Serhiy Storchakagh-148653: Fix some marshal errors related to recursive...
11 days ago  Jelle Zijlstragh-148639: Implement PEP 800 (typing.disjoint_base...
11 days ago  Prakash Sellathuraigh-148222: Fix NULL dereference bugs in genericaliasobj...
next