aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'r152a2'.v1.5.2a2cvs2svn1998-10-171-0/+1
* Time for 1.5.2a2.Guido van Rossum1998-10-171-4/+4
* All the news that's fit to print. In other words, it's 1.5.2a2 time.Guido van Rossum1998-10-171-3/+270
* The usualGuido van Rossum1998-10-172-1/+22
* The driver script on Unix is `pynche'; for Windows `pynche.pyw'Barry Warsaw1998-10-161-2/+2
* Do nothing when loading the same dict as before.Guido van Rossum1998-10-161-1/+6
* Details for debugger interface.Guido van Rossum1998-10-161-3/+1
* Restructured and more consistent. Save checkboxes across instantiations.Guido van Rossum1998-10-161-36/+78
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-163-8/+7
* Debugger can now show local and global variables.Guido van Rossum1998-10-162-38/+92
* PyMapping_SetItemString() returns int, not an object.Guido van Rossum1998-10-161-1/+1
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
* OopsGuido van Rossum1998-10-161-1/+3
* Better debugger support (show stack etc).Guido van Rossum1998-10-162-11/+88
* Follow renames in StackViewer moduleGuido van Rossum1998-10-161-2/+2
* Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).Guido van Rossum1998-10-161-6/+10
* Add close() methodGuido van Rossum1998-10-161-0/+3
* Clarify 'Open Module' dialog textGuido van Rossum1998-10-161-1/+2
* Restructured into a browser and a widget.Guido van Rossum1998-10-161-161/+87
* Generalized the scrolled list which is the base for the class andGuido van Rossum1998-10-152-128/+205
* For submenus remember the parent and parent index, so we can grey out ourJack Jansen1998-10-151-0/+8
* Cosmetic changeGuido van Rossum1998-10-151-8/+20
* Set kAECanInteract and kAECanSwitchLayer flags for the finder interactions.Jack Jansen1998-10-151-0/+3
* Clarify that close() of a stream opened by popen() returns None if theGuido van Rossum1998-10-151-1/+2
* Don't show function name if there is noneGuido van Rossum1998-10-151-1/+3
* The help dialog id numbers never got changed when the dialog numbers changed,Jack Jansen1998-10-151-0/+0
* Updated __main__ unit testBarry Warsaw1998-10-151-5/+10
* When run as a script, don't pass a fake __main__ dictionary; use theGuido van Rossum1998-10-151-1/+1
* When errno is zero, avoid calling strerror() and use "Error" for theGuido van Rossum1998-10-141-2/+7
* Fix so that after a fork() -- on Unix only -- the template getsGuido van Rossum1998-10-141-3/+9
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-141-6/+79
* No need to issue a fatal error if the PyDict_SetItemString fails; theGuido van Rossum1998-10-141-3/+2
* Polish the Debugger GUI a bit.Guido van Rossum1998-10-142-20/+52
* ACK! There was still an unescaped newline in a docstring.Guido van Rossum1998-10-141-1/+1
* Ad primitive debugger interface (so far it will step and show you theGuido van Rossum1998-10-133-1/+130
* MiscGuido van Rossum1998-10-131-5/+9
* Perhaps a controversial change: when reporting a callback exception,Guido van Rossum1998-10-131-0/+3
* Whoops -- referenced self.top before it was set.Guido van Rossum1998-10-131-1/+1
* Added {xview,yview}_{moveto,scroll} to the Canvas class.Barry Warsaw1998-10-131-0/+8
* Added history and completion commands.Guido van Rossum1998-10-131-0/+11
* UpdatedGuido van Rossum1998-10-131-40/+52
* Add class browser functionality.Guido van Rossum1998-10-131-0/+17
* Add a close() method and bind to WM_DELETE_WINDOW protocolGuido van Rossum1998-10-131-0/+4
* Clear the linecache before printing a tracebackGuido van Rossum1998-10-131-0/+7
* Added class browser binding.Guido van Rossum1998-10-131-0/+2
* Much improved, much left to do.Guido van Rossum1998-10-131-11/+153
* Ever-so-slight improvementL the patterns to recognize importGuido van Rossum1998-10-131-2/+2
* Moved search and match around so that search is documented first.Guido van Rossum1998-10-131-25/+25
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-1/+1
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-9/+11