summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa2023-08-241-31/+72
* [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Miss Islington (bot)2023-08-221-0/+54
* [3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa2023-08-221-0/+215
* [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-221-7/+137
* [3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...Miss Islington (bot)2023-05-191-0/+3
* [3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...Miss Islington (bot)2023-05-171-1/+60
* [3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Matěj Cepl2023-05-102-33/+979
* [3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...Miss Islington (bot)2023-05-091-0/+28
* [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...Miss Islington (bot)2023-05-091-0/+8
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-021-1/+1
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-281-0/+14
* [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)Miss Islington (bot)2023-03-281-0/+62
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-271-3/+15
* gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)Miss Islington (bot)2023-03-241-0/+150
* [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96...Miss Islington (bot)2023-03-241-3/+3
* [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclas...Alex Waygood2023-03-231-0/+12
* [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias...Nikita Sobolev2023-03-171-7/+30
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-161-0/+28
* gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)Miss Islington (bot)2023-03-151-2/+6
* [3.10] GH-101673: Fix pdb bug where local variable changes are lost after lon...Irit Katriel2023-03-131-0/+29
* Fix broken link to MSDN (GH-102355)Miss Islington (bot)2023-03-131-1/+1
* GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)Miss Islington (bot)2023-03-131-1/+8
* gh-102433: Add tests for how classes with properties interact with `isinstanc...Miss Islington (bot)2023-03-111-0/+88
* [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102...Miss Islington (bot)2023-03-081-0/+15
* [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#1...Alex Waygood2023-03-051-11/+1
* GH-102341: Improve the test function for pow (GH-102342)Miss Islington (bot)2023-03-051-6/+5
* Fix unused classes in a typing test (GH-102437)Miss Islington (bot)2023-03-051-2/+2
* gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...Miss Islington (bot)2023-03-051-0/+22
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+10
* [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) ...Miss Islington (bot)2023-03-041-0/+16
* [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts th...Oleg Iarygin2023-03-041-0/+25
* gh-102252: Improve coverage of test_bool.py (GH-102253)Miss Islington (bot)2023-02-251-0/+6
* [3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...Ionite2023-02-251-0/+80
* [3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-10...Miss Islington (bot)2023-02-251-6/+7
* gh-102158: Add tests for `softkwlist` (GH-102159)Miss Islington (bot)2023-02-241-0/+18
* [3.10] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...Miss Islington (bot)2023-02-221-0/+1
* [3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122)Miss Islington (bot)2023-02-222-2/+2
* [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value f...Miss Islington (bot)2023-02-211-11/+28
* [3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)Jason R. Coombs2023-02-201-0/+11
* gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)Miss Islington (bot)2023-02-101-0/+6
* [3.10] gh-100933: Improve `check_element` helper in `test_xml_etree` (GH-1009...Miss Islington (bot)2023-02-081-23/+4
* gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)Miss Islington (bot)2023-02-051-0/+5
* [3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-...Dong-hee Na2023-01-311-13/+17
* gh-101229: Add tests for aliases of imported names (GH-101230)Miss Islington (bot)2023-01-301-0/+18
* [3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-9619...Miss Islington (bot)2023-01-221-0/+2
* [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positi...Miss Islington (bot)2023-01-201-1/+65
* [3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)Nikita Sobolev2023-01-151-0/+17
* [3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...Miss Islington (bot)2023-01-131-0/+40
* [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...Serhiy Storchaka2023-01-132-9/+14
* [3.10] gh-100931: Test all `pickle` protocols in `test_slice` (GH-100932). (G...Nikita Sobolev2023-01-121-1/+3