Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hm. There was a boundary condition error at the end of the file too. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Hm. Add Unix binding for replace, too. | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Ran eventparse.py again. | Guido van Rossum | 1999-01-04 | 1 | -6/+2 |
| | |||||
* | Added Unix Meta-q key binding; | Guido van Rossum | 1999-01-04 | 1 | -1/+5 |
| | | | | fix find_paragraph when at start of file. | ||||
* | Added Meta-/ binding for Unix as alt for Alt-/. | Guido van Rossum | 1999-01-04 | 1 | -0/+4 |
| | |||||
* | Add unix binding for grep (otherwise the menu entry doesn't work!) | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Adjusted Unix height to work with fvwm96. :=( | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Need to import sys! | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
| | |||||
* | Formatted some paragraphs | Guido van Rossum | 1999-01-04 | 3 | -57/+46 |
| | |||||
* | Add new extension to reformat a (text) paragraph. | Guido van Rossum | 1999-01-04 | 2 | -0/+102 |
| | |||||
* | Typo in Win specific height setting. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
| | |||||
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
| | | | | create a directory and moer the original file to the index.html. | ||||
* | Added something like Tim Peters' backspace patch. | Guido van Rossum | 1999-01-03 | 1 | -2/+28 |
| | |||||
* | Adapted to Unix (i.e., more hardcoded constants). | Guido van Rossum | 1999-01-03 | 1 | -3/+10 |
| | |||||
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 38 | -898/+2203 |
| | | | | | | | | | | | | Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet. | ||||
* | D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) | Barry Warsaw | 1998-12-29 | 1 | -4/+7 |
| | |||||
* | Update on history of `uk' top level, greatly condensed from David | Barry Warsaw | 1998-12-27 | 1 | -6/+6 |
| | | | | Pick's emailed account. | ||||
* | Provide more detail when the commit button is not shown. | Guido van Rossum | 1998-12-23 | 2 | -8/+17 |
| | |||||
* | Fix for modulefinder so that it prints all modules an unknown module | Guido van Rossum | 1998-12-22 | 1 | -2/+6 |
| | | | | was referenced in instead of only the last. (Sjoerd Mullender) | ||||
* | 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 |
| | | | | offending files to be printed. Good for emacs `tabnanny.py *.py` | ||||
* | Patch by Chris Herborth: | Guido van Rossum | 1998-12-17 | 1 | -1/+7 |
| | | | | | BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. | ||||
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-15 | 2 | -3/+7 |
| | | | | | When printing missing modules, also print the module they were imported from. | ||||
* | Added most of the mechanism to change the strips from color variations | Barry Warsaw | 1998-12-15 | 1 | -20/+101 |
| | | | | | | | | to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons. | ||||
* | A start on the TestModExp applet | Barry Warsaw | 1998-12-15 | 3 | -6/+6 |
| | | | | "Author" => "Contact" | ||||
* | "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 |
| | | | | | | | and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits | ||||
* | 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 |
| | | | | | definitions (platform-specific), and generating accelerator strings automatically from the key definitions. | ||||
* | 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 |
| | | | | | Solaris, the `CD' macro won't exist in the header file, so this will raise a NameError. | ||||
* | MainWindow.__init__(): Move the import of Tkinter to here so that | Barry Warsaw | 1998-11-01 | 1 | -1/+1 |
| | | | | command line operation is (much) faster. |