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