1. 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 21 years ago
  2. 7f13489 Don't crash on _tkinter.createfilehandler in non-threaded Tcl; by Martin v. Löwis · 21 years ago
  3. ec74f2f Add more missing PyErr_NoMemory() after failled memory allocs by Neal Norwitz · 21 years ago
  4. 70c3dda Convert booleans to integers in IntVar.set. Fixes #671741. by Martin v. Löwis · 22 years ago
  5. cd9a8b6 Avoid usage of PyDoc_STR in 2.2 compatibility code. by Martin v. Löwis · 22 years ago
  6. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  7. 3a57d9d Fix typo. by Martin v. Löwis · 22 years ago
  8. 6a759d9 Remove appartment check from dooneevent. Fixes #660961. by Martin v. Löwis · 22 years ago
  9. 3919571 Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide default by Martin v. Löwis · 22 years ago
  10. 25c7b50 Convert Tcl path objects to strings. Fixes #661357. by Martin v. Löwis · 22 years ago
  11. bbe8961 Patch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch by Jason Tishler · 22 years ago
  12. ba2f875 Eliminate C++ comment. by Martin v. Löwis · 22 years ago
  13. 5b177f1 Silence cast warnings for Tcl 8.3. by Martin v. Löwis · 22 years ago
  14. 5b26abb Gracefully delay runtime error up to 1s. Add .willdispatch(). by Martin v. Löwis · 22 years ago
  15. 7d13495 Always initialize objc. by Martin v. Löwis · 22 years ago
  16. b5bfb9f Support threads-enabled Tcl installations. by Martin v. Löwis · 22 years ago
  17. 33ec3ba Remove C++ comment. Silence unsigned char* cast warning. by Martin v. Löwis · 22 years ago
  18. e07e18d Decode untyped strings from UTF-8. by Martin v. Löwis · 22 years ago
  19. 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
  20. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
  21. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
  22. 3c6d6f2 Support UCS-4 builds. by Martin v. Löwis · 22 years ago
  23. 71e25a0 Eliminate constness warnings with Tcl 8.4. by Martin v. Löwis · 22 years ago
  24. 6bfa2e6 Drop support for Tk 8.0 and 8.1. by Martin v. Löwis · 22 years ago
  25. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  26. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  27. b5b5a26 Fix SF bug #557436, TclError is a str should be an Exception by Neal Norwitz · 22 years ago
  28. b049325 Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags by Neal Norwitz · 22 years ago
  29. 84432eb Encode Unicode arguments to split/splitlist as UTF-8. Fixes #507962. by Martin v. Löwis · 23 years ago
  30. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  31. cb85244 Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter by Jack Jansen · 23 years ago
  32. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  33. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  34. f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
  35. 84c10b1 File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that. by Jack Jansen · 23 years ago
  36. 4324aa3 Cruft cleanup: Removed the unused last_is_sticky argument from the internal by Tim Peters · 23 years ago
  37. 0295601 Do not release unallocated Tcl objects. Closes #117278 and #117167. by Martin v. Löwis · 24 years ago
  38. ada6d87 Fix for Bug #116453. by Guido van Rossum · 24 years ago
  39. 2834b97 [ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort by Guido van Rossum · 24 years ago
  40. 98dc065 SF "bug" 115973: patches from Norman Vine so that shared libraries and by Tim Peters · 24 years ago
  41. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  42. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  43. 58d0510 ANSIfy some more forward declarations. by Thomas Wouters · 24 years ago
  44. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  45. 9f28a03 Use PyObject_AsFileDescriptor by Andrew M. Kuchling · 24 years ago
  46. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  47. 286da3b ANSI-fying by Peter Schneider-Kamp · 24 years ago
  48. 509d79a Removed Py_PROTO, ANSI-fied sources. by Fred Drake · 24 years ago
  49. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  50. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  51. 288e97b Patch from Michael Hudson to fix flatten recursive data structures: by Andrew M. Kuchling · 24 years ago
  52. e475e70 Patch from /F: by Andrew M. Kuchling · 24 years ago
  53. 69529ad When the UTF-8 conversion to Unicode fails, return an 8-bit string by Guido van Rossum · 24 years ago
  54. 990f5c6 Two changes to improve (I hope) Unicode support. by Guido van Rossum · 24 years ago
  55. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  56. 8823acc Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  57. 64231e5 Add back an obscure "feature" to the Obj version of Tkapp_Call(): a by Guido van Rossum · 24 years ago
  58. a1f0a8f Don't use the object call interface in Tk 8.0 -- the EvalObj* API by Guido van Rossum · 24 years ago
  59. 632de27 The Tcl_Obj patch discussed on the patches list. by Guido van Rossum · 24 years ago
  60. a80649b Patch by Neil Schemenauer to remove support for Tcl/Tk versions before by Guido van Rossum · 24 years ago
  61. e187b0e Add a call to Tcl_FindExecutable(). This was inspired by a patch by by Guido van Rossum · 24 years ago
  62. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  63. 6b26a06 Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with by Guido van Rossum · 25 years ago
  64. 1180185 Include myselect.h -- needed on some platforms. by Guido van Rossum · 26 years ago
  65. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  66. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  67. e9bc62d RajGopal Srinivasan noted that the latest code doesn't work when by Guido van Rossum · 26 years ago
  68. 41f0a98 Looks like I didn't test this interactively. The EventHook() code was by Guido van Rossum · 26 years ago
  69. dc1adab Patch by Jonathan Giddy (with some cleanup by me) to always use the by Guido van Rossum · 26 years ago
  70. 215193b There's no need to declare Tk_GetNumMainWindows() (and it breaks by Guido van Rossum · 26 years ago
  71. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  72. 4690678 Get rid of the test for non-NULL thread state in EventHook; it can be by Guido van Rossum · 26 years ago
  73. 541f241 Need mytime.h for Sleep(). by Guido van Rossum · 26 years ago
  74. 227cf76 Undo a silly effect of a global substitution: the macintosh panic() by Guido van Rossum · 26 years ago
  75. 43ff868 Temporarily get rid of the registration of Tcl_Finalize() as a by Guido van Rossum · 26 years ago
  76. c821d1e Add a cast that a picky SGI compiler found was necessary. by Guido van Rossum · 26 years ago
  77. f766e23 There was an error check in a loop in PythonCmd which called by Guido van Rossum · 26 years ago
  78. 5e97783 # Note: a previous checkin message was lost because I can now use CVS by Guido van Rossum · 26 years ago
  79. 62320c9 # (My first checkin from Windows NT using remote CVS!) by Guido van Rossum · 26 years ago
  80. ad4db17 Fixed the EventHook() code so that it also works on Windows, sort of. by Guido van Rossum · 26 years ago
  81. 2a5119b On Windows, need #include <windows.h>; and it's MS_WINDOWS, not MS_WIN32. by Guido van Rossum · 26 years ago
  82. 00d9306 Changes to make it possible to write multi-threaded programs using by Guido van Rossum · 26 years ago
  83. 7bf1564 Use a different implementation of EventHook(). The new version by Guido van Rossum · 26 years ago
  84. b41addf Replace all calls to fprintf(stderr, ...) with calls to PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  85. 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
  86. 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 26 years ago
  87. 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 26 years ago
  88. 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 26 years ago
  89. 2621637 Add #ifdefs so Tcl_Finalize isn't referenced when it's not defined. by Guido van Rossum · 26 years ago
  90. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  91. 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 26 years ago
  92. 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 27 years ago
  93. a59406a Darn. When thread support is disabled, the BEGIN/END macros don't by Guido van Rossum · 27 years ago
  94. b010544 Mac does support createfilehandler now (Jack) by Guido van Rossum · 27 years ago
  95. 0e8457c Fix EventHook (the trick to make widgets appear when using GNU by Guido van Rossum · 27 years ago
  96. 54e2091 Add an optional hack for threads in Tkinter. by Guido van Rossum · 27 years ago
  97. 83551bf Export names for the types defined by this module: TkappType and TkttType. by Guido van Rossum · 27 years ago
  98. 75626a3 Indent the #error so that a strict K&R cpp doesn't complain. by Guido van Rossum · 27 years ago
  99. d7a7100 Remove redundant decl for PyOS_InputHook. by Guido van Rossum · 27 years ago
  100. 5b02078 Alas, the thread support for Tk didn't work. Withdraw it, until I by Guido van Rossum · 27 years ago