| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the class browser to work even when the file is not on sys.path. | Guido van Rossum | 1998-12-18 | 2 | -3/+3 |
|
|
* | Added a -q ('quiet') option to tabnanny, which causes only the names of | Andrew M. Kuchling | 1998-12-18 | 2 | -6/+14 |
|
|
* | Patch by Chris Herborth: | Guido van Rossum | 1998-12-17 | 1 | -1/+7 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-15 | 2 | -3/+7 |
|
|
* | Added most of the mechanism to change the strips from color variations | Barry Warsaw | 1998-12-15 | 1 | -20/+101 |
|
|
* | A start on the TestModExp applet | Barry Warsaw | 1998-12-15 | 3 | -6/+6 |
|
|
* | "Author" -> "Contact" | Barry Warsaw | 1998-12-14 | 4 | -8/+8 |
|
|
* | Moved to Python 1.5.2/Lib | Guido van Rossum | 1998-12-08 | 1 | -343/+0 |
|
|
* | intermediate | Barry Warsaw | 1998-12-05 | 1 | -0/+85 |
|
|
* | Fixed some bugs | Barry Warsaw | 1998-12-05 | 1 | -23/+32 |
|
|
* | Fixed typos in --dump | Barry Warsaw | 1998-12-05 | 1 | -4/+4 |
|
|
* | Added Helpwin -- help in a text widget | Barry Warsaw | 1998-12-03 | 1 | -0/+60 |
|
|
* | Untabification and other cruft | Barry Warsaw | 1998-12-03 | 1 | -31/+40 |
|
|
* | docstring(): Function for returning __doc__ % globals() | Barry Warsaw | 1998-12-03 | 1 | -1/+6 |
|
|
* | audiopy: slightly revamped UI... includes a menubar, no quit button, | Barry Warsaw | 1998-12-03 | 2 | -17/+102 |
|
|
* | Initial version of the README file | Barry Warsaw | 1998-12-03 | 1 | -0/+98 |
|
|
* | Typo | Guido van Rossum | 1998-11-27 | 1 | -1/+1 |
|
|
* | Support underlining of menu labels | Guido van Rossum | 1998-11-27 | 2 | -5/+6 |
|
|
* | New approach, separate tables for menus (platform-independent) and key | Guido van Rossum | 1998-11-27 | 1 | -168/+192 |
|
|
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -5/+20 |
|
|
* | A little more tweakage | Barry Warsaw | 1998-11-18 | 1 | -1/+2 |
|
|
* | A bit of tweakage of the --help and --version options | Barry Warsaw | 1998-11-18 | 1 | -6/+11 |
|
|
* | (ChipViewer): Make frame sticky NSEW to fix geometry problem. | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
|
|
* | tweak version number | Barry Warsaw | 1998-11-18 | 1 | -1/+1 |
|
|
* | Update | Barry Warsaw | 1998-11-18 | 1 | -0/+3 |
|
|
* | Updating | Barry Warsaw | 1998-11-18 | 2 | -4/+0 |
|
|
* | Clarify portability and main program. | Guido van Rossum | 1998-11-16 | 1 | -2/+8 |
|
|
* | Added intro for 0.1 release and append Grail notes. | Guido van Rossum | 1998-11-16 | 1 | -0/+37 |
|
|
* | Added a None button to turn off all input sources. | Barry Warsaw | 1998-11-02 | 1 | -4/+22 |
|
|
* | If the module SUNAUDIODEV was generated on an older version of | Barry Warsaw | 1998-11-01 | 1 | -16/+25 |
|
|
* | MainWindow.__init__(): Move the import of Tkinter to here so that | Barry Warsaw | 1998-11-01 | 1 | -1/+1 |
|
|
* | Added a version number, --version, and updated the docstring. | Barry Warsaw | 1998-11-01 | 1 | -5/+13 |
|
|
* | Rewrite, simplification of command line option parsing. Many GUI | Barry Warsaw | 1998-11-01 | 1 | -124/+50 |
|
|
* | some rewriting, must do command line args | Barry Warsaw | 1998-10-31 | 1 | -40/+91 |
|
|
* | Input stuff | Barry Warsaw | 1998-10-30 | 1 | -15/+91 |
|
|
* | Added command line options | Barry Warsaw | 1998-10-30 | 1 | -1/+273 |
|
|
* | Initial revision | Barry Warsaw | 1998-10-30 | 1 | -0/+1 |
|
|
* | root is now a global called _root | Guido van Rossum | 1998-10-26 | 1 | -1/+1 |
|
|
* | Raise the root window on reset(). | Guido van Rossum | 1998-10-24 | 1 | -11/+9 |
|
|
* | Split the goto() function in two: _goto() is the internal one, | Guido van Rossum | 1998-10-24 | 1 | -5/+9 |
|
|
* | Cope with destruction of the window | Guido van Rossum | 1998-10-24 | 1 | -7/+24 |
|
|
* | Turtle graphics | Guido van Rossum | 1998-10-24 | 1 | -0/+324 |
|
|
* | Use of Breakpoint class should be bdb.Breakpoint. | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
|
|
* | Brief update on the slightly changed API of pyColorChooser.askcolor(). | Barry Warsaw | 1998-10-22 | 1 | -11/+41 |
|
|
* | __init__(): Removed initialcolor keyword. | Barry Warsaw | 1998-10-22 | 1 | -6/+26 |
|
|
* | sticky should be NSEW to fix pixel weirdness at right edge | Barry Warsaw | 1998-10-22 | 1 | -1/+1 |
|
|
* | Error message goes to stderr | Barry Warsaw | 1998-10-22 | 1 | -4/+8 |
|
|
* | beep => bell | Barry Warsaw | 1998-10-22 | 1 | -3/+6 |
|
|
* | Fixed running of standalone via command line. Also, only do save from | Barry Warsaw | 1998-10-22 | 1 | -3/+5 |
|
|
* | Describe all the new features | Barry Warsaw | 1998-10-22 | 1 | -133/+262 |
|
|