]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
50 min ago  Gleb Popovgh-148484: Fix memory leak of iterator in array.array... main
54 min ago  Sergey B Kirpichevgh-148464: Add missing ``__ctype_le/be__`` attributes...
13 hours ago  Dino Viehlandgh-148659: Export some internal functions for the JIT...
19 hours ago  Victor Stinnergh-148535: Don't use gcc -fprofile-update=atomic flag...
20 hours ago  Dino Viehlandgh-146031: Allow keeping specialization enabled when...
22 hours ago  Mark ShannonGH-146128: Fix AArch64 multi-instruction constants...
22 hours ago  Mark ShannonGH-145668: Add FOR_ITER specialization for virtual...
24 hours ago  Petr Viktoringh-146636: PEP 803: Reference documentation (GH-148013)
28 hours ago  Pieter Eendebakgh-100239: Specialize more binary operations using...
31 hours ago  HavmaagenDocs: Fix typos and a comment in enum.rst (#148156)
31 hours ago  Joshua Rootgh-148474: Fix `_Py_hexlify_simd` compilation with...
32 hours ago  Jelle Zijlstragh-137814: Fix `__qualname__` of `__annotate__` (#137842)
39 hours ago  Steve DowerAdd PyManager documentation for index signatures (GH...
40 hours ago  Hugo van Kemenadegh-148100: Soft deprecate `re.match` and `re.Pattern...
43 hours ago  Neko Asakuragh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_...
45 hours ago  Hugo van KemenadeDocs: Use bash lexer for http.server CLI commands,...
47 hours ago  Victor Stinnergh-148600: Add Modules/_ssl_data_40.h data (#148601)
47 hours ago  Carey Metcalfegh-143886: Ensure function annotations are returned...
2 days ago  Ken Jingh-148609: Remove unicode character in bytecodes.c...
2 days ago  Wulian233gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT...
2 days ago  Michiel W.... gh-117716: Fix wave RIFF padding for data chunks (GH...
2 days ago  Bénédikt Trangh-148390: fix undefined behavior of `memoryview(....
2 days ago  Pieter Eendebakgh-139038: Add whatsnew entry for jit unique reference...
2 days ago  Anerdwgh-147957: pop items from UserDict in LIFO order (gh...
2 days ago  Stan UlbrychGH-70647: Remove support for `%d` (and deprecate for...
2 days ago  Kliment Lamonovgh-148186: Improve `assertCountEqual` description in...
2 days ago  Gregory P.... gh-137335: remove a mktemp use in multiprocessing.conne...
2 days ago  Gregory P.... tiny edit, fix a couple of minor typos in enum and...
2 days ago  Pieter Eendebakgh-146393: Use recorded type instead of instance in...
2 days ago  Filipe LaínsGH-145278: freeze encodings (partially) and linecache...
2 days ago  Pieter Eendebakgh-146393: Optimize float division operations by mutati...
2 days ago  Hugo van Kemenadegh-86519: Update docs for `prefixmatch` (#148096)
2 days ago  Bénédikt Trangh-146563: add exception note for invalid Expat handler...
2 days ago  Santi Hernandezgh-72406: Document argument ordering in argparse help...
2 days ago  Kumar Adityagh-131798: constant fold special method lookups in...
2 days ago  Ken Jingh-148047: Revert "GH-148047: Check early whether tail...
2 days ago  Kumar Adityagh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDD...
2 days ago  Geoffrey Thomasgh-133312: configure: add --enable-static-libpython...
2 days ago  Wulian233gh-131798: Constant-fold `_CONTAINS_OP_DICT` for frozen...
2 days ago  Neko Asakuragh-148510: restore `func_version` check in `_LOAD_ATTR_...
2 days ago  Henry Jonesgh-148192: Fix Generator._make_boundary behavior with...
3 days ago  Loïc Simongh-134551: Add t-strings support to pprint (#134577)
3 days ago  Hai Zhugh-148378: Allow multiple consecutive recording ops...
3 days ago  Bartosz Sławeckigh-143955: Prevent schema drift false-positives in...
3 days ago  Stan Ulbrychgh-148487: Fix issues in `test_add_python_opts` (#148507)
3 days ago  Neko Asakuragh-148515: make `optimizer_generator` respect multiple...
3 days ago  Russell Keith... gh-148508: Add resilience to SSL preauth tests on iOS...
3 days ago  Pablo Galindo... gh-148252: Fix stack depth calculation in binary reader...
3 days ago  Bénédikt Trangh-148370: prevent quadratic behavior in `configparser...
3 days ago  Pablo Galindo... gh-148178: Validate remote debug offset tables on load...
3 days ago  Bartosz Sławeckigh-144881: Add retry logic to asyncio debugging tools...
3 days ago  Russell Keith... gh-146445: Migrate Android build tools to the Platforms...
3 days ago  Joel Dicegh-146139: Disable `socketpair` authentication on WASI...
3 days ago  Stan Ulbrychgh-148169: Fix webbrowser `%action` substitution bypass...
3 days ago  Gleb PopovFix "encodings" typo in argparse.FileType documentation...
3 days ago  Sam Grossgh-148393: Use acquire load for _ma_watcher_tag in...
3 days ago  Raymond HettingerMinor improvement to statistics.pdf() (gh-148500)
3 days ago  Wulian233gh-131798: JIT: Optimize `_CHECK_IS_NOT_PY_CALLABLE_EX...
3 days ago  Kumar Adityagh-131798: optimize through keyword and bound method...
3 days ago  Charlie Lingh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracin...
4 days ago  Neko Asakuragh-148285: Allow recording uops after specializing...
4 days ago  Paweł Szramowskigh-96894: Do not turn echo off for subsequent commands...
4 days ago  Stan UlbrychInternalDocs: Correct struct path for latin1 singletons...
4 days ago  Stan Ulbrychgh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decom...
4 days ago  Jason R. Coombsgh-121190: Emit a better error message from `importlib...
4 days ago  Russell Keith... gh-146450: Ensure Android gradle build uses custom...
4 days ago  Sviataslaugh-105936: Properly update closure cells for `__setattr...
4 days ago  Neko Asakuragh-148438: implement `_RECORD_BOUND_METHOD` in JIT...
4 days ago  Saculgh-131798: Split `_CHECK_AND_ALLOCATE_OBJECT` into...
4 days ago  Ken Jingh-146261: JIT: protect against function version change...
4 days ago  Locked-chess... gh-139551: add support for BaseExceptionGroup in IDLE...
4 days ago  Sam Grossgh-148393: Use atomic ops on _ma_watcher_tag in free...
4 days ago  Wulian233gh-131798: Add `_CHECK_IS_NOT_PY_CALLABLE` to the JIT...
5 days ago  Neko Asakuragh-148398: add type watcher in `_CHECK_ATTR_CLASS`...
5 days ago  Gregory P.... gh-146313: Fix multiprocessing ResourceTracker deadlock...
5 days ago  Chris EiblGH-148047: Check early whether tail-calling is possible...
5 days ago  CoolCat467gh-89520: Load extension settings and keybindings from...
5 days ago  Ram Vikram... gh-100305: Deemphasize that `ast.literal_eval` is safe...
5 days ago  WYSIATIgh-147965: Add shutdown() to multiprocessing.Queue...
5 days ago  Neil Schemenauergh-97032: avoid test_squeezer crash on macOS buildbots...
5 days ago  Wulian233gh-148208: Fix recursion depth leak in `PyObject_Print...
5 days ago  Shamilgh-142831: Fix use-after-free in json encoder during...
5 days ago  Gregory P.... gh-146287: Fix signed/unsigned mismatch in _hashlib_hma...
5 days ago  Artem Yarulintests: use errno.EBADF instead of hardcoded number...
5 days ago  Ramin Farajpour... gh-145244: Fix use-after-free on borrowed dict key...
5 days ago  Jason R. Coombsgh-127012: `Traversable.read_text` now allows/solicits...
5 days ago  Ramin Farajpour... gh-145105: Fix crash in csv.reader with re-entrant...
5 days ago  Ramin Farajpour... gh-145200: Fix EVP_MAC_CTX leak in hashlib HMAC on...
5 days ago  Gregory P.... gh-146302: make Py_IsInitialized() thread-safe and...
5 days ago  Shixian Ligh-94523: IDLE: Detect file if modified and prompt...
5 days ago  Ihar Hrachyshkagh-146264: Use static HACL deps for static module build...
5 days ago  Alpergh-116738: Align bz2 unused_data getter to lzma impleme...
5 days ago  Daniel Hollasgh-137855: Improve import time of dataclasses by lazy...
5 days ago  Kumar Adityagh-131798: do not watch immutable types in JIT (#148383)
5 days ago  Hugo van KemenadeDefault GHA permissions to `contents: read` (#148346)
5 days ago  Jonathan Dunggh-148320: document that `import sys.monitoring` raises...
5 days ago  Saculgh-148374: Fix a bug in `_Py_uop_sym_get_type` (GH...
5 days ago  Wulian233gh-131798: Add `_IS_NONE` to the JIT optimizer (GH...
5 days ago  Pieter Eendebakgh-148276: Optimize object creation and method calls...
5 days ago  Donghee Nagh-148171: Convert `CALL_BUILTIN_CLASS` to leave argume...
next