1. 318a70d Tim Peters writes: by Guido van Rossum · 25 years ago
  2. 2d6a568 Tim Peters writes: by Guido van Rossum · 25 years ago
  3. 85460a5 updates for latest release by Barry Warsaw · 25 years ago
  4. 7238401 Support for using idle as a package. by Guido van Rossum · 25 years ago
  5. 7860812 Avoid listing files more than once (e.g. foomodule.so has two hits: by Guido van Rossum · 25 years ago
  6. a4b055f Add a scale widget and command line options to set the output volume. by Barry Warsaw · 25 years ago
  7. 3369927 Use the much nicer tkFileDialog for loading color name database files by Barry Warsaw · 25 years ago
  8. a853adc Document that for askcolor(), databasefile and wantspec can now be set by Barry Warsaw · 25 years ago
  9. 80d83e3 askcolor(): databasefile and wantspec can now be set on every by Barry Warsaw · 25 years ago
  10. 9af697b Implement dynamic external Viewer discovery. by Barry Warsaw · 25 years ago
  11. f3ebf90 Add a module global variable ADDTOVIEW to conform to dynamic viewer by Barry Warsaw · 25 years ago
  12. 2095b2f Added docstring describing Viewer interface. by Barry Warsaw · 25 years ago
  13. b61a28e add a comment by Barry Warsaw · 25 years ago
  14. 7b28122 When selecting a radio button in the TextViewer (to change a specific by Barry Warsaw · 25 years ago
  15. f5e9857 Change Black/White button labels to not include the arrow by Barry Warsaw · 25 years ago
  16. 74109a1 Describe namedcolors.txt by Barry Warsaw · 25 years ago
  17. 3e9c75d An alternative Netscape database by Barry Warsaw · 25 years ago
  18. a25223f Describe how to load a new database by Barry Warsaw · 25 years ago
  19. 821d8b7 Describe the Color database files by Barry Warsaw · 25 years ago
  20. 6e7f6ea Put the 'File' menu on the menubar even when modal, so users can get by Barry Warsaw · 25 years ago
  21. 3f01c72 Tim Peter's sister's 140 named colors that NS and MSIE understand by Barry Warsaw · 25 years ago
  22. a04988a The "Web-safe" colors (all #rrggbb style) by Barry Warsaw · 25 years ago
  23. 375b116 The HTML 4.0 guaranteed colors. by Barry Warsaw · 25 years ago
  24. d515a7e Set the version number to 1.0 -- I think it's stable enough by Barry Warsaw · 25 years ago
  25. 0604d72 Lots of changes to support loading alternative color name database. by Barry Warsaw · 25 years ago
  26. 0ec1493 Some changes (maybe not enough?) to make it work on Windows with local by Guido van Rossum · 25 years ago
  27. 26c2cb4 Tim Peters strikes again: by Guido van Rossum · 25 years ago
  28. c2aadcd Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers by Barry Warsaw · 25 years ago
  29. 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 25 years ago
  30. 06b787b Bunch of updates necessary due to recent changes; added docs for File by Guido van Rossum · 25 years ago
  31. dc7bfc4 Remove obsolete 'script' menu. by Guido van Rossum · 25 years ago
  32. 4c6d0c7 Several wishes fulfilled. by Guido van Rossum · 25 years ago
  33. 70f6d99 Moved classes OnDemandOutputWindow and PseudoFile here, by Guido van Rossum · 25 years ago
  34. 1f3de5d Mostly rewritten. Instead of the old Run module and Debug module, by Guido van Rossum · 25 years ago
  35. 27f550c Nits: document use of $IDLESTARTUP; display idle version by Guido van Rossum · 25 years ago
  36. e1e1488 New version to celebrate new command line by Guido van Rossum · 25 years ago
  37. 3d0ff00 Added flush(), for completeness. by Guido van Rossum · 25 years ago
  38. eeb8807 A lot of changes to make the command line more useful. You can now do: by Guido van Rossum · 25 years ago
  39. 9f5362b Some more TODO items. Made up my mind about command line args, by Guido van Rossum · 25 years ago
  40. e62e76c Super-elegant patch by Tim Peters that speeds up colorization by Guido van Rossum · 25 years ago
  41. da4b25e Patch by Tim Peters to speed up colorizing of big multiline strings. by Guido van Rossum · 25 years ago
  42. 79d4398 For an event 'foo-bar', the corresponding method must be called by Guido van Rossum · 25 years ago
  43. a670d0c Restored the original IDLE color scheme. by Guido van Rossum · 25 years ago
  44. 7de6975 Color preferences code by Loren Luke (massaged by me somewhat) by Guido van Rossum · 25 years ago
  45. cfb819e Patch by Mark Favas: it fixes the search engine behaviour where an by Guido van Rossum · 25 years ago
  46. 0a2818f A few wishes are now fulfilled. by Guido van Rossum · 25 years ago
  47. 17c516e Tim Peters implements some of my wishes: by Guido van Rossum · 25 years ago
  48. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago
  49. d68a4bd Use re instead of regex. by Guido van Rossum · 25 years ago
  50. 21ad59f # TODO entries changed by Guido van Rossum · 25 years ago
  51. 00b6d0f New change log. by Guido van Rossum · 25 years ago
  52. a2ca434 New version. by Guido van Rossum · 25 years ago
  53. a99c5db Version bump awaiting impending new release. (Not much has changed :-( ) by Guido van Rossum · 25 years ago
  54. bd3bdde For reasons I dare not explain, this script should always execute by Guido van Rossum · 25 years ago
  55. 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 25 years ago
  56. 02ef28b Tim Peters writes: by Guido van Rossum · 25 years ago
  57. a3433e8 Tim Peters writes: by Guido van Rossum · 25 years ago
  58. b091134 During display, if EPIPE is raised, it's probably because a pager was by Fred Drake · 25 years ago
  59. ecb1a65 Helpwin.__init__(): The text widget should get focus. by Barry Warsaw · 25 years ago
  60. 61ba072 Removed unnecessary import `from PyncheWidget import PyncheWidget' by Barry Warsaw · 25 years ago
  61. 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 25 years ago
  62. c7e7c60 New mixin class that defines cmp and hash that use by Guido van Rossum · 26 years ago
  63. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 26 years ago
  64. dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 26 years ago
  65. 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 26 years ago
  66. b62e877 - Don't crash in the case where a superclass is a string instead of a by Guido van Rossum · 26 years ago
  67. d6e8713 Add PathBrowser to File module by Guido van Rossum · 26 years ago
  68. a917af7 "Path browser" - 4 scrolled lists displaying: by Guido van Rossum · 26 years ago
  69. dc424be New utility: multiple scrolled lists in parallel by Guido van Rossum · 26 years ago
  70. ac1cb16 - White background. by Guido van Rossum · 26 years ago
  71. d2cd6f8 Small change by Jack Jansen. by Guido van Rossum · 26 years ago
  72. b0f99a6 Comment out confusing write call. by Guido van Rossum · 26 years ago
  73. a89b98f News in 0.3. by Guido van Rossum · 26 years ago
  74. dce019e Bump version to 0.3. by Guido van Rossum · 26 years ago
  75. 8f2918f After all, we don't need to call the callbacks ourselves! by Guido van Rossum · 26 years ago
  76. be5f2f1 When deleting, call the callbacks *after* deleting the window from our list! by Guido van Rossum · 26 years ago
  77. c4f752f Fix up the Windows menu via the new callback mechanism instead of by Guido van Rossum · 26 years ago
  78. 5437ddf Support callbacks to patch up Windows menus everywhere. by Guido van Rossum · 26 years ago
  79. a79a93f Oh, why not. Checking in the Emacs-generated change log. by Guido van Rossum · 26 years ago
  80. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 26 years ago
  81. 9ea3289 Only pop up the stack viewer when requested in the Debug menu. by Guido van Rossum · 26 years ago
  82. d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not by Guido van Rossum · 26 years ago
  83. ec119a3 Don't crash if a window no longer exists. by Guido van Rossum · 26 years ago
  84. 5ec13c5 Restructured a bit. by Guido van Rossum · 26 years ago
  85. 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 26 years ago
  86. 2e9e0df Add canonic() function -- for brand new bdb.py feature. by Guido van Rossum · 26 years ago
  87. 14b2d30 Protect against accessing an empty stack. by Guido van Rossum · 26 years ago
  88. 38a5a3b Use only the height to decide whether to zoom in or out. by Guido van Rossum · 26 years ago
  89. b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 26 years ago
  90. 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 26 years ago
  91. 85ef9dc Add Quit button to the debugger window. by Guido van Rossum · 26 years ago
  92. 959c937 When find_again() finds exactly the current selection, it's a failure. by Guido van Rossum · 26 years ago
  93. 3d58bcd Rename idle -> idle.py by Guido van Rossum · 26 years ago
  94. 36911a1 Only deiconify when iconic. by Guido van Rossum · 26 years ago
  95. f87240f Misc by Guido van Rossum · 26 years ago
  96. 894ee6f Renamed test.py to testcode.py so one can import Python's by Guido van Rossum · 26 years ago
  97. 5051f4f Hack to close a window that is colorizing. by Guido van Rossum · 26 years ago
  98. 5cc3129 Vladimir Marangozov's patch: by Guido van Rossum · 26 years ago
  99. c66e860 Some requests have been fulfilled. by Guido van Rossum · 26 years ago
  100. 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago