summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)c-bata2023-10-291-4/+0
* gh-111426: Remove `test_cmd.test_coverage` (#111427)Nikita Sobolev2023-10-281-11/+1
* GH-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...Barney Gale2023-10-281-169/+169
* gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)Guido van Rossum2023-10-282-6/+56
* gh-111342: fix typo in math.sumprod (GH-111416)Sergey B Kirpichev2023-10-281-0/+1
* gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)Guido van Rossum2023-10-272-12/+10
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-272-3/+62
* gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...Nikita Sobolev2023-10-272-7/+175
* gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)Łukasz Langa2023-10-271-4/+2
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-273-157/+0
* gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...gsallam2023-10-271-0/+76
* gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...Pablo Galindo Salgado2023-10-271-0/+12
* GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)Tian Gao2023-10-261-2/+6
* gh-111259: Optimize recursive wildcards in pathlib (GH-111303)Serhiy Storchaka2023-10-261-3/+3
* gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test...Nikita Sobolev2023-10-261-15/+1
* GH-111339: Change `valid` property of executors to `is_valid()` method (GH-11...Mark Shannon2023-10-261-6/+6
* bpo-43950: handle wide unicode characters in tracebacks (#28150)Batuhan Taskaya2023-10-262-14/+98
* gh-67224: Show source lines in tracebacks when using the -c option when runni...Pablo Galindo Salgado2023-10-269-16/+37
* gh-100762: Fix optimization in gen_close (#111069)Irit Katriel2023-10-252-6/+2
* gh-111165: Add missed "support." prefix for "verbose" (GH-111327)Serhiy Storchaka2023-10-251-1/+1
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-251-4/+6
* gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...Serhiy Storchaka2023-10-251-0/+14
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-2510-314/+264
* gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)Serhiy Storchaka2023-10-252-40/+150
* gh-57129: Add test for inspect.getsource in the REPL (#111197)Pablo Galindo Salgado2023-10-251-1/+64
* gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...Jokimax2023-10-242-5/+21
* gh-109017: Use non alternate name for Kyiv (GH-109251)Jochen Sprickerhof2023-10-241-7/+4
* gh-75666: Tkinter: add tests for binding (GH-111202)Serhiy Storchaka2023-10-241-0/+307
* gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)Serhiy Storchaka2023-10-243-54/+38
* GH-94438: Restore ability to jump over None tests (GH-111237)Savannah Ostrowski2023-10-241-0/+34
* gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)Nikita Sobolev2023-10-242-7/+10
* gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...Radislav Chugunov2023-10-231-0/+14
* gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)hetmankp2023-10-232-6/+29
* GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...Mark Shannon2023-10-231-0/+61
* gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)Tian Gao2023-10-222-0/+10
* gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)Serhiy Storchaka2023-10-215-9/+117
* gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)Nikita Sobolev2023-10-212-1/+158
* gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring...Nikita Sobolev2023-10-211-15/+12
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-2111-141/+122
* gh-111123: symtable should visit exception handlers before the else block (#1...Irit Katriel2023-10-211-0/+17
* gh-111155: Fix direct invocation of test_pprint (GH-111156)Nikita Sobolev2023-10-211-1/+5
* gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)Nikita Sobolev2023-10-211-2/+5
* gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)Victor Stinner2023-10-213-22/+73
* gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)Nikita Sobolev2023-10-201-0/+11
* gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typin...Nikita Sobolev2023-10-201-4/+4
* gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)Victor Stinner2023-10-201-0/+1
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-201-1/+4
* Synchronize test_contextlib with test_contextlib_async (GH-111000)Serhiy Storchaka2023-10-201-0/+46
* Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-111100)Serhiy Storchaka2023-10-201-0/+4
* gh-111092: Make turtledemo run without default root enabled (#111093)Terry Jan Reedy2023-10-201-1/+1