1. 1bbc031 #Fixed some typos in docstrings. by Barry Warsaw · 26 years ago
  2. 4089c11 root is now a global called _root by Guido van Rossum · 26 years ago
  3. 0410196 Indicate that os.environ may not be a real dictionary. by Guido van Rossum · 26 years ago
  4. d1f2d7e Bump the patch level to 1.5.2b2, just in case I feel like releasing by Guido van Rossum · 26 years ago
  5. d9eee4e Bump version to 1.5.2b1 by Guido van Rossum · 26 years ago
  6. d410388 Raise the root window on reset(). by Guido van Rossum · 26 years ago
  7. 5ac15bc Split the goto() function in two: _goto() is the internal one, by Guido van Rossum · 26 years ago
  8. 2457fc2 Improvement to the previous fix suggested by Thomas Bellman: if the by Guido van Rossum · 26 years ago
  9. a96c2d4 Cope with destruction of the window by Guido van Rossum · 26 years ago
  10. c62cf36 The last two example functions in the section about default argument by Guido van Rossum · 26 years ago
  11. 3fbe67a Turtle graphics by Guido van Rossum · 26 years ago
  12. dce3d55 The TemporaryFile() function has a security leak -- because the by Guido van Rossum · 26 years ago
  13. 39926e4 Use of Breakpoint class should be bdb.Breakpoint. by Guido van Rossum · 26 years ago
  14. 5d42b5b Moved compile_command() to a file of its own (codeop.py). by Guido van Rossum · 26 years ago
  15. c41c1a9 Moved compile_command() here from code.py, so JPython can provide its by Guido van Rossum · 26 years ago
  16. d370379 Jim Fulton writes: by Guido van Rossum · 26 years ago
  17. cf1daad Brief update on the slightly changed API of pyColorChooser.askcolor(). by Barry Warsaw · 26 years ago
  18. 2be8582 __init__(): Removed initialcolor keyword. by Barry Warsaw · 26 years ago
  19. f72d580 sticky should be NSEW to fix pixel weirdness at right edge by Barry Warsaw · 26 years ago
  20. 4ab5ae2 Error message goes to stderr by Barry Warsaw · 26 years ago
  21. d9e5214 beep => bell by Barry Warsaw · 26 years ago
  22. 877d299 Fixed running of standalone via command line. Also, only do save from by Barry Warsaw · 26 years ago
  23. fbba304 Move 'import sys' to top of module, as noted by Tim Peters. by Guido van Rossum · 26 years ago
  24. 6646856 Jim Fulton writes: by Guido van Rossum · 26 years ago
  25. cdcbd1f Added {Get,Set}WindowUserData methods. by Jack Jansen · 26 years ago
  26. 3dd1c39 Describe all the new features by Barry Warsaw · 26 years ago
  27. a20f6af Chooser.__init__(): Added `wantspec' keyword to conform exactly to by Barry Warsaw · 26 years ago
  28. ca07ba0 Many changes to support a second mode of operation. Pynche can now be by Barry Warsaw · 26 years ago
  29. 04da10c Piers Lauder writes: by Guido van Rossum · 26 years ago
  30. 3f200d7 Add note about compiling FORMS with -Dclear=__GLclear. by Guido van Rossum · 26 years ago
  31. 89733a8 Check in the changed version after running the stubber again -- this by Guido van Rossum · 26 years ago
  32. a9832bc Use (f1, f2) as cache key instead of f1 + ' ' + f2. by Guido van Rossum · 26 years ago
  33. 605b93d On a recommendation from Sjoerd Mullender, add -Dclear=__GLclear to by Guido van Rossum · 26 years ago
  34. 803b340 Update the date. by Fred Drake · 26 years ago
  35. a76b63c Bump the release to 1.5.2a2. by Fred Drake · 26 years ago
  36. d29cf37 Added --tools option, to package only the framework (no documents). by Fred Drake · 26 years ago
  37. 260400f Removed debug print by Jack Jansen · 26 years ago
  38. 9beee80 Remove a couple of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  39. dad1132 Remove a bunch of unnecessary "%" characters that cause problems with by Fred Drake · 26 years ago
  40. 3041b07 Remove an unnecessary "%" character that seems to cause a minor glitch by Fred Drake · 26 years ago
  41. 8a09e1c Saving/Restoring state into ~/.pynche file by Barry Warsaw · 26 years ago
  42. 28e7b4c add_link(): Fix to use $section_info instead of $toc_section_info, by Fred Drake · 26 years ago
  43. 8fd0f14 Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: by Guido van Rossum · 26 years ago
  44. fe78cc0 Adding Fredrik Lundh's demo of the option menu. by Guido van Rossum · 26 years ago
  45. f574500 Patch by Jim Fulton, who writes: by Guido van Rossum · 26 years ago
  46. fbdddde Reflect new name of index style file. by Fred Drake · 26 years ago
  47. 7f77db9 Renamed myindex.ist to something more reasonable. by Fred Drake · 26 years ago
  48. 9dcc9f7 No longer needed since we have nice, contributed navigation buttons. by Fred Drake · 26 years ago
  49. a5de730 If building HTML and the icons should be served from the same by Fred Drake · 26 years ago
  50. d90ae19 Rename 'locals' argument to top-level interact() function to 'local' by Guido van Rossum · 26 years ago
  51. 649e8c1 ArabictoRoman(): Removed, since it wasn't used anywhere. by Fred Drake · 26 years ago
  52. f61618c A Py_DECREF(f) is missing in PyFrame_New for the error case when by Guido van Rossum · 26 years ago
  53. bf33830 Add a missing DECREF in an error exit. Submitted by Jonathan Giddy. by Guido van Rossum · 26 years ago
  54. 18fa7d2 Typo: JIFF -> JFIF. by Guido van Rossum · 26 years ago
  55. eeb2f32 Fixed a problem where xmllib didn't handle the tag by Guido van Rossum · 26 years ago
  56. 7b9bb05 Speed up the search a bit -- don't drag a mark around... by Guido van Rossum · 26 years ago
  57. cc0ade8 Change our special entries from <console#N> to <pyshell#N>. by Guido van Rossum · 26 years ago
  58. b52cfa1 Use and pass through the 'force' flag to set_dict() where appropriate. by Guido van Rossum · 26 years ago
  59. 6c5baeb Raise priority of 'sel' tag so its foreground (on Windows) will take by Guido van Rossum · 26 years ago
  60. 0737430 Disable "Open stack viewer" and "help" commands. by Guido van Rossum · 26 years ago
  61. 105b9c7 Add optional 'force' argument (default 0) to load_dict(). by Guido van Rossum · 26 years ago
  62. 0e5088f This commit was manufactured by cvs2svn to create tag 'r152a2'. by cvs2svn · 26 years ago
  63. de64eaf Time for 1.5.2a2. by Guido van Rossum · 26 years ago
  64. 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
  65. d54fb7a The usual by Guido van Rossum · 26 years ago
  66. f3dcafe The driver script on Unix is `pynche'; for Windows `pynche.pyw' by Barry Warsaw · 26 years ago
  67. 179c36e Do nothing when loading the same dict as before. by Guido van Rossum · 26 years ago
  68. adfe773 Details for debugger interface. by Guido van Rossum · 26 years ago
  69. 3fb3515 Restructured and more consistent. Save checkboxes across instantiations. by Guido van Rossum · 26 years ago
  70. baf53b4 Get rid of conflicting ^X binding. Use ^W. by Guido van Rossum · 26 years ago
  71. 5188a25 Debugger can now show local and global variables. by Guido van Rossum · 26 years ago
  72. 0a0f11b PyMapping_SetItemString() returns int, not an object. by Guido van Rossum · 26 years ago
  73. b521095 In build_html(), strip off leading "./" from filename, added by by Fred Drake · 26 years ago
  74. 6b38483 Oops by Guido van Rossum · 26 years ago
  75. 80d132d Better debugger support (show stack etc). by Guido van Rossum · 26 years ago
  76. 92a67d7 Follow renames in StackViewer module by Guido van Rossum · 26 years ago
  77. 88d9007 Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). by Guido van Rossum · 26 years ago
  78. 95ef498 Add close() method by Guido van Rossum · 26 years ago
  79. e1dedc0 Clarify 'Open Module' dialog text by Guido van Rossum · 26 years ago
  80. 0443079 Restructured into a browser and a widget. by Guido van Rossum · 26 years ago
  81. e6fae1c Generalized the scrolled list which is the base for the class and by Guido van Rossum · 26 years ago
  82. 341d1fe For submenus remember the parent and parent index, so we can grey out our by Jack Jansen · 26 years ago
  83. 99d3c48 Cosmetic change by Guido van Rossum · 26 years ago
  84. 0e0d3e7 Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions. by Jack Jansen · 26 years ago
  85. f35b884 Clarify that close() of a stream opened by popen() returns None if the by Guido van Rossum · 26 years ago
  86. b7ffca3 Don't show function name if there is none by Guido van Rossum · 26 years ago
  87. 0e56568 The help dialog id numbers never got changed when the dialog numbers changed, by Jack Jansen · 26 years ago
  88. 840a84d Updated __main__ unit test by Barry Warsaw · 26 years ago
  89. c2047c1 When run as a script, don't pass a fake __main__ dictionary; use the real one. by Guido van Rossum · 26 years ago
  90. e0e5982 When errno is zero, avoid calling strerror() and use "Error" for the message. by Guido van Rossum · 26 years ago
  91. b0e5718 Fix so that after a fork() -- on Unix only -- the template gets recalculated. by Guido van Rossum · 26 years ago
  92. d3a6a14 Doc strings by Chris Petrilli. Also added MD5Type object. by Guido van Rossum · 26 years ago
  93. a0deb64 No need to issue a fatal error if the PyDict_SetItemString fails; the by Guido van Rossum · 26 years ago
  94. 35e55da Polish the Debugger GUI a bit. Closing it now also does the right thing. by Guido van Rossum · 26 years ago
  95. fc6aba5 ACK! There was still an unescaped newline in a docstring. by Guido van Rossum · 26 years ago
  96. 35f7542 Ad primitive debugger interface (so far it will step and show you the by Guido van Rossum · 26 years ago
  97. f035d3b Misc by Guido van Rossum · 26 years ago
  98. 9f1292d Perhaps a controversial change: when reporting a callback exception, by Guido van Rossum · 26 years ago
  99. ad24ae1 Whoops -- referenced self.top before it was set. by Guido van Rossum · 26 years ago
  100. 4eaadf0 Added {xview,yview}_{moveto,scroll} to the Canvas class. by Barry Warsaw · 26 years ago