summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...Miss Islington (bot)2022-01-271-3/+19
* bpo-46529: increase coverage of `typing.Union.__repr__` method (GH-30911)Miss Islington (bot)2022-01-261-0/+9
* [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...Pablo Galindo Salgado2022-01-253-3/+32
* [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891)Victor Stinner2022-01-251-0/+42
* bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...Miss Islington (bot)2022-01-251-5/+7
* [3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)Ken Jin2022-01-251-0/+1
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Miss Islington (bot)2022-01-251-0/+8
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Miss Islington (bot)2022-01-251-0/+4
* [3.10] bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30...Nikita Sobolev2022-01-241-3/+3
* Improve grouper() recipe to demonstrate all forms of zip() (GH-30837) (GH-30840)Miss Islington (bot)2022-01-231-6/+29
* [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...Pablo Galindo Salgado2022-01-232-1/+4
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)Miss Islington (bot)2022-01-231-2/+1
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH...Miss Islington (bot)2022-01-231-0/+2
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Miss Islington (bot)2022-01-222-0/+22
* bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)Miss Islington (bot)2022-01-226-2/+25
* [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...Miss Islington (bot)2022-01-223-3/+19
* bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)Miss Islington (bot)2022-01-221-2/+14
* bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)Miss Islington (bot)2022-01-211-1/+87
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-211-0/+21
* bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739)Miss Islington (bot)2022-01-213-230/+208
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)Miss Islington (bot)2022-01-211-0/+19
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Miss Islington (bot)2022-01-201-2/+5
* [3.10] bpo-46339: Fix crash in the parser when computing error text for multi...Miss Islington (bot)2022-01-201-0/+6
* [3.10] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (...Nikita Sobolev2022-01-204-7/+6
* bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)Miss Islington (bot)2022-01-191-9/+7
* [3.10] bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAli...Miss Islington (bot)2022-01-191-0/+8
* bpo-46424: [typing] cover `Annotation[arg]` invalid usage in tests (GH-30663)Miss Islington (bot)2022-01-191-0/+4
* bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)Miss Islington (bot)2022-01-186-16/+14
* bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)Miss Islington (bot)2022-01-171-2/+14
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-136-15/+16
* bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)Miss Islington (bot)2022-01-131-0/+6
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Miss Islington (bot)2022-01-111-0/+12
* bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)Miss Islington (bot)2022-01-111-8/+10
* bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)Miss Islington (bot)2022-01-081-4/+4
* [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)Miss Islington (bot)2022-01-071-4/+14
* bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)Miss Islington (bot)2022-01-061-1/+5
* bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...Miss Islington (bot)2022-01-061-2/+7
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Miss Islington (bot)2022-01-041-0/+8
* bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...Miss Islington (bot)2021-12-271-0/+2
* [3.10] bpo-46032: Check types in singledispatch's register() at declaration t...Serhiy Storchaka2021-12-251-0/+68
* bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...Miss Islington (bot)2021-12-241-5/+13
* Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)Miss Islington (bot)2021-12-241-1/+1
* [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...Pablo Galindo Salgado2021-12-201-0/+8
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)Miss Islington (bot)2021-12-2010-63/+102
* [3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...Andrew Svetlov2021-12-191-252/+214
* bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (GH-30183)Miss Islington (bot)2021-12-181-5/+6
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)Miss Islington (bot)2021-12-171-1/+5
* bpo-45755: [typing] Reveal class attributes of generic in generic aliases in ...Miss Islington (bot)2021-12-171-0/+11
* Fix a typo in the message from make_ssl_certs. (GH-30152) (GH-30161)Miss Islington (bot)2021-12-171-1/+1
* bpo-46105: Honor spec when generating requirement specs with urls and extras....Miss Islington (bot)2021-12-161-0/+2