1. 463bd4b Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation. by Serhiy Storchaka · 11 years ago
  2. dac8b8b Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  3. 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  4. 555e57d (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, by Victor Stinner · 11 years ago
  5. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  6. 254954a Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  7. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  8. 4e4088d Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  9. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  10. 584e815 Fix refcounting issue with extension types in tkinter. (issue #15721) by Antoine Pitrou · 11 years ago
  11. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  12. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  13. 2cca36e Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  14. df4aa64 Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  15. 59f5dee Issue #13153: Tkinter functions now raise TclError instead of ValueError when by Serhiy Storchaka · 11 years ago
  16. d2217a8 Issue #15721: apply PEP 384 Refactoring to tkinter module. by Andrew Svetlov · 12 years ago
  17. d0ad0b3 Reformat _tkinter code to follow PEP7 by Andrew Svetlov · 12 years ago
  18. 11dc6c3 Issue #15721: make _tkinter module pep384 compatible. by Andrew Svetlov · 12 years ago
  19. 09c61be Remove unused functions from _tkinter. by Andrew Svetlov · 12 years ago
  20. 885dc28 Utilize PyModule_Add{IntConstant,StringConstant,Object} in _tkinter. by Andrew Svetlov · 12 years ago
  21. 9dc5bdd Utilize Py_RETURN_NONE in _tkinter module. by Andrew Svetlov · 12 years ago
  22. 6efe9df Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  23. bf0f344 Issue #14446: Remove deprecated tkinter functions: Delete an unused function to avoid a warning by Jesus Cea · 12 years ago
  24. 456b2b8 Issue #14446: Remove deprecated tkinter functions by Andrew Svetlov · 12 years ago
  25. 80823d7 #15094: fix incorrectly placed #endif in _tkinter.c. by Andrew Svetlov · 12 years ago
  26. 3cd346a MERGE: Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  27. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  28. 9e892bb fix issue #5136: deprecate old unused functions from tkinter. by Andrew Svetlov · 12 years ago
  29. c5ceb0a Revert the patch for issue 3835 because failed on Windows buildbot by Andrew Svetlov · 12 years ago
  30. df50ceb Issue #3835: Refuse to use unthreaded Tcl in threaded Python. by Martin v. Löwis · 12 years ago
  31. 3d7acb0 Issue #12342: Fix compilation on Mac OS X by Victor Stinner · 13 years ago
  32. 6777e6f (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  33. 7ab4192 Issue #12342: Improve _tkinter error message on unencodable character by Victor Stinner · 13 years ago
  34. ed8ba14 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  35. 061fe34 Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale. by Antoine Pitrou · 13 years ago
  36. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  37. 9dd41fa Merge from 3.2 by Kurt B. Kaiser · 13 years ago
  38. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 13 years ago
  39. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 13 years ago
  40. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  41. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  42. ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 14 years ago
  43. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  44. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  45. 2d87e42 Merged revisions 71210 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  46. 2145595 Initialize the tk_init_failed static variable to 0. by Alexandre Vassalotti · 15 years ago
  47. 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 15 years ago
  48. 56f5be5 Merged revisions 70218-70219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  49. 6691772 Merged revisions 69474 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  50. b681df4 Merged revisions 69473 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  51. 491aee2 Merged revisions 69376-69377 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 15 years ago
  52. 7f42395 Merged revisions 69217,69219 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  53. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  54. 211c625 Issue #1717, stage 2: remove uses of tp_compare in Modules and most Objects. by Mark Dickinson · 16 years ago
  55. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 3f5f822 Fix for issue #3638: Remove module level functions in _tkinter that by Guilherme Polo · 16 years ago
  57. de60347 Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028. by Hirokazu Yamamoto · 16 years ago
  58. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  59. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  60. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  61. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  62. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  63. 790465f Change command line processing API to use wchar_t. Fixes #2128. by Martin v. Löwis · 16 years ago
  64. b9279bc Remove baseName argument from Tkapp_New, as it apparently isn't used anymore. by Martin v. Löwis · 16 years ago
  65. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 17 years ago
  66. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  67. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  68. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  69. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  70. b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
  71. 82c0dfa Return PyString, not PyBytes, for a bytes array. Clean up trailing whitespace. by Guido van Rossum · 17 years ago
  72. ab45e27 Tkinter binding involving Control-spacebar raises unicode error Issue1028 by Kurt B. Kaiser · 17 years ago
  73. 4040fb8 Create Unicode objects. by Martin v. Löwis · 17 years ago
  74. 50fb866 Use Tcl_SetObjResult instead of Tcl_SetResult. by Martin v. Löwis · 17 years ago
  75. 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 17 years ago
  76. f761e10 Make test_tcl.py pass, by accepting unicode strings as variable names. by Guido van Rossum · 17 years ago
  77. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  78. a188466 Fix typo in docstring. by Walter Dörwald · 17 years ago
  79. 6720d91 Rename PyTclObject_unicode to PyTclObject_str and use this by Walter Dörwald · 17 years ago
  80. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  81. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  82. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  83. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  84. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  85. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  86. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  87. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  88. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  89. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  90. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  91. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  92. a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 18 years ago
  93. 1d519e4 unconst. by Martin v. Löwis · 18 years ago
  94. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  95. d948a43 Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment by Neal Norwitz · 19 years ago
  96. 9dbc7dd Remove extra parens by Neal Norwitz · 19 years ago
  97. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  98. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  99. e2713be Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  100. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago