]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-02-17  Stan Ulbrych[3.13] Fix typos and grammar errors across documentatio...
2026-02-17  Miss Islington... [3.13] gh-143637: Fix test_socket.test_sendmsg_reentran...
2026-02-17  Miss Islington... [3.13] gh-144551: Update macOS installer to use OpenSSL...
2026-02-16  Peter Bierma[3.13] gh-144601: Avoid sharing exception objects raise...
2026-02-16  Miss Islington... [3.13] gh-144601: Use `_testmultiphase` instead of...
2026-02-16  Miss Islington... [3.13] gh-80667: Fix lookup for Tangut ideographs in...
2026-02-16  Zachary Ware[3.13] gh-144551: Update Android builds to use OpenSSL...
2026-02-16  Miss Islington... [3.13] gh-144833: Fix use-after-free in SSL module...
2026-02-15  Miss Islington... [3.13] gh-101100: Resolve reference warnings in referen...
2026-02-14  Pablo Galindo... [3.13] gh-144766: Fix a crash in fork child process...
2026-02-13  Zachary Ware[3.13] gh-144551: Update CI to use latest OpenSSL versi...
2026-02-13  Miss Islington... [3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum...
2026-02-13  Zachary Ware[3.13] gh-144551: Update Windows builds to use OpenSSL...
2026-02-13  Miss Islington... [3.13] gh-143637: Fix re-entrant mutation of ancillary...
2026-02-12  Miss Islington... [3.13] gh-144706: Warn against using synchronization...
2026-02-12  Serhiy Storchaka[3.13] gh-80667: Fix case-sensitivity of some Unicode...
2026-02-12  Miss Islington... [3.13] gh-57095: Add note about input splitting in...
2026-02-12  Serhiy Storchaka[3.13] gh-84424: Use numeric_changed for UCD.numeric...
2026-02-12  Stan Ulbrych[3.13] Itertools recipes: Replace the tabulate() examp...
2026-02-11  Lysandros Nikolaou[3.13] gh-142518: Define lock-free and per-object lock...
2026-02-11  Miss Islington... [3.13] gh-106318: Improve str.rstrip() method doc ...
2026-02-11  Gregory P.... [3.13] gh-143650: Fix importlib race condition on impor...
2026-02-10  Miss Islington... [3.13] gh-138744: Skip test_dtrace on Windows (GH-14465...
2026-02-10  Miss Islington... [3.13] Clarify the docs for `args` in asyncio callbacks...
2026-02-10  Miss Islington... [3.13] gh-143543: Fix re-entrant use-after-free in...
2026-02-10  Miss Islington... [3.13] gh-144363: Update bundled libexpat to 2.7.4...
2026-02-10  Petr Viktorin[3.13] gh-131261: generate_sbom.py: Exclude the refresh...
2026-02-10  Miss Islington... [3.13] Disable pip version check when upgrading certifi...
2026-02-09  Miss Islington... [3.13] gh-144492: Fix `process_changed_files` outputs...
2026-02-08  Miss Islington... [3.13] gh-106318: Add examples for str.partition()...
2026-02-08  Miss Islington... [3.13] gh-106318: Add example for str.isalnum() (GH...
2026-02-08  Miss Islington... [3.13] For `enum.bin`, update versionadded directive...
2026-02-07  Miss Islington... [3.13] gh-143700: document `secrets.DEFAULT_ENTROPY...
2026-02-07  Miss Islington... [3.13] gh-142044: Add note to prefer `asyncio.timeout...
2026-02-07  Miss Islington... [3.13] gh-144538: Upgrade bundled pip to 26.0.1 (gh...
2026-02-06  Miss Islington... [3.13] gh-144330: Initialize classmethod and staticmeth...
2026-02-05  Miss Islington... [3.13] gh-144484: Warn users not to use wsgiref in...
2026-02-05  Miss Islington... [3.13] gh-144148: Update the urllib.parse documentation...
2026-02-04  Miss Islington... [3.13] gh-106318: Add examples for `str.startswith...
2026-02-04  Miss Islington... [3.13] gh-141004: Document remaining `pyport.h` utility...
2026-02-04  Miss Islington... [3.13] gh-141444: Replace dead URL in urllib.robotparse...
2026-02-03  Thomas WoutersPost 3.13.12
2026-02-03  Thomas WoutersPython 3.13.12 v3.13.12
2026-02-03  Miss Islington... [3.13] gh-127313: Use getLogger() without argument...
2026-02-03  Miss Islington... [3.13] gh-74453: Add stronger security warning to os...
2026-02-03  Miss Islington... [3.13] gh-106318: Add examples for str.rindex() method...
2026-02-03  Miss Islington... [3.13] gh-75572: Speed up test_xpickle (GH-144393)...
2026-02-03  Miss Islington... [3.13] gh-144415: Android testbed fixes (GH-142912...
2026-02-02  Guo Ci[3.13] gh-140806: add docs for `enum.bin` function...
2026-02-02  Miss Islington... [3.13] gh-142555: Fix null pointer dereference in array...
2026-02-02  Miss Islington... [3.13] gh-129401: Test repr rlock failing randomly...
2026-02-02  Stan Ulbrych[3.13] gh-144376: Only run 'address' fuzzer for python3...
2026-02-02  Miss Islington... [3.13] gh-144380: Fix incorrect type check in `buffered...
2026-01-29  Peter Bierma[3.13] gh-144307: Fix a reference leak during module...
2026-01-29  Miss Islington... [3.13] gh-142387: Reduce Android testbed API level...
2026-01-28  Victor Stinner[3.13] gh-144194: Fix mmap failure check in perf_jit_tr...
2026-01-28  Jelle Zijlstra[3.13] gh-144169: Fix three crashes in AST objects...
2026-01-27  Nathan Goldbaum[3.13] gh-144257: document return values of PyModule_Se...
2026-01-27  Victor Stinner[3.13] gh-144100: Fix crash for POINTER(str) used in...
2026-01-27  Miss Islington... [3.13] gh-142119: Clarify that one `contextvars.Token...
2026-01-27  Miss Islington... [3.13] gh-126014: test_makefile_test_folders: Ignore...
2026-01-26  Miss Islington... [3.13] gh-101888: Add function.__builtins__ to ref...
2026-01-26  Petr Viktorin[3.13] gh-127773: Disable attribute cache on incompatib...
2026-01-26  Miss Islington... [3.13] gh-143928: Remove outdated comparison between...
2026-01-26  Miss Islington... [3.13] gh-144233: Fix typo in os.eventfd documentation...
2026-01-25  Miss Islington... [3.13] gh-143935: Email preserve parens when folding...
2026-01-25  Miss Islington... [3.13] gh-143237: Fix support of named pipes in the...
2026-01-25  Miss Islington... [3.13] gh-144125: email: verify headers are sound in...
2026-01-25  Miss Islington... [3.13] gh-143919: Reject control characters in http...
2026-01-25  Miss Islington... [3.13] Programming FAQ: fix some punctuaction typos...
2026-01-25  Seth Michael... [3.13] gh-143925: Reject control characters in data...
2026-01-24  Stan Ulbrych[3.13] gh-142461: Move misplaced NEWS entries to an...
2026-01-24  Terry Jan Reedy[3.13] gh-135142: Initial 3.15 News3.txt entries (GH...
2026-01-23  Miss Islington... [3.13] gh-144027: Fix documentation for ignorechars...
2026-01-23  Miss Islington... [3.13] Doc: fix incorrect reference in `isasyncgenfunct...
2026-01-22  Miss Islington... [3.13] gh-142779: Initialize reserved field for proper...
2026-01-22  Stan Ulbrych[3.13] gh-144023: Prevent `follow_symlinks` from being...
2026-01-22  Miss Islington... [3.13] gh-141004: Mark up constants for `PyOS_double_to...
2026-01-22  Miss Islington... [3.13] gh-77188: Add pickle tests for objects with...
2026-01-22  Miss Islington... [3.13] gh-143959: Make _datetime optional for test_sys...
2026-01-22  Miss Islington... [3.13] gh-141004: Mark up docs of old PyMem macros...
2026-01-22  Yongtao Huang[3.13] gh-144085: Add `{gi,cr}_suspended` to `inspect...
2026-01-20  Bera[3.13] gh-143866: Verify return value of `pathlib.write...
2026-01-20  Miss Islington... [3.13] gh-144050: Fix stat.filemode pure Python file...
2026-01-20  Miss Islington... [3.13] Update struct.__doc__: _Bool available unconditi...
2026-01-20  Miss Islington... [3.13] gh-143999: Fix: handle suspended state on types...
2026-01-20  Miss Islington... [3.13] gh-143774 - Improve IDLE Format Paragraph doc...
2026-01-19  🇺🇦 Sviatoslav... [3.13] Notify Sviat of GHA changes through codeowners...
2026-01-19  Miss Islington... [3.13] gh-102809: No longer mention `Misc/gdbinit`...
2026-01-19  Miss Islington... [3.13] gh-106318: Add examples for str.rpartition(...
2026-01-19  Miss Islington... [3.13] gh-143754: Modernize Tkinter docs (GH-143841...
2026-01-17  Gregory P.... [3.13] gh-143916: Reject control characters in wsgiref...
2026-01-16  Sam Gross[3.13] gh-133253: making linecache thread-safe (GH...
2026-01-16  Seth Michael... [3.13] gh-143572: Run 'python3-libraries' fuzzer in...
2026-01-16  Miss Islington... [3.13] gh-65784: Add support for parametrized resource...
2026-01-16  Victor Stinner[3.13] gh-143602: Fix duplicate buffer exports in io...
2026-01-16  Miss Islington... [3.13] gh-143672: Add more tests for struct.pack_into...
2026-01-15  sobolevn[3.13] gh-143635: Fix crash in `ga_repr_items_list...
2026-01-15  Serhiy Storchaka[3.13] gh-142829: Fix use-after-free in `Context.__eq__...
2026-01-15  Miss Islington... [3.13] gh-141004: Document symbol visibility macros...
next