summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Update pre-commit hooks (GH-137591) (GH-137641)🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)2025-08-121-0/+10
* [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (...Peter Bierma2025-08-121-0/+36
* [3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh...Sam Gross2025-08-111-0/+35
* [3.13] Add test for opening an SQLite with bytes path (GH-136331) (GH-137633)Miss Islington (bot)2025-08-111-0/+8
* [3.13] gh-136914: Fix support of cached functions and properties in DocTest's...Miss Islington (bot)2025-08-102-0/+33
* [3.13] gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (G...Miss Islington (bot)2025-08-071-11/+4
* [3.13] gh-137463: Update validate_abstract_methods in test_collections.py (GH...Guilherme Leobas2025-08-071-10/+8
* [3.13] gh-137044: Support large limit values in getrlimit() and setrlimit() (...Miss Islington (bot)2025-08-071-76/+139
* [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)Miss Islington (bot)2025-08-061-1/+1
* [3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188)...Miss Islington (bot)2025-08-051-0/+10
* [3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-1373...Miss Islington (bot)2025-08-051-0/+2
* [3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC ...Bénédikt Tran2025-08-051-0/+28
* [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317)...Pablo Galindo Salgado2025-08-041-0/+7
* [3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-1...Miss Islington (bot)2025-08-041-1/+6
* [3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)Brian Schubert2025-08-041-1/+1
* [3.13] Doc: fix duplicated words (GH-136086) (#137357)Brian Schubert2025-08-032-2/+2
* [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)Serhiy Storchaka2025-08-032-2/+2
* [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH...Miss Islington (bot)2025-08-031-0/+28
* [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datag...Miss Islington (bot)2025-08-032-0/+43
* [3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Window...Miss Islington (bot)2025-08-011-21/+49
* [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)Miss Islington (bot)2025-07-301-0/+79
* [3.13] gh-130577: tarfile now validates archives to ensure member offsets are...Miss Islington (bot)2025-07-281-0/+156
* [3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-13...Gregory P. Smith2025-07-271-0/+19
* [3.13] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137...Miss Islington (bot)2025-07-261-5/+5
* [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdo...Miss Islington (bot)2025-07-251-0/+17
* [3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...Miss Islington (bot)2025-07-221-0/+96
* [3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...Miss Islington (bot)2025-07-221-12/+16
* [3.13] gh-135148: Correctly handle f/t strings with comments and debug expres...Lysandros Nikolaou2025-07-211-0/+12
* [3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)Miss Islington (bot)2025-07-201-0/+7
* [3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-13215...Miss Islington (bot)2025-07-141-0/+5
* [3.13] gh-127971: fix off-by-one read beyond the end of a string during searc...Duane Griffin2025-07-141-0/+9
* [3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises...Miss Islington (bot)2025-07-131-0/+9
* [3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...Miss Islington (bot)2025-07-121-0/+1
* [3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `i...Bénédikt Tran2025-07-121-0/+35
* [3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_paylo...Miss Islington (bot)2025-07-121-0/+9
* [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels...sobolevn2025-07-101-1/+1
* [3.13] gh-136297: Fix `hypothesis` and `subTest` usage in `test_zoneinfo_prop...Miss Islington (bot)2025-07-081-9/+7
* [3.13] gh-124486: Fix test_whichdb_ndbm in test_dbm on NetBSD (GH-136335) (GH...Miss Islington (bot)2025-07-071-1/+2
* [3.13] gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem ...Miss Islington (bot)2025-07-071-12/+14
* [3.13] gh-136297: Test all `pickle` protocols in `test_zoneinfo_property.py` ...Miss Islington (bot)2025-07-051-7/+11
* [3.13] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-041-2/+30
* [3.13] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-031-55/+100
* [3.13] gh-130664: Treat '0' fill character with align '=' as zero-padding for...Miss Islington (bot)2025-07-031-5/+2
* [3.13] gh-135640: Adds more type checking to ElementTree (GH-135643) (GH-136226)Miss Islington (bot)2025-07-031-0/+27
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...Miss Islington (bot)2025-07-031-0/+29
* [3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...Miss Islington (bot)2025-07-031-0/+30
* [3.13] gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24...Miss Islington (bot)2025-07-011-0/+43
* [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFil...Miss Islington (bot)2025-06-301-5/+7
* [3.13] gh-85702: Catch IsADirectoryError in zoneinfo (GH-131333) (#136130)Miss Islington (bot)2025-06-301-0/+1
* [3.13] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908) (#1...Victor Stinner2025-06-3014-41/+47