summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-052-3/+3
* [3.11] Bump ruff to 0.2.0 (#114932) (#115008)Alex Waygood2024-02-041-3/+5
* [3.11] gh-113803: Fix inaccurate documentation for shutil.move when dst is an...Miss Islington (bot)2024-02-041-5/+5
* [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-041-0/+35
* [3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...Miss Islington (bot)2024-02-042-11/+110
* [3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...Miss Islington (bot)2024-02-042-64/+76
* [3.11] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114973)Stéphane Bidoul2024-02-032-1/+1
* [3.11] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-034-1/+218
* [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-023-14/+23
* [3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-011-1/+1
* [3.11] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (G...Miss Islington (bot)2024-02-011-0/+11
* [3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074) (#1...Miss Islington (bot)2024-02-012-0/+5
* [3.11] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH...Miss Islington (bot)2024-01-312-1/+3
* [3.11] Remove limit in calendar CLI help message for year arg (GH-114719) (GH...Miss Islington (bot)2024-01-291-1/+1
* [3.11] gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647) ...Miss Islington (bot)2024-01-271-1/+21
* [3.11] 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.11] gh-77465: Increase test coverage for the numbers module (GH-111738) (G...Miss Islington (bot)2024-01-251-1/+157
* [3.11] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...Miss Islington (bot)2024-01-241-0/+1
* [3.11] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)...Miss Islington (bot)2024-01-231-10/+17
* [3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-...Miss Islington (bot)2024-01-222-2/+8
* [3.11] gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_s...Miss Islington (bot)2024-01-221-3/+17
* [3.11] gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI bui...Miss Islington (bot)2024-01-221-202/+208
* [3.11] gh-111803: Make test_deep_nesting from test_plistlib more strict (GH-1...Miss Islington (bot)2024-01-221-2/+3
* [3.11] gh-102512: Turn _DummyThread into _MainThread after os.fork() called f...Serhiy Storchaka2024-01-222-11/+96
* [3.11] gh-114241: Fix and improve the ftplib CLI (GH-114242) (GH-114405)Miss Islington (bot)2024-01-211-10/+17
* [3.11] gh-113358: Fix rendering tracebacks with exceptions with a broken __ge...Jérome Perrin2024-01-192-1/+20
* [3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_...Nikita Sobolev2024-01-1916-117/+151
* [3.11] gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350) (GH...Miss Islington (bot)2024-01-181-1/+1
* [3.11] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre...Miss Islington (bot)2024-01-181-1/+9
* [3.11] gh-104522: Fix test_subprocess failure when build Python in the root h...Miss Islington (bot)2024-01-181-8/+7
* [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-11...Serhiy Storchaka2024-01-182-7/+14
* [3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...Miss Islington (bot)2024-01-187-42/+44
* [3.11] gh-38807: Fix race condition in Lib/trace.py (GH-110143) (GH-114207)Miss Islington (bot)2024-01-171-2/+1
* [3.11] gh-105102: Fix nested unions in structures when the system byteorder i...Serhiy Storchaka2024-01-172-2/+21
* [3.11] gh-70835: Clarify error message for CSV file opened with wrong newline...Miss Islington (bot)2024-01-171-7/+12
* [3.11] gh-104282: Fix null pointer dereference in `lzma._decode_filter_proper...Miss Islington (bot)2024-01-171-0/+8
* [3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176)Miss Islington (bot)2024-01-172-38/+31
* [3.11] gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (GH-11...Miss Islington (bot)2024-01-171-1/+1
* [3.11] gh-113659: Skip hidden .pth files (GH-113660) (GH-114144)Miss Islington (bot)2024-01-162-1/+51
* [3.11] Fix 'expresion' typo in IDLE doc (GH-114130) (#114140)Miss Islington (bot)2024-01-161-48/+71
* [3.11] gh-114107: test.pythoninfo logs Windows Developer Mode (GH-114121) (#1...Miss Islington (bot)2024-01-161-16/+44
* [3.11] gh-114077: Fix OverflowError in socket.sendfile() when pass count >2Gi...Miss Islington (bot)2024-01-161-1/+1
* [3.11] gh-101225: Increase the socket backlog when creating a multiprocessing...Miss Islington (bot)2024-01-142-2/+2
* [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-144-0/+16
* [3.11] gh-114014: Update `fractions.Fraction()`'s rational parsing regex (GH-...Mark Dickinson2024-01-132-10/+34
* [3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113832)Miss Islington (bot)2024-01-121-2/+2
* [3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)Miss Islington (bot)2024-01-122-16/+15
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Steve Dower2024-01-111-2/+4
* gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)Miss Islington (bot)2024-01-111-0/+46