1. 38507ae Finally fix SF bug #441172, using a variant of patch ##443626: by Guido van Rossum · 23 years ago
  2. 6113d35 Patch #422471: Install IDLE Help File by Martin v. Löwis · 23 years ago
  3. 44b1e7d Fix for SF bug #448835. by Guido van Rossum · 23 years ago
  4. 1fbad00 Oops, this file was apparently never added to the repository. Now it is. by Jack Jansen · 23 years ago
  5. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  6. cd694c4 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  7. 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 23 years ago
  8. 82ac8d1 Taught IDLE's autoident parser that "yield" is a keyword that begins a by Tim Peters · 23 years ago
  9. ac4797a Make copy, cut and paste events case insensitive. Reported by Patrick by Guido van Rossum · 23 years ago
  10. d993c87 Quick update to the extension mechanism (extend.py is gone, long live by Guido van Rossum · 23 years ago
  11. e9d7f07 Refactored, with some future plans in mind. by Guido van Rossum · 23 years ago
  12. 6cb7a21 Move the action of loading the configuration to the IdleConf module by Guido van Rossum · 23 years ago
  13. 8451ebb Delete goodname() method, which is unused. by Guido van Rossum · 23 years ago
  14. 223ac0a Remove BrowserControl module; this had been left in for Python 1.5.2 support. by Fred Drake · 23 years ago
  15. 6e06531 Remove legacy support for the BrowserControl module; the webbrowser by Fred Drake · 23 years ago
  16. 301ab7f Initialize new save_warnings_filters data member in ModifiedInterpreter.__init__. by Tim Peters · 23 years ago
  17. b4ce430 Turn SyntasWarning into SyntaxError for all code entered interactively. by Guido van Rossum · 23 years ago
  18. 53f5968 Make this IDLE version 0.8. (We have to skip 0.7 because that was a by Guido van Rossum · 23 years ago
  19. 3cc1250 Don't use __debug__ as if it were some module global. Use DEBUG instead. by Guido van Rossum · 23 years ago
  20. 401396f Get rid of hardcoded Python path (can't guess where the user installed by Tim Peters · 23 years ago
  21. f5d2fdf Hack to make this still work with Python 1.5.2. ;-( by Fred Drake · 23 years ago
  22. 670fa52 Whitespace normalization. by Tim Peters · 23 years ago
  23. 1eab002 move "from Tkinter import *" to module level by Jeremy Hylton · 23 years ago
  24. 646ddec Allow installation of IDLE via distutils (patch #103138). by Martin v. Löwis · 23 years ago
  25. d5d2cd1 Color all word instances of "as" after "import", & on the same line, as if by Tim Peters · 24 years ago
  26. 9d593a5 This still mentioned IdlePrefs.py as the place to edit color by Guido van Rossum · 24 years ago
  27. 70c4378 Whitespace normalization. by Tim Peters · 24 years ago
  28. ef92edd Make the test program work outside IDLE. by Guido van Rossum · 24 years ago
  29. b19f1e3 Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). by Guido van Rossum · 24 years ago
  30. 88b5ae0 Fixed snake logo and minus image by Daniel Calvelo. by Guido van Rossum · 24 years ago
  31. e752baa Add IDLE wish: access items of arrays by Guido van Rossum · 24 years ago
  32. f2fba87 Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). The by Tim Peters · 24 years ago
  33. f58a7aa Implemented new os.startfile function, unique to Windows, exposing a by Tim Peters · 24 years ago
  34. bdd9017 Fix typo (newtabwith). by Guido van Rossum · 24 years ago
  35. f8d0713 Temporary fix for Bug #114821. by Guido van Rossum · 24 years ago
  36. 3634112 Include the filename in the errror message for F5 without saving. by Guido van Rossum · 24 years ago
  37. 10515b6 main(): Move hackery of sys.argv until after the Tk instance has been by Fred Drake · 24 years ago
  38. fa6013c Don't emit 8 lines of (c) information at startup -- use the same text as main.c. by Guido van Rossum · 24 years ago
  39. 3637799 Update to use the new standard webbrowser module if available, otherwise by Fred Drake · 24 years ago
  40. 6cd948e Rename the "browser" module to "BrowserControl", since Guido did not by Fred Drake · 24 years ago
  41. 8638ace EditorWindow.python_docs(): by Fred Drake · 24 years ago
  42. 95a4000 Collection of classes and convenience functions to control external by Fred Drake · 24 years ago
  43. bd7b8b3 Minor edit of leading comments: 'the the' --> 'the', quoted 'enable' by Fred Drake · 24 years ago
  44. e39a88f Two more items. by Guido van Rossum · 24 years ago
  45. d6904ea Use a better approach to locating IDLE's default configuration, by Fred Drake · 24 years ago
  46. fa9ef18 Just in case someone wants to use this, let's fix the pathname. by Guido van Rossum · 24 years ago
  47. e0dd301 Removed two files that were added temporarily. by Guido van Rossum · 24 years ago
  48. b8f512b Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. by Guido van Rossum · 24 years ago
  49. 7f1cd29 Tim Peters writes: by Guido van Rossum · 24 years ago
  50. 329e4be a simple client-server framework for executing code in a different process by Jeremy Hylton · 24 years ago
  51. 9de9883 Override the Undo delegator to forbid any changes before the I/O mark. by Guido van Rossum · 24 years ago
  52. 6fbd1f8 replace : with = by Jeremy Hylton · 24 years ago
  53. ae1f3bd rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  54. 6b3edf0 rename the global IdleConfParser object from IdleConf to idleconf by Jeremy Hylton · 24 years ago
  55. ba23bed Tweak the goto file/line command (in the right button menu in PyShell by Guido van Rossum · 24 years ago
  56. 801296c Added a bunch of TODO items that recently came up in the idle-dev list. by Guido van Rossum · 24 years ago
  57. fd6315e If we're in the current input and there's only whitespace beyond the by Guido van Rossum · 24 years ago
  58. 9cb083b Defer all the work to idle.py, which has recently become too by Guido van Rossum · 24 years ago
  59. 7f3cfd5 In getdef(), don't die when the section doesn't exist. by Guido van Rossum · 24 years ago
  60. 074d6e1 Don't use 1.6-isms (s.startswith()) -- we want to distribute this by Guido van Rossum · 24 years ago
  61. 272cbb4 superceded by IdleConf/config.txt by Jeremy Hylton · 24 years ago
  62. e81f28b migrate to use of IdleConf and config files to set options by Jeremy Hylton · 24 years ago
  63. 583abb8 default to cwd if os.environ['HOME'] does not exist by Jeremy Hylton · 24 years ago
  64. daca630 a ConfigParser for idle and three configuration files by Jeremy Hylton · 24 years ago
  65. 9428fa6 Patch by Tim Peters: by Guido van Rossum · 24 years ago
  66. 63c2b25 paren matching extension. warning: in current version of IDLE, can by Jeremy Hylton · 24 years ago
  67. dc68833 Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the by Guido van Rossum · 24 years ago
  68. 8c95c27 Added a new command: Check module (Alt-F5) It does a full syntax check by Guido van Rossum · 24 years ago
  69. 99aabe3 Add primitive customization of window size and font. by Guido van Rossum · 24 years ago
  70. 44cf8ef The 0.5 release happened on 2/15, not on 2/14. :-) by Guido van Rossum · 24 years ago
  71. 6e83cac A bit restructured. by Guido van Rossum · 24 years ago
  72. dec0b68 Oops, somehow the initial checkin was botched. :-( by Guido van Rossum · 24 years ago
  73. 83d4657 Added some clarifications. by Guido van Rossum · 24 years ago
  74. 90ad858 Temporarily add a copy here for easy distribution. by Guido van Rossum · 24 years ago
  75. 17ae233 More changes. by Guido van Rossum · 24 years ago
  76. 1d841fe Notice status back and stack viewer. by Guido van Rossum · 24 years ago
  77. ec73dc6 Support for Moshe's status bar. by Guido van Rossum · 24 years ago
  78. 17752f7 Status bar code -- by Moshe Zadka. by Guido van Rossum · 24 years ago
  79. 2bb8e72 Adding the old stack viewer implementation back, for the debugger. by Guido van Rossum · 24 years ago
  80. b658469 New stack viewer, uses a tree widget. (XXX: the debugger doesn't yet use this.) by Guido van Rossum · 24 years ago
  81. 553fa44 Correct a typo and remove an unqualified except that was hiding the error. by Guido van Rossum · 24 years ago
  82. f801f3b Add an XXX comment about the ClassBrowser AIP. by Guido van Rossum · 24 years ago
  83. 0b5b2c8 Updated change log. by Guido van Rossum · 24 years ago
  84. 46ffbec News update. Probably incomplete; what else is new? by Guido van Rossum · 24 years ago
  85. 6d3be50 Updated for pending IDLE 0.5 release (still very rough -- just getting by Guido van Rossum · 24 years ago
  86. b4b8381 Tiny addition. by Guido van Rossum · 24 years ago
  87. 7f2c9d3 A few new TODO entries. by Guido van Rossum · 25 years ago
  88. 7f1fdfc Add Python Documentation entry to Help menu. by Guido van Rossum · 25 years ago
  89. 416b961 Find the help.txt file relative to __file__ or ".", not in sys.path. by Guido van Rossum · 25 years ago
  90. aa6ed0c Moshe noticed an inconsistency in his comment, so I'm rephrasing it to by Guido van Rossum · 25 years ago
  91. 292f2c5 Patch inspired by Moshe Zadka to search for the Icons directory in the by Guido van Rossum · 25 years ago
  92. a74c556 Mark Hammond writes: by Guido van Rossum · 25 years ago
  93. aba953e New wishes. by Guido van Rossum · 25 years ago
  94. 0d6bac6 Make the color for stderr red (i.e. the standard warning/danger/stop by Guido van Rossum · 25 years ago
  95. 16e0bab Close debugger when closing. This may break a cycle. by Guido van Rossum · 25 years ago
  96. ba5a59c Break cycle on close. by Guido van Rossum · 25 years ago
  97. 5af0df5 Destroy the tree when closing. by Guido van Rossum · 25 years ago
  98. 30455f3 Add destroy() method to recursively destroy a tree. by Guido van Rossum · 25 years ago
  99. fed9b91 Extend _close() to break cycles. by Guido van Rossum · 25 years ago
  100. 205afb4 Add _close() method that does the actual cleanup (close() asks the by Guido van Rossum · 25 years ago