1. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  2. fe78cc0 Adding Fredrik Lundh's demo of the option menu. by Guido van Rossum · 26 years ago
  3. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  4. fbdddde Reflect new name of index style file. by Fred Drake · 26 years ago
  5. 7f77db9 Renamed myindex.ist to something more reasonable. by Fred Drake · 26 years ago
  6. 9dcc9f7 No longer needed since we have nice, contributed navigation buttons. by Fred Drake · 26 years ago
  7. a5de730 If building HTML and the icons should be served from the same by Fred Drake · 26 years ago
  8. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  9. 649e8c1 ArabictoRoman(): Removed, since it wasn't used anywhere. by Fred Drake · 26 years ago
  10. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  11. bf33830 Add a missing DECREF in an error exit. Submitted by Jonathan Giddy. by Guido van Rossum · 26 years ago
  12. 18fa7d2 Typo: JIFF -> JFIF. by Guido van Rossum · 26 years ago
  13. eeb2f32 Fixed a problem where xmllib didn't handle the tag by Guido van Rossum · 26 years ago
  14. 7b9bb05 Speed up the search a bit -- don't drag a mark around... by Guido van Rossum · 26 years ago
  15. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  16. b52cfa1 Use and pass through the 'force' flag to set_dict() where appropriate. by Guido van Rossum · 26 years ago
  17. 6c5baeb Raise priority of 'sel' tag so its foreground (on Windows) will take by Guido van Rossum · 26 years ago
  18. 0737430 Disable "Open stack viewer" and "help" commands. by Guido van Rossum · 26 years ago
  19. 105b9c7 Add optional 'force' argument (default 0) to load_dict(). by Guido van Rossum · 26 years ago
  20. 0e5088f This commit was manufactured by cvs2svn to create tag 'r152a2'. by cvs2svn · 26 years ago
  21. de64eaf Time for 1.5.2a2. by Guido van Rossum · 26 years ago
  22. e8c10f9 All the news that's fit to print. In other words, it's 1.5.2a2 time. by Guido van Rossum · 26 years ago
  23. d54fb7a The usual by Guido van Rossum · 26 years ago
  24. f3dcafe The driver script on Unix is `pynche'; for Windows `pynche.pyw' by Barry Warsaw · 26 years ago
  25. 179c36e Do nothing when loading the same dict as before. by Guido van Rossum · 26 years ago
  26. adfe773 Details for debugger interface. by Guido van Rossum · 26 years ago
  27. 3fb3515 Restructured and more consistent. Save checkboxes across instantiations. by Guido van Rossum · 26 years ago
  28. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 26 years ago
  29. 5188a25 Debugger can now show local and global variables. by Guido van Rossum · 26 years ago
  30. 0a0f11b PyMapping_SetItemString() returns int, not an object. by Guido van Rossum · 26 years ago
  31. b521095 In build_html(), strip off leading "./" from filename, added by by Fred Drake · 26 years ago
  32. 6b38483 Oops by Guido van Rossum · 26 years ago
  33. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  34. 92a67d7 Follow renames in StackViewer module by Guido van Rossum · 26 years ago
  35. 88d9007 Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). by Guido van Rossum · 26 years ago
  36. 95ef498 Add close() method by Guido van Rossum · 26 years ago
  37. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 26 years ago
  38. 0443079 Restructured into a browser and a widget. by Guido van Rossum · 26 years ago
  39. e6fae1c Generalized the scrolled list which is the base for the class and by Guido van Rossum · 26 years ago
  40. 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
  41. 99d3c48 Cosmetic change by Guido van Rossum · 26 years ago
  42. 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
  43. f35b884 Clarify that close() of a stream opened by popen() returns None if the by Guido van Rossum · 26 years ago
  44. b7ffca3 Don't show function name if there is none by Guido van Rossum · 26 years ago
  45. 0e56568 The help dialog id numbers never got changed when the dialog numbers changed, by Jack Jansen · 26 years ago
  46. 840a84d Updated __main__ unit test by Barry Warsaw · 26 years ago
  47. c2047c1 When run as a script, don't pass a fake __main__ dictionary; use the real one. by Guido van Rossum · 26 years ago
  48. e0e5982 When errno is zero, avoid calling strerror() and use "Error" for the message. by Guido van Rossum · 26 years ago
  49. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  50. d3a6a14 Doc strings by Chris Petrilli. Also added MD5Type object. by Guido van Rossum · 26 years ago
  51. a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
  52. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  53. fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago
  54. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  55. f035d3b Misc by Guido van Rossum · 26 years ago
  56. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  57. ad24ae1 Whoops -- referenced self.top before it was set. by Guido van Rossum · 26 years ago
  58. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago
  59. 423938a Added history and completion commands. by Guido van Rossum · 26 years ago
  60. ca5619c Updated by Guido van Rossum · 26 years ago
  61. 7895562 Add class browser functionality. by Guido van Rossum · 26 years ago
  62. ae08d38 Add a close() method and bind to WM_DELETE_WINDOW protocol by Guido van Rossum · 26 years ago
  63. 1956352 Clear the linecache before printing a traceback by Guido van Rossum · 26 years ago
  64. 49c1a7e Added class browser binding. by Guido van Rossum · 26 years ago
  65. 7f5c9ef Much improved, much left to do. by Guido van Rossum · 26 years ago
  66. e73d702 Ever-so-slight improvementL the patterns to recognize import by Guido van Rossum · 26 years ago
  67. 7d447aa Moved search and match around so that search is documented first. by Guido van Rossum · 26 years ago
  68. 3f08d40 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  69. 4650df9 Make the return key do what I mean more often. by Guido van Rossum · 26 years ago
  70. b39b90d Doc strings by Chris Petrilli. by Guido van Rossum · 26 years ago
  71. 243ac4f Updated listbox methods to Tk 8.0. (Moved some around, added by Guido van Rossum · 26 years ago
  72. 439c467 Adding the beginnings of a Class browser. Incomplete, yet. by Guido van Rossum · 26 years ago
  73. b341888 Add new command, "Open module". You select or type a module name, by Guido van Rossum · 26 years ago
  74. 5af7a72 Subsume functionality from Popup menu in Debug menu. by Guido van Rossum · 26 years ago
  75. 82e44b1 Get rid of PopUp menu. by Guido van Rossum · 26 years ago
  76. e7b2e65 Generalize menu creation. by Guido van Rossum · 26 years ago
  77. 219ffde Add Debug and Help menu items. by Guido van Rossum · 26 years ago
  78. 2aeeb55 Added a menu bar to every window. by Guido van Rossum · 26 years ago
  79. d8d676c Add menu configuration to the event configuration. by Guido van Rossum · 26 years ago
  80. d020cf3 Pass a root to the help window. by Guido van Rossum · 26 years ago
  81. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  82. 3179b36 When no master widget is specified, use options['parent'] if it exists. by Guido van Rossum · 26 years ago
  83. 7f20263 Only reference Tkinter._default_root when needed. by Guido van Rossum · 26 years ago
  84. 2f3667a Replace fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  85. 8442af3 Patches for mywrite() by Marc Lemburg: save/restore the error state by Guido van Rossum · 26 years ago
  86. 41f0a98 Looks like I didn't test this interactively. The EventHook() code was by Guido van Rossum · 26 years ago
  87. 69ef7d6 Add parent argument to 'to to line number' dialog box. by Guido van Rossum · 26 years ago
  88. 0688436 Enhancements by Sjoerd Mullender: support for from a.b import c import a . b by Guido van Rossum · 26 years ago
  89. 7a840e8 Add support for dotted module names to readmodule(). by Guido van Rossum · 26 years ago
  90. 1c5fb1c Make mimetypes.guess_type understand data URLs. (Sjoerd Mullender) by Guido van Rossum · 26 years ago
  91. 8571ed8 Add a label at the top showing (very basic) help for the stack viewer. by Guido van Rossum · 26 years ago
  92. 3d0669d Add Unix main script and test program. by Guido van Rossum · 26 years ago
  93. 3b4ca0d Initial checking of Tk-based Python IDE. by Guido van Rossum · 26 years ago
  94. dc1adab Patch by Jonathan Giddy (with some cleanup by me) to always use the by Guido van Rossum · 26 years ago
  95. afd974c Document the new list.extend() method. Interesting enough, the by Barry Warsaw · 26 years ago
  96. dedf6d6 listextend(): New method which implements L.extend(L2). by Barry Warsaw · 26 years ago
  97. e33bba8 New version that is much more compact and easier to maintain. (Sjoerd) by Guido van Rossum · 26 years ago
  98. 3886026 Remove unreachable code. (Sjoerd) by Guido van Rossum · 26 years ago
  99. 1554b7b Use constants defined in cl module. (Sjoerd) by Guido van Rossum · 26 years ago
  100. 1e57a04 Removed unnecessary import of cl and CL. (Sjoerd) by Guido van Rossum · 26 years ago