summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)2024-02-141-0/+1
* [3.12] gh-115392: Fix doctest reporting incorrect line numbers for decorated ...Miss Islington (bot)2024-02-141-0/+2
* [3.12] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#...Miss Islington (bot)2024-02-131-1/+1
* [3.12] GH-112215: Backport C recursion changes (GH-115083)Mark Shannon2024-02-131-0/+2
* [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format st...John Belmonte2024-02-121-0/+4
* [3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364)Miss Islington (bot)2024-02-121-1/+1
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-121-0/+1
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Miss Islington (bot)2024-02-121-0/+1
* [3.12] Add missing sections to blurbs (GH-114553) (#115336)Miss Islington (bot)2024-02-123-0/+3
* [3.12] gh-97959: Fix rendering of routines in pydoc (GH-113941) (GH-115296)Serhiy Storchaka2024-02-111-0/+7
* [3.12] gh-115011: Improve support of __index__() in setters of members with u...Serhiy Storchaka2024-02-111-0/+3
* [3.12] gh-79382: Fix recursive glob() with trailing "**" (GH-115134) (GH-115290)Miss Islington (bot)2024-02-111-0/+2
* [3.12] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (G...Miss Islington (bot)2024-02-111-0/+2
* [3.12] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#11...Miss Islington (bot)2024-02-091-0/+4
* [3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...Miss Islington (bot)2024-02-091-0/+1
* gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115...Miss Islington (bot)2024-02-081-0/+1
* [3.12] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-11487...Miss Islington (bot)2024-02-081-0/+1
* [3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115...Miss Islington (bot)2024-02-071-0/+2
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2024-02-061-0/+1
|\
| * [3.12] gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065) (#1...Erlend E. Aasland2024-02-061-0/+1
* | Python 3.12.2v3.12.2Thomas Wouters2024-02-06106-247/+1096
|/
* [3.12] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (G...Miss Islington (bot)2024-02-061-0/+1
* [3.12] gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (GH-115038...Miss Islington (bot)2024-02-061-44/+44
* [3.12] gh-112302: Backport SBOM generation tooling (#114730)Seth Michael Larson2024-02-061-0/+2918
* [3.12] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115076)Miss Islington (bot)2024-02-061-0/+1
* [3.12] gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)...Miss Islington (bot)2024-02-061-0/+2
* [3.12] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115...Erlend E. Aasland2024-02-061-0/+1
* [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-061-0/+5
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055)Miss Islington (bot)2024-02-061-0/+2
* [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)Miss Islington (bot)2024-02-061-0/+1
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047)Zachary Ware2024-02-061-0/+1
* [3.12] gh-109475: Fix support of explicit option value "--" in argparse (GH-1...Miss Islington (bot)2024-02-051-0/+2
* [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-041-0/+2
* [3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-041-0/+5
* [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...Miss Islington (bot)2024-02-041-0/+7
* [3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...Miss Islington (bot)2024-02-041-0/+2
* [3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.1...Miss Islington (bot)2024-02-041-0/+2
* [3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114971)Stéphane Bidoul2024-02-031-0/+1
* [3.12] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-031-0/+2
* [3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-021-0/+2
* [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-011-0/+4
* [3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#1...Miss Islington (bot)2024-02-011-0/+3
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Miss Islington (bot)2024-01-311-0/+1
* [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (GH-...Hugo van Kemenade2024-01-2711-18/+18
* [3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli...Miss Islington (bot)2024-01-261-0/+2
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...Miss Islington (bot)2024-01-251-0/+1
* [3.12] gh-114440: Close writer pipe in multiprocessing.Queue, not concurrent....Petr Viktorin2024-01-241-0/+6
* [3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-11...Miss Islington (bot)2024-01-231-0/+2
* [3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...Miss Islington (bot)2024-01-231-0/+4
* [3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...Miss Islington (bot)2024-01-221-0/+2