]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
11 days ago  Maurycy Pawłowski... gh-149009: Validate `thread_count` in `profiling.sampli...
11 days ago  Maurycy Pawłowski... gh-146256: Add `--jsonl` collector to the `profiling...
11 days ago  Maurycy Pawłowski... gh-149230: `_remote_debugging`: Fix async-aware for...
11 days ago  Maurycy Pawłowski... gh-149342: `_remote_debugging`: Fix binary profile...
11 days ago  Maurycy Pawłowski... gh-149300: `_remote_debugging`: clean up magic and...
11 days ago  Pablo Galindo... gh-98894: Restore function entry/exit DTrace probes...
11 days ago  Pablo Galindo... gh-146462: Add dict introspection debug offsets (#148633)
11 days ago  Hugo van Kemenadegh-142389: Add support for backtick colorisation in...
11 days ago  Hugo van Kemenadegh-142389: Add backticks to stdlib argparse help to...
11 days ago  Savannah OstrowskiGH-130750: Restore quoting of choices in argparse error...
11 days ago  Matt Van Horngh-146406: Add cross-language method suggestions for...
11 days ago  Sergey MiryanovGH-148726: Add heap_size to generational GC (#149195)
11 days ago  Stéphane Bidoulgh-149377: update bundled pip to 26.1.1 (#149378)
11 days ago  Pablo Galindo... gh-149321: Fix stdlib imports with lazy imports disable...
11 days ago  Serhiy Storchakagh-138907: Support RFC 9309 in robotparser (GH-138908)
11 days ago  Charlie Lingh-145917: Add MIME types for TTC and Haptics formats...
11 days ago  Steve Dowergh-148690: Build Windows freethreaded binaries into...
11 days ago  Neko Asakuragh-143732: add specialization for `FOR_ITER` (GH-148745)
11 days ago  Victor Stinnergh-137030: Fix YIELD_VALUE bytecode assertion (#149184)
11 days ago  Petr Viktoringh-149225: Expose Py_CriticalSection in Stable ABI...
11 days ago  Victor Stinnergh-148675: Remove F and D formats from array and memory...
11 days ago  Kit Dallegegh-137337: Clarify import statement namespace binding...
11 days ago  Victor Stinnergh-148292: Remove shutdown() test in test_ssl.test_got_...
11 days ago  Victor Stinnergh-148675: Add Zd/Zf formats to array, ctypes, memoryvi...
11 days ago  Maurycy Pawłowski... gh-147998: Fix possible memory leak in _pop_preserved...
11 days ago  Alyssa Coghlangh-149010: Improve reliability of inspect CLI (#149357)
11 days ago  Wulian233gh-148418: Fix a possible reference leak in a corrupted...
11 days ago  Victor Stinnergh-146063: Add PyObject_CallFinalizerFromDealloc()...
11 days ago  Victor Stinnergh-148600: Add OpenSSL 4.0.0 support to test configurat...
11 days ago  wouter bolsterleegh-87245: Improve IPv6Address.ipv4_mapped documentation...
11 days ago  Hugo van Kemenadegh-148352: Add more colour to `calendar` CLI output...
11 days ago  Ned Deilygh-149351: Avoid possible broken macOS framework insta...
11 days ago  Victor Stinnergh-148292: Update _ssl._SSLSocket for OpenSSL 4 (#149102)
11 days ago  Petr Viktoringh-149231: tomllib: Limit the number of parts in a...
11 days ago  kishorhange111gh-148849: Deprecate http.cookies.BaseCookie.js_output...
11 days ago  Maurycy Pawłowski... gh-148093: Raise binascii.Error from binascii.a2b_uu...
11 days ago  Hugo van Kemenadegh-146609: Use argparse for colour help timeit CLI...
11 days ago  Kumar Adityagh-143732: allow dict subclasses to be specialized...
11 days ago  Hugo van Kemenadegh-142389: Add colour to regrtest and pdb's help descri...
12 days ago  Pablo Galindo... gh-149296: Add `dump` subcommand to sampling profiler...
12 days ago  Kai (Kazuya... gh-145521: Add 'infer_variance' parameter to ParamSpec...
12 days ago  Tamika Nomaragh-133956 fix bug where `dataclass` wouldn't detect...
12 days ago  Zachary Waregh-149254: Update CI to use latest OpenSSL and AWS...
12 days ago  Zachary Waregh-149254: Update Windows builds to use OpenSSL 3.5...
12 days ago  Barry Warsawgh-148641: Implement PEP 829 - startup configuration...
12 days ago  Hugo van Kemenadegh-135056: Fix teardown order for Windows in `test_http...
12 days ago  Anton Ian Siposgh-135056: Add a `--header` CLI option to `http.server...
12 days ago  sobolevngh-149243: Check for recursion limits in `CALL_ALLOC_AN...
12 days ago  Serhiy Storchakagh-143231: Do not swallow not matched warnings in asser...
12 days ago  Wulian233gh-149217: Avoid adding dependencies on immutable,...
12 days ago  Serhiy Storchakagh-143231: Add the module attribute to warnings.Warning...
12 days ago  sobolevnIgnore `/jit_unwind_info*.h` from git (#149311)
12 days ago  Mazin SharafGH-148189: Fix miscalculation of type-specific free...
13 days ago  dr-carlosgh-141388: Improve docs/tests for non-function callable...
13 days ago  Tian Gaogh-139167: Allow users to hook gen_colors function...
13 days ago  Neko Asakuragh-148871: extend and improve `LOAD_COMMON_CONSTANT...
13 days ago  Eric Mark Martingh-149171: Make TypeAliasType __module__ writable ...
13 days ago  Anuj Nitin... gh-149267: Document ast.Constant.kind attribute (#149268)
13 days ago  Hunter Hogangh-148063: documentation: move ast.compare from "Compil...
13 days ago  Brian Schubertgh-116021: Deprecate support for instantiating abstract...
13 days ago  Zanie Bluegh-149285: Increase recursion depth for `test_xml_etree...
13 days ago  sobolevngh-149282: Fix `gc.c` compilation with `--enable-pystat...
13 days ago  Pablo Galindo... gh-146527: Remove private module entry from what's...
13 days ago  Sergey MiryanovGH-146527: Add get_gc_stats function to _remote_debuggi...
13 days ago  Neko Asakuragh-148380: remove all uses of `_PyType_LookupByVersion...
13 days ago  Pablo Galindo... gh-149214: Fix non ascii characters in remote debugging...
13 days ago  Diego RussoGH-126910: Add gdb support for unwinding JIT frames...
13 days ago  Raymond Hettingergh-149221: Minor comment edit (gh-149278)
13 days ago  lighting9999gh-149221:Fix binomialvariate Function for random modul...
13 days ago  Sergey MiryanovGH-148932: Improve error message if profiling.sampling...
13 days ago  Serhiy Storchakagh-148914: Fix memoization of in-band PickleBuffer...
13 days ago  Russell Keith... gh-149254: Bump OpenSSL versions for iOS and Android...
13 days ago  Raymond Hettingergh-149244 Document statistics functions that require...
13 days ago  htjworldstatistics: Fix geometric_mean() error message for...
13 days ago  Ned Deilygh-149254: Update macOS installer to use OpenSSL 3...
13 days ago  W. H. Wanggh-149117: Set `ImportError.name` on errors from `runpy...
2026-05-01  Brett CannonGH-149252: Update WASI SDK version from 32 to 33 (...
2026-05-01  Amp Tellgh-75707: tarfile: Add optional open() argument "mtime...
2026-05-01  Raymond Hettingergh-124397: Add free-threading support for iterators...
2026-05-01  Pablo Galindo... gh-149202: Implement PEP 831 – Frame Pointers Everywher...
2026-05-01  sobolevngh-149083: Change several other docs examples to use...
2026-05-01  sobolevnFix source link in `Doc/howto/descriptor.rst` (#149215)
2026-05-01  Sam BullClarify `max_length` in zstd & zlib decompressor docume...
2026-05-01  Hugo van Kemenadegh-148726: Document the GC change in What's New in...
2026-05-01  Ken Jingh-139038: Update final JIT figures for 3.15rc1 (#149210)
2026-05-01  Hugo van KemenadeBuild mpdecimal from source to workaround unreliable...
2026-05-01  Mike Edmundsgh-81074: Allow non-ASCII addr_spec in email.headerregi...
2026-05-01  Mike Edmundsgh-83938, gh-122476: Stop incorrectly RFC 2047 encoding...
2026-05-01  petervanvugtgh-148850: Fix memory sanitizer false positive in os...
2026-05-01  sunmy2019gh-148967: Fix FFI type pointer handling for C complex...
2026-05-01  Neko Asakuragh-149204: add `_RROT_3` uop to reduce stack moves...
2026-05-01  chemelnucfingh-133560: Clarified `parser.md` doc for pegen parser...
2026-05-01  Petr Viktoringh-145497: Use same size of static_types array in all...
2026-05-01  Tan Longgh-149173: Fix inverted PYTHON_BASIC_REPL environment...
2026-04-30  Savannah OstrowskiGH-146475: Block Apple Clang for building JIT stencils...
2026-04-30  R. David Murraygh-148518 fix index error in local part attribute ...
2026-04-30  Maurycy Pawłowski... gh-144319: Use transparent huge pages via `madvise...
2026-04-30  Serhiy Storchakagh-149028: Revert gh-92936 changes (GH-149182)
2026-04-30  Sergey MiryanovGH-148726: Forward-port generational GC. (GH-148746)
2026-04-30  elenrilbpo-39100: _header_value_parser: do not treat a Group...
next