summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-115165: Fix `typing.Annotated` for immutable types (GH-115213) (#11...Miss Islington (bot)2024-02-092-1/+24
* [3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...Miss Islington (bot)2024-02-091-0/+52
* [3.12] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-11487...Miss Islington (bot)2024-02-082-2/+42
* [3.12] gh-115146: Fix typo in pickletools.py documentation (GH-115148) (GH-11...Miss Islington (bot)2024-02-081-1/+1
* [3.12] gh-114828: Fix __class__ in class-scope inlined comprehensions (GH-115...Miss Islington (bot)2024-02-071-0/+12
* [3.12] gh-103224: Resolve paths properly in test_sysconfig (GH-103292) (GH-11...Miss Islington (bot)2024-02-071-14/+23
* Python 3.12.2v3.12.2Thomas Wouters2024-02-061-278/+354
* [3.12] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (G...Miss Islington (bot)2024-02-062-3/+14
* [3.12] gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)...Miss Islington (bot)2024-02-062-11/+30
* [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-062-2/+23
* [3.12] gh-109475: Fix support of explicit option value "--" in argparse (GH-1...Miss Islington (bot)2024-02-052-1/+17
* [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-042-3/+3
* [3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)Miss Islington (bot)2024-02-041-124/+93
* [3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an...Miss Islington (bot)2024-02-041-5/+5
* [3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-041-0/+37
* [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...Miss Islington (bot)2024-02-042-11/+110
* [3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...Miss Islington (bot)2024-02-042-64/+76
* [3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.1...Miss Islington (bot)2024-02-044-16/+12
* [3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114971)Stéphane Bidoul2024-02-032-1/+1
* [3.12] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-034-1/+218
* [3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)Miss Islington (bot)2024-02-021-3/+5
* [3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-023-14/+23
* [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-011-1/+1
* [3.12] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (G...Miss Islington (bot)2024-02-011-0/+11
* [3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#1...Miss Islington (bot)2024-02-012-0/+5
* [3.12] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH...Miss Islington (bot)2024-01-312-1/+3
* [3.12] gh-106392: Fix inconsistency in deprecation warnings in datetime modul...Miss Islington (bot)2024-01-311-3/+3
* [3.12] Remove limit in calendar CLI help message for year arg (GH-114719) (GH...Miss Islington (bot)2024-01-291-1/+1
* [3.12] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) ...Miss Islington (bot)2024-01-271-1/+21
* [3.12] gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPoli...Miss Islington (bot)2024-01-262-1/+25
* gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('con...Miss Islington (bot)2024-01-251-1/+4
* [3.12] gh-77465: Increase test coverage for the numbers module (GH-111738) (G...Miss Islington (bot)2024-01-251-1/+157
* [3.12] gh-114440: Close writer pipe in multiprocessing.Queue, not concurrent....Petr Viktorin2024-01-242-5/+5
* [3.12] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...Miss Islington (bot)2024-01-241-0/+1
* [3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...Miss Islington (bot)2024-01-231-10/+17
* [3.12] gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (GH-114343)...Miss Islington (bot)2024-01-233-1/+3
* [3.12] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...Miss Islington (bot)2024-01-222-2/+8
* [3.12] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s...Miss Islington (bot)2024-01-221-3/+17
* [3.12] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI bui...Miss Islington (bot)2024-01-221-202/+208
* [3.12] gh-108303: Remove `Lib/test/shadowed_super.py` (GH-114372) (#114433)Miss Islington (bot)2024-01-222-8/+15
* [3.12] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...Miss Islington (bot)2024-01-222-9/+95
* [3.12] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-1...Miss Islington (bot)2024-01-221-2/+3
* [3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427)Miss Islington (bot)2024-01-223-5/+2
* [3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410)Miss Islington (bot)2024-01-212-4/+11
* [3.12] gh-114241: Fix and improve the ftplib CLI (GH-114242) (GH-114404)Miss Islington (bot)2024-01-211-10/+17
* [3.12] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...Jérome Perrin2024-01-212-1/+20
* [3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)Peter Lazorchak2024-01-191-2/+144
* [3.12] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Miss Islington (bot)2024-01-1816-116/+151
* [3.12] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH...Miss Islington (bot)2024-01-181-1/+1
* [3.12] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre...Miss Islington (bot)2024-01-181-1/+9