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