]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2025-08-13  Serhiy Storchakagh-137668: Document that ord() supports also bytes...
2025-08-13  Petr Viktoringh-131146: Fall back to `month_name` if `standalone_mon...
2025-08-12  Adam TurnerGH-137630: Argument Clinic: Reduce use of 'as' for...
2025-08-12  sobolevngh-133403: Run `mypy` on `Tools/build/mypy.ini` changes...
2025-08-12  Adam TurnerGH-137623: Begin enforcing docstring length in Argument...
2025-08-12  RafaelWOgh-136672: Docs: Move Enum functions and add examples...
2025-08-12  Sergey MiryanovGH-137562: Fix github-issue number for deallocated...
2025-08-12  Malcolm Smithgh-137242: Add Android CI job (#137186)
2025-08-12  Adam TurnerGH-137630: Convert ``_interpreters`` to use Argument...
2025-08-12  sobolevngh-133403: Check `generate_stdlib_module_names` and...
2025-08-12  Hugo van Kemenadegh-137288: Update 3.14 magic numbers (GH-137665)
2025-08-12  Jelle Zijlstragh-135228: When @dataclass(slots=True) replaces a datac...
2025-08-12  Serhiy Storchakagh-126008: Improve docstrings for Tkinter cget and...
2025-08-11  Evan Kohilasgh-131885: Use positional-only markers for ``max()...
2025-08-11  Brett CannonGH-137426: Remove code deprecation of `importlib.abc...
2025-08-11  Konstantin... gh-125897: Mark range function parameters as positional...
2025-08-11  Sam Grossgh-137400: Fix a crash when disabling profiling across...
2025-08-11  AN Longgh-115766: Fix IPv4Interface.is_unspecified (GH-137326)
2025-08-11  Sergey B Kirpichevgh-128813: cleanup C-API docs for PyComplexObject ...
2025-08-11  László Kiss... gh-135953: Profile a module or script with sampling...
2025-08-11  da-woodsFix documentation of hash in PyHash_FuncDef (#137595)
2025-08-11  Serhiy StorchakaAdd test for opening an SQLite with bytes path (GH...
2025-08-10  Malcolm SmithUpdate pre-commit hooks (#137591)
2025-08-10  Peter Biermagh-137583: Only lock the SSL context, not the SSL socke...
2025-08-09  Serhiy Storchakagh-136571: Convert more code in datetime to Argument...
2025-08-09  Mark ShannonGH-132532: Add new DSL macros to better declare semanti...
2025-08-09  Sergey Miryanovgh-137562: Remove reference for GC_REACHABLE in comment...
2025-08-09  Alexander Nordingh-137026: Add an explainer guide for asyncio (GH-137215)
2025-08-08  Nick Burnsgh-92936: allow double quote in cookie values (#113663)
2025-08-08  Douglas Thorgh-133722: Add Difflib theme to `_colorize` and 'color...
2025-08-08  Tom ForbesReplace "ordered arguments" with "positional arguments...
2025-08-08  Sergey B Kirpichevgh-128813: deprecate cval field of the PyComplexObject...
2025-08-08  sobolevnBump mypy to 1.17.1 (#137542)
2025-08-08  Adorilson Bezerra[Doc] Remove unnecessary quotes from typing module...
2025-08-08  Adam TurnerGH-136155: Fail the EPUB check on fatal errors (#137351)
2025-08-08  Sergey MiryanovGH-135552: Add tests to check weakref clearing (GH...
2025-08-07  Sergey B Kirpichevgh-130102: drop "require numeric arguments" from pow...
2025-08-07  Neil SchemenauerGH-135552: Make the GC clear weakrefs later (GH-136189)
2025-08-07  Bénédikt Trangh-137412: fix `default_builtin_hashes` values in ...
2025-08-07  Dino Viehlandgh-137291: Support perf profiler with an evaluation...
2025-08-07  Abhinav UpadhyayGH-119085: Move comment in Python/gc.c to correct place.
2025-08-07  Sebastien Williams... gh-137526: Fix broken link to drdobbs journal in diffli...
2025-08-07  Ee Durbinadd floss.fund manifest provenance (#137529)
2025-08-07  maurycyRemove redundant assignment in asyncio.streams.StreamRe...
2025-08-07  Peter Biermagh-137514: Add a free-threading wrapper for mutexes...
2025-08-07  Nice Zombiesgh-135336: Add fast path to json string encoding (...
2025-08-07  Bartosz Sławeckigh-137440: Update comment in Python/hamt.c on importing...
2025-08-07  Serhiy Storchakagh-137044: Support large limit values in getrlimit...
2025-08-07  Guilherme Leobasgh-137463: Update `validate_abstract_methods` in `test_...
2025-08-07  tobiasjcatgh-137499: Fixed dead link to NIST website (#137500)
2025-08-06  Isuru Fernandogh-84683: Check `<prefix>/share/zoneinfo` for zoneinfo...
2025-08-06  Greg SteinDocs: Small clarity change for ``except*`` (#121073)
2025-08-06  Mendel FeygelsonDocs: Use the correct example module in warnings.rst...
2025-08-06  Daniele Parmeggianigh-134861: Add 🍌SV output format to ``python -m asyncio...
2025-08-06  Daniele Parmeggianigh-134861: Add CSV output format to ``python -m asyncio...
2025-08-06  Brett CannonGH-137484: Have `Tools/wasm/wasi` use the build triple...
2025-08-06  Adam TurnerFurther CODEOWNERS listings for Adam Turner (#137483)
2025-08-06  Barney GaleGH-137466: Remove deprecated and undocumented `glob...
2025-08-06  Alexander Urielesgh-75989: TarFile.extractall and TarFile.extract now...
2025-08-06  Victor Stinnergh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)
2025-08-06  Victor StinnerUse PyInitConfig API in _freeze_module.c (#137423)
2025-08-06  Victor StinnerUse PyConfig_Get() in frozenmain.c (#137421)
2025-08-06  Ned Deilygh-137450: macOS installer shell path management improv...
2025-08-06  Erlend E. Aaslandgh-133390: Amend gh-135659 (sqlite3 docs update) (...
2025-08-06  Furkan Ondergh-137056: Fix DTrace build support on NetBSD (GH-137057)
2025-08-05  Sina Zel taatgh-136823: Update documentation on excluded headers...
2025-08-05  Gregory P.... gh-137134: Update SQLite to 3.50.4 for binary releases...
2025-08-05  Ned BatchelderDocs: add dunder and walrus to the glossary (#137430)
2025-08-05  Adam TurnerGH-136155: Use ``sphinxext-opengraph`` v0.12.0 (#137393)
2025-08-05  Zachary WareFix buildbot release status link in CONTRIBUTING.rst...
2025-08-05  Irit Katrielgh-137288: Fix bug where boolean expressions are not...
2025-08-05  Stan Ulbrychgh-123441: Correct the supported languages of the iso...
2025-08-05  Sam Grossgh-137238: Fix data race in `_Py_slot_tp_getattr_hook...
2025-08-05  naweissgh-107545: Fix misleading setsockopt() error messages...
2025-08-05  Furkan Ondergh-137397: Skip test_os_open on NetBSD due to indefinit...
2025-08-05  Bénédikt Trangh-136306: fix `test_ssl.ContextTests.test_set_groups...
2025-08-04  markmcclaingh-137390: Add missing line continuation character...
2025-08-04  Adam Turnergh-132661: PEP 750 documentation: second pass (#137020)
2025-08-04  alexey semenyukgh-137128: Remove outdated todo about coro_fns in async...
2025-08-04  Victor Stinnergh-129033: Remove dead code in test.support.has_no_debu...
2025-08-04  Peter Biermagh-134170: Add colorization to unraisable exceptions...
2025-08-04  Petr Viktoringh-136520: Clarify docs for _pack_ & _align_ (GH-137036)
2025-08-04  Sergey B Kirpichevgh-137368: document __index__() support for PyLong_AsIn...
2025-08-04  Alex WaygoodRemove Alex Waygood as a codeowner for pre-commit confi...
2025-08-04  Alexander Urielesgh-81325: Support path-like objects with streaming...
2025-08-04  Sergey B Kirpichevgh-122450: Expand documentation for ``Rational`` and...
2025-08-04  Richard Sigh-137257: Upgrade bundled pip to 25.2 (GH-137258)
2025-08-04  Rogdhamgh-132983: Use ``Py_UNREACHABLE`` in ``_zstd_load_impl...
2025-08-03  Kliment Lamonovgh-136567: Add information about lost prefixes to ...
2025-08-03  Adam TurnerGH-136155: Use ``sphinxext-opengraph`` v0.11.0 (#137348)
2025-08-03  Serhiy Storchakagh-137341: Remove more word duplications (GH-137342)
2025-08-03  Pablo Galindo... gh-137314: Fix incorrect treatment of format specs...
2025-08-03  Rogdhamgh-132983: Fix docstrings in ``ZstdDict`` (#137321)
2025-08-03  sobolevngh-137191: Fix how type parameters are collected from...
2025-08-02  Mark ShannonGH-137276: Don't mark uop as escaping if the escaping...
2025-08-02  Maciej OlkoRemove incorrect feature coverage comment from msgfmt...
2025-08-02  Inada NaokiDoc: remove unused images (#137323)
2025-08-02  sobolevngh-137308: Replace a single docstring with `pass` in...
2025-08-01  Bénédikt Trangh-131876: Revert "gh-131876: extract `_hashlib` helper...
2025-08-01  Mark ShannonGH-136410: Faster side exits by using a cold exit stub...
next