]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
53 min ago  Neko Asakuragh-148211: decompose `[_POP_CALL_X/_SHUFFLE_2]_LOAD_CON... main
2 hours ago  Kumar Adityagh-148037: remove critical section from `PyCode_Addr2Li...
18 hours ago  Stefan Zetzschegh-145831: email.quoprimime: `decode()` leaves stray...
22 hours ago  Neko Asakuragh-148211: decompose `_INSERT_1_LOAD_CONST_INLINE(_BORR...
24 hours ago  gawenggh-148254: Use singular "sec" in timeit verbose output...
24 hours ago  Saculgh-134584 : Optimize and eliminate redundant ref-counti...
24 hours ago  Manoj K Mgh-148091: clarify asyncio.Future.cancel(msg) behaviour...
25 hours ago  Adorilson Bezerragh-106318: Add example for str.swapcase() method (...
25 hours ago  Max Bachmanngh-148274: properly handle result from `PyObject_VisitM...
26 hours ago  Victor Stinnergh-148250: Mention str subclasses in PyUnicodeWriter_Wr...
26 hours ago  Victor Stinnergh-148241: Fix json serialization for str subclasses...
28 hours ago  WYSIATIgh-146646: Document that glob functions suppress OSErro...
29 hours ago  Stan Ulbrychgh-148286: Fail when new UB is found by CI UBSan (...
30 hours ago  Kumar Adityagh-131798: fold super method lookups in JIT (#148231)
30 hours ago  Stan UlbrychUpdate and expand the 'Fuzz Tests for CPython' README...
33 hours ago  Neko Asakuragh-148211: refactor bool to explicit uops in JIT (GH...
39 hours ago  Pablo Galindo... gh-148225: Validate profiling.sampling replay input...
40 hours ago  Pablo Galindo... gh-148105: _pyrepl: switch console refresh to structure...
41 hours ago  nmartensengh-70039: smtplib: store the server name in ._host...
44 hours ago  Michiel W.... gh-148257: move wave whatsnew to correct section (...
45 hours ago  Raymond HettingerMinor edit: Four space indent in example (#148264)
47 hours ago  Diego RussoGH-115802: Remove no-plt for Linux AArch64 (#148238)
47 hours ago  Kumar Adityagh-148210: fix incorrect `_BINARY_OP_SUBSCR_DICT` JIT...
47 hours ago  Saculgh-145866: Convert `_CALL_METHOD_DESCRIPTOR_NOARGS...
47 hours ago  Neko Asakuragh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORRO...
2 days ago  Shrey Naithanigh-37883: Safely skip test_resource file size tests...
2 days ago  Hugo van Kemenadegh-146609: Add colour to `timeit` CLI output (#146610)
2 days ago  Hugo van Kemenadegh-146292: Add colour to `http.server` logs (GH-146293)
2 days ago  Neko Asakuragh-148235: remove duplicate uops `_LOAD_CONST_UNDER_INL...
2 days ago  Petr Viktoringh-145921: Add "_DuringGC" functions for tp_traverse...
2 days ago  Gabriel Volles... gh-146458: Fix REPL height and width tracking on resize...
2 days ago  Ramin Farajpour... gh-145846: Fix memory leak in _lsprof clearEntries...
2 days ago  Kumar Adityagh-142518: add thread safety annotations for tuple...
2 days ago  Hugo van KemenadeMerge branch 'main' of https://github.com/python/cpython
2 days ago  Hugo van KemenadePost 3.15.0a8
2 days ago  Kumar Adityagh-95004: specialize access to enums and fix scaling...
3 days ago  Joshua Swansongh-146333: Fix quadratic regex backtracking in configpa...
3 days ago  Victor Stinnergh-148014: Accept a function name in -X presite option...
3 days ago  Jonathan Dunggh-146547: Use lazy imports in ctypes (GH-146548)
3 days ago  grayjkgh-130273: Fix traceback color output with unicode...
3 days ago  Hugo van KemenadePython 3.15.0a8 v3.15.0a8
3 days ago  Petr Viktoringh-146121: Clarify security model of pkgutil.getdata...
3 days ago  Chris EiblGH-145762: Fix test_ci_fuzz_stdlib for source archive...
3 days ago  Stan Ulbrychgh-101178: Fix UB in `binascii.b2a_ascii85` (#148166)
3 days ago  Petr Viktoringh-146636: abi3t: Define Py_GIL_DISABLED but do not...
3 days ago  Gregory P.... gh-144503: Pass sys.argv to forkserver as real argv...
3 days ago  Brandt BucherGH-146128: Remove the buggy AArch64 "33rx" relocation...
3 days ago  Semyon Morozgh-112632: Add optional keyword-only argument `expand...
3 days ago  Tim PetersNote out-of-date obmalloc comments (#148149)
3 days ago  Mazin Sharafgh-145844: Update WASI SDK from 30 to 32 (#145859)
3 days ago  Gregory P.... gh-73613: clarify padding= docs in for base64 & binasci...
3 days ago  Pablo Galindo... gh-148110: Resolve lazy import filter names for relativ...
3 days ago  Fionngh-137586: Open external osascript program with absolut...
3 days ago  Junya Fukudagh-148072: Cache pickle.dumps/loads per interpreter...
3 days ago  Pablo Galindo... gh-130472: Remove readline-only hacks from PyREPL compl...
4 days ago  Hugo van Kemenadegh-140279: Stale workflow needs 'actions: write' to...
4 days ago  Pieter Eendebakgh-100239: Propagate type info through _BINARY_OP_EXTEN...
4 days ago  Stan UlbrychAdd Stan to docs config reviewers (#148164)
4 days ago  Wulian233gh-148119: Refactor `get_type_attr_as_size` to improve...
4 days ago  Stan Ulbrych gh-148157: Check for `_PyPegen_add_type_comment_to_arg...
4 days ago  Hugo van KemenadeDocs: Update "Installing Python modules" (#146249)
4 days ago  Serhiy Storchakagh-148153: Do not use assert for parameter validation...
4 days ago  Malcolm Smithgh-144418: Increase Android testbed emulator RAM to...
4 days ago  Pablo Galindo... gh-148144: Initialize visited on copied interpreter...
4 days ago  Stan Ulbrychgh-145098: Use `macos-15-intel` instead of unstable...
4 days ago  Loïc Simongh-140870: PyREPL auto-complete module attributes in...
4 days ago  Loïc Simongh-69605: Add math.integer to PyREPL module completer...
4 days ago  Stan UlbrychSilence `unused-variable` warnings in `optimizer_cases...
4 days ago  Gregory P.... gh-94632: document the subprocess need for extra_groups...
4 days ago  Pablo Galindo... gh-144319: Fix huge page leak in datastack chunk alloca...
4 days ago  Chris EiblGH-139922: add interpreter types to InternalDocs/interp...
5 days ago  Antonio Cunigh-130472: Integrate fancycompleter with the new repl...
5 days ago  Ezio MelottiAdd `permissions: {}` to all reusable workflows (#148114)
5 days ago  ivonastojanovicgh-142927: Show self time in flamegraph tooltip (#147706)
5 days ago  Stan Ulbrychgh-145000: Find correct merge base in `reusable-check...
5 days ago  Serhiy Storchakagh-73613: Support Base32 and Base64 without padding...
5 days ago  Stan UlbrychDocs: Standardize documentation authors (#148102)
5 days ago  Pablo Galindo... gh-146527: Heap-allocate gc_stats to avoid bloating...
5 days ago  Stan UlbrychDocs: Fix a typo in the 'Non-ASCII characters in names...
5 days ago  Hugo van KemenadeRegex HOWTO: invalid string literals result in `SyntaxW...
5 days ago  Donghee Nagh-148083: Prevent constant folding when lhs is contain...
5 days ago  Wulian233gh-148074: Fix `typeobject.c` missing error return...
6 days ago  Donghee Nagh-148083: Constant-fold _CONTAINS_OP_SET for frozenset...
6 days ago  Stan Ulbrychgh-145883: Fix two heap-buffer-overflows in `_zoneinfo...
6 days ago  Ken Jingh-146073: Revert "gh-146073: Add fitness/exit quality...
6 days ago  TTgh-148067: Fix typo in asyncio event loop docs: 'signal...
6 days ago  Ken Jingh-148078: Fix uses of sym_is_not_null in JIT optimizer...
6 days ago  Kumar Adityagh-131798: split recursion check to _CHECK_RECURSION_LI...
6 days ago  Serhiy Storchakagh-148016: Improve "Leading padding not allowed" error...
6 days ago  Serhiy Storchakagh-148029: Fix error message for invalid number of...
6 days ago  Kumar Adityagh-131798: relax GUARD_CALLABLE checks for self type...
6 days ago  Kumar Adityagh-131798: JIT inline function addresses of builtin...
6 days ago  Russell Keith... gh-146450: Normalise feature set of Android build scrip...
6 days ago  Robert Kirkmangh-146541: Allow building the Android testbed for 32...
6 days ago  Chris EiblGH-146210: Fix building the jit stencils on Windows...
6 days ago  Joshua Swansongh-126676: Expand argparse docs for type=bool with...
6 days ago  Hugo van Kemenadegh-145098: Use `macos-15-intel` instead of unstable...
6 days ago  Hai Zhugh-146073: Add fitness/exit quality mechanism for JIT...
6 days ago  Łukasz Langagh-143930: Tweak the exception message and increase...
6 days ago  Pieter Eendebakgh-146640: Optimize int operations by mutating uniquely...
next