]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-06-02  Miss Islington... [3.14] gh-101913: changed wording of docstring for...
2026-06-02  Miss Islington... [3.14] gh-89554: Document _thread.LockType as a class...
2026-06-02  Miss Islington... [3.14] gh-149738: Fix segmentation fault bug in sqllite...
2026-06-02  Manoj K M[3.14] Fix a typo in 'Exception Handling' C-API documen...
2026-06-02  Miss Islington... [3.14] gh-149079: Fix O(n^2) canonical ordering in...
2026-06-02  Miss Islington... [3.14] gh-123138: Updated email.headerregistry docs...
2026-06-02  Miss Islington... [3.14] gh-89554: Document typing.ParamSpecArgs and...
2026-06-02  Miss Islington... [3.14] gh-89554: Document weakref type objects as class...
2026-06-02  Miss Islington... [3.14] gh-89554: Document NoneType, NotImplementedType...
2026-06-01  Miss Islington... [3.14] gh-150644: Tag Apple system log messages as...
2026-06-01  Miss Islington... [3.14] gh-148508: Add another common pattern for iOS...
2026-06-01  Miss Islington... [3.14] gh-148672: Document namespace subpackages inside...
2026-06-01  Victor Stinner[3.14] gh-150436: Skip subprocess test on STATUS_DLL_IN...
2026-06-01  Miss Islington... [3.14] gh-150157: Fix critical section for PyDict_Next...
2026-06-01  Miss Islington... [3.14] gh-149046: fix: correctly handle `str` subclasse...
2026-06-01  Miss Islington... [3.14] gh-150368: Change Windows user group to secure...
2026-06-01  Miss Islington... [3.14] gh-148605: Remove irepeat() thread test from...
2026-05-31  Miss Islington... [3.14] gh-150685: update bundled pip to 26.1.2 (gh...
2026-05-31  Miss Islington... [3.14] Clarify docs for scheduler.run(blocking=False...
2026-05-31  Miss Islington... [3.14] gh-150636: Clarify difference between copy.copy...
2026-05-31  Miss Islington... [3.14] gh-150372: Add missing null check on completer_w...
2026-05-31  Miss Islington... [3.14] gh-131178: Fix mimetypes CLI docs, mention that...
2026-05-31  Sergey B Kirpichev[3.14] Correct frexp() docs for zero and non-finite...
2026-05-31  Joshix-1[3.14] gh-150524: Remove outdated note in binascii...
2026-05-31  Miss Islington... [3.14] gh-117291: Explain usage of null bytes in Array...
2026-05-31  Miss Islington... [3.14] gh-149857: Clarify multiprocessing Process argum...
2026-05-31  Miss Islington... [3.14] gh-141444:fix broken URLs and examples in urllib...
2026-05-30  Serhiy Storchaka[3.14] gh-129851: Fix the documentation for -m command...
2026-05-30  Miss Islington... [3.14] gh-150406: Check result of PyThread_allocate_loc...
2026-05-30  Serhiy Storchaka[3.14] gh-149489: Fix ElementTree serialization to...
2026-05-30  Miss Islington... [3.14] gh-135898: Add section to free-threading howto...
2026-05-30  Miss Islington... [3.14] gh-150501: Correct `inspect.getattr_static`...
2026-05-29  Miss Islington... [3.14] Add a security warning about `pydoc`'s HTTP...
2026-05-29  Miss Islington... [3.14] gh-150107: Fix asyncio sendfile fallback ignorin...
2026-05-28  Miss Islington... [3.14] gh-150046: Fix `test_add_python_opts` to ignore...
2026-05-28  Miss Islington... [3.14] Add prominent crash warning to `ctypes` docs...
2026-05-27  Miss Islington... [3.14] gh-84353: Preserve non-UTF-8 filenames when...
2026-05-27  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in _wmi.exec_...
2026-05-27  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in some Pytho...
2026-05-27  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in Argument...
2026-05-27  Miss Islington... [3.14] gh-149861: Fix rule in match statement `case_blo...
2026-05-27  Miss Islington... [3.14] gh-88726: Stop using non-standard charset names...
2026-05-27  Miss Islington... [3.14] gh-149571: Fix the C implementation of Element...
2026-05-26  Miss Islington... [3.14] gh-150175: Fix ThreadingMock call_count race...
2026-05-26  Miss Islington... [3.14] gh-148557: Use em-config to locate trampoline...
2026-05-26  AN Long[3.14] gh-149931: Fix memory leaks on failed realloc...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in builtins...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the os...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the pyexpa...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the sqlite...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the decima...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the io...
2026-05-26  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the curses...
2026-05-26  Russell Keith... [3.14] gh-150443: Exclude explicit dup3 and pipe2 check...
2026-05-25  Serhiy Storchaka[3.14] gh-150285: Fix too long docstrings in the zstd...
2026-05-25  Miss Islington... [3.14] gh-80198: Improve test_pwd and test_grp (GH...
2026-05-25  Miss Islington... [3.14] gh-149156: Fix perf trampoline crash after fork...
2026-05-25  Miss Islington... [3.14] gh-145896: Fix typos and stale docstrings in...
2026-05-25  Miss Islington... [3.14] gh-149449: Fix use-after-free in `_PyUnicode_Get...
2026-05-24  Miss Islington... [3.14] gh-110704: Recommend `distclean` target over...
2026-05-24  Miss Islington... [3.14] gh-150178: Fix refcount leaks in hamt allocation...
2026-05-23  Hai Zhu[3.14] gh-148450: abc.register needs to update type_ver...
2026-05-23  Miss Islington... [3.14] gh-149816: add missing critical section on self...
2026-05-23  Miss Islington... [3.14] gh-150232: update Thread group parameter doc...
2026-05-23  Miss Islington... [3.14] gh-149694: Fix missing docstring on `asyncio...
2026-05-23  Victor Stinner[3.14] Revert "[3.14] gh-146452: Improve locking granul...
2026-05-22  Miss Islington... [3.14] Remove 'expat' dependency for Linux in `Misc...
2026-05-22  Miss Islington... [3.14] gh-149902: Remove dead packaging docs link and...
2026-05-22  Miss Islington... [3.14] Replace deprecated action with RtD app (GH-14911...
2026-05-22  Miss Islington... [3.14] gh-137571: Protect against possible UnboundLocal...
2026-05-22  Jelle Zijlstra[3.14] gh-149995: Update typing.py docstrings and docum...
2026-05-22  Miss Islington... [3.14] gh-148294: Make configure find g++ correctly...
2026-05-21  Miss Islington... [3.14] gh-107398: Fix tarfile stream mode exception...
2026-05-21  Victor Stinner[3.14] gh-139808: Add branch protections for aarch64...
2026-05-21  sobolevn[3.14] gh-149816: Fix a race condition in `_PyBytes_Fro...
2026-05-20  Miss Islington... [3.14] gh-134261: ZipFile - Don't rely on local time...
2026-05-20  Miss Islington... [3.14] gh-150146: Fix NULL dereference in `_Py_subs_par...
2026-05-20  Shamil[3.14] gh-142831: Fix use-after-free in json encoder...
2026-05-20  Miss Islington... [3.14] gh-134887: Add references to `locale` module...
2026-05-19  Miss Islington... [3.14] gh-149816: Fix SNI callback callable race (GH...
2026-05-19  Miss Islington... [3.14] gh-150114: Reduce memory usage of test_free_thre...
2026-05-19  Miss Islington... [3.14] gh-149983: Fix PyErr_NoMemory call without GIL...
2026-05-19  Miss Islington... [3.14] gh-69619: Clarify whitespace definition in str...
2026-05-19  Armaan Vakharia[3.14] gh-149590: Remove faulthandler_traverse (GH...
2026-05-19  Saul Cooperman[3.14] gh-146452: Improve locking granularity in pickle...
2026-05-19  Miss Islington... [3.14] gh-146581: Update docs for dangerous filenames...
2026-05-18  Miss Islington... [3.14] gh-72088: clarify `inspect.ismethod` and `inspec...
2026-05-18  Miss Islington... [3.14] gh-95816: Fix TLS version range example in docs...
2026-05-18  Miss Islington... [3.14] gh-149816: Fix a RC in `_random.Random.__init__...
2026-05-18  Hugo van Kemenade[3.14] CI: Move Homebrew dependencies into Brewfile...
2026-05-17  Miss Islington... [3.14] gh-149921: Fix reference leaks in _interpchannel...
2026-05-17  Miss Islington... [3.14] gh-146452: Fix pickle segfault on concurrent...
2026-05-17  Miss Islington... [3.14] gh-149916: Restore the commented out part of...
2026-05-16  Zachary Ware[3.14] gh-149254: Update CI jobs to use OpenSSL 3.5...
2026-05-16  Russell Keith... [3.14] gh-149254: Bump OpenSSL to 3.5.6 for mobile...
2026-05-16  Ned Deily[3.14] gh-149254: Update macOS installer to use OpenSSL...
2026-05-16  Zachary Ware[3.14] gh-149254: Update Windows builds to OpenSSL...
2026-05-15  Serhiy Storchaka[3.14] gh-134837: Correct and improve base85 documentat...
2026-05-15  Miss Islington... [3.14] gh-149816: Fix race condition in `memoryview...
2026-05-15  Miss Islington... [3.14] gh-149801: Add IANA registered names and aliases...
next