- d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not by Guido van Rossum · 26 years ago
- ec119a3 Don't crash if a window no longer exists. by Guido van Rossum · 26 years ago
- 5ec13c5 Restructured a bit. by Guido van Rossum · 26 years ago
- 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 26 years ago
- 2e9e0df Add canonic() function -- for brand new bdb.py feature. by Guido van Rossum · 26 years ago
- 14b2d30 Protect against accessing an empty stack. by Guido van Rossum · 26 years ago
- 38a5a3b Use only the height to decide whether to zoom in or out. by Guido van Rossum · 26 years ago
- b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 26 years ago
- 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 26 years ago
- 85ef9dc Add Quit button to the debugger window. by Guido van Rossum · 26 years ago
- 959c937 When find_again() finds exactly the current selection, it's a failure. by Guido van Rossum · 26 years ago
- 3d58bcd Rename idle -> idle.py by Guido van Rossum · 26 years ago
- 36911a1 Only deiconify when iconic. by Guido van Rossum · 26 years ago
- f87240f Misc by Guido van Rossum · 26 years ago
- 894ee6f Renamed test.py to testcode.py so one can import Python's by Guido van Rossum · 26 years ago
- 5051f4f Hack to close a window that is colorizing. by Guido van Rossum · 26 years ago
- 5cc3129 Vladimir Marangozov's patch: by Guido van Rossum · 26 years ago
- c66e860 Some requests have been fulfilled. by Guido van Rossum · 26 years ago
- 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago
- b287b3a Got rid of debug print statement in goto_line_event(). by Guido van Rossum · 26 years ago
- d5c8497 I think I like it better if it prints the traceback even when it displays by Guido van Rossum · 26 years ago
- 9016fcf Bind ESC to close-window. by Guido van Rossum · 26 years ago
- dc5066e Use a HSeparator between the classes and the items. by Guido van Rossum · 26 years ago
- d5f0380 Separator classes (draggable divider between two panes). by Guido van Rossum · 26 years ago
- 2403b0c Don't traceback when wakeup() is called when the window has been destroyed. by Guido van Rossum · 26 years ago
- f52cca9 Allow tearing off of the Windows menu. by Guido van Rossum · 26 years ago
- 0291d1d Close on ESC. by Guido van Rossum · 26 years ago
- dd0d335 Updated a bunch of things (it was mostly still 0.1!) by Guido van Rossum · 26 years ago
- 83c74d4 Added ScriptBinding to standard bindings. by Guido van Rossum · 26 years ago
- 9f42584 This now actually works. See doc string. It can run a module (i.e. by Guido van Rossum · 26 years ago
- b33f612 What's new in this release. by Guido van Rossum · 26 years ago
- 38df3c3 Paul Prescod's patches to allow the stack viewer to pop up when a by Guido van Rossum · 26 years ago
- 629082e Change paragraph width limit to 70 (like Emacs M-Q). by Guido van Rossum · 26 years ago
- 2927e78 Separating TODO from README. Slight reformulation of features. No by Guido van Rossum · 26 years ago
- 6ba219e Separating TODO from README. by Guido van Rossum · 26 years ago
- 1e899cd Hm. There was a boundary condition error at the end of the file too. by Guido van Rossum · 26 years ago
- 4eac47c Hm. Add Unix binding for replace, too. by Guido van Rossum · 26 years ago
- 906572a Ran eventparse.py again. by Guido van Rossum · 26 years ago
- e911c3e Added Unix Meta-q key binding; fix find_paragraph when at start of file. by Guido van Rossum · 26 years ago
- 16b91f8 Added Meta-/ binding for Unix as alt for Alt-/. by Guido van Rossum · 26 years ago
- 5bfffbd Add unix binding for grep (otherwise the menu entry doesn't work!) by Guido van Rossum · 26 years ago
- 1ae3f89 Adjusted Unix height to work with fvwm96. :=( by Guido van Rossum · 26 years ago
- d53869e Need to import sys! by Guido van Rossum · 26 years ago
- f903898 Formatted some paragraphs by Guido van Rossum · 26 years ago
- 94e82ce Add new extension to reformat a (text) paragraph. by Guido van Rossum · 26 years ago
- 46facd1 Typo in Win specific height setting. by Guido van Rossum · 26 years ago
- 909bc18 Recover from failed saves; when a file turns out to be a directory, by Guido van Rossum · 26 years ago
- 33f2b7b Added something like Tim Peters' backspace patch. by Guido van Rossum · 26 years ago
- 0c65e25 Adapted to Unix (i.e., more hardcoded constants). by Guido van Rossum · 26 years ago
- 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
- c0ef565 D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) by Barry Warsaw · 26 years ago
- a2b3803 Update on history of `uk' top level, greatly condensed from David by Barry Warsaw · 26 years ago
- 2d3b0d7 Provide more detail when the commit button is not shown. by Guido van Rossum · 26 years ago
- fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
- 654387e Fix the class browser to work even when the file is not on sys.path. by Guido van Rossum · 26 years ago
- dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
- 5cd975c Patch by Chris Herborth: by Guido van Rossum · 26 years ago
- 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
- ef30092 Added most of the mechanism to change the strips from color variations by Barry Warsaw · 26 years ago
- 6403991 A start on the TestModExp applet "Author" => "Contact" by Barry Warsaw · 26 years ago
- 8860405 "Author" -> "Contact" by Barry Warsaw · 26 years ago
- e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
- 08833f2 intermediate by Barry Warsaw · 26 years ago
- e1425d6 Fixed some bugs by Barry Warsaw · 26 years ago
- 93ec4cc Fixed typos in --dump by Barry Warsaw · 26 years ago
- ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 26 years ago
- eb6b9b7e Untabification and other cruft by Barry Warsaw · 26 years ago
- d0e1e51 docstring(): Function for returning __doc__ % globals() by Barry Warsaw · 26 years ago
- f622a33 audiopy: slightly revamped UI... includes a menubar, no quit button, by Barry Warsaw · 26 years ago
- 5364688 Initial version of the README file by Barry Warsaw · 26 years ago
- 0903f2a Typo by Guido van Rossum · 26 years ago
- b5eed03 Support underlining of menu labels by Guido van Rossum · 26 years ago
- 6e0a413 New approach, separate tables for menus (platform-independent) and key by Guido van Rossum · 26 years ago
- 3fe1b14 A little more tweakage by Barry Warsaw · 26 years ago
- 2858b43 A little more tweakage by Barry Warsaw · 26 years ago
- d81d534 A bit of tweakage of the --help and --version options by Barry Warsaw · 26 years ago
- 615a66a (ChipViewer): Make frame sticky NSEW to fix geometry problem. by Barry Warsaw · 26 years ago
- 93990de tweak version number by Barry Warsaw · 26 years ago
- f79b7e2 Update by Barry Warsaw · 26 years ago
- e882b8a Updating by Barry Warsaw · 26 years ago
- 72fe0859 Clarify portability and main program. by Guido van Rossum · 26 years ago
- a017777 Added intro for 0.1 release and append Grail notes. by Guido van Rossum · 26 years ago
- 441abb4 Added a None button to turn off all input sources. by Barry Warsaw · 26 years ago
- d55049a If the module SUNAUDIODEV was generated on an older version of by Barry Warsaw · 26 years ago
- 9ade9dd MainWindow.__init__(): Move the import of Tkinter to here so that by Barry Warsaw · 26 years ago
- 3febc24 Added a version number, --version, and updated the docstring. by Barry Warsaw · 26 years ago
- e77ec17 Rewrite, simplification of command line option parsing. Many GUI by Barry Warsaw · 26 years ago
- 2c8b35b some rewriting, must do command line args by Barry Warsaw · 26 years ago
- b7d1d63 Input stuff by Barry Warsaw · 26 years ago
- 2a06084 Added command line options by Barry Warsaw · 26 years ago
- 11b7ae5 Initial revision by Barry Warsaw · 26 years ago
- 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
- d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
- 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
- a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
- 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
- 39926e4 Use of Breakpoint class should be bdb.Breakpoint. by Guido van Rossum · 26 years ago
- cf1daad Brief update on the slightly changed API of pyColorChooser.askcolor(). by Barry Warsaw · 26 years ago
- 2be8582 __init__(): Removed initialcolor keyword. by Barry Warsaw · 26 years ago
- f72d580 sticky should be NSEW to fix pixel weirdness at right edge by Barry Warsaw · 26 years ago