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