1. cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  2. 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 23 years ago
  3. 301ab7f Initialize new save_warnings_filters data member in ModifiedInterpreter.__init__. by Tim Peters · 23 years ago
  4. b4ce430 Turn SyntasWarning into SyntaxError for all code entered interactively. by Guido van Rossum · 23 years ago
  5. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  6. 10515b6 main(): Move hackery of sys.argv until after the Tk instance has been by Fred Drake · 24 years ago
  7. fa6013c Don't emit 8 lines of (c) information at startup -- use the same text as main.c. by Guido van Rossum · 24 years ago
  8. 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 25 years ago
  9. 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 25 years ago
  10. fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 25 years ago
  11. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 25 years ago
  12. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  13. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  14. bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
  15. b6f8cf1 Rename History to IdleHistory. Add isatty() to pseudo files. by Guido van Rossum · 25 years ago
  16. def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 25 years ago
  17. 26c2cb4 Tim Peters strikes again: by Guido van Rossum · 25 years ago
  18. 27f550c Nits: document use of $IDLESTARTUP; display idle version by Guido van Rossum · 25 years ago
  19. eeb8807 A lot of changes to make the command line more useful. You can now do: by Guido van Rossum · 25 years ago
  20. 7de6975 Color preferences code by Loren Luke (massaged by me somewhat) by Guido van Rossum · 25 years ago
  21. 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 25 years ago
  22. 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 26 years ago
  23. 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 26 years ago
  24. 38df3c3 Paul Prescod's patches to allow the stack viewer to pop up when a by Guido van Rossum · 26 years ago
  25. 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
  26. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  27. adfe773 Details for debugger interface. by Guido van Rossum · 26 years ago
  28. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  29. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  30. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  31. 1956352 Clear the linecache before printing a traceback by Guido van Rossum · 26 years ago
  32. 3f08d40 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  33. 4650df9 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  34. 5af7a72 Subsume functionality from Popup menu in Debug menu. by Guido van Rossum · 26 years ago
  35. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 26 years ago