1. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago
  2. d68a4bd Use re instead of regex. by Guido van Rossum · 25 years ago
  3. 21ad59f # TODO entries changed by Guido van Rossum · 25 years ago
  4. 00b6d0f New change log. by Guido van Rossum · 25 years ago
  5. a2ca434 New version. by Guido van Rossum · 25 years ago
  6. a99c5db Version bump awaiting impending new release. (Not much has changed :-( ) by Guido van Rossum · 25 years ago
  7. bd3bdde For reasons I dare not explain, this script should always execute by Guido van Rossum · 25 years ago
  8. 825df2a At Tim Peters' recommendation, add a dummy flush() method to PseudoFile. by Guido van Rossum · 25 years ago
  9. 02ef28b Tim Peters writes: by Guido van Rossum · 25 years ago
  10. a3433e8 Tim Peters writes: by Guido van Rossum · 25 years ago
  11. b091134 During display, if EPIPE is raised, it's probably because a pager was by Fred Drake · 25 years ago
  12. ecb1a65 Helpwin.__init__(): The text widget should get focus. by Barry Warsaw · 25 years ago
  13. 61ba072 Removed unnecessary import `from PyncheWidget import PyncheWidget' by Barry Warsaw · 25 years ago
  14. 5450062 Added Samuel Bayer's new webchecker. by Guido van Rossum · 25 years ago
  15. c7e7c60 New mixin class that defines cmp and hash that use by Guido van Rossum · 25 years ago
  16. 7039f50 Bug submitted by Wayne Knowles, who writes: by Guido van Rossum · 25 years ago
  17. dd58416 Don't crash when sys.path contains an empty string. by Guido van Rossum · 25 years ago
  18. 49c7bc4 This file was never supposed to be part of IDLE. by Guido van Rossum · 25 years ago
  19. b62e877 - Don't crash in the case where a superclass is a string instead of a by Guido van Rossum · 25 years ago
  20. d6e8713 Add PathBrowser to File module by Guido van Rossum · 25 years ago
  21. a917af7 "Path browser" - 4 scrolled lists displaying: by Guido van Rossum · 25 years ago
  22. dc424be New utility: multiple scrolled lists in parallel by Guido van Rossum · 25 years ago
  23. ac1cb16 - White background. by Guido van Rossum · 25 years ago
  24. d2cd6f8 Small change by Jack Jansen. by Guido van Rossum · 25 years ago
  25. b0f99a6 Comment out confusing write call. by Guido van Rossum · 25 years ago
  26. a89b98f News in 0.3. by Guido van Rossum · 25 years ago
  27. dce019e Bump version to 0.3. by Guido van Rossum · 25 years ago
  28. 8f2918f After all, we don't need to call the callbacks ourselves! by Guido van Rossum · 25 years ago
  29. be5f2f1 When deleting, call the callbacks *after* deleting the window from our list! by Guido van Rossum · 25 years ago
  30. c4f752f Fix up the Windows menu via the new callback mechanism instead of by Guido van Rossum · 25 years ago
  31. 5437ddf Support callbacks to patch up Windows menus everywhere. by Guido van Rossum · 25 years ago
  32. a79a93f Oh, why not. Checking in the Emacs-generated change log. by Guido van Rossum · 25 years ago
  33. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 25 years ago
  34. 9ea3289 Only pop up the stack viewer when requested in the Debug menu. by Guido van Rossum · 25 years ago
  35. d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not by Guido van Rossum · 25 years ago
  36. ec119a3 Don't crash if a window no longer exists. by Guido van Rossum · 25 years ago
  37. 5ec13c5 Restructured a bit. by Guido van Rossum · 25 years ago
  38. 8e47306 Add current dir or paths of file args to sys.path. by Guido van Rossum · 25 years ago
  39. 2e9e0df Add canonic() function -- for brand new bdb.py feature. by Guido van Rossum · 25 years ago
  40. 14b2d30 Protect against accessing an empty stack. by Guido van Rossum · 25 years ago
  41. 38a5a3b Use only the height to decide whether to zoom in or out. by Guido van Rossum · 25 years ago
  42. b7ebb83 Make sure the Tcl variables are shared between windows. by Guido van Rossum · 25 years ago
  43. 07ec896 Move menu/key binding code from Bindings.py to EditorWindow.py, by Guido van Rossum · 25 years ago
  44. 85ef9dc Add Quit button to the debugger window. by Guido van Rossum · 25 years ago
  45. 959c937 When find_again() finds exactly the current selection, it's a failure. by Guido van Rossum · 25 years ago
  46. 3d58bcd Rename idle -> idle.py by Guido van Rossum · 25 years ago
  47. 36911a1 Only deiconify when iconic. by Guido van Rossum · 26 years ago
  48. f87240f Misc by Guido van Rossum · 26 years ago
  49. 894ee6f Renamed test.py to testcode.py so one can import Python's by Guido van Rossum · 26 years ago
  50. 5051f4f Hack to close a window that is colorizing. by Guido van Rossum · 26 years ago
  51. 5cc3129 Vladimir Marangozov's patch: by Guido van Rossum · 26 years ago
  52. c66e860 Some requests have been fulfilled. by Guido van Rossum · 26 years ago
  53. 245ddc4 Set the cursor to a watch when opening the class browser (which may by Guido van Rossum · 26 years ago
  54. b287b3a Got rid of debug print statement in goto_line_event(). by Guido van Rossum · 26 years ago
  55. d5c8497 I think I like it better if it prints the traceback even when it displays by Guido van Rossum · 26 years ago
  56. 9016fcf Bind ESC to close-window. by Guido van Rossum · 26 years ago
  57. dc5066e Use a HSeparator between the classes and the items. by Guido van Rossum · 26 years ago
  58. d5f0380 Separator classes (draggable divider between two panes). by Guido van Rossum · 26 years ago
  59. 2403b0c Don't traceback when wakeup() is called when the window has been destroyed. by Guido van Rossum · 26 years ago
  60. f52cca9 Allow tearing off of the Windows menu. by Guido van Rossum · 26 years ago
  61. 0291d1d Close on ESC. by Guido van Rossum · 26 years ago
  62. dd0d335 Updated a bunch of things (it was mostly still 0.1!) by Guido van Rossum · 26 years ago
  63. 83c74d4 Added ScriptBinding to standard bindings. by Guido van Rossum · 26 years ago
  64. 9f42584 This now actually works. See doc string. It can run a module (i.e. by Guido van Rossum · 26 years ago
  65. b33f612 What's new in this release. by Guido van Rossum · 26 years ago
  66. 38df3c3 Paul Prescod's patches to allow the stack viewer to pop up when a by Guido van Rossum · 26 years ago
  67. 629082e Change paragraph width limit to 70 (like Emacs M-Q). by Guido van Rossum · 26 years ago
  68. 2927e78 Separating TODO from README. Slight reformulation of features. No by Guido van Rossum · 26 years ago
  69. 6ba219e Separating TODO from README. by Guido van Rossum · 26 years ago
  70. 1e899cd Hm. There was a boundary condition error at the end of the file too. by Guido van Rossum · 26 years ago
  71. 4eac47c Hm. Add Unix binding for replace, too. by Guido van Rossum · 26 years ago
  72. 906572a Ran eventparse.py again. by Guido van Rossum · 26 years ago
  73. e911c3e Added Unix Meta-q key binding; fix find_paragraph when at start of file. by Guido van Rossum · 26 years ago
  74. 16b91f8 Added Meta-/ binding for Unix as alt for Alt-/. by Guido van Rossum · 26 years ago
  75. 5bfffbd Add unix binding for grep (otherwise the menu entry doesn't work!) by Guido van Rossum · 26 years ago
  76. 1ae3f89 Adjusted Unix height to work with fvwm96. :=( by Guido van Rossum · 26 years ago
  77. d53869e Need to import sys! by Guido van Rossum · 26 years ago
  78. f903898 Formatted some paragraphs by Guido van Rossum · 26 years ago
  79. 94e82ce Add new extension to reformat a (text) paragraph. by Guido van Rossum · 26 years ago
  80. 46facd1 Typo in Win specific height setting. by Guido van Rossum · 26 years ago
  81. 909bc18 Recover from failed saves; when a file turns out to be a directory, by Guido van Rossum · 26 years ago
  82. 33f2b7b Added something like Tim Peters' backspace patch. by Guido van Rossum · 26 years ago
  83. 0c65e25 Adapted to Unix (i.e., more hardcoded constants). by Guido van Rossum · 26 years ago
  84. 504b0bf Checking in IDLE 0.2. by Guido van Rossum · 26 years ago
  85. c0ef565 D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) by Barry Warsaw · 26 years ago
  86. a2b3803 Update on history of `uk' top level, greatly condensed from David by Barry Warsaw · 26 years ago
  87. 2d3b0d7 Provide more detail when the commit button is not shown. by Guido van Rossum · 26 years ago
  88. fdd3028 Fix for modulefinder so that it prints all modules an unknown module by Guido van Rossum · 26 years ago
  89. 654387e Fix the class browser to work even when the file is not on sys.path. by Guido van Rossum · 26 years ago
  90. dc86a4e Added a -q ('quiet') option to tabnanny, which causes only the names of by Andrew M. Kuchling · 26 years ago
  91. 5cd975c Patch by Chris Herborth: by Guido van Rossum · 26 years ago
  92. 38b92eb Sjoerd Mullender: by Guido van Rossum · 26 years ago
  93. ef30092 Added most of the mechanism to change the strips from color variations by Barry Warsaw · 26 years ago
  94. 6403991 A start on the TestModExp applet "Author" => "Contact" by Barry Warsaw · 26 years ago
  95. 8860405 "Author" -> "Contact" by Barry Warsaw · 26 years ago
  96. e6360fa Moved to Python 1.5.2/Lib by Guido van Rossum · 26 years ago
  97. 08833f2 intermediate by Barry Warsaw · 26 years ago
  98. e1425d6 Fixed some bugs by Barry Warsaw · 26 years ago
  99. 93ec4cc Fixed typos in --dump by Barry Warsaw · 26 years ago
  100. ce0bbd2 Added Helpwin -- help in a text widget by Barry Warsaw · 26 years ago