COMMITS
/ Modules/_tkinter.c June 24, 2024
M
[3.12] gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) (GH-120939)
Miss Islington (bot) committed
June 23, 2024
S
[3.12] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120913)
Serhiy Storchaka committed
June 7, 2024
M
[3.12] gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681) (GH-120209)
Miss Islington (bot) committed
May 31, 2024
S
[3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831)
Serhiy Storchaka committed
May 6, 2024
S
[3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291) (GH-118662)
Serhiy Storchaka committed
December 4, 2023
M
[3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112690)
Miss Islington (bot) committed
July 26, 2023
M
[3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107258)
Miss Islington (bot) committed
June 6, 2023
M
[3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105343)
Miss Islington (bot) 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
S
bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864)
Serhiy Storchaka committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed