| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46920: Remove code that has explainers why it was disabled (GH-31813) | Oleg Iarygin | 2022-03-14 | 1 | -6/+0 |
|
|
* | bpo-46670: Remove unused macros in the Modules directory (GH-31194) | Victor Stinner | 2022-02-07 | 1 | -4/+0 |
|
|
* | bpo-46303: Fix fileutils.h compiler warnings (GH-30550) | Victor Stinner | 2022-01-11 | 1 | -0/+6 |
|
|
* | Fix typos in the Modules directory (GH-28761) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | bpo-38371: Remove deprecated `tkinter` split() method (GH-28237) | Erlend Egeberg Aasland | 2021-09-08 | 1 | -202/+0 |
|
|
* | bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107) | Serhiy Storchaka | 2021-07-14 | 1 | -1/+3 |
|
|
* | Fix compiler warning for misleading guarding in the tkinter (GH-26244) | Pablo Galindo | 2021-05-19 | 1 | -6/+11 |
|
|
* | bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721) | Victor Stinner | 2021-04-30 | 1 | -6/+3 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -3/+3 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -4/+4 |
|
|
* | bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281) | Serhiy Storchaka | 2020-11-15 | 1 | -1/+53 |
|
|
* | Trivial typo fix in _tkinter.c (GH-19622) | Andrew York | 2020-05-15 | 1 | -7/+7 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -2/+0 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (... | Serhiy Storchaka | 2020-04-12 | 1 | -2/+2 |
|
|
* | bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) | Dong-hee Na | 2020-02-17 | 1 | -1/+1 |
|
|
* | bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) | Victor Stinner | 2020-02-07 | 1 | -2/+2 |
|
|
* | bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) | Victor Stinner | 2019-11-20 | 1 | -2/+0 |
|
|
* | bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) | Brandt Bucher | 2019-11-18 | 1 | -0/+2 |
|
|
* | bpo-38371: Tkinter: deprecate the split() method. (GH-16584) | Serhiy Storchaka | 2019-10-08 | 1 | -0/+6 |
|
|
* | bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-... | Serhiy Storchaka | 2019-10-04 | 1 | -173/+202 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 1 | -4/+4 |
|
|
* | bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) | Jordon Xu | 2019-09-10 | 1 | -2/+2 |
|
|
* | bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) | Victor Stinner | 2019-06-17 | 1 | -1/+1 |
|
|
* | bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) | Eddie Elizondo | 2019-03-27 | 1 | -3/+0 |
|
|
* | bpo-33029: Fix signatures of getter and setter functions. (GH-10746) | Serhiy Storchaka | 2018-11-27 | 1 | -2/+2 |
|
|
* | bpo-34794: Fix a leak in Tkinter. (GH-10025) | Serhiy Storchaka | 2018-10-23 | 1 | -3/+1 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-23699: Use a macro to reduce boilerplate code in rich comparison function... | stratakis | 2017-11-02 | 1 | -32/+2 |
|
|
* | bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) | Serhiy Storchaka | 2017-10-03 | 1 | -2/+10 |
|
|
* | bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864) | Serhiy Storchaka | 2017-10-03 | 1 | -4/+4 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -62/+0 |
|
|
* | Use NULL rather than 0. (#778) | Serhiy Storchaka | 2017-03-23 | 1 | -1/+1 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -5/+5 |
|
|
* | bpo-29548: Fix some inefficient call API usage (GH-97) | INADA Naoki | 2017-02-16 | 1 | -7/+4 |
|
|
* | Added the const qualifier to char* variables that refer to readonly internal | Serhiy Storchaka | 2016-11-20 | 1 | -3/+3 |
|
|
* | Fixed possible NULL decrefing. | Serhiy Storchaka | 2016-10-28 | 1 | -1/+1 |
|\ |
|
| * | Fixed possible NULL decrefing. | Serhiy Storchaka | 2016-10-28 | 1 | -1/+1 |
|
|
* | | replace PY_SIZE_MAX with SIZE_MAX | Benjamin Peterson | 2016-09-07 | 1 | -1/+1 |
|
|
* | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -2/+0 |
|
|
* | | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 1 | -8/+8 |
|
|
* | | Use macros instead of corresponding functions (they never fail) in _tkinter.c. | Serhiy Storchaka | 2016-06-19 | 1 | -22/+26 |
|
|
* | | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #23815: Fixed crashes related to directly created instances of types in | Serhiy Storchaka | 2016-05-08 | 1 | -0/+3 |
|
|
* | | Got rid of redundand "self" parameter declarations. | Serhiy Storchaka | 2016-05-02 | 1 | -12/+5 |
|
|
* | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -4/+4 |
|/ |
|
* | Issue #20035: Reimplement tkinter._fix module as a C function. | Zachary Ware | 2015-05-22 | 1 | -1/+118 |
|
|
* | Use specialized functions intead of Py_BuildValue() in _tkinter. | Serhiy Storchaka | 2015-05-06 | 1 | -4/+4 |
|
|
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -7/+25 |
|
|
* | Issue #24001: Argument Clinic converters now use accept={type} | Larry Hastings | 2015-05-04 | 1 | -3/+3 |
|
|