summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)Miss Islington (bot)2024-05-271-0/+3
* [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...Miss Islington (bot)2024-05-271-0/+7
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Miss Islington (bot)2024-05-242-1/+16
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-5/+26
* [3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465) (#119479)Victor Stinner2024-05-231-4/+6
* [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa...Miss Islington (bot)2024-05-231-4/+1
* [3.13] gh-119469: Fix _pyrepl reference leaks (GH-119470) (#119471)Miss Islington (bot)2024-05-232-12/+30
* [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (G...Miss Islington (bot)2024-05-231-0/+2
* [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119...Miss Islington (bot)2024-05-231-1/+1
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-232-6/+58
* [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)Lysandros Nikolaou2024-05-221-55/+139
* [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#...Lysandros Nikolaou2024-05-221-18/+64
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+75
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-221-0/+33
* [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...Miss Islington (bot)2024-05-222-1/+93
* [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)Miss Islington (bot)2024-05-222-7/+25
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-221-1/+0
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-229-395/+882
* [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389)Miss Islington (bot)2024-05-221-2/+10
* [3.13] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298...Miss Islington (bot)2024-05-221-3/+32
* [3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)Miss Islington (bot)2024-05-221-1/+24
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-222-7/+34
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-204-25/+37
* [3.13] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (G...Miss Islington (bot)2024-05-201-0/+263
* [3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-202-1/+37
* [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...Miss Islington (bot)2024-05-201-0/+97
* [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)`...Miss Islington (bot)2024-05-191-1/+3
* [3.13] GH-118447: Fix FreeBSD test failures. (GH-119170) (#119181)Miss Islington (bot)2024-05-191-0/+1
* [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()`...Miss Islington (bot)2024-05-181-0/+17
* [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)Miss Islington (bot)2024-05-181-6/+6
* [3.13] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (GH-119140) (#...Miss Islington (bot)2024-05-181-3/+7
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-1/+43
* [3.13] Add Tkinter tests for different events (GH-118778) (GH-119091)Miss Islington (bot)2024-05-161-0/+278
* [3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Miss Islington (bot)2024-05-1619-127/+115
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-15/+8
* [3.13] typing tests: remove some unnecessary uses of `exec()` (GH-119005) (#1...Miss Islington (bot)2024-05-141-19/+9
* [3.13] Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031) ...Miss Islington (bot)2024-05-141-0/+17
* [3.13] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Miss Islington (bot)2024-05-141-3/+67
* [3.13] gh-58933: Make pdb return to caller frame correctly when f_trace is no...Miss Islington (bot)2024-05-131-0/+52
* [3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...Miss Islington (bot)2024-05-131-5/+20
* [3.13] gh-118899: Add tests for `NotImplemented` attribute access (GH-118902)...Miss Islington (bot)2024-05-121-0/+18
* [3.13] gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (...Miss Islington (bot)2024-05-112-14/+20
* [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...Miss Islington (bot)2024-05-101-3/+9
* [3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-...Miss Islington (bot)2024-05-108-6/+35
* [3.13] Rename typing._collect_parameters (GH-118900) (#118917)Miss Islington (bot)2024-05-101-1/+12
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-2/+21
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Miss Islington (bot)2024-05-101-0/+77
* [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...Miss Islington (bot)2024-05-091-0/+17
* [3.13] gh-118846: Fix PGO tests in free-threaded build (GH-118862) (#118867)Miss Islington (bot)2024-05-092-2/+4
* [3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)Miss Islington (bot)2024-05-091-1/+4