1. 290283b Mac hack to make select() work again... by Guido van Rossum · 27 years ago
  2. 8813b58 On popular demand, re-enable the readline event hook. by Guido van Rossum · 27 years ago
  3. 8ec9e63 Adapt Mac specific code to new universal headers (I think -- this is by Guido van Rossum · 27 years ago
  4. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  5. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  6. fa701a8 reformatted by Barry Warsaw · 28 years ago
  7. 4004e21 Another fix for Split() -- don't refuse {"} but turn it into ". by Guido van Rossum · 28 years ago
  8. 0f86837 Check errors returned by recursive call to Split(). by Guido van Rossum · 28 years ago
  9. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  10. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  11. 07886d0 Rationalize MS #ifdefs by Guido van Rossum · 28 years ago
  12. c9970ee Call __initialize(), not __sinit() on Mac dynamic loading entry. by Guido van Rossum · 28 years ago
  13. ae92f01 Hacks to support being a Windows DLL by Guido van Rossum · 28 years ago
  14. bf0dc9f Add #define MAC_TCL for Mac. by Guido van Rossum · 28 years ago
  15. 7ffa761 Changes for Windows NT -- this time it works, with Tcl4.1p1 (p1!!!) etc. by Guido van Rossum · 28 years ago
  16. 97867b2 Add optional casts to free() calls. (Jack) by Guido van Rossum · 28 years ago
  17. 32aa1a7 getprogramname --> Py_GetProgramName by Guido van Rossum · 28 years ago
  18. 845547d Added CWI copyright. by Guido van Rossum · 28 years ago
  19. 6878436 Patch from the net for 4.1 file handler changes. by Guido van Rossum · 28 years ago
  20. 54ac189 Add __sinit() call according to Jack. by Guido van Rossum · 28 years ago
  21. ec22c92 Changes needed to build with Tcl/Tk beta 2! by Guido van Rossum · 28 years ago
  22. dfd428d Changes to make it work with Tcl/Tk beta 1. by Guido van Rossum · 28 years ago
  23. ad1f7ee get rid of bogus name for init_tkinter() by Guido van Rossum · 28 years ago
  24. 40b546d Initialize GUSI on the mac. by Jack Jansen · 29 years ago
  25. 34cc5c3 Fix to load needed resources on a mac by Jack Jansen · 29 years ago
  26. ba0311e Renamed module tkinter to _tkinter, moved source to _tkinter.c by Jack Jansen · 29 years ago
  27. 64b24fb clear quitMainLoop when we fall through the main loop by Guido van Rossum · 29 years ago
  28. 9722ad8 Mac changes by Guido van Rossum · 29 years ago
  29. e42fc2f use getnewargs where it makes sense by Guido van Rossum · 29 years ago
  30. b6fe704 add casts to malloc() calls by Guido van Rossum · 29 years ago
  31. a3c3f2c use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; by Guido van Rossum · 29 years ago
  32. cd938fc Made some more things static, and other cleanup for new naming scheme by Guido van Rossum · 30 years ago
  33. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  34. 062cfb0 added interface to Tk_DoOneEvent (R Lindsay Todd) by Guido van Rossum · 30 years ago
  35. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  36. f34cadd added timer and file callbacks and global mainloop and quit fns by Guido van Rossum · 30 years ago
  37. 602099a * various modules: #include "Python.h" and remove most remporary by Guido van Rossum · 30 years ago
  38. e4485b0 Setup.in: added tkinter; rearranged the definition of PYTHONPATH so by Guido van Rossum · 30 years ago
  39. 9bb4fd6 * tkintermodule.c (*FileHandler): generalize to arbitrary file ids by Guido van Rossum · 30 years ago
  40. e2ca9bd * tkintermodule.c: OK, I've fixed the "tty" problem. You're right by Guido van Rossum · 30 years ago
  41. d308e2b * tkintermodule.c by Guido van Rossum · 30 years ago
  42. 7687522 * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. by Guido van Rossum · 30 years ago
  43. 1846882 Initial revision by Guido van Rossum · 30 years ago