summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-125008: Fix `tokenize.untokenize` roundtrip for `\n{{` (GH-125013) ...Miss Islington (bot)2024-10-061-0/+20
* [3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis ...Miss Islington (bot)2024-10-041-0/+13
* [3.13] gh-121982: ``csv``: Add a test case for invalid ``quoting`` constant. ...Miss Islington (bot)2024-10-031-0/+6
* [3.13] gh-122864: Fix a ``test_funcattrs.test___builtins__`` when executing d...Miss Islington (bot)2024-10-031-2/+7
* [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-1...Jelle Zijlstra2024-10-011-0/+17
* [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)T. Wouters2024-09-301-69/+43
* [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)Miss Islington (bot)2024-09-301-4/+53
* [3.13] gh-123811: test that round() can return signed zero (GH-123829) (#123938)Miss Islington (bot)2024-09-301-5/+5
* [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...Serhiy Storchaka2024-09-304-3/+85
* [3.13] gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-1...Miss Islington (bot)2024-09-301-14/+30
* [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-305-87/+63
* [3.13] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (G...Miss Islington (bot)2024-09-301-1/+3
* [3.13] gh-123881: Add additional test coverage for PEP 695 edge cases (GH-123...Miss Islington (bot)2024-09-301-0/+17
* [3.13] gh-77894: Fix a crash when the GC breaks a loop containing a memoryvie...Miss Islington (bot)2024-09-302-5/+26
* [3.13] gh-123942: add missing test for docstring-handling code in ast_opt.c (...Miss Islington (bot)2024-09-301-0/+26
* [3.13] gh-121735: Fix module-adjacent references in zip files (GH-123037) (#1...Miss Islington (bot)2024-09-3035-232/+214
* [3.13] gh-116622: Mock the passage of time in Android logcat rate limit tests...Miss Islington (bot)2024-09-301-6/+26
* [3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) (#124161)Miss Islington (bot)2024-09-301-0/+10
* [3.13] gh-122145: Handle an empty AST body when reporting tracebacks (GH-1221...Miss Islington (bot)2024-09-301-0/+35
* [3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211)...Miss Islington (bot)2024-09-301-0/+15
* [3.13] gh-123934: Fix `MagicMock` not to reset magic method return values (GH...Miss Islington (bot)2024-09-301-0/+39
* [3.13] gh-124245: Fix UserWarning in test_argparse (GH-124246) (#124255)Miss Islington (bot)2024-09-301-2/+1
* [3.13] gh-123797: Check for runtime availability of `ptsname_r` on macos (GH-...Miss Islington (bot)2024-09-301-0/+7
* [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...Miss Islington (bot)2024-09-301-0/+9
* [3.13] GH-87041: Fix incorrect indentation in argparse help (GH-124230) (#124...Miss Islington (bot)2024-09-301-0/+40
* [3.13] Bump Ruff to 0.6.7 (#124384) (#124389)Alex Waygood2024-09-306-9/+9
* [3.13] gh-116622: Make test_unzip_zipfile recognize Android error message for...Miss Islington (bot)2024-09-301-1/+4
* [3.13] gh-124513: Check args in framelocalsproxy_new() (GH-124515) (#124539)Miss Islington (bot)2024-09-301-0/+21
* [3.13] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124542) (#124544)Miss Islington (bot)2024-09-301-2/+15
* [3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...Miss Islington (bot)2024-09-301-0/+13
* [3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (...Bénédikt Tran2024-09-301-0/+43
* [3.13] GH-124547: Clear instance dictionary if memory error occurs during obj...Miss Islington (bot)2024-09-271-0/+15
* [3.13] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-271-1/+113
* [3.13] gh-124682: Disable test that is prone to intermittent failure on iOS. ...Miss Islington (bot)2024-09-271-4/+5
* [3.13] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#12...Miss Islington (bot)2024-09-271-4/+4
* [3.13] gh-123017: Add Android to the list of platforms where `strftime` doesn...Miss Islington (bot)2024-09-271-2/+1
* [3.13] gh-124538: Fix crash when using `gc.get_referents` on an untracked cap...Miss Islington (bot)2024-09-261-0/+18
* [3.13] gh-124402: Speed up test_free_threading and test_super (#124491) (#124...Victor Stinner2024-09-264-53/+42
* [3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered a...Miss Islington (bot)2024-09-261-85/+107
* [3.13] gh-124402: Require cpu resource in test_super slow method (GH-124434) ...Miss Islington (bot)2024-09-241-0/+6
* [3.13] gh-124402: Require cpu resource in test_free_threading (#124438) (#124...Victor Stinner2024-09-243-0/+8
* [3.13] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SI...Miss Islington (bot)2024-09-241-3/+6
* [3.13] gh-124083: Skip test_signal.test_strsignal() on NetBSD (GH-124084) (#1...Miss Islington (bot)2024-09-241-0/+2
* [3.13] gh-123811: Test that round(Decimal) can return signed zero (GH-124007)...Miss Islington (bot)2024-09-241-0/+2
* [3.13] gh-124030: Skip test_tcsendbreak on NetBSD for ENOTTY error (GH-124031...Miss Islington (bot)2024-09-241-1/+1
* [3.13] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (G...Miss Islington (bot)2024-09-231-0/+4
* [3.13] gh-123968: Fix lower bound for `python -m random --float` (GH-123971) ...Miss Islington (bot)2024-09-231-2/+2
* [3.13] gh-124040: Adjust few tests in testHypot/testDist to get exactly compu...Miss Islington (bot)2024-09-231-6/+8
* [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...Miss Islington (bot)2024-09-232-18/+64
* [3.13] gh-122957: Fix test flakiness in asyncio test in free-thread build (GH...Miss Islington (bot)2024-09-231-2/+4