COMMITS
/ Modules/_tkinter.c 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
March 17, 2022
S
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka committed
March 14, 2022
O
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Modules directory (GH-31194)
Victor Stinner committed
January 11, 2022
V
bpo-46303: Fix fileutils.h compiler warnings (GH-30550)
Victor Stinner committed
October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
September 8, 2021
E
bpo-38371: Remove deprecated `tkinter` split() method (GH-28237)
Erlend Egeberg Aasland committed
July 14, 2021
S
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
Serhiy Storchaka committed
May 19, 2021
P
Fix compiler warning for misleading guarding in the tkinter (GH-26244)
Pablo Galindo committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 15, 2020
S
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka committed
May 15, 2020
A
Trivial typo fix in _tkinter.c (GH-19622)
Andrew York committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
November 20, 2019
V
bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231)
Victor Stinner committed
November 18, 2019
B
bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206)
Brandt Bucher committed
October 8, 2019
S
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
Serhiy Storchaka committed
October 4, 2019
S
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
Serhiy Storchaka committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
September 10, 2019
J
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu committed
June 17, 2019
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
March 27, 2019
E
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
October 23, 2018
S
bpo-34794: Fix a leak in Tkinter. (GH-10025)
Serhiy Storchaka committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
November 2, 2017
October 3, 2017
S
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
Serhiy Storchaka committed