1. fa968ac Patches by Jack Jansen: new type OptionalInBuffer allows by Guido van Rossum · 25 years ago
  2. 8bd7382 Patch by Jack Jansen to add with_ifdef option, which places #ifndef by Guido van Rossum · 25 years ago
  3. d8d179d main(): wrap the device.setinfo() call around an exception handler. by Barry Warsaw · 25 years ago
  4. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  5. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  6. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  7. a8b37ad Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. by Guido van Rossum · 25 years ago
  8. 8a07bae Bump to version 1.1 by Barry Warsaw · 25 years ago
  9. 772d696 __update(): Jeremy Hylton reports occurances of sunaudiodev.error by Barry Warsaw · 25 years ago
  10. e27db5a Initial implementation by Barry Warsaw · 25 years ago
  11. af57251 Initial revision by Barry Warsaw · 25 years ago
  12. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  13. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  14. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  15. aba953e New wishes. by Guido van Rossum · 25 years ago
  16. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  17. 17a8b5d make_view_popups(): Catch import error which can occur if a viewer is by Barry Warsaw · 25 years ago
  18. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  19. ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
  20. 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
  21. 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
  22. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  23. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago
  24. dd4dda8 Add close() method that breaks cycles. by Guido van Rossum · 25 years ago
  25. 374c0df Add unregister() method. by Guido van Rossum · 25 years ago
  26. e689f00 Add close() method that breaks a cycle. by Guido van Rossum · 25 years ago
  27. ce76951 Simplified version of a patch by Chih-Hao Huang, who wrote: by Guido van Rossum · 25 years ago
  28. 4312890 Patch submitted by Toby Dickenson and approved by Mark Hammond. Toby writes: by Guido van Rossum · 25 years ago
  29. 1320560 Tim Peters smart.patch: by Guido van Rossum · 25 years ago
  30. 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
  31. 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
  32. 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
  33. e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
  34. ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
  35. ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
  36. 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
  37. ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
  38. 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
  39. 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
  40. 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
  41. 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
  42. febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
  43. f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
  44. b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
  45. 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
  46. 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
  47. 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
  48. 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
  49. 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
  50. 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  51. d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
  52. a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
  53. bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
  54. a6be387 Tim Peters again: by Guido van Rossum · 25 years ago
  55. 8113cdc New file by Tim Peters: by Guido van Rossum · 25 years ago
  56. d93f739 Tim Peters keeps revising this module (more to come): by Guido van Rossum · 25 years ago
  57. 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
  58. 292dd2d Missed a few. by Guido van Rossum · 25 years ago
  59. ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
  60. 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
  61. 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
  62. d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago
  63. ee03611 Ensure sys.argv[0] is the script name on Run Script. by Guido van Rossum · 25 years ago
  64. 96cf271 Move zoom height functionality to separate function. by Guido van Rossum · 25 years ago
  65. 32465f4 A few icons used by ../TreeWidget.py and its callers. by Guido van Rossum · 25 years ago
  66. 8234dfc New version by Tim Peters improves block opening test. by Guido van Rossum · 25 years ago
  67. a20fdcd Eugene Dvurechenski <jno@glas.net> says: by Barry Warsaw · 25 years ago
  68. b6f8cf1 Rename History to IdleHistory. Add isatty() to pseudo files. by Guido van Rossum · 25 years ago
  69. 945507e Make initial stack viewer wider by Guido van Rossum · 25 years ago
  70. 2092b43 New wishes by Guido van Rossum · 25 years ago
  71. def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 25 years ago
  72. 318a70d Tim Peters writes: by Guido van Rossum · 25 years ago
  73. 2d6a568 Tim Peters writes: by Guido van Rossum · 25 years ago
  74. 85460a5 updates for latest release by Barry Warsaw · 25 years ago
  75. 7238401 Support for using idle as a package. by Guido van Rossum · 25 years ago
  76. 7860812 Avoid listing files more than once (e.g. foomodule.so has two hits: by Guido van Rossum · 25 years ago
  77. a4b055f Add a scale widget and command line options to set the output volume. by Barry Warsaw · 25 years ago
  78. 3369927 Use the much nicer tkFileDialog for loading color name database files by Barry Warsaw · 25 years ago
  79. a853adc Document that for askcolor(), databasefile and wantspec can now be set by Barry Warsaw · 25 years ago
  80. 80d83e3 askcolor(): databasefile and wantspec can now be set on every by Barry Warsaw · 25 years ago
  81. 9af697b Implement dynamic external Viewer discovery. by Barry Warsaw · 25 years ago
  82. f3ebf90 Add a module global variable ADDTOVIEW to conform to dynamic viewer by Barry Warsaw · 25 years ago
  83. 2095b2f Added docstring describing Viewer interface. by Barry Warsaw · 25 years ago
  84. b61a28e add a comment by Barry Warsaw · 25 years ago
  85. 7b28122 When selecting a radio button in the TextViewer (to change a specific by Barry Warsaw · 25 years ago
  86. f5e9857 Change Black/White button labels to not include the arrow by Barry Warsaw · 25 years ago
  87. 74109a1 Describe namedcolors.txt by Barry Warsaw · 25 years ago
  88. 3e9c75d An alternative Netscape database by Barry Warsaw · 25 years ago
  89. a25223f Describe how to load a new database by Barry Warsaw · 25 years ago
  90. 821d8b7 Describe the Color database files by Barry Warsaw · 25 years ago
  91. 6e7f6ea Put the 'File' menu on the menubar even when modal, so users can get by Barry Warsaw · 25 years ago
  92. 3f01c72 Tim Peter's sister's 140 named colors that NS and MSIE understand by Barry Warsaw · 25 years ago
  93. a04988a The "Web-safe" colors (all #rrggbb style) by Barry Warsaw · 25 years ago
  94. 375b116 The HTML 4.0 guaranteed colors. by Barry Warsaw · 25 years ago
  95. d515a7e Set the version number to 1.0 -- I think it's stable enough by Barry Warsaw · 25 years ago
  96. 0604d72 Lots of changes to support loading alternative color name database. by Barry Warsaw · 25 years ago
  97. 0ec1493 Some changes (maybe not enough?) to make it work on Windows with local by Guido van Rossum · 25 years ago
  98. 26c2cb4 Tim Peters strikes again: by Guido van Rossum · 25 years ago
  99. c2aadcd Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers by Barry Warsaw · 25 years ago
  100. 9dd5209 Provide full arguments to __import__ so it works in packagized IDLE. by Guido van Rossum · 25 years ago