11 Commits (261ccdce4825535d4f6ea4bf09e9394bb751df20)

Author SHA1 Message Date
Amaury Forgeot d'Arc 47c2b607b8 #4455: IDLE failed to display the windows list when two windows have the same title. 18 years ago
Georg Brandl 14fc4270da Tkinter, step 2: adapt imports. 18 years ago
Kurt B. Kaiser e071277939 Conform to py3k dict.{keys, items, values} with some advice from 2b3 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum 69e8084ad6 Fix two errors that prevented "make libinstall" from working: 20 years ago
Neal Norwitz ac3625fcb9 Remove sys.exc_type, sys.exc_value, sys.exc_traceback 20 years ago
Kurt B. Kaiser 183403a271 1. If user passes a non-existant filename on the commandline, just open 22 years ago
Kurt B. Kaiser 260cb9034c 1. Update WindowList registry when filename changes so that 23 years ago
Kurt B. Kaiser beb6bd9659 Josh Robb's Patch 24 years ago
Steven M. Gava 817a76cfbb py-cvs merge, correct indentation 25 years ago
David Scherer 7aced17437 Initial revision 26 years ago
Guido van Rossum 553fa4432a Correct a typo and remove an unqualified except that was hiding the error. 26 years ago
Guido van Rossum be5f2f1cb5 When deleting, call the callbacks *after* deleting the window from our list! 27 years ago
Guido van Rossum 5437ddfa36 Support callbacks to patch up Windows menus everywhere. 27 years ago
Guido van Rossum ec119a3fc9 Don't crash if a window no longer exists. 27 years ago
Guido van Rossum 36911a1ca9 Only deiconify when iconic. 28 years ago
Guido van Rossum 2403b0c5d4 Don't traceback when wakeup() is called when the window has been destroyed. 28 years ago
Guido van Rossum 504b0bf066 Checking in IDLE 0.2. 28 years ago