]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-07-05  Erlend E. Aasland[3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH...
2023-07-05  Miss Islington... [3.8] [3.11] Add single value `agen.athrow(value)`...
2023-06-06  Łukasz LangaPost 3.8.17
2023-06-06  Łukasz LangaPython 3.8.17 v3.8.17
2023-06-06  Łukasz Langa[3.8] gh-103142: Upgrade binary builds and CI to OpenSS...
2023-06-05  stratakis[3.8] gh-102153: Start stripping C0 control and space...
2023-06-05  Miss Islington... [3.8] gh-105184: document that marshal functions can...
2023-06-05  Ned Deily[3.8] Update GitHub CI workflow for macOS. (GH-105302)
2023-06-05  Ned Deily[3.8] gh-68966: fix versionchanged in docs (GH-105299)
2023-05-22  Steve Dower[3.8] gh-103935: Use `io.open_code()` when executing...
2023-05-22  Miss Islington... [3.8] gh-104049: do not expose on-disk location from...
2023-05-22  Miss Islington... [3.8] gh-99889: Fix directory traversal security flaw...
2023-05-17  Petr Viktorin[3.8] gh-102950: Implement PEP 706 – Filter for tarfile...
2023-03-28  Pradyun Gedam[3.8] gh-101997: Update bundled pip version to 23.0...
2023-03-13  Miss Islington... [3.8] gh-102627: Replace address pointing toward malici...
2023-03-07  Steve Dower[3.8] gh-101726: Update the OpenSSL version to 1.1...
2023-03-04  Ned Deily[3.8] GH-102306 Avoid GHA CI macOS test_posix failure...
2023-02-21  Dong-hee Na[3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL...
2023-02-09  Miss Islington... [3.8] gh-101283: Improved fallback logic for subprocess...
2023-02-08  Éric[3.8] gh-95778: add doc missing in some places (GH...
2023-01-30  Miss Islington... gh-101422: (docs) TarFile default errorlevel argument...
2023-01-23  Steve Dower[3.8] gh-100180: Update Windows installer to OpenSSL...
2023-01-21  Miss Islington... [3.8] Bump Azure Pipelines to ubuntu-22.04 (GH-101089...
2023-01-20  Gregory P.... [3.8] Correct CVE-2020-10735 documentation (GH-100306...
2023-01-09  Miss Islington... [3.8] Update copyright year in README (GH-100863) ...
2023-01-08  Benjamin Peterson[3.8] Update copyright years to 2023. (gh-100852)
2022-12-06  Łukasz LangaPost 3.8.16
2022-12-06  Łukasz LangaPython 3.8.16 v3.8.16
2022-12-06  Miss Islington... [3.8] gh-100001: Omit control characters in http.server...
2022-11-21  Miss Islington... [3.8] gh-87604: Avoid publishing list of active per...
2022-11-10  Miss Islington... [3.8] gh-98433: Fix quadratic time idna decoding. ...
2022-10-28  Miss Islington... [3.8] gh-98517: Fix buffer overflows in _sha3 module...
2022-10-28  Miss Islington... [3.8] gh-98739: Update libexpat from 2.4.9 to 2.5.0...
2022-10-11  Miss Islington... [3.8] gh-68966: Make mailcap refuse to match unsafe...
2022-10-11  Miss Islington... [3.8] gh-96710: Make the test timing more lenient for...
2022-10-11  Łukasz LangaPost 3.8.15
2022-10-11  Łukasz LangaPython 3.8.15 v3.8.15
2022-10-04  Miss Islington... [3.8] gh-95778: Mention sys.set_int_max_str_digits...
2022-10-04  Miss Islington... [3.8] gh-96848: Fix -X int_max_str_digits option parsin...
2022-10-04  Miss Islington... [3.8] gh-96577: Fixes buffer overrun in _msi module...
2022-10-04  Miss Islington... [3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9...
2022-10-04  Miss Islington... [3.8] gh-97616: list_resize() checks for integer overfl...
2022-10-04  Miss Islington... [3.8] gh-97612: Fix shell injection in get-remote-certi...
2022-09-11  Ned Deily[3.8] Update bugs URL references in README and Docs...
2022-09-06  Łukasz LangaPost 3.8.14
2022-09-06  Łukasz LangaPython 3.8.14 v3.8.14
2022-09-05  Gregory P.... [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very...
2022-07-28  Dong-hee Na[3.8] gh-90359: Update documentation to follow PEP...
2022-07-27  Łukasz Langa[3.8] gh-94208: Add more TLS version/protocol checks...
2022-07-05  Łukasz Langa[3.8] gh-90355: Add isolated flag if currently isolated...
2022-07-01  Łukasz Langa[3.8] gh-81054: Document that SimpleHTTPRequestHandler...
2022-06-22  Miss Islington... gh-91172: Create a workflow for verifying bundled pip...
2022-06-22  Miss Islington... gh-87389: Fix an open redirection vulnerability in...
2022-06-06  Miss Islington... gh-83728: Add hmac.new default parameter deprecation...
2022-06-06  Victor Stinnerbpo-46114: Fix OpenSSL version check for 3.0.1 (GH...
2022-05-24  Łukasz Langa[3.8] gh-93065: Fix HAMT to iterate correctly over...
2022-05-16  Erlend Egeberg... [3.8] gh-80254: Disallow recursive usage of cursors...
2022-05-16  Miss Islington... bpo-47194: Update zlib to v1.2.12 on Windows to resolve...
2022-05-12  Dong-hee Na[3.8] gh-92448: Update the documentation builder to...
2022-05-10  Ezio Melotti[3.8] Update Sphinx bpo role to use redirect URI. ... 92710/head
2022-05-10  Miss Islington... Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)
2022-05-10  Ezio Melotti[3.8] gh-91888: add a `:gh:` role to the documentation...
2022-05-09  Steve Dowerbpo-47138: Ensure Windows docs build uses the same...
2022-04-08  m-aciek[3.8] bpo-47138: Fix documentation build by pinning...
2022-03-16  Łukasz LangaPost 3.8.13, take two
2022-03-16  Łukasz LangaPython 3.8.13, take two v3.8.13
2022-03-16  Miss Islington... bpo-31327: Update time documentation to reflect possibl...
2022-03-16  Miss Islington... bpo-46948: Fix launcher installer build failure due...
2022-03-15  Łukasz LangaPost 3.8.13
2022-03-15  Łukasz LangaPython 3.8.13
2022-03-15  Ned Deily[3.8] bpo-47024: Update Windows builds and macOS instal...
2022-03-15  Ned Deilybpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819...
2022-03-15  Ned Deilybpo-45405: Prevent internal configure error when runnin...
2022-03-08  Miss Islington... bpo-46784: Add newly exported expat symbols to the...
2022-03-08  Miss Islington... Update copyright year to 2022. (GH-30335) (GH-31478)
2022-03-08  Steve Dowerbpo-44549: Update bzip2 to 1.0.8 in Windows builds...
2022-03-08  Steve Dowerbpo-46948: Fix CVE-2022-26488 by ensuring the Windows...
2022-03-08  Miss Islington... bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736...
2022-03-02  Miss Islington... bpo-46756: Fix authorization check in urllib.request...
2022-03-02  Miss Islington... bpo-46794: Bump up the libexpat version into 2.4.6...
2022-02-22  Łukasz LangaDon't test with OpenSSL 3.0 on 3.8
2022-02-22  Łukasz LangaForce use of `windows-2019` on GHA to continue using...
2022-02-22  Sebastian Pippingbpo-46811: Make test suite support Expat >=2.4.5 (GH...
2022-02-21  Dong-hee Nabpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH...
2022-02-17  Miss Islington... bpo-41028: Doc: Move switchers to docsbuild-scripts...
2022-02-17  Miss Islington... bpo-44949: Fix test_readline auto history tests (GH...
2022-02-14  Jason R. Coombs[3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern...
2022-02-08  Miss Islington... bpo-46648: Skip test_urllib2.test_issue16464() (GH...
2021-12-11  Miss Islington... bpo-45859: Mark test_field_descriptor in test_collectio...
2021-11-16  Miss Islington... bpo-45792: Fix contextvar.Token's intersphinx FQN ...
2021-11-04  Ned Deilybpo-44828: Avoid leaving a zombie Save panel (GH-29372)
2021-10-28  Miss Islington... bpo-45583: Correct datamodel documentation of int(...
2021-10-28  Miss Islington... bpo-44828: Avoid tkinter file dialog failure on macOS...
2021-10-28  Ned Deily[3.9] bpo-45618: Fix documentation build by pinning...
2021-10-20  Miss Islington... bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH...
2021-10-19  Miss Islington... bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with...
2021-10-19  Victor Stinnerbpo-45310: Fix parrallel shared memory tests (GH-28661...
2021-10-19  Miss Islington... bpo-45195: Fix test_readline.test_nonascii() (GH-28329...
2021-09-29  Miss Islington... [3.8] bpo-44394: Ensure libexpat is linked against...
2021-09-29  Miss Islington... bpo-45220: Avoid automatically selecting the Windows...
next