COMMITS
/ Modules/_tkinter.c 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
March 23, 2017
S
Use NULL rather than 0. (#778)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
February 16, 2017
I
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
October 28, 2016
S
Fixed possible NULL decrefing.
Serhiy Storchaka committed
S
Fixed possible NULL decrefing.
Serhiy Storchaka committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
require a long long data type (closes #27961)
Benjamin Peterson committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 19, 2016
S
Use macros instead of corresponding functions (they never fail) in _tkinter.c.
Serhiy Storchaka committed
May 8, 2016
S
Issue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka committed
S
Issue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka committed
May 2, 2016
S
Got rid of redundand "self" parameter declarations.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
May 22, 2015
Z
Issue #20035: Reimplement tkinter._fix module as a C function.
Zachary Ware committed
May 6, 2015
S
Use specialized functions intead of Py_BuildValue() in _tkinter.
Serhiy Storchaka committed
S
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Serhiy Storchaka committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed