summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Added Helpwin -- help in a text widgetBarry Warsaw1998-12-031-0/+60
* Untabification and other cruftBarry Warsaw1998-12-031-31/+40
* docstring(): Function for returning __doc__ % globals()Barry Warsaw1998-12-031-1/+6
* audiopy: slightly revamped UI... includes a menubar, no quit button,Barry Warsaw1998-12-032-17/+102
* Initial version of the README fileBarry Warsaw1998-12-031-0/+98
* TypoGuido van Rossum1998-11-271-1/+1
* Support underlining of menu labelsGuido van Rossum1998-11-272-5/+6
* New approach, separate tables for menus (platform-independent) and keyGuido van Rossum1998-11-271-168/+192
* A little more tweakageBarry Warsaw1998-11-181-5/+20
* A little more tweakageBarry Warsaw1998-11-181-1/+2
* A bit of tweakage of the --help and --version optionsBarry Warsaw1998-11-181-6/+11
* (ChipViewer): Make frame sticky NSEW to fix geometry problem.Barry Warsaw1998-11-181-1/+1
* tweak version numberBarry Warsaw1998-11-181-1/+1
* UpdateBarry Warsaw1998-11-181-0/+3
* UpdatingBarry Warsaw1998-11-182-4/+0
* Clarify portability and main program.Guido van Rossum1998-11-161-2/+8
* Added intro for 0.1 release and append Grail notes.Guido van Rossum1998-11-161-0/+37
* Added a None button to turn off all input sources.Barry Warsaw1998-11-021-4/+22
* If the module SUNAUDIODEV was generated on an older version ofBarry Warsaw1998-11-011-16/+25
* MainWindow.__init__(): Move the import of Tkinter to here so thatBarry Warsaw1998-11-011-1/+1
* Added a version number, --version, and updated the docstring.Barry Warsaw1998-11-011-5/+13
* Rewrite, simplification of command line option parsing. Many GUIBarry Warsaw1998-11-011-124/+50
* some rewriting, must do command line argsBarry Warsaw1998-10-311-40/+91
* Input stuffBarry Warsaw1998-10-301-15/+91
* Added command line optionsBarry Warsaw1998-10-301-1/+273
* Initial revisionBarry Warsaw1998-10-301-0/+1
* root is now a global called _rootGuido van Rossum1998-10-261-1/+1
* Raise the root window on reset().Guido van Rossum1998-10-241-11/+9
* Split the goto() function in two: _goto() is the internal one,Guido van Rossum1998-10-241-5/+9
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
* Turtle graphicsGuido van Rossum1998-10-241-0/+324
* Use of Breakpoint class should be bdb.Breakpoint.Guido van Rossum1998-10-241-1/+1
* Brief update on the slightly changed API of pyColorChooser.askcolor().Barry Warsaw1998-10-221-11/+41
* __init__(): Removed initialcolor keyword.Barry Warsaw1998-10-221-6/+26
* sticky should be NSEW to fix pixel weirdness at right edgeBarry Warsaw1998-10-221-1/+1
* Error message goes to stderrBarry Warsaw1998-10-221-4/+8
* beep => bellBarry Warsaw1998-10-221-3/+6
* Fixed running of standalone via command line. Also, only do save fromBarry Warsaw1998-10-221-3/+5
* Describe all the new featuresBarry Warsaw1998-10-221-133/+262
* Chooser.__init__(): Added `wantspec' keyword to conform exactly toBarry Warsaw1998-10-221-4/+10
* Many changes to support a second mode of operation. Pynche can now beBarry Warsaw1998-10-2210-120/+256
* Saving/Restoring state into ~/.pynche fileBarry Warsaw1998-10-2010-27/+160
* Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices:Guido van Rossum1998-10-201-1/+4
* Speed up the search a bit -- don't drag a mark around...Guido van Rossum1998-10-191-13/+17
* Change our special entries from <console#N> to <pyshell#N>.Guido van Rossum1998-10-191-2/+48
* Use and pass through the 'force' flag to set_dict() where appropriate.Guido van Rossum1998-10-191-8/+35
* Raise priority of 'sel' tag so its foreground (on Windows) will takeGuido van Rossum1998-10-191-0/+3
* Disable "Open stack viewer" and "help" commands.Guido van Rossum1998-10-191-3/+3
* Add optional 'force' argument (default 0) to load_dict().Guido van Rossum1998-10-191-2/+2
* The driver script on Unix is `pynche'; for Windows `pynche.pyw'Barry Warsaw1998-10-161-2/+2