]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
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...
next