summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-128595: Add test class helper to force no terminal colour (#128687)Hugo van Kemenade2025-01-135-22/+49
* GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...Mark Shannon2025-01-131-2/+2
* gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)Ned Deily2025-01-131-1/+0
* gh-128717: Stop-the-world when setting the recursion limit (#128741)Peter Bierma2025-01-121-0/+15
* gh-128734: Fix ResourceWarning in urllib tests (GH-128735)Serhiy Storchaka2025-01-125-20/+40
* gh-128729: Fix RuntimeWarning in test_unittest (GH-128730)Serhiy Storchaka2025-01-121-0/+3
* gh-128377: Skip `test_cmd_line.test_non_interactive_output_buffering` when `P...Yan Yanchii2025-01-121-0/+2
* GH-128520: Divide pathlib ABCs into three classes (#128523)Barney Gale2025-01-112-247/+243
* gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)Yan Yanchii2025-01-111-15/+8
* Make the Python CLI error message style more consistent (GH-128129)9cel2025-01-111-1/+1
* gh-128694: Fix `(env changed)` error in `test_inspect` (#128702)sobolevn2025-01-101-0/+5
* gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...sobolevn2025-01-091-1/+12
* gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)sobolevn2025-01-091-0/+46
* gh-128673: Increase coverage of `typing.get_type_hints` (#128674)sobolevn2025-01-091-0/+19
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-092-0/+45
* Remove unnecessary LIST_TO_TUPLE conversions (GH-126558)Brandt Bucher2025-01-081-0/+51
* gh-128615: Cover pickling of `ParamSpecArgs` and `ParamSpecKwargs` (#128616)sobolevn2025-01-081-0/+12
* gh-128613: Increase `typing.Concatenate` coverage (#128614)sobolevn2025-01-081-0/+12
* gh-128617: Fix `test_typing.test_readonly_inheritance` (#128618)sobolevn2025-01-081-4/+4
* gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-...Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-01-081-0/+77
* GH-127809: Fix the JIT's understanding of ** (GH-127844)Brandt Bucher2025-01-081-0/+44
* gh-127350: Add more tests for Py_fopen() (GH-128587)Serhiy Storchaka2025-01-071-4/+21
* gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)T. Wouters2025-01-071-0/+33
* gh-128552: fix refcycles in eager task creation (#128553)Thomas Grainger2025-01-071-4/+58
* gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)Stephen Morton2025-01-071-0/+88
* gh-127146: Skip Emscripten tests with pending fixes (#128549)Hood Chatham2025-01-066-1/+8
* GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)Mark Shannon2025-01-062-126/+123
* GH-128375: Better instrument for `FOR_ITER` (GH-128445)Mark Shannon2025-01-064-205/+322
* GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)Mark Shannon2025-01-061-0/+25
* gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)Victor Stinner2025-01-062-2/+68
* gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)Kumar Aditya2025-01-061-0/+118
* gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...RanKKI2025-01-062-0/+49
* pathlib tests: create `walk()` test hierarchy without using class under test ...Barney Gale2025-01-042-39/+58
* GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)Barney Gale2025-01-042-118/+118
* gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...Erlend E. Aasland2025-01-041-0/+10
* gh-128002: fix many thread safety issues in asyncio (#128147)Kumar Aditya2025-01-041-0/+82
* gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...Peter Bierma2025-01-031-2/+9
* gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...Alexander Shadchin2025-01-031-0/+7
* gh-89083: improve UUIDv8 uniqueness tests (GH-128149)Bénédikt Tran2025-01-031-6/+10
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-031-1/+59
* gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435)Thomas Grainger2025-01-031-6/+2
* gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...jb21702025-01-031-0/+25
* gh-128404: remove asyncio from test_type_params (#128436)Thomas Grainger2025-01-031-5/+2
* gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)Peter Bierma2025-01-021-1/+29
* gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...Zhikang Yan2025-01-021-1/+27
* gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403)Thomas Grainger2025-01-021-59/+64
* gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...Serhiy Storchaka2025-01-021-8/+5
* gh-128277: remove unnecessary critical section from `socket.close` (#128305)Kumar Aditya2025-01-011-0/+20
* gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...Kirill Podoprigora2025-01-011-0/+6
* gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1...Serhiy Storchaka2024-12-311-2/+73