]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
6 days ago  Miss Islington... [3.10] gh-90953: Don't use deprecated AST nodes in... 3.10
6 days ago  Serhiy Storchaka[3.10] gh-137836: Support more RAWTEXT and PLAINTEXT...
6 days ago  Łukasz Langa[3.10] gh-136065: Fix quadratic complexity in os.path...
6 days ago  Miss Islington... [3.10] gh-120384: gh-120298: Fix array-out-of-bounds...
6 days ago  Adam Turner[3.10] gh-139436: Remove ``dist-pdf`` from the docs...
2025-10-09  Pablo GalindoPost 3.10.19
2025-10-09  Pablo GalindoPython 3.10.19 v3.10.19
2025-10-09  Miss Islington... [3.10] gh-139310: skip `test_aead_aes_gcm` for Linux...
2025-10-07  Miss Islington... [3.10] gh-139700: Check consistency of the zip64 end...
2025-10-07  Miss Islington... [3.10] gh-135661: Fix CDATA section parsing in HTMLPars...
2025-10-06  Sebastian Pipping[3.10] gh-139400: Make sure that parent parsers outlive...
2025-09-29  Adam Turner[3.10] Remove link to the PDF downloads (GH-139142...
2025-09-29  Miss Islington... [3.10] gh-135374: Adjust test for setuptools' replaceme...
2025-09-28  Stan Ulbrych[3.10] gh-139312: Update bundled libexpat to 2.7.3...
2025-09-26  Stan Ulbrych[3.10] gh-138998: Upgrade vendored expat to 2.7.2 ...
2025-09-13  Hugo van Kemenade[3.10] gh-138744: GitHub Actions: pin to `windows-2022...
2025-09-13  Serhiy Storchaka[3.10] gh-118350: Fix support of elements "textarea...
2025-09-02  Victor Stinner[3.10] gh-130577: tarfile now validates archives to...
2025-07-22  Miss Islington... [3.10] gh-135661: Fix parsing attributes with whitespac...
2025-07-12  Miss Islington... [3.10] gh-135661: Fix parsing start and end tags in...
2025-07-12  Miss Islington... [3.10] gh-102555: Fix comment parsing in HTMLParser...
2025-07-03  Serhiy Storchaka[3.10] gh-135462: Fix quadratic complexity in processin...
2025-06-11  Łukasz Langa[3.10] gh-135374: Update the bundled copy of setuptools...
2025-06-03  Pablo GalindoPost 3.10.18
2025-06-03  Pablo GalindoPython 3.10.18 v3.10.18
2025-06-03  T. Wouters[3.10] gh-135034: Normalize link targets in tarfile...
2025-06-03  Miss Islington... [3.10] gh-128840: Fix parsing long IPv6 addresses with...
2025-06-03  Miss Islington... [3.10] gh-123409: fix `IPv6Address.reverse_pointer...
2025-06-03  Miss Islington... [3.10] gh-128840: Limit the number of parts in IPv6...
2025-06-03  Miss Islington... [3.10] gh-87799: Improve the textual representation...
2025-06-03  Thomas WoutersRevert "Fix a glaring error in the logic backport of...
2025-06-03  Thomas WoutersFix a glaring error in the logic backport of posixpath.
2025-06-02  Miss Islington... [3.10] gh-134062: Fix hash collisions in IPv4Network...
2025-06-02  Serhiy Storchaka[3.10] gh-133767: Fix use-after-free in the unicode...
2025-06-01  Miss Islington... [3.10] gh-126500: test_ssl: Don't stop ThreadedEchoServ...
2025-04-08  Pablo GalindoPost 3.10.17
2025-04-08  Pablo GalindoPython 3.10.17 v3.10.17
2025-04-08  Seth Michael... [3.10] gh-131809: Upgrade vendored expat to 2.7.1 ...
2025-04-03  R. David Murray[3.10] gh-80222: Fix email address header folding with...
2025-04-03  Petr Viktorin[3.10] gh-121284: Fix email address header folding...
2025-04-03  Victor Stinner[3.10] gh-127257: ssl: Raise OSError for ERR_LIB_SYS...
2025-04-01  Seth Michael... [3.10] gh-131261: Update libexpat to 2.7.0 (CVE-2024...
2025-02-19  Miss Islington... [3.10] gh-105704: Disallow square brackets (`[` and...
2025-02-19  Miss Islington... [3.10] gh-119511: Fix a potential denial of service...
2025-02-19  Hugo van Kemenade[3.10] gh-122544: Change OS image in GitHub Actions...
2025-02-19  Miss Islington... [3.10] gh-107262: Update Tkinter tests for Tcl/Tk 8...
2025-02-18  Petr Viktorin[3.10] gh-129509: Add required key to the dummy Read...
2025-02-13  Adam Turner[3.10] Docs: pin python-docs-theme to 2025.2 (GH-129576...
2025-02-13  Petr Viktorin[3.10] gh-129641: Docs GHA build: use upload-artifact...
2025-02-13  Miss Islington... [3.10] gh-119461: Fix ThreadedVSOCKSocketStreamTest...
2025-01-21  Victor Stinner[3.10] gh-128874: Fix the documentation for blurb 2...
2024-12-13  Petr Viktorin[3.10] gh-121277: Allow .. versionadded:: next in docs...
2024-12-03  Pablo GalindoPost 3.10.16
2024-12-03  Pablo GalindoPython 3.10.16 v3.10.16
2024-12-03  Miss Islington... [3.10] gh-122792: Make IPv4-mapped IPv6 address propert...
2024-12-02  Seth Michael... [3.10] gh-126623: Update libexpat to 2.6.4, make future...
2024-12-02  Victor Stinner[3.10] gh-103848: Adds checks to ensure that bracketed...
2024-11-30  Hugo van Kemenade[3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing...
2024-11-05  Petr Viktorin[3.10] gh-113027: Fix test_variable_tzname in test_emai...
2024-11-04  Victor Stinner[3.10] gh-124651: Quote template strings in `venv`...
2024-10-22  Petr Viktorin[3.10] gh-125529: Avoid f-strings in the metagrammar...
2024-10-22  Petr Viktorin[3.10] gh-125041: gh-90781: test_zlib: For s390x HW...
2024-10-22  Petr Viktorin[3.10] gh-107902: gh-108948: Don't test setting suid...
2024-10-22  Miss Islington... [3.10] gh-100005: Skip test_script_as_dev_fd() on FreeB...
2024-10-22  Miss Islington... [3.10] gh-109396: Fix test_socket.test_hmac_sha1()...
2024-10-08  Petr Viktorin[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid...
2024-09-07  Pablo GalindoPost 3.10.15
2024-09-07  Pablo GalindoPython 3.10.15 v3.10.15
2024-09-06  Petr Viktorin[3.10] [CVE-2023-27043] gh-102988: Reject malformed...
2024-09-05  Seth Michael... [3.10] gh-123678: Upgrade libexpat 2.6.3 (#123710)
2024-09-05  Jason R. Coombs[3.10] gh-123693: Use platform-agnostic semantics when...
2024-09-04  Jason R. Coombs[3.10] gh-123270: Replaced SanitizedNames with a more...
2024-09-04  Miss Islington... [3.10] gh-112275: Fix HEAD_LOCK deadlock in child proce...
2024-09-04  Steve Dower[3.10] gh-119690: Fixes buffer type confusion in _winap...
2024-09-04  Miss Islington... [3.10] gh-123067: Fix quadratic complexity in parsing...
2024-09-04  Serhiy Storchaka[3.10] gh-67693: Fix urlunparse() and urlunsplit()...
2024-09-04  Łukasz Langa[3.10] gh-121650: Encode newlines in headers, and verif...
2024-09-03  Seth Michael... [3.10] gh-121285: Remove backtracking when parsing...
2024-08-22  Jason R. Coombs[3.10] gh-122905: Sanitize names in zipfile.Path. ...
2024-08-02  Miss Islington... [3.10] gh-122133: Rework pure Python socketpair tests...
2024-07-30  Miss Islington... [3.10] gh-122133: Authenticate socket connection for...
2024-07-22  Łukasz Langa[3.10] gh-121957: Emit audit events for python -i and...
2024-05-28  Ned Deily[3.10] gh-112769: test_zlib: test_zlib: Fix comparison...
2024-05-24  Steve Dower[3.10] gh-118486: Support mkdir(mode=0o700) on Windows...
2024-05-07  Dimitri John... [3.10] gh-100454: Fix running SSL tests with OpenSSL...
2024-05-07  Petr Viktorin[3.10] gh-113171: gh-65056: Fix "private" (non-global...
2024-05-07  Seth Michael... [3.10] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296...
2024-05-07  Miss Islington... [3.10] gh-114539: Clarify implicit launching of shells...
2024-03-27  jkriegshauser[3.10] gh-116773: Fix overlapped memory corruption...
2024-03-27  Miss Islington... [3.10] gh-117187: Fix XML tests for vanilla Expat ...
2024-03-19  Łukasz LangaPost 3.10.14
2024-03-19  Łukasz LangaPython 3.10.14 v3.10.14
2024-03-19  Miss Islington... [3.10] gh-115197: Stop resolving host in urllib.request...
2024-03-06  Sebastian Pipping[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral...
2024-02-21  Miss Islington... [3.10] gh-115399: Document CVE-2023-52425 under "XML...
2024-02-20  Miss Islington... [3.10] gh-114572: Fix locking in cert_store_stats and...
2024-02-19  Miss Islington... [3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399...
2024-02-19  Ned Deily[3.10] gh-97032: avoid test_squeezer crash on macOS...
2024-02-19  Miss Islington... [3.10] gh-115133: Fix tests for XMLPullParser with...
2024-02-16  Miss Islington... [3.10] gh-105821: Use a raw f-string in test_httpserver...
next