aboutsummaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-124213: Skip tests failing with ``--suppress-sync=true`` when inside syste...gentoo-3.13.0rc2_p1Michał Górny2024-09-183-4/+19
* Disable system site-packages via GENTOO_CPYTHON_BUILD vargentoo-3.13.0rc2Michał Górny2024-09-071-0/+1
* test_lzma: Skip tests requiring extra-filtersMichał Górny2024-09-071-0/+21
* Prevent tests from detecting our fake tzdata packageMichał Górny2024-09-071-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2024-09-079-0/+14
* Skip sched/priority testsSam James2024-09-071-0/+2
* Skip RDS socket tests that hang frequentlyMichał Górny2024-09-071-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2024-09-071-0/+2
* Python 3.13.0rc2v3.13.0rc2Thomas Wouters2024-09-061-28/+31
* [3.13] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (#123781)Miss Islington (bot)2024-09-061-4/+10
* [3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded buil...Miss Islington (bot)2024-09-061-2/+1
* [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123...Miss Islington (bot)2024-09-067-21/+131
* [3.13] gh-119310: Fix encoding when reading old history file (GH-121779) (#12...Miss Islington (bot)2024-09-063-6/+56
* [3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123...Miss Islington (bot)2024-09-064-4/+111
* [3.13] gh-111201: fix auto-indent in pyrepl for muliple pound comments (GH-12...Miss Islington (bot)2024-09-062-1/+19
* [3.13] gh-123275: Add tests for `PYTHON_GIL=1` and `-Xgil=1` (gh-123754) (gh-...Miss Islington (bot)2024-09-061-6/+16
* [3.13] gh-123240: Raise input audit events in the new REPL (GH-123274) (#123737)Miss Islington (bot)2024-09-051-2/+6
* [3.13] gh-123321: Fix Parser/myreadline.c to prevent a segfault during a mult...Miss Islington (bot)2024-09-041-1/+27
* [3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (...Miss Islington (bot)2024-09-031-4/+5
* [3.13] gh-121804: always show error location for SyntaxError's in basic repl ...Miss Islington (bot)2024-09-031-0/+13
* [3.13] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2024-09-032-12/+51
* [3.13] Rewrite idlelib/Icons/README.txt (GH-123329) (#123330)Miss Islington (bot)2024-09-021-8/+31
* [3.13] gh-98442: fix locations of with statement's cleanup instructions (GH-1...Miss Islington (bot)2024-09-021-0/+33
* [3.13] gh-93691: fix too broad source locations of with-statement instruction...Miss Islington (bot)2024-09-021-0/+44
* [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...Miss Islington (bot)2024-09-023-0/+17
* [3.13] gh-116263: Do not rollover empty files in RotatingFileHandler (GH-1227...Miss Islington (bot)2024-09-022-5/+56
* [3.13] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122738)Miss Islington (bot)2024-09-021-1/+1
* [3.13] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...Miss Islington (bot)2024-09-022-35/+110
* [3.13] gh-123309: Add more tests for the pickletools module (GH-123355) (#123...Miss Islington (bot)2024-09-021-0/+310
* [3.13] gh-108172: do not override OS preferred browser if it is a super-strin...Miss Islington (bot)2024-09-021-1/+1
* [3.13] gh-123431: Harmonize extension code checks in pickle (GH-123434) (#123...Miss Islington (bot)2024-09-022-7/+62
* [3.13] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on ...Miss Islington (bot)2024-09-021-7/+4
* [3.13] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...Miss Islington (bot)2024-09-022-71/+84
* [3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)Miss Islington (bot)2024-09-022-7/+335
* [3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...Miss Islington (bot)2024-09-021-0/+32
* [3.13] gh-85110: Preserve relative path in URL without netloc in urllib.parse...Miss Islington (bot)2024-09-022-9/+36
* [3.13] gh-122981: Fix inspect.getsource() for generated classes with Python b...Miss Islington (bot)2024-09-023-4/+64
* [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic ...Serhiy Storchaka2024-09-022-17/+91
* [3.13] gh-122798: Make tests for warnings in the re module more strict (GH-12...Miss Islington (bot)2024-09-021-11/+40
* [3.13] gh-121151: argparse: Fix wrapping of long usage text of arguments insi...Miss Islington (bot)2024-09-022-7/+34
* [3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificate...Miss Islington (bot)2024-09-021-5/+4
* [3.13] gh-120083: Add IDLE Hovertip foreground color needed for recent macOS ...Miss Islington (bot)2024-09-022-2/+10
* [3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257...Miss Islington (bot)2024-09-022-1/+15
* [3.13] Fix typos in docs, error messages and comments (#122502) (#122606)Alex Waygood2024-09-021-1/+1
* [3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...Miss Islington (bot)2024-09-011-0/+32
* [3.13] gh-123494: Improve documentation for ``webbrowser`` return types (GH-1...Miss Islington (bot)2024-09-011-0/+3
* [3.13] gh-122136: test_asyncio: Don't fail if the kernel buffers more data th...Miss Islington (bot)2024-08-291-5/+13
* [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-1234...Irit Katriel2024-08-285-1/+33
* [3.13] gh-123344: Add missing ast optimizations for PEP 696 (GH-123377) (#123...Miss Islington (bot)2024-08-281-9/+95
* [3.13] gh-122666: Tests for ast optimizations (GH-122667) (#123359)Miss Islington (bot)2024-08-272-1/+216