summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-4/+6
* [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta...Miss Islington (bot)2023-10-271-0/+12
* [3.12] GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-1...Miss Islington (bot)2023-10-261-2/+6
* [3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1...Pablo Galindo Salgado2023-10-262-14/+98
* [3.12] gh-111348: Fix direct invocation of `test_doctest`; remove `test_docte...Miss Islington (bot)2023-10-261-15/+1
* [3.12] gh-111165: Add missed "support." prefix for "verbose" (GH-111327) (GH-...Miss Islington (bot)2023-10-251-1/+1
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-2510-313/+264
* [3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...Miss Islington (bot)2023-10-251-0/+14
* [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...Serhiy Storchaka2023-10-252-40/+149
* [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...Miss Islington (bot)2023-10-252-5/+21
* [3.12] gh-109017: Use non alternate name for Kyiv (GH-109251) (GH-111280)Miss Islington (bot)2023-10-241-7/+4
* [3.12] gh-75666: Tkinter: add tests for binding (GH-111202) (GH-111255)Miss Islington (bot)2023-10-241-0/+307
* [3.12] GH-94438: Restore ability to jump over None tests (GH-111243)Miss Islington (bot)2023-10-241-0/+34
* [3.12] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111198)Furkan Onder2023-10-233-0/+29
* [3.12] gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198) (GH-111191)Miss Islington (bot)2023-10-222-0/+10
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-215-9/+117
* [3.12] Synchronize test_contextlib with test_contextlib_async (GH-111000) (GH...Miss Islington (bot)2023-10-211-0/+46
* [3.12] gh-111159: Fix `doctest` output comparison for exceptions with notes (...Miss Islington (bot)2023-10-212-1/+158
* [3.12] gh-110918: regrtest: allow to intermix --match and --ignore options (G...Serhiy Storchaka2023-10-2111-141/+122
* [3.12] gh-111157: Mention `__notes__` in `traceback.format_exception_only` do...Miss Islington (bot)2023-10-211-15/+12
* [3.12] gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (GH-111143) (#111154)Miss Islington (bot)2023-10-213-22/+73
* [3.12] gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `tes...Miss Islington (bot)2023-10-201-4/+4
* [3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...Miss Islington (bot)2023-10-201-0/+4
* [3.12] gh-111092: Make turtledemo run without default root enabled (GH-111093...Miss Islington (bot)2023-10-201-1/+1
* [3.12] gh-108791: Fix pdb CLI invalid argument handling (GH-108816) (#111064)Radislav Chugunov2023-10-192-2/+23
* [3.12] gh-111031: Check more files in `test_tokenize` (GH-111032) (#111061)Miss Islington (bot)2023-10-191-10/+0
* [3.12] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-11...Miss Islington (bot)2023-10-192-24/+22
* [3.12] gh-103737: IDLE - Remove unneeded .keys() for dict iteration (GH-11096...Miss Islington (bot)2023-10-188-26/+28
* [3.12] gh-111019: Align expected and actual titles in test output (GH-111020)...Miss Islington (bot)2023-10-182-10/+10
* [3.12] gh-110938: More syntax tests for PEP695 funcs and classes (GH-110986) ...Miss Islington (bot)2023-10-181-0/+15
* [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...Jelle Zijlstra2023-10-181-0/+10
* [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)Miss Islington (bot)2023-10-171-6/+11
* [3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...Miss Islington (bot)2023-10-171-2/+2
* [3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (...Lysandros Nikolaou2023-10-161-4/+12
* [3.12] Enable ruff on several more files in `Lib/test` (#110929) (#110934)Alex Waygood2023-10-166-21/+16
* [3.12] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110925)Miss Islington (bot)2023-10-162-7/+11
* [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)Miss Islington (bot)2023-10-151-2/+0
* [3.12] gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-10...Hugo van Kemenade2023-10-151-7/+7
* [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...Serhiy Storchaka2023-10-152-40/+171
* [3.12] remove redundant call to attach_loop in watcher (GH-110847) (#110867)Miss Islington (bot)2023-10-141-2/+0
* [3.12] gh-110715: Add missing import in zipfile (gh-110822) (gh-110861)Miss Islington (bot)2023-10-142-7/+19
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+366
* [3.12] gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507) (...Miss Islington (bot)2023-10-141-5/+10
* [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-143-4/+36
* [3.12] gh-110392: Fix tty functions (GH-110642) (GH-110853)Miss Islington (bot)2023-10-142-2/+8
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-1310-7/+14
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-5/+31
* [3.12] gh-107450: Fix parser column offset overflow test on Windows (GH-11076...Miss Islington (bot)2023-10-131-2/+4
* [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH...Miss Islington (bot)2023-10-121-0/+6
* [3.12] gh-110756: Sync regrtest with main branch (#110779)Victor Stinner2023-10-124-1228/+61