summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-136-67/+115
* Use match/case in grouper() recipe (gh-113059)Raymond Hettinger2023-12-131-8/+9
* gh-76785: Fix CODEOWNERS (gh-113038)Eric Snow2023-12-131-14/+7
* gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959)Diego Russo2023-12-134-207/+209
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-1325-44/+112
* gh-112205: Support `@setter` annotation from AC (gh-112922)Donghee Na2023-12-139-64/+262
* Fix whitespace in generated codeMark Shannon2023-12-132-9/+10
* [pprint]: Add docstring about `PrettyPrinter.underscore_numbers` parameter (#...Sequew2023-12-131-0/+3
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-137-46/+114
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-1322-54/+56
* gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)beavailable2023-12-134-0/+17
* gh-112622: Pass name to loop create_task method (#112623)Jamie2023-12-133-6/+7
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-133-154/+90
* gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop...J. Nick Koston2023-12-132-9/+6
* gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)Sam Gross2023-12-136-55/+34
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-135-16/+351
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-126-3/+56
* gh-113010: Don't decrement deferred in pystats (#113032)Michael Droettboom2023-12-121-4/+0
* gh-101100: Further improve docs on function attributes (#113001)Alex Waygood2023-12-122-4/+7
* GH-108866: Guarantee forward progress in executors. (GH-113006)Mark Shannon2023-12-127-21/+19
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-126-17/+146
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-1213-88/+1899
* gh-76785: Fix test_threading on Non-Subinterpreter Builds (gh-113014)Eric Snow2023-12-121-1/+1
* gh-112999: Replace the outdated "deprecated" directives with "versionchanged"...Serhiy Storchaka2023-12-124-18/+13
* Update pre-commit to fix Sphinx Lint (#113015)Hugo van Kemenade2023-12-121-2/+2
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-1230-1507/+2506
* gh-51944: fix type and missing addition in gh-112823 (#112996)Ronald Oussoren2023-12-121-1/+4
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-1214-974/+1391
* gh-112970: Detect and use closefrom() when available (#112969)Sam James2023-12-125-4/+14
* gh-87286: Add a number of LOG_* constants to syslog (#24432)Ronald Oussoren2023-12-124-18/+84
* gh-112953: Rename idlelib/NEWS.txt to News3.txt and update (#112988)Terry Jan Reedy2023-12-123-5/+17
* gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (#112985)wim glenn2023-12-121-0/+1
* A smattering of cleanups in uop debug output and lltrace (#112980)Guido van Rossum2023-12-123-10/+11
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-1210-12/+76
* gh-112978: Remove redundant condition inside `take_gil` (gh-112979)Yan Yanchii2023-12-111-5/+0
* gh-71383: Update Tcl/Tk version in Windows to our patched build containing a ...Steve Dower2023-12-113-4/+6
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-1110-34/+53
* gh-90350: Optimize builtin functions min() and max() (GH-30286)colorfulappl2023-12-112-36/+46
* gh-112529: Use atomic operations for `gcstate->collecting` (#112533)Sam Gross2023-12-111-184/+168
* gh-108303: Move `double_const` to `test_import` where it belongs (#112108)Nikita Sobolev2023-12-112-3/+6
* gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508)James Morris2023-12-111-8/+12
* gh-111178: Avoid calling functions from incompatible pointer types in memoryo...Christopher Chavez2023-12-111-61/+90
* gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...Sidney Markowitz2023-12-114-16/+49
* gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)Ronald Oussoren2023-12-112-1/+2
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-118-98/+368
* Fix SyntaxWarning in test_syntax.py (GH-112944)Anthony Sottile2023-12-111-1/+1
* gh-112943: Correctly compute end offsets for multiline tokens in the tokenize...Pablo Galindo Salgado2023-12-115-6/+25
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-1114-130/+159
* GH-101986: Support translation for Limited/Unstable API & Stable ABI (#107680)Adam Turner2023-12-102-10/+20
* Doc: c-api: fix order of PyMemberDef fields (#112879)Inada Naoki2023-12-101-4/+4