summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Change list to view object (#93661)Pamela Fox2022-06-111-1/+1
* gh-90473: Skip test_queue when threading is not available (GH-93712)Christian Heimes2022-06-111-3/+2
* gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)Dennis Sweeney2022-06-111-0/+61
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...jackh-ncl2022-06-101-1/+4
* gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...Christian Heimes2022-06-104-14/+30
* GH-93621: reorder code in with/async-with exception exit path to reduce the s...Irit Katriel2022-06-101-8/+159
* gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)Barney Gale2022-06-103-65/+36
* gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...Pablo Galindo Salgado2022-06-101-0/+21
* gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...Petr Viktorin2022-06-101-0/+6
* gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...Leo Trol2022-06-093-2/+52
* gh-90473: Skip get_config_h() tests on WASI (GH-93645)Christian Heimes2022-06-092-2/+7
* gh-90473: disable user site packages on WASI/Emscripten (GH-93633)Christian Heimes2022-06-092-4/+4
* gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)Serhiy Storchaka2022-06-093-2/+24
* gh-93616: Fix env changed issue in test_modulefinder (GH-93617)Christian Heimes2022-06-091-37/+38
* gh-79096: Fix/improve http cookiejar tests (GH-93614)Christian Heimes2022-06-081-18/+14
* gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)Christian Heimes2022-06-082-5/+19
* gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)Erlend Egeberg Aasland2022-06-081-0/+8
* GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...Bluenix2022-06-082-4/+57
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-073-1/+37
* GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93483)Irit Katriel2022-06-071-2/+7
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-072-10/+78
* gh-93162: test_config_queue_handler requires threading (GH-93572)Christian Heimes2022-06-071-0/+1
* Shrink the LOAD_METHOD cache by one codeunit. (#93537)Mark Shannon2022-06-073-3/+3
* gh-57539: Increase calendar test coverage (GH-93468)Hugo van Kemenade2022-06-071-0/+13
* gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...Vinay Sajip2022-06-074-31/+232
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2022-06-072-2/+33
* Grammar fix to socket error string (GH-93523)Evorage2022-06-071-1/+1
* bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for cas...AN Long2022-06-062-8/+36
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-0617-5/+70
* gh-90473: Skip POSIX tests that don't apply to WASI (GH-93536)Christian Heimes2022-06-061-2/+9
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-062-2/+6
* gh-93247: Fix assert function in asyncio locks test (#93248)Cyker Way2022-06-061-1/+1
* gh-89973: Fix re.error in the fnmatch module. (GH-93072)Serhiy Storchaka2022-06-052-7/+137
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-053-23/+17
* gh-93442: Add test for _Py_CAST(nullptr). (gh-93505)Neil Schemenauer2022-06-051-0/+3
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)Neil Schemenauer2022-06-051-0/+4
* [doc] Correct a grammatical error in a docstring. (GH-93441)Colin Delahunty2022-06-041-1/+1
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...jackh-ncl2022-06-041-0/+1
* netrc: Remove unused "import shlex" (#93311)Ulises Ojeda2022-06-041-1/+1
* gh-93156 - fix negative indexing into absolute `pathlib.PurePath().parents` (...Barney Gale2022-06-032-0/+7
* gh-84461: Skip dtrace/network tests that are enabled by -u all (GH-93473)Christian Heimes2022-06-032-0/+7
* test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)Victor Stinner2022-06-031-1/+1
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)Petr Viktorin2022-06-032-4/+30
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Dong-hee Na2022-06-032-1/+22
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-025-3/+20
* gh-93356: Lay out exception handling code at end of code unit (GH-92769)Irit Katriel2022-06-021-43/+42
* gh-84461: Skip new async logging tests on Emscripten (GH-93427)Christian Heimes2022-06-021-0/+3
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Eric V. Smith2022-06-011-0/+1
* gh-90300: split --help output into separate options (#30331)Éric2022-06-011-12/+33
* Remove the execution bit to some socket-related files. (#93368)Ezio Melotti2022-06-012-0/+0