Guido van Rossum
629082edd6
Change paragraph width limit to 70 (like Emacs M-Q).
1999-01-07 00:12:15 +00:00
Guido van Rossum
2927e7891f
Separating TODO from README. Slight reformulation of features. No
...
exact release date.
1999-01-07 00:11:29 +00:00
Guido van Rossum
6ba219e975
Separating TODO from README.
1999-01-07 00:10:00 +00:00
Guido van Rossum
1e899cdeaa
Hm. There was a boundary condition error at the end of the file too.
1999-01-04 21:19:09 +00:00
Guido van Rossum
4eac47cf50
Hm. Add Unix binding for replace, too.
1999-01-04 21:18:40 +00:00
Guido van Rossum
906572a06d
Ran eventparse.py again.
1999-01-04 16:35:02 +00:00
Guido van Rossum
e911c3e20c
Added Unix Meta-q key binding;
...
fix find_paragraph when at start of file.
1999-01-04 16:34:41 +00:00
Guido van Rossum
16b91f89b5
Added Meta-/ binding for Unix as alt for Alt-/.
1999-01-04 16:32:21 +00:00
Guido van Rossum
5bfffbd79d
Add unix binding for grep (otherwise the menu entry doesn't work!)
1999-01-04 16:32:04 +00:00
Guido van Rossum
1ae3f89611
Adjusted Unix height to work with fvwm96. :=(
1999-01-04 16:31:31 +00:00
Guido van Rossum
d53869ea33
Need to import sys!
1999-01-04 15:52:33 +00:00
Guido van Rossum
f903898fff
Formatted some paragraphs
1999-01-04 13:05:58 +00:00
Guido van Rossum
94e82ceeac
Add new extension to reformat a (text) paragraph.
1999-01-04 13:04:54 +00:00
Guido van Rossum
46facd1bac
Typo in Win specific height setting.
1999-01-04 12:23:46 +00:00
Guido van Rossum
909bc18188
Recover from failed saves; when a file turns out to be a directory,
...
create a directory and moer the original file to the index.html.
1999-01-03 13:06:00 +00:00
Guido van Rossum
33f2b7b257
Added something like Tim Peters' backspace patch.
1999-01-03 00:47:35 +00:00
Guido van Rossum
0c65e2504e
Adapted to Unix (i.e., more hardcoded constants).
1999-01-03 00:47:07 +00:00
Guido van Rossum
504b0bf066
Checking in IDLE 0.2.
...
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.
1999-01-02 21:28:54 +00:00
Barry Warsaw
c0ef565cdf
D.M. Pick gives me a more accurate distillation of his `uk' explanation :-)
1998-12-29 02:52:11 +00:00
Barry Warsaw
a2b38030d6
Update on history of `uk' top level, greatly condensed from David
...
Pick's emailed account.
1998-12-27 20:08:49 +00:00
Guido van Rossum
2d3b0d725a
Provide more detail when the commit button is not shown.
1998-12-23 21:33:09 +00:00
Guido van Rossum
fdd302820e
Fix for modulefinder so that it prints all modules an unknown module
...
was referenced in instead of only the last. (Sjoerd Mullender)
1998-12-22 13:44:01 +00:00
Guido van Rossum
654387efbd
Fix the class browser to work even when the file is not on sys.path.
1998-12-18 15:52:54 +00:00
Andrew M. Kuchling
dc86a4e5bb
Added a -q ('quiet') option to tabnanny, which causes only the names of
...
offending files to be printed. Good for emacs `tabnanny.py *.py`
1998-12-18 13:56:58 +00:00
Guido van Rossum
5cd975c678
Patch by Chris Herborth:
...
BeOS headers live in various non-standard places;
luckily, there's an environment variable that lists them all.
1998-12-17 18:02:15 +00:00
Guido van Rossum
38b92eb56a
Sjoerd Mullender:
...
When printing missing modules, also print the module they were
imported from.
1998-12-15 15:35:23 +00:00
Barry Warsaw
ef30092207
Added most of the mechanism to change the strips from color variations
...
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.
1998-12-15 01:04:38 +00:00
Barry Warsaw
6403991a9d
A start on the TestModExp applet
...
"Author" => "Contact"
1998-12-15 01:02:51 +00:00
Barry Warsaw
88604056c5
"Author" -> "Contact"
1998-12-14 21:36:40 +00:00
Guido van Rossum
e6360fab2c
Moved to Python 1.5.2/Lib
1998-12-08 20:39:36 +00:00
Barry Warsaw
08833f2a6d
intermediate
1998-12-05 22:19:06 +00:00
Barry Warsaw
e1425d6a33
Fixed some bugs
1998-12-05 22:07:24 +00:00
Barry Warsaw
93ec4cc6f4
Fixed typos in --dump
1998-12-05 21:15:41 +00:00
Barry Warsaw
ce0bbd270b
Added Helpwin -- help in a text widget
1998-12-03 19:50:24 +00:00
Barry Warsaw
eb6b9b7ebb
Untabification and other cruft
1998-12-03 19:49:45 +00:00
Barry Warsaw
d0e1e51385
docstring(): Function for returning __doc__ % globals()
1998-12-03 19:49:13 +00:00
Barry Warsaw
f622a33b29
audiopy: slightly revamped UI... includes a menubar, no quit button,
...
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
1998-12-03 19:32:38 +00:00
Barry Warsaw
53646881f3
Initial version of the README file
1998-12-03 16:27:38 +00:00
Guido van Rossum
0903f2a36d
Typo
1998-11-27 03:19:20 +00:00
Guido van Rossum
b5eed0328f
Support underlining of menu labels
1998-11-27 03:19:07 +00:00
Guido van Rossum
6e0a413693
New approach, separate tables for menus (platform-independent) and key
...
definitions (platform-specific), and generating accelerator strings
automatically from the key definitions.
1998-11-27 03:17:49 +00:00
Barry Warsaw
3fe1b14c96
A little more tweakage
1998-11-18 03:45:09 +00:00
Barry Warsaw
2858b43613
A little more tweakage
1998-11-18 03:32:43 +00:00
Barry Warsaw
d81d534aef
A bit of tweakage of the --help and --version options
1998-11-18 03:28:45 +00:00
Barry Warsaw
615a66a5ef
(ChipViewer): Make frame sticky NSEW to fix geometry problem.
1998-11-18 03:15:19 +00:00
Barry Warsaw
93990de252
tweak version number
1998-11-18 03:09:18 +00:00
Barry Warsaw
f79b7e274c
Update
1998-11-18 00:27:14 +00:00
Barry Warsaw
e882b8a92e
Updating
1998-11-18 00:21:09 +00:00
Guido van Rossum
72fe0859d0
Clarify portability and main program.
1998-11-16 18:37:42 +00:00
Guido van Rossum
a017777bd4
Added intro for 0.1 release and append Grail notes.
1998-11-16 18:34:26 +00:00