summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-193-20/+30
* gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)Sam Gross2024-03-193-21/+47
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-191-5/+6
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-191-25/+26
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-191-0/+9
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-191-20/+21
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-197-63/+148
* gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)Victor Stinner2024-03-191-0/+16
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-196-48/+152
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-194-149/+119
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-193-30/+55
* gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)Victor Stinner2024-03-192-0/+6
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-194-75/+77
* gh-116957: configparser: Do post-process values after DuplicateOptionError (G...David Röthlisberger2024-03-191-0/+15
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-191-0/+11
* gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)Victor Stinner2024-03-182-32/+19
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-182-29/+32
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-181-8/+88
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-183-0/+219
* gh-115258: Fix hanging tests for threading queue shutdown (#115940)Duprat2024-03-181-61/+71
* gh-116877: Update `wheel` to version `0.43.0` (#116878)Sam Gross2024-03-182-0/+0
* gh-71765: Fix inspect.getsource() on empty file (GH-20809)kernc2024-03-182-1/+17
* Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)Victor Stinner2024-03-181-1/+1
* gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)Erlend E. Aasland2024-03-181-1/+9
* gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)AN Long2024-03-181-0/+6
* GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)Barney Gale2024-03-172-5/+3
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-171-0/+238
* GH-112536: Add more TSan tests (#116911)Antoine Pitrou2024-03-171-0/+6
* gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...John Sloboda2024-03-172-10/+115
* gh-112536: Add more TSAN tests (#116896)Donghee Na2024-03-161-0/+2
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-164-63/+52
* gh-112536: Add test_threading to TSAN tests (#116898)Antoine Pitrou2024-03-163-10/+19
* gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default nam...Serhiy Storchaka2024-03-161-1/+21
* gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801)Serhiy Storchaka2024-03-161-0/+24
* gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-1...Serhiy Storchaka2024-03-161-34/+166
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-163-0/+16
* gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (#116859)Nikita Sobolev2024-03-161-0/+10
* gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)Donghee Na2024-03-153-0/+32
* gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)Tian Gao2024-03-151-1/+4
* gh-63283: IDNA prefix should be case insensitive (GH-17726)Zackery Spytz2024-03-151-0/+7
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-0/+19
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+34
* gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)Jason R. Coombs2024-03-142-17/+14
* 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