1. 003708b Trivial typo fix in _tkinter.c (GH-19622) by Andrew York · 4 years, 3 months ago
  2. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  3. 8f87eef bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472) by Serhiy Storchaka · 4 years, 4 months ago
  4. 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 4 years, 6 months ago
  5. daa9756 bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) by Victor Stinner · 4 years, 6 months ago
  6. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 4 years, 9 months ago
  7. 289cf0f bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Brandt Bucher · 4 years, 9 months ago
  8. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 4 years, 10 months ago
  9. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 4 years, 10 months ago
  10. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  11. 2ec7010 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) by Jordon Xu · 5 years ago
  12. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  13. 364f0b0 bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) by Eddie Elizondo · 5 years ago
  14. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  15. df13df4 bpo-34794: Fix a leak in Tkinter. (GH-10025) by Serhiy Storchaka · 6 years ago
  16. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  17. e8b1965 bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793) by stratakis · 7 years ago
  18. 27c623c bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866) by Serhiy Storchaka · 7 years ago
  19. 929b40a bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (#3864) by Serhiy Storchaka · 7 years ago
  20. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  21. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 7 years ago
  22. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  23. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 7 years ago
  24. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  25. 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  26. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  27. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
  28. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  29. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  30. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  31. 696c8af Use macros instead of corresponding functions (they never fail) in _tkinter.c. by Serhiy Storchaka · 8 years ago
  32. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  33. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  34. 7a9579c Got rid of redundand "self" parameter declarations. by Serhiy Storchaka · 8 years ago
  35. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  36. 7dc9dea Issue #20035: Reimplement tkinter._fix module as a C function. by Zachary Ware · 9 years ago
  37. 8d0f620 Use specialized functions intead of Py_BuildValue() in _tkinter. by Serhiy Storchaka · 9 years ago
  38. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  39. dbfdc38 Issue #24001: Argument Clinic converters now use accept={type} by Larry Hastings · 9 years ago
  40. 2d0a69a Fix Windows build breakage from checkins on Issues #20148 and #20168. by Larry Hastings · 9 years ago
  41. 5abdf484 Issue #20168: Converted the _tkinter module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  42. 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  43. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  44. 629d697 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  45. 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  46. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  47. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  48. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  49. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  50. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  51. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  52. f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  53. 50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  54. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  55. 3584056 Shoould be Py_MIN, not Py_MAX. by Serhiy Storchaka · 9 years ago
  56. 26861b0 Issue #23450: Fixed possible integer overflows. by Serhiy Storchaka · 9 years ago
  57. ee6c3c7 Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter by Victor Stinner · 10 years ago
  58. d5fd618 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  59. abf68ce Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 10 years ago
  60. 979f80b Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  61. 0794088 Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 10 years ago
  62. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  63. 60a64d6 Issue #21951: Fix AsObj() of the _tkinter module: raise MemoryError on memory by Victor Stinner · 10 years ago
  64. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  65. 037605b Closes #22136: Fix MSVC compiler warnings introduced by #22085 by Zachary Ware · 10 years ago
  66. 6716d60 Issue #22085: Dropped support of Tk 8.3 in Tkinter. by Serhiy Storchaka · 10 years ago
  67. f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  68. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  69. 56ded52 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  70. b1ebfdd Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 10 years ago
  71. 1753d22 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  72. 79851d7 Issue #21552: Fixed possible integer overflow of too long string lengths in by Serhiy Storchaka · 10 years ago
  73. 9e7cbda Issue #3015: _tkinter.create() now creates tkapp object with wantobject=1 by by Serhiy Storchaka · 10 years ago
  74. 2b00c49 Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. by Serhiy Storchaka · 10 years ago
  75. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 11 years ago
  76. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 11 years ago
  77. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  78. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  79. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  80. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 11 years ago
  81. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  82. 463bd4b Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. by Serhiy Storchaka · 11 years ago
  83. dac8b8b Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  84. 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  85. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  86. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  87. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  88. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  89. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  90. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  91. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  92. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  93. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  94. 2cca36e Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  95. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  96. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  97. d2217a8 Issue #15721: apply PEP 384 Refactoring to tkinter module. by Andrew Svetlov · 12 years ago
  98. d0ad0b3 Reformat _tkinter code to follow PEP7 by Andrew Svetlov · 12 years ago
  99. 11dc6c3 Issue #15721: make _tkinter module pep384 compatible. by Andrew Svetlov · 12 years ago
  100. 09c61be Remove unused functions from _tkinter. by Andrew Svetlov · 12 years ago