]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2025-04-10  ChuFix a typo in Python/pylifecycle.c (#132350)
2025-04-10  Tomas R.gh-130320: gettext: Test fallback translations (GH...
2025-04-10  Liam DeVoeDocs: Add a missing trailing full stop (#130561)
2025-04-10  sobolevngh-132316: Require `socket` and `GITHUB_TOKEN` env...
2025-04-10  180909gh-72631: Fix wrong documentation for GzipFile.peek...
2025-04-10  Tomas R.gh-130453: pygettext: Allow specifying multiple keyword...
2025-04-10  mpagegh-132336: Mark a few "slow path" functions used by...
2025-04-10  Jodocs: Fix typo in context_aware_warnings flag (#132340)
2025-04-10  Adam TurnerGH-132330: Synchronise ``Doc/includes/typestruct.h...
2025-04-09  Neil Schemenauergh-128384: Use a context variable for warnings.catch_wa...
2025-04-09  Stefano RiveraEscape hyphens in manpage (#132291)
2025-04-09  Brandt BucherGH-131798: Remove JIT guards for dict, frozenset, list...
2025-04-09  Kumar Adityagh-131336: fix thread safety for ctypes functions ...
2025-04-09  Karolina Surmagh-130587: Invoke regen-token rst with rstfile as an...
2025-04-09  Serhiy Storchakagh-132305: Make Argument Clinic code compatible with...
2025-04-09  ChuRemove a duplicate word in the Makefile (#132301)
2025-04-09  sobolevngh-132285: Fix that `__annotate__` is not deleted when...
2025-04-09  mpagegh-129987: Disable GCC SLP autovectorization for the...
2025-04-09  h-vetinariupdate comment about LLVM bug relevant for `--with...
2025-04-09  Ken Jingh-126703: Fix possible use after free in pycfunction...
2025-04-09  Serhiy Storchakagh-131434: Improve error reporting for incorrect format...
2025-04-09  Serhiy Storchakagh-130631: Make join_header_words() more similar to...
2025-04-08  Łukasz Langagh-131507: Add a way to recreate the `Misc/mypy` symlin...
2025-04-08  Serhiy Storchakagh-112068: C API: Add support of nullable arguments...
2025-04-08  Cody Maloneygh-132246: Add PEP 688 to C Buffer Protocol docs (...
2025-04-08  Tian Gaogh-132250: Clear error in lsprof callback when method...
2025-04-08  Tian Gaogh-106670: Fix a typo in doc of pdb's exceptions comman...
2025-04-08  Nadeshiko ManjuGH-131798: Narrow the result of _CONTAINS_OP_DICT to...
2025-04-08  Tomas R.GH-131798: Narrow the result type of _BINARY_OP_SUBSCR_...
2025-04-08  Dupratgh-132063: ensure that `ProcessPoolExecutor` does not...
2025-04-08  Hugo van KemenadeMerge branch 'main' of https://github.com/python/cpython
2025-04-08  Hugo van KemenadePost 3.14.0a7
2025-04-08  Bénédikt Trangh-93096: fix `test_mimetypes.test_invocation_error...
2025-04-08  Serhiy Storchakagh-50333: Deprecate support of non-tuple sequences...
2025-04-08  Hugo van KemenadePython 3.14.0a7 v3.14.0a7
2025-04-08  Serhiy Storchakagh-117779: Fix reading duplicated entries in zipfile...
2025-04-08  Peter Biermagh-131998: Fix `NULL` dereference when using an unbound...
2025-04-08  Bénédikt Trangh-74598: add `fnmatch.filterfalse` for excluding names...
2025-04-08  Adam Turnergh-118761: Optimise import time for ``string`` (#132037)
2025-04-08  Bénédikt Trangh-93096: fix `test_mimetypes.test_guess_type_conflicti...
2025-04-08  Irit Katrielgh-100239: more stats for BINARY_OP/SUBSCR specializati...
2025-04-08  David BrochartFixed a typo in the documentation (#132005)
2025-04-08  Srinivas Reddy... gh-132021: Add bool type to the list of allowed JSON...
2025-04-08  sobolevngh-115942: Add `locked` to several multiprocessing...
2025-04-08  Emma Smithgh-84481: Make ZipFile.data_offset more robust (#132178)
2025-04-08  Ee DurbinAdd psfhosted Plausible instance to analytics (#132252)
2025-04-08  Inada Naokienum: remove unused function (#132044)
2025-04-07  Stan Ulbrychgh-130521: Add Open Graph meta tags to template pages...
2025-04-07  Gregory P.... gh-131809: Upgrade vendored expat to 2.7.1 (#132192)
2025-04-07  Adam Turnergh-118761: Cover the import time optimisations in What...
2025-04-07  sobolevngh-130775: Allow negative locations in `ast` (#130795)
2025-04-07  Peter Biermagh-128182: switch `ctypes` locking to critical sections...
2025-04-07  Kumar Adityagh-132213: use relaxed atomics for set hash (#132215)
2025-04-07  Bénédikt Trangh-130843: add UUIDv7 timestamp recipes (#132154)
2025-04-07  Hugo van KemenadeDocs HTML: Remove self-closing tags (#132220)
2025-04-07  Jelle Zijlstradictobject.c: Fix incorrect function name in errors...
2025-04-07  sobolevngh-132221: Fix `__match_args__` generation docs in...
2025-04-07  Hugo van Kemenadegh-123299: List PEPs 758 and 768 in 3.14 release highli...
2025-04-07  Prometheus3375gh-131912: Use different grouping options for the integ...
2025-04-07  sobolevngh-132171: Fix `_interpreters.run_string` crash on...
2025-04-07  btwoodgh-61456: Add Thai language codec aliases (#15079)
2025-04-07  sobolevngh-132174: Fix function name in error message of `_inte...
2025-04-07  Sonny Dinggh-122040: reword `Modules/xxmodule.c` module-level...
2025-04-07  Bénédikt Trangh-99108: add support for SIMD-accelerated HMAC-BLAKE2...
2025-04-07  Ned Deilygh-124111: Update macOS installer to use Tcl/Tk 8.6...
2025-04-07  Ned Deilygh-131423: Update macOS installer to use OpenSSL 3...
2025-04-07  Vincent Faziogh-129204: Add _PYTHON_SUBPROCESS_USE_POSIX_SPAWN envir...
2025-04-06  Sergey B KirpichevDocs: Add a single table summary for ``cmath`` (#131887)
2025-04-06  Brian Schubertgh-132168: Add `__class_getitem__` to `ctypes.py_object...
2025-04-06  Emma Smithgh-84481: Add ZipFile.data_offset attribute (#132165)
2025-04-06  Pieter Eendebakgh-126703: Add freelist for range and range_iter object...
2025-04-06  Pablo Galindo... gh-131591: Handle includes for iOS in remote_debugging...
2025-04-06  Tomas R.gh-132121: Always escape non-printable characters in...
2025-04-06  Xuehai Pangh-132159: Do not shadow user arguments in generated...
2025-04-06  sobolevngh-132011: Fix crash on invalid `CALL_LIST_APPEND`...
2025-04-06  Alex Waygoodgh-132139: 3.14 what's new: elaborate on why you can...
2025-04-06  Semyon Morozgh-131178: Add tests for `pickle` command-line interfac...
2025-04-06  Jelle Zijlstragh-132139: Document that you can no longer set attribut...
2025-04-06  Kumar Adityagh-128182: add critical sections to ctypes arrays gette...
2025-04-06  Srinivas Reddy... Docs: Replace dead hyperlink for CGI environment variab...
2025-04-06  Nadeshiko Manjugh-132134: Add the clangd ``.cache`` directory to ...
2025-04-05  Tomas R.GH-131798: Narrow the result of _CONTAINS_OP_SET to...
2025-04-05  Stan Ulbrychgh-131852: Filter out POT-Creation-Date in msgfmt ...
2025-04-05  Rafael FontenelleFix numbered list syntax in programming.rst (#130158)
2025-04-05  Adam TurnerGH-118761: Expose more core interpreter types in `...
2025-04-05  Ken Jingh-132132: Upgrade LLVM on tail calling CI (GH-132098)
2025-04-05  Chris Eiblgh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on...
2025-04-05  Pieter Eendebakgh-126703: Add PyCFunction freelist (GH-128692)
2025-04-05  Adam TurnerGenerate social media preview cards for the documentati...
2025-04-05  Serhiy StorchakaSkip a test for Bluetooth HCI socket (added in GH-13202...
2025-04-05  Tomas R.Docs: Fix typo in `InternalDocs/jit.md` (#132119)
2025-04-05  Kumar Adityagh-128182: add critical section to `_ctypes.Simple...
2025-04-05  Kumar Adityagh-128182: add critical section to `_ctypes.PyCData...
2025-04-05  Semyon Morozgh-85162: Add `HTTPSServer` to `http.server` to serve...
2025-04-05  Yuki KobayashiDocs: document `plistlib.InvalidFileException` (#132069)
2025-04-05  Ageev Maximgh-131015: Add test for bytes formatting errors (#131881)
2025-04-05  Prometheus3375gh-131912: Improve description of grouping options...
2025-04-05  Jelle Zijlstragh-129463, gh-128593: Simplify ForwardRef (#129465)
2025-04-04  Adam Turnergh-109599: Expose `CapsuleType` via the `_types` module...
2025-04-04  Jelle Zijlstragh-131933: Document UnionType/Union merger in What...
next