COMMITS
/ Modules/_tkinter.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
January 24, 2026
M
Remove stray typedef in _tkinter.c (GH-142924)
mdehoon committed
January 2, 2026
B
gh-143310: fix crash in Tcl object conversion with concurrent mutations (#143321)
Bénédikt Tran committed
November 12, 2025
M
gh-124111: Fix TCL 9 thread detection (GH-128103)
Michael Cho committed
October 13, 2025
September 11, 2025
P
B
gh-116946: fully implement GC protocol for `_tkinter.Tk{app,tt}Object` (#138331)
Bénédikt Tran committed
B
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
Bénédikt Tran committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
February 26, 2025
B
gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)
Bénédikt Tran committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
November 14, 2024
M
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Marc Culler committed
October 11, 2024
September 4, 2024
P
gh-123504: Fix regression in `_tkinter` initializer (#123662)
Peter Bierma committed
September 3, 2024
P
gh-123504: Fix reference leak in finalization of `_tkinter` (#123505)
Peter Bierma committed
June 24, 2024
S
gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)
Serhiy Storchaka committed
June 23, 2024
S
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Serhiy Storchaka committed
June 6, 2024
V
gh-120155: Initialize variables in _tkinter.c (#120156)
Victor Stinner committed
June 4, 2024
C
gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)
Christopher Chavez committed
May 31, 2024
C
gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)
Christopher Chavez committed
May 7, 2024
S
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka committed
May 6, 2024
S
gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664)
Serhiy Storchaka committed
S
gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)
Serhiy Storchaka committed
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
February 12, 2024
January 2, 2024
C
gh-111178: Avoid calling functions from incompatible pointer types in _tkinter.c (GH-112893)
Christopher Chavez committed
December 4, 2023
C
gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679)
Christopher Chavez committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
July 27, 2023
C
gh-103731: Remove unneeded checks for TCL_WIDE_INT_TYPE (GH-103732)
Christopher Chavez committed
July 26, 2023
C
gh-103735: Tkinter: remove handling for uninteresting "procbody" Tcl value type (GH-103736)
Christopher Chavez committed
July 25, 2023
C
gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351)
Christopher Chavez committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 6, 2023
C
gh-104399: Use newer libtommath APIs when necessary (GH-104407)
Christopher Chavez committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
V
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner committed
May 19, 2023
C
gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath (GH-103842)
Christopher Chavez committed
May 10, 2023
C
gh-103538: Remove unused TK_AQUA code (GH-103539)
Christopher Chavez committed
April 14, 2023
C
gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
Christopher Chavez committed
April 5, 2023
N
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 1, 2023
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed