summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* gh-118846: Fix free-threading test failures when run sequentially (#118864)Sam Gross2024-05-108-6/+35
* gh-118702: Implement vectorcall for BaseException (#118703)Victor Stinner2024-05-101-0/+23
* Rename typing._collect_parameters (#118900)Jelle Zijlstra2024-05-101-1/+12
* GH-118910: Less boilerplate in the tier 2 optimizer (#118913)Mark Shannon2024-05-101-2/+0
* GH-78707: Drop deprecated `pathlib.PurePath.[is_]relative_to()` arguments (#1...Barney Gale2024-05-101-13/+0
* gh-118895: Call PyType_Ready() on typing.NoDefault (#118897)Jelle Zijlstra2024-05-101-2/+21
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Dobatymo2024-05-101-0/+77
* gh-118851: Default ctx arguments to AST constructors to Load() (#118854)Jelle Zijlstra2024-05-091-0/+17
* gh-118846: Fix PGO tests in free-threaded build (#118862)Sam Gross2024-05-092-2/+4
* gh-118817: Fix `asyncio REPL` on Windows (#118819)Kirill Podoprigora2024-05-091-1/+4
* gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)Jelle Zijlstra2024-05-091-6/+8
* gh-118802: Fix ACL use in test for non-English Windows (GH-118831)Steve Dower2024-05-091-3/+2
* gh-103956: Fix `trace` output in case of missing source line (GH-103958)Radislav Chugunov2024-05-091-0/+25
* gh-118805: Remove type, choices, metavar params of `BooleanOptionalAction` (#...Nikita Sobolev2024-05-091-43/+0
* gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#1...Hugo van Kemenade2024-05-091-4/+0
* gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099)Nikita Sobolev2024-05-091-0/+106
* GH-101588: Remove deprecated pickle/copy/deepcopy from itertools (gh-118816)Raymond Hettinger2024-05-091-436/+1
* [tests]: Mark ``test_statistics.test_kde_random`` with a ``requires_resource(...Kirill Podoprigora2024-05-091-0/+1
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-083-35/+1
* Fixing a typo in test_cmd_line.py (#118728)Yutian Li2024-05-081-1/+1
* gh-118767: Make bool(NotImplemented) raise TypeError (#118775)Jelle Zijlstra2024-05-081-7/+4
* gh-118772: Allow TypeVars without a default to follow those with a default wh...Jelle Zijlstra2024-05-081-0/+17
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-1/+1
* gh-118610: Centralize power caching in `_pylong.py` (#118611)Tim Peters2024-05-081-0/+12
* gh-118518: Check for perf version and not kernel version in test_perf_profile...Pablo Galindo Salgado2024-05-071-6/+12
* gh-118729: Temporarily skip `test_multiprocessing_pool_circular_import` (#118...Sam Gross2024-05-071-1/+4
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-071-3/+19
* gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)Lysandros Nikolaou2024-05-071-0/+9
* gh-118660: Add second type parameter to (Async)ContextManager (#118681)Jelle Zijlstra2024-05-071-4/+19
* gh-111201: Allow bracketed paste to work (GH-118700)Pablo Galindo Salgado2024-05-071-0/+40
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-071-12/+23
* gh-118090: Improve error message for empty type param brackets (GH-118091)Nikita Sobolev2024-05-071-0/+41
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-1/+1
* gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...Alex Waygood2024-05-071-0/+25
* gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)Youfu Zhang2024-05-071-0/+15
* gh-62090: Simplify argparse usage formatting (GH-105039)Ali Hamdan2024-05-071-0/+134
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-074-0/+121
* gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)Tian Gao2024-05-071-0/+11
* gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)Eric Snow2024-05-072-14/+11
* gh-110209: Add __class_getitem__ for generator and coroutine (#110212)James Hilton-Balfe2024-05-071-1/+2
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-071-0/+36
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-075-4/+34
* gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...Jeong, YunWon2024-05-071-1/+15
* gh-118362: Skip tests when threading isn't available (#118666)Dino Viehland2024-05-063-16/+16
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-061-0/+141
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-061-4/+37
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-061-0/+11
* Test premium Mac builders (#118672)Ɓukasz Langa2024-05-061-3/+3
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-0/+13
* gh-118415: Fix issues with local tracing being enabled/disabled on a function...Dino Viehland2024-05-061-13/+26