1. a9cfa55 SF bug #652933 (for IdleFork): Open Module "math" Fails by Raymond Hettinger · 22 years ago
  2. aaab30e Apply diff2.txt from SF patch http://www.python.org/sf/572113 by Walter Dörwald · 23 years ago
  3. b2c729f Extended IDLE's open module menu item to handle hierarchical module names. by Raymond Hettinger · 23 years ago
  4. 7f7d5bf Patch 543222. Disable script bindings in shell window. by Raymond Hettinger · 23 years ago
  5. dcd2dc2 Patch #540583: Open MS Help Docs if available. by Martin v. Löwis · 23 years ago
  6. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  7. 64e9d61 Properly fix SF bug #507298 (Gregor Lingl): shellpython2.2 -Qnew smart by Guido van Rossum · 23 years ago
  8. 6e06531 Remove legacy support for the BrowserControl module; the webbrowser by Fred Drake · 24 years ago
  9. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 25 years ago
  10. bdd9017 Fix typo (newtabwith). by Guido van Rossum · 25 years ago
  11. 3637799 Update to use the new standard webbrowser module if available, otherwise by Fred Drake · 25 years ago
  12. 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 25 years ago
  13. 8638ace EditorWindow.python_docs(): by Fred Drake · 25 years ago
  14. ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
  15. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 25 years ago
  16. 99aabe3 Add primitive customization of window size and font. by Guido van Rossum · 25 years ago
  17. ec73dc6 Support for Moshe's status bar. by Guido van Rossum · 25 years ago
  18. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 26 years ago
  19. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 26 years ago
  20. 1320560 Tim Peters smart.patch: by Guido van Rossum · 26 years ago
  21. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 26 years ago
  22. f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 26 years ago
  23. d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 26 years ago
  24. 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 26 years ago
  25. def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 26 years ago
  26. 318a70d Tim Peters writes: by Guido van Rossum · 26 years ago
  27. 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 26 years ago
  28. 7de6975 Color preferences code by Loren Luke (massaged by me somewhat) by Guido van Rossum · 26 years ago
  29. d6e8713 Add PathBrowser to File module by Guido van Rossum · 26 years ago
  30. 8f2918f After all, we don't need to call the callbacks ourselves! by Guido van Rossum · 26 years ago
  31. c4f752f Fix up the Windows menu via the new callback mechanism instead of by Guido van Rossum · 26 years ago
  32. b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 26 years ago
  33. 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 26 years ago
  34. 36911a1 Only deiconify when iconic. by Guido van Rossum · 26 years ago
  35. 5051f4f Hack to close a window that is colorizing. by Guido van Rossum · 26 years ago
  36. 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago
  37. f52cca9 Allow tearing off of the Windows menu. by Guido van Rossum · 26 years ago
  38. 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
  39. b5eed03 Support underlining of menu labels by Guido van Rossum · 27 years ago
  40. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 27 years ago
  41. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 27 years ago
  42. b341888 Add new command, "Open module". You select or type a module name, by Guido van Rossum · 27 years ago
  43. e7b2e65 Generalize menu creation. by Guido van Rossum · 27 years ago
  44. 2aeeb55 Added a menu bar to every window. by Guido van Rossum · 27 years ago
  45. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 27 years ago