summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-108851: Fix tomllib recursion tests (#108853)Victor Stinner2023-09-065-41/+172
* gh-91960: Skip test_gdb if gdb cannot retrive Python frames (#108999)Victor Stinner2023-09-061-4/+3
* gh-107219: Fix concurrent.futures terminate_broken() (#108974)Victor Stinner2023-09-062-1/+10
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-066-5/+5
* gh-108983: Add more PEP 526 tests to `test_grammar` (#108984)Nikita Sobolev2023-09-061-0/+11
* gh-106670: Fix Pdb handling of chained Exceptions with no stacks. (#108865)Matthias Bussonnier2023-09-062-30/+108
* gh-108962: Skip test_tempfile.test_flags() if not supported (#108964)Victor Stinner2023-09-051-1/+17
* gh-106581: Support multiple uops pushing new values (#108895)Guido van Rossum2023-09-051-0/+30
* gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] ...Anthony Shaw2023-09-053-28/+28
* gh-108927: Fix test_import + test_importlib + test_unittest problem (#108929)Nikita Sobolev2023-09-051-2/+3
* gh-108903: Remove unneeded `lambda`s from `asyncio` (GH-108904)Nikita Sobolev2023-09-051-3/+3
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-0518-3/+48
* gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)Serhiy Storchaka2023-09-051-35/+36
* gh-89392: Use normal unittest runner in test_type_cache (GH-108911)Serhiy Storchaka2023-09-051-1/+1
* Add missed "f" in an f-string (GH-108906)Serhiy Storchaka2023-09-051-1/+1
* gh-108840: Remove unused `TestEnumTypeSubclassing` from `test_enum` (#108841)Nikita Sobolev2023-09-051-2/+0
* gh-108294: Add error handling for time.sleep audit event (GH-108363)Petr Viktorin2023-09-052-31/+38
* GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...Mark Shannon2023-09-051-5/+25
* gh-89392: Remove support of test_main() in libregrtest (GH-108876)Serhiy Storchaka2023-09-052-12/+9
* gh-108834: regrtest --fail-rerun exits with code 5 (#108896)Victor Stinner2023-09-052-4/+6
* gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)Victor Stinner2023-09-042-3/+3
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-042-0/+43
* Disable `differing_test_runners` health check (#108886)Nikita Sobolev2023-09-041-1/+4
* gh-107902: Don't test setting suid/sgid on systems that don't support them (G...Petr Viktorin2023-09-041-14/+25
* gh-89392: Fix running test_pep646_syntax as script (GH-108875)Serhiy Storchaka2023-09-041-0/+1
* bpo-45229: Make ElementTree tests discoverable (GH-108859)Serhiy Storchaka2023-09-042-62/+35
* gh-89392: Make test_pep646_syntax discoverable (GH-108861)Serhiy Storchaka2023-09-041-5/+7
* gh-89392: Remove test_main() in test_netrc (GH-108860)Serhiy Storchaka2023-09-041-4/+2
* Revert "gh-46376: Return existing pointer when possible in ctypes (#1… (#10...Victor Stinner2023-09-041-27/+0
* gh-108834: regrtest reruns failed tests in subprocesses (#108839)Victor Stinner2023-09-039-480/+810
* Update Lib/test/test_unittest/testmock/testmock.py: fix typo RuntimError to R...Sangyun_LEE2023-09-031-1/+1
* Reorder some test's decorators (GH-108804)Serhiy Storchaka2023-09-032-4/+4
* gh-102837: improve test coverage for math module (#102523)Sergey B Kirpichev2023-09-031-0/+41
* regrtest computes statistics (#108793)Victor Stinner2023-09-0210-308/+512
* GH-78722: Raise exceptions from `pathlib.Path.iterdir()` without delay. (#107...Barney Gale2023-09-022-3/+2
* gh-108794: doctest counts skipped tests (#108795)Victor Stinner2023-09-022-64/+118
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-0232-8/+57
* Fix test_regrtest when run with uops always on (#108778)Guido van Rossum2023-09-011-3/+7
* gh-106392: Fix inconsistency in deprecation warnings (#106436)William Andrea2023-09-011-2/+2
* gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)Nikita Sobolev2023-09-011-3/+49
* gh-105509: Simplify implementation of `typing.Annotated` (#105510)Alex Waygood2023-09-012-27/+14
* Make test_fcntl quiet (#108758)Victor Stinner2023-09-011-31/+32
* gh-108727: Fix segfault due to missing tp_dealloc definition for CounterOptim...Irit Katriel2023-09-011-0/+7
* gh-107805: Fix signatures of module-level generated functions in `turtle` (#1...Nikita Sobolev2023-09-012-19/+44
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-7/+1
* gh-108337: Add pyatomic.h header (#108701)Victor Stinner2023-08-311-0/+15
* gh-108638: Fix tests when _stat extension is missing (#108689)Victor Stinner2023-08-312-7/+29
* gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...Ethan Furman2023-08-312-55/+236
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-317-14/+49
* gh-106320: Remove private _PyErr_ChainExceptions() (#108713)Victor Stinner2023-08-312-6/+6