summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-3...Miss Islington (bot)2022-03-161-0/+42
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Miss Islington (bot)2022-03-151-0/+7
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)2022-03-151-0/+8
* [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)Jason R. Coombs2022-03-131-0/+10
* [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...Jelle Zijlstra2022-03-107-12/+6
* bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)Miss Islington (bot)2022-03-081-0/+9
* [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...Miss Islington (bot)2022-03-071-0/+8
* bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...Victor Stinner2022-03-041-9/+14
* [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...Victor Stinner2022-03-0214-52/+112
* bpo-46756: Fix authorization check in urllib.request (GH-31353)Miss Islington (bot)2022-02-251-4/+21
* Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...Miss Islington (bot)2022-02-231-0/+1
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Miss Islington (bot)2022-02-221-0/+18
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)Miss Islington (bot)2022-02-212-8/+15
* [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...Andrew Svetlov2022-02-201-0/+19
* Fix mistake in barry_as_FLUFL test (GH-31392)Miss Islington (bot)2022-02-181-1/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)Miss Islington (bot)2022-02-171-0/+12
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Miss Islington (bot)2022-02-161-0/+2
* bpo-46615: Don't crash when set operations mutate the sets (GH-31120) (GH-31312)Dennis Sweeney2022-02-131-0/+186
* [3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...Jacob Walls2022-02-131-0/+9
* [3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asy...Andrew Svetlov2022-02-106-3/+27
* bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)Miss Islington (bot)2022-02-091-0/+55
* bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)Miss Islington (bot)2022-02-091-0/+4
* bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (G...Miss Islington (bot)2022-02-072-18/+18
* bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)Miss Islington (bot)2022-02-061-0/+2
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-042-0/+0
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Miss Islington (bot)2022-02-021-3/+14
* [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cach...Petr Viktorin2022-02-021-0/+35
* bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Miss Islington (bot)2022-02-021-4/+11
* [3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31...Miss Islington (bot)2022-02-011-2/+2
* [3.9] bpo-46482: add a test for `typing.Annotation.__new__` (GH-30821) (GH-31...Miss Islington (bot)2022-02-011-0/+7
* bpo-46530: add `"thread_time"` to `test_time.test_get_clock_info` (GH-30913)Miss Islington (bot)2022-01-281-12/+18
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Miss Islington (bot)2022-01-281-6/+13
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Miss Islington (bot)2022-01-271-0/+14
* bpo-44734: Fix floating point precision in test_turtle (GH-30910)Miss Islington (bot)2022-01-271-1/+1
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...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
* bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...Miss Islington (bot)2022-01-251-5/+7
* 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.9] bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30757)Serhiy Storchaka2022-01-243-217/+207
* [3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (G...Miss Islington (bot)2022-01-231-0/+19
* bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)Miss Islington (bot)2022-01-231-0/+2
* [3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...Kumar Aditya2022-01-223-2/+20
* bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)Miss Islington (bot)2022-01-226-2/+25
* bpo-46442: improve and rename testExceptionCleanupNames (GH-30758)Miss Islington (bot)2022-01-221-2/+14
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Miss Islington (bot)2022-01-212-0/+22
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-211-0/+21
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Miss Islington (bot)2022-01-201-2/+5
* [3.9] bpo-46425: Fix direct invocation of multiple test modules (GH-30666) (G...Nikita Sobolev2022-01-203-6/+4
* bpo-46437: remove useless `hasattr` from `test_typing` (GH-30704)Miss Islington (bot)2022-01-191-9/+7