summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* gh-98461: Fix source location in comprehensions bytecode (GH-98464)Irit Katriel2022-10-201-0/+159
* gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...Steve Dower2022-10-202-1/+55
* Add more tkinter.Canvas tests (GH-98475)Serhiy Storchaka2022-10-201-0/+158
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+47
* typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeErr...Nikita Sobolev2022-10-201-1/+1
* gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-9...chgnrdv2022-10-201-0/+34
* gh-98257: Make _PyEval_SetTrace() reentrant (#98258)Victor Stinner2022-10-192-12/+4
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-191-0/+7
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...Jack Hindmarch2022-10-191-23/+28
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Jack Hindmarch2022-10-191-2/+3
* gh-98398: Fix source locations for 'assert' bytecode (GH-98405)Irit Katriel2022-10-191-1/+17
* gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-...Serhiy Storchaka2022-10-191-3/+1
* gh-97928: Add tests for tkinter.Text.count() (GH-98269)Serhiy Storchaka2022-10-191-0/+54
* gh-98390: Fix source locations of boolean sub-expressions (GH-98396)Irit Katriel2022-10-181-0/+26
* gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...Jack Hindmarch2022-10-181-6/+4
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-184-32/+19
* GH-98363: Add itertools.batched() (GH-98364)Raymond Hettinger2022-10-171-0/+79
* gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...fancidev2022-10-171-2/+12
* GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...Kumar Aditya2022-10-171-9/+5
* gh-95534: Improve gzip reading speed by 10% (#97664)Ruben Vorderman2022-10-171-0/+167
* gh-97930: Merge with importlib_resources 5.9 (GH-97929)Jason R. Coombs2022-10-162-0/+13
* gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...Nikita Sobolev2022-10-161-0/+35
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-155-28/+52
* gh-98254: Include stdlib module names in error messages for NameErrors (#98255)Pablo Galindo Salgado2022-10-151-0/+15
* gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)Nikita Sobolev2022-10-152-2/+14
* gh-94808: Cover `PyEval_GetFuncName` (#98246)Nikita Sobolev2022-10-151-0/+15
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-151-0/+20
* gh-95971: Turn @writes_bytecode_files to skip when not running (#95972)Jeong YunWon2022-10-151-1/+1
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Steve Dower2022-10-141-4/+4
* bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)Christoph Hamsen2022-10-131-0/+20
* gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)Nikita Sobolev2022-10-121-0/+10
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-123-8/+14
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-121-2/+2
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-114-253/+2
* gh-94808: Add coverage for bytesarray_setitem (#95802)Michael Droettboom2022-10-101-41/+70
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-084-38/+47
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-081-1/+1
* gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)Carl Meyer2022-10-081-16/+44
* GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...Kumar Aditya2022-10-081-1/+13
* GH-94182: Run the PidfdChildWatcher on the running loop (#94184)Thomas Grainger2022-10-081-10/+44
* gh-92886: make test_ast pass with -O (assertions off) (GH-98058)Irit Katriel2022-10-071-1/+1
* gh-92886: make test_coroutines pass with -O (assertions off) (GH-98060)Irit Katriel2022-10-071-1/+1
* gh-94808: Fix regex on exotic platforms (#98036)Jelle Zijlstra2022-10-071-2/+2
* GH-83901: Improve Signature.bind error message for missing keyword-only param...Frazer McLean2022-10-071-1/+2
* gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...Irit Katriel2022-10-071-1/+1
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-071-0/+4
* GH-96073: Fix wild replacement in inspect.formatannotation (#96074)Anh71me2022-10-073-0/+21
* gh-65496: Correct wording on csv's skipinitialspace argument (#96170)Stanley2022-10-071-0/+5
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-071-0/+13
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-071-0/+12