summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-142-2/+4
* gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)Jason R. Coombs2024-03-142-12/+11
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-142-11/+66
* gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...Petr Viktorin2024-03-141-0/+9
* gh-116780: Fix `test_inspect` in `-OO` mode (#116788)Nikita Sobolev2024-03-141-0/+5
* gh-113308: Remove some internal parts of `uuid` module (#115934)Nikita Sobolev2024-03-141-6/+10
* gh-116785: Fix direct invocation of `test_inspect` (#116787)Nikita Sobolev2024-03-141-5/+5
* gh-116646: Add limited C API support to AC fildes converter (#116769)Victor Stinner2024-03-141-0/+33
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-137-28/+44
* gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)Sam Gross2024-03-131-6/+11
* gh-100746: Improve `test_named_expressions.py` (#116713)Nikita Sobolev2024-03-131-2/+68
* gh-116604: Fix test_gc on free-threaded build (#116662)Sam Gross2024-03-132-1/+13
* gh-110918: Fix side effects of regrtest test_match_tests() (#116718)Victor Stinner2024-03-132-1/+10
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-131-2/+2
* gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...Serhiy Storchaka2024-03-133-4/+107
* gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...Tian Gao2024-03-131-0/+15
* gh-116491: Improve `test_win32_ver` (#116506)Nikita Sobolev2024-03-131-1/+29
* gh-115264: Fix `test_functools` with `-00` mode (#115276)Nikita Sobolev2024-03-131-3/+12
* GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)Tim Peters2024-03-131-0/+21
* gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)Sam Gross2024-03-131-1/+3
* GH-116098: Remove dead frame object creation code (GH-116687)Tian Gao2024-03-121-65/+0
* gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-122-1/+13
* gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)Victor Stinner2024-03-121-0/+1
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-121-1/+64
* gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)Pablo Galindo Salgado2024-03-121-0/+25
* gh-89547: Support for nesting special forms like Final (#116096)Mehdi Drissi2024-03-121-12/+28
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-121-88/+8
* gh-116600: [Enum] fix global Flag repr (GH-116615)Ethan Furman2024-03-111-0/+2
* gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)Tian Gao2024-03-111-62/+87
* gh-116040: [Enum] fix test_empty_names test (GH-116508)Ethan Furman2024-03-111-11/+7
* gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)Malcolm Smith2024-03-111-18/+7
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-111-8/+88
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-1115-44/+53
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-113-0/+49
* gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)Victor Stinner2024-03-113-31/+31
* gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)Serhiy Storchaka2024-03-111-38/+17
* gh-116417: Argument Clinic: test generated Limited C API code for float args ...Erlend E. Aasland2024-03-111-2/+56
* gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...Malcolm Smith2024-03-102-5/+5
* gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not a...Kirill Podoprigora2024-03-091-1/+1
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-081-0/+67
* Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)Victor Stinner2024-03-082-7/+5
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-081-3/+7
* gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...Ethan Furman2024-03-071-0/+23
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-073-25/+42
* gh-115421: Test that our Makefile has all needed test folders (GH-115813)Nikita Sobolev2024-03-071-0/+64
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-0621-1066/+1135
* gh-88118: Fix some test_multiprocessing flakiness. (#116434)Gregory P. Smith2024-03-061-5/+10
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-061-16/+25
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-061-0/+24
* gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)Victor Stinner2024-03-063-151/+163