summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)Miss Islington (bot)2022-06-211-2/+51
* gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94086)Miss Islington (bot)2022-06-211-0/+6
* [3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-9371...Serhiy Storchaka2022-06-211-0/+11
* gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)Miss Islington (bot)2022-06-211-0/+17
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Miss Islington (bot)2022-06-171-0/+5
* test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)Miss Islington (bot)2022-06-171-1/+1
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Miss Islington (bot)2022-06-161-13/+3
* [3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)Erlend Egeberg Aasland2022-06-141-0/+1892
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Miss Islington (bot)2022-06-111-0/+61
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Miss Islington (bot)2022-06-101-1/+4
* [3.10] gh-93671: Avoid exponential backtracking in deeply nested sequence pat...Pablo Galindo Salgado2022-06-101-0/+21
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...Steve Dower2022-06-101-0/+2
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609) (GH-93632)Miss Islington (bot)2022-06-101-0/+22
* gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...Miss Islington (bot)2022-06-101-0/+30
* gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)Miss Islington (bot)2022-06-071-0/+13
* gh-92914: Round the allocated size for lists up to the even number (GH-92915)...Miss Islington (bot)2022-06-071-3/+4
* gh-93247: Fix assert function in asyncio locks test (GH-93248)Miss Islington (bot)2022-06-061-1/+1
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Miss Islington (bot)2022-06-051-0/+114
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (GH...Miss Islington (bot)2022-06-041-0/+1
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Miss Islington (bot)2022-06-031-0/+5
* test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)Miss Islington (bot)2022-06-031-1/+1
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Miss Islington (bot)2022-06-021-0/+1
* Remove the execution bit to some socket-related files. (GH-93368)Miss Islington (bot)2022-06-011-0/+0
* test.pythoninfo logs more build info (GH-93225) (#93256)Miss Islington (bot)2022-05-291-3/+47
* gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)Miss Islington (bot)2022-05-281-0/+6
* [3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)Victor Stinner2022-05-251-2/+69
* test_threaded_import: Fix unittest.main spelling (GH-93114)Miss Islington (bot)2022-05-251-1/+1
* [3.10] gh-83245: Raise BadZipFile instead of ValueError when reading a corrup...Miss Islington (bot)2022-05-251-0/+11
* test.pythoninfo no longer requires socket (GH-93191)Miss Islington (bot)2022-05-251-1/+4
* GH-89369: test_contextlib_async finalizes event loop after each test (GH-93074)Miss Islington (bot)2022-05-241-7/+4
* GH-93112: Fix missing ResourceDenied import in test_urllib2net (GH-93113)Miss Islington (bot)2022-05-241-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...Miss Islington (bot)2022-05-241-0/+35
* gh-93061: Mark as artificial: backwards jump after async for (GH-93120)Dennis Sweeney2022-05-231-0/+52
* gh-93010: InvalidHeaderError used but nonexistent (GH-93015)Miss Islington (bot)2022-05-231-8/+14
* [3.10] bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-304...Ɓukasz Langa2022-05-192-1/+72
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (GH-...Miss Islington (bot)2022-05-191-0/+4
* Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)Miss Islington (bot)2022-05-141-36/+92
* [3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)Dennis Sweeney2022-05-121-0/+48
* [3.10] gh-91810: ElementTree: Use text file's encoding by default in XML decl...Miss Islington (bot)2022-05-111-16/+15
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-101-0/+43
* [3.10] gh-90622: Do not spawn ProcessPool workers on demand via fork method. ...Gregory P. Smith2022-05-081-1/+11
* [3.10] gh-92112: Fix crash triggered by an evil custom `mro()` (GH-92113) (#9...Jelle Zijlstra2022-05-071-0/+17
* [3.10] gh-92118: Add test for traceback when exception is modified by (Async)...Miss Islington (bot)2022-05-052-0/+44
* bpo-29890: Test IPv*Interface construction with tuple argument (GH-30862)Miss Islington (bot)2022-05-031-0/+8
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Miss Islington (bot)2022-05-031-0/+16
* gh-92106: Add test that subscription works on arbitrary TypedDicts (GH-92176)Miss Islington (bot)2022-05-031-0/+13
* bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)Miss Islington (bot)2022-05-021-9/+168
* [3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)Gregory P. Smith2022-05-011-0/+22
* bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137)Miss Islington (bot)2022-04-303-0/+28
* gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)Miss Islington (bot)2022-04-281-2/+4