]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2024-02-14  Miss Islington... [3.10] Add missing sections to blurbs (GH-114553) ...
2024-02-06  Łukasz Langa[3.10] gh-46968: Fix invalid reference to Sound eXchang...
2024-02-06  Miss Islington... [3.10] gh-111239: Update Windows build to use zlib...
2024-01-18  Miss Islington... [3.10] gh-113659: Skip hidden .pth files (GH-113660...
2024-01-17  Miss Islington... [3.10] gh-107888: Fix test_mmap.test_access_parameter...
2024-01-17  Adam Turner[3.10] gh-114021: Pin various sphinxcontrib extensions...
2024-01-17  Miss Islington... [3.10] gh-109858: Protect zipfile from "quoted-overlap...
2024-01-17  Serhiy Storchaka[3.10] gh-91133: tempfile.TemporaryDirectory: fix symli...
2024-01-17  Miss Islington... [3.10] bpo-37013: Fix the error handling in socket...
2023-11-20  Seth Michael... [3.10] gh-112160: Add 'regen-configure' make target...
2023-11-06  Łukasz Langa[3.10] gh-101180: Fix a bug where iso2022_jp_3 and...
2023-10-10  Steve Dower[3.10] gh-109991: Update Windows build to use OpenSSL...
2023-09-28  Ned Deily[3.10] gh-109991: Update GitHub CI workflows to use...
2023-09-06  Miss Islington... [3.10] gh-109002: Ensure only one wheel for each vendor...
2023-09-05  Hugo van Kemenade[3.10] CI: Bump GitHub Actions (GH-108879) (#108892)
2023-09-05  Łukasz Langa[3.10] Add a dummy .rtfd.yml file to silence invalid...
2023-08-24  Pablo GalindoPost 3.10.13
2023-08-24  Pablo GalindoPython 3.10.13 v3.10.13
2023-08-24  Łukasz Langa[3.10] gh-108342: Make ssl TestPreHandshakeClose more...
2023-08-23  Miss Islington... [3.10] gh-108342: Break ref cycle in SSLSocket._create...
2023-08-22  Miss Islington... [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful(...
2023-08-22  Łukasz Langa[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid...
2023-08-22  Miss Islington... [3.10] gh-107845: Fix symlink handling for tarfile...
2023-08-18  Ned Deily[3.10] gh-107565: Update multissltests and GitHub CI...
2023-08-11  Eric Snow[3.10] gh-98154: Clarify Usage of "Reference Count...
2023-08-03  Pablo Galindo... [3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificat...
2023-08-03  Miss Islington... [3.10] gh-107077: Raise SSLCertVerificationError even...
2023-07-22  Miss Islington... [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1...
2023-07-05  Miss Islington... [3.10] gh-105993: Add possible `None` return type to...
2023-07-05  Miss Islington... [3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH...
2023-07-05  Miss Islington... [3.10] [3.11] Add single value `agen.athrow(value)...
2023-06-09  Miss Islington... [3.10] Clarify the supported cases in the tokenize...
2023-06-06  Pablo GalindoPost 3.10.12
next