]> granicus.if.org Git - python/log
python
25 years agoMinor nits, partly in response to comments from Jonathan Black
Fred Drake [Thu, 29 Apr 1999 12:57:32 +0000 (12:57 +0000)]
Minor nits, partly in response to comments from Jonathan Black
<jblack@Ridgeway-Sys.com>.

25 years agoMike Meyer reports a bug in his patch (several months ago) that
Guido van Rossum [Thu, 29 Apr 1999 12:50:36 +0000 (12:50 +0000)]
Mike Meyer reports a bug in his patch (several months ago) that
accepts long month names.  One essential line was missing.  Fixed now.

25 years agoAnnotate a couple of entries further.
Fred Drake [Thu, 29 Apr 1999 04:23:37 +0000 (04:23 +0000)]
Annotate a couple of entries further.

25 years agoFill in a few holes in the "Very High Level" chapter.
Fred Drake [Thu, 29 Apr 1999 04:20:46 +0000 (04:20 +0000)]
Fill in a few holes in the "Very High Level" chapter.

25 years agoAlways use "section" when referring to sections of a document, not "Section".
Fred Drake [Thu, 29 Apr 1999 02:47:40 +0000 (02:47 +0000)]
Always use "section" when referring to sections of a document, not "Section".

25 years agoClarify that the Modules/ directory is in an unpacked source
Fred Drake [Thu, 29 Apr 1999 02:44:50 +0000 (02:44 +0000)]
Clarify that the Modules/ directory is in an unpacked source
distribution; this is not clear for Windows users.

25 years agoUpdate starship URLs.
Fred Drake [Thu, 29 Apr 1999 02:30:04 +0000 (02:30 +0000)]
Update starship URLs.

25 years agoMessage.getheader(): Fixed grammatical error in docstring.
Fred Drake [Wed, 28 Apr 1999 21:17:38 +0000 (21:17 +0000)]
Message.getheader():  Fixed grammatical error in docstring.

Message.getheaders():  Method to get list of all values for each
       instance of a named header.  See docstring for more.

25 years agoAdd a scale widget and command line options to set the output volume.
Barry Warsaw [Wed, 28 Apr 1999 19:32:46 +0000 (19:32 +0000)]
Add a scale widget and command line options to set the output volume.

Bump version number 1.0

25 years agoRemove the \date macro; just pick it up from boilerplate.tex.
Fred Drake [Wed, 28 Apr 1999 18:24:02 +0000 (18:24 +0000)]
Remove the \date macro; just pick it up from boilerplate.tex.

25 years agoUse \rfc to mark some remaining RFC references.
Fred Drake [Wed, 28 Apr 1999 18:11:09 +0000 (18:11 +0000)]
Use \rfc to mark some remaining RFC references.

Remove comment about full name bug in getaddrlist(); this has been
fixed for a while now.

Work around LaTeX2HTML space-dropping bug.

Mention that the fp attribute can be used to read the message body.

25 years agoAdded test case that includes a comma in the full name. This tests
Fred Drake [Wed, 28 Apr 1999 17:38:31 +0000 (17:38 +0000)]
Added test case that includes a comma in the full name.  This tests
for an old bug that's been gone a while, but was still documented
until a few minutes from now.

25 years agosetup_column_alignments(): Adding valign=baseline to the <td> tag
Fred Drake [Wed, 28 Apr 1999 17:11:21 +0000 (17:11 +0000)]
setup_column_alignments():  Adding valign=baseline to the <td> tag
    makes the alignment work on Navigator as
    well as IE.  Uglier HTML, but it looks
    right.

25 years agoLet's try again: new assertion.
Fred Drake [Wed, 28 Apr 1999 16:57:01 +0000 (16:57 +0000)]
Let's try again: new assertion.

25 years agoRemoved (empty) description of \optional from the "Inline Markup"
Fred Drake [Wed, 28 Apr 1999 16:54:00 +0000 (16:54 +0000)]
Removed (empty) description of \optional from the "Inline Markup"
section; that's not really the right place for it.

25 years agoFill in a few holes.
Fred Drake [Wed, 28 Apr 1999 16:43:11 +0000 (16:43 +0000)]
Fill in a few holes.

25 years agoFix up the HTML generated for envdesc and macrodesc environments.
Fred Drake [Wed, 28 Apr 1999 16:42:29 +0000 (16:42 +0000)]
Fix up the HTML generated for envdesc and macrodesc environments.
Make it possible for the user to tell the difference.  ;-)

25 years agoHandle \p and \op in parameter lists for the environment and macro
Fred Drake [Wed, 28 Apr 1999 16:33:04 +0000 (16:33 +0000)]
Handle \p and \op in parameter lists for the environment and macro
description environments.

25 years agoAdjust the message that gets added to the bottom of each page about
Fred Drake [Wed, 28 Apr 1999 15:06:08 +0000 (15:06 +0000)]
Adjust the message that gets added to the bottom of each page about
where to send comments.

25 years ago\filenq: Like \file, but don't use single-quotes; this looks better
Fred Drake [Wed, 28 Apr 1999 14:59:44 +0000 (14:59 +0000)]
\filenq:  Like \file, but don't use single-quotes; this looks better
in tables.

25 years agoControl the layout of output tables a little better so they're easier
Fred Drake [Wed, 28 Apr 1999 14:58:49 +0000 (14:58 +0000)]
Control the layout of output tables a little better so they're easier
to debug.  Small code cleanup around tables.

25 years agoPoint to the library reference manual for os.path documentation (in
Fred Drake [Wed, 28 Apr 1999 14:04:36 +0000 (14:04 +0000)]
Point to the library reference manual for os.path documentation (in
macpath section).

25 years agodo_cmd_seetext(): Clean up so we get proper nesting of <div>s. This
Fred Drake [Wed, 28 Apr 1999 13:54:30 +0000 (13:54 +0000)]
do_cmd_seetext():  Clean up so we get proper nesting of <div>s.  This
   fixes a rendering problem on IE5.

General adjustments to the table* environments, including using
<thead> and <tbody>.  Attempt to adjust the vertical alignment of the
table cells so that the baseline of the first cell matches the
baseline of the remaining cells:  When the first cell is small and the
second cell of the same row is multi-line, the first cell was
vertically centered by default.  Specifying valign=baseline fixes the
problem on IE, but Netscape seems to ignore both valign=top and
valign=baseline (even though valign is NS's fault!).  Make the
horizontal alignment of 'p' columns left instead of center (for the
headings).

25 years agoTwo changes suggested by Jan Pieter Riegel:
Guido van Rossum [Wed, 28 Apr 1999 12:21:47 +0000 (12:21 +0000)]
Two changes suggested by Jan Pieter Riegel:

(1) Fix reference to pwd.error to be KeyError -- there is no pwd.error
and pwd.getpwnam() raises KeyError on failure.

(2) Add cookie support, by placing the 'Cookie:' header, if present,
in the HTTP_COOKIE environment variable.

25 years agoNeed to double the macro brackets in FreeBSD check.
Guido van Rossum [Tue, 27 Apr 1999 22:06:08 +0000 (22:06 +0000)]
Need to double the macro brackets in FreeBSD check.
(My fault, not Dom's -- he submitted a correct patch to configure.)

25 years agoUse the much nicer tkFileDialog for loading color name database files
Barry Warsaw [Tue, 27 Apr 1999 19:51:55 +0000 (19:51 +0000)]
Use the much nicer tkFileDialog for loading color name database files
(thanks Fred!)

25 years agoDocument that for askcolor(), databasefile and wantspec can now be set
Barry Warsaw [Tue, 27 Apr 1999 18:57:00 +0000 (18:57 +0000)]
Document that for askcolor(), databasefile and wantspec can now be set
on every invocation, instead of just the first.

25 years agoaskcolor(): databasefile and wantspec can now be set on every
Barry Warsaw [Tue, 27 Apr 1999 18:56:35 +0000 (18:56 +0000)]
askcolor(): databasefile and wantspec can now be set on every
invocation, instead of just the first.

25 years agoImplement dynamic external Viewer discovery.
Barry Warsaw [Tue, 27 Apr 1999 18:55:48 +0000 (18:55 +0000)]
Implement dynamic external Viewer discovery.

PyncheWidget.__init__(): Add the extrapath argument which can be used
to pass in additional directories to search for Viewers.

25 years agoAdd a module global variable ADDTOVIEW to conform to dynamic viewer
Barry Warsaw [Tue, 27 Apr 1999 18:54:12 +0000 (18:54 +0000)]
Add a module global variable ADDTOVIEW to conform to dynamic viewer
lookup protocol.

25 years agoAdded docstring describing Viewer interface.
Barry Warsaw [Tue, 27 Apr 1999 18:53:29 +0000 (18:53 +0000)]
Added docstring describing Viewer interface.

set_colordb(): Call Viewers' colordb_changed() method if they have
them.  Notifies them of changes to the color name database.

25 years agoadd a comment
Barry Warsaw [Tue, 27 Apr 1999 18:43:47 +0000 (18:43 +0000)]
add a comment

25 years agoAdded "See also" reference to PyOpenGL.
Fred Drake [Tue, 27 Apr 1999 18:05:06 +0000 (18:05 +0000)]
Added "See also" reference to PyOpenGL.

25 years agoWhen selecting a radio button in the TextViewer (to change a specific
Barry Warsaw [Tue, 27 Apr 1999 15:56:53 +0000 (15:56 +0000)]
When selecting a radio button in the TextViewer (to change a specific
text widget attribute), the color the attribute currently has is set
in the main widget.

25 years agoChange Black/White button labels to not include the arrow
Barry Warsaw [Tue, 27 Apr 1999 15:56:02 +0000 (15:56 +0000)]
Change Black/White button labels to not include the arrow

25 years agoCast f.tell() result to int() in _addval(), so it works even on
Guido van Rossum [Tue, 27 Apr 1999 12:21:17 +0000 (12:21 +0000)]
Cast f.tell() result to int() in _addval(), so it works even on
platforms where tell() returns a long.  (Perhaps tell() should be
fixed too?)  Reported by Greg Humphreys.

25 years agoDescribe namedcolors.txt
Barry Warsaw [Mon, 26 Apr 1999 23:50:04 +0000 (23:50 +0000)]
Describe namedcolors.txt

25 years agoAn alternative Netscape database
Barry Warsaw [Mon, 26 Apr 1999 23:49:23 +0000 (23:49 +0000)]
An alternative Netscape database

25 years agoDescribe how to load a new database
Barry Warsaw [Mon, 26 Apr 1999 23:48:17 +0000 (23:48 +0000)]
Describe how to load a new database

25 years agoDescribe the Color database files
Barry Warsaw [Mon, 26 Apr 1999 23:46:25 +0000 (23:46 +0000)]
Describe the Color database files

25 years agoPut the 'File' menu on the menubar even when modal, so users can get
Barry Warsaw [Mon, 26 Apr 1999 23:36:47 +0000 (23:36 +0000)]
Put the 'File' menu on the menubar even when modal, so users can get
to the 'load palette' entry.   Just don't put the quit button on
there.

25 years agoTim Peter's sister's 140 named colors that NS and MSIE understand
Barry Warsaw [Mon, 26 Apr 1999 23:27:38 +0000 (23:27 +0000)]
Tim Peter's sister's 140 named colors that NS and MSIE understand
(with some controversy surrounding AliceBlue :-)

25 years agoThe "Web-safe" colors (all #rrggbb style)
Barry Warsaw [Mon, 26 Apr 1999 23:26:43 +0000 (23:26 +0000)]
The "Web-safe" colors (all #rrggbb style)

25 years agoThe HTML 4.0 guaranteed colors.
Barry Warsaw [Mon, 26 Apr 1999 23:26:23 +0000 (23:26 +0000)]
The HTML 4.0 guaranteed colors.

25 years agoSet the version number to 1.0 -- I think it's stable enough
Barry Warsaw [Mon, 26 Apr 1999 23:18:07 +0000 (23:18 +0000)]
Set the version number to 1.0 -- I think it's stable enough

25 years agoLots of changes to support loading alternative color name database.
Barry Warsaw [Mon, 26 Apr 1999 23:17:16 +0000 (23:17 +0000)]
Lots of changes to support loading alternative color name database.
You can switch database by just loading the new one; the list window
and nearest colors adapt to the new database.

Some reorganizing of code.  Also, the name of the database file is
stored in the ~/.pynche pickle.  If it can't be loaded, fallbacks are
used.

25 years agoSome changes (maybe not enough?) to make it work on Windows with local
Guido van Rossum [Mon, 26 Apr 1999 23:11:46 +0000 (23:11 +0000)]
Some changes (maybe not enough?) to make it work on Windows with local
file URLs.

25 years agoTim Peters strikes again:
Guido van Rossum [Mon, 26 Apr 1999 22:20:38 +0000 (22:20 +0000)]
Tim Peters strikes again:

Ho ho ho -- that's trickier than it sounded!  The colorizer is working with
"line.col" strings instead of Text marks, and the absolute coordinates of
the point of interest can change across the self.update call (voice of
baffled experience, when two quick backspaces no longer fooled it, but a
backspace followed by a quick ENTER did <wink>).

Anyway, the attached appears to do the trick.  CPU usage goes way up when
typing quickly into a long triple-quoted string, but the latency is fine for
me (a relatively fast typist on a relatively slow machine).  Most of the
changes here are left over from reducing the # of vrbl names to help me
reason about the logic better; I hope the code is a *little* easier to

25 years agoBill Bedford's Apple Data Detector extensions for Python. Unchanged, except for the...
Jack Jansen [Sun, 25 Apr 1999 21:37:50 +0000 (21:37 +0000)]
Bill Bedford's Apple Data Detector extensions for Python. Unchanged, except for the readme filename. Untested too, because I don't have ADD/IAD installed yet.

25 years agoadded 'org.python.core' to the maymiss list (pickly.py tries to import it, probably...
Just van Rossum [Sat, 24 Apr 1999 16:51:22 +0000 (16:51 +0000)]
added 'org.python.core' to the maymiss list (pickly.py tries to import it, probably for JPython support) -- jvr

25 years agoremoved two redundant lines -- jvr
Just van Rossum [Sat, 24 Apr 1999 16:48:34 +0000 (16:48 +0000)]
removed two redundant lines -- jvr

25 years agomhlib is now documented.
Fred Drake [Fri, 23 Apr 1999 22:24:12 +0000 (22:24 +0000)]
mhlib is now documented.

25 years agoMarkup consistency.
Fred Drake [Fri, 23 Apr 1999 22:22:27 +0000 (22:22 +0000)]
Markup consistency.

25 years agoNits.
Fred Drake [Fri, 23 Apr 1999 22:03:00 +0000 (22:03 +0000)]
Nits.

25 years agoAdd section for the sha module.
Fred Drake [Fri, 23 Apr 1999 21:52:18 +0000 (21:52 +0000)]
Add section for the sha module.

25 years agoApparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.
Guido van Rossum [Fri, 23 Apr 1999 20:59:05 +0000 (20:59 +0000)]
Apparently __GNU_LIBRARY__ is defined for glibc as well as for libc5.
The test really wanted to distinguish between the two.  So now we test
for __GLIBC__ instead.  I have confirmed that this works for glibc and
I have an email from Christian Tanzer confirming that it works for
libc5, so it should be fine.

25 years agoPatch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),
Fred Drake [Fri, 23 Apr 1999 20:54:57 +0000 (20:54 +0000)]
Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),
and an explanation of why any of stat.S_*() would be used instead of
os.path.is*().  (With some really small enhancements by me.)

25 years agoFixed typo and font-control problem reported by Detlef Lannert
Fred Drake [Fri, 23 Apr 1999 20:33:59 +0000 (20:33 +0000)]
Fixed typo and font-control problem reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

25 years agoClarifications on the first(), next(), and previous() functions, based
Fred Drake [Fri, 23 Apr 1999 20:32:59 +0000 (20:32 +0000)]
Clarifications on the first(), next(), and previous() functions, based
on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.

25 years agoFix a grammatical error reported by Detlef Lannert
Fred Drake [Fri, 23 Apr 1999 20:07:02 +0000 (20:07 +0000)]
Fix a grammatical error reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

25 years agoFix a couple of typos reported by Detlef Lannert
Fred Drake [Fri, 23 Apr 1999 20:01:17 +0000 (20:01 +0000)]
Fix a couple of typos reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

25 years agoFix a couple of grammatical errors reported by Detlef Lannert
Fred Drake [Fri, 23 Apr 1999 20:00:53 +0000 (20:00 +0000)]
Fix a couple of grammatical errors reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.

25 years agoWork-around LaTeX2HTML space-dropping bug.
Fred Drake [Fri, 23 Apr 1999 17:30:40 +0000 (17:30 +0000)]
Work-around LaTeX2HTML space-dropping bug.

25 years agoFixed some logical markup nits.
Fred Drake [Fri, 23 Apr 1999 17:26:24 +0000 (17:26 +0000)]
Fixed some logical markup nits.

Added a pointer to Grail in the see-also section, since it's used as
an example.

25 years agoLogical markup.
Fred Drake [Fri, 23 Apr 1999 17:11:53 +0000 (17:11 +0000)]
Logical markup.

25 years agoNo, __repr__() does not accept a parameter other than self.
Fred Drake [Fri, 23 Apr 1999 17:03:21 +0000 (17:03 +0000)]
No, __repr__() does not accept a parameter other than self.

25 years agoShorten the section title.
Fred Drake [Fri, 23 Apr 1999 16:44:53 +0000 (16:44 +0000)]
Shorten the section title.

Adjust markup to be a little more consistent with the rest of the
document.

25 years agoAdded /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers
Barry Warsaw [Fri, 23 Apr 1999 16:24:00 +0000 (16:24 +0000)]
Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for Linuxers

25 years agoShorten the section title.
Fred Drake [Fri, 23 Apr 1999 16:07:38 +0000 (16:07 +0000)]
Shorten the section title.

25 years agoShorten the section title.
Fred Drake [Fri, 23 Apr 1999 16:02:30 +0000 (16:02 +0000)]
Shorten the section title.

Fix a couple of grammatical errors.

25 years agoWork around a space-dropping problem in LaTeX2HTML.
Fred Drake [Fri, 23 Apr 1999 15:57:23 +0000 (15:57 +0000)]
Work around a space-dropping problem in LaTeX2HTML.

Clarify the usage of a parameter.

25 years agoAdded "See also" sections linking to binascii.
Fred Drake [Fri, 23 Apr 1999 15:52:18 +0000 (15:52 +0000)]
Added "See also" sections linking to binascii.

25 years agoRefer to the binhex module, not the non-existent hexbin module.
Fred Drake [Fri, 23 Apr 1999 15:42:36 +0000 (15:42 +0000)]
Refer to the binhex module, not the non-existent hexbin module.

Added a "See also" section.

25 years agoFix some glaring markup consistency problems (presentation was
Fred Drake [Fri, 23 Apr 1999 15:41:53 +0000 (15:41 +0000)]
Fix some glaring markup consistency problems (presentation was
broken).

Added a "See also" section.

25 years agoAdded a couple more requests from users.
Fred Drake [Fri, 23 Apr 1999 15:15:58 +0000 (15:15 +0000)]
Added a couple more requests from users.

25 years agoHack places where '--' should appear as literal output but the -- was
Fred Drake [Fri, 23 Apr 1999 14:46:18 +0000 (14:46 +0000)]
Hack places where '--' should appear as literal output but the -- was
(properly) converted to - by LaTeX2HTML.

25 years agoFix square brackets around optional parameters to macros.
Fred Drake [Fri, 23 Apr 1999 14:44:53 +0000 (14:44 +0000)]
Fix square brackets around optional parameters to macros.

25 years agoGeneral small improvements and fixes.
Fred Drake [Fri, 23 Apr 1999 14:41:44 +0000 (14:41 +0000)]
General small improvements and fixes.

25 years agoProvide full arguments to __import__ so it works in packagized IDLE.
Guido van Rossum [Fri, 23 Apr 1999 14:01:25 +0000 (14:01 +0000)]
Provide full arguments to __import__ so it works in packagized IDLE.

25 years agoBunch of updates necessary due to recent changes; added docs for File
Guido van Rossum [Thu, 22 Apr 1999 23:20:17 +0000 (23:20 +0000)]
Bunch of updates necessary due to recent changes; added docs for File
menu, command line and color preferences.

25 years agoRemove obsolete 'script' menu.
Guido van Rossum [Thu, 22 Apr 1999 23:09:23 +0000 (23:09 +0000)]
Remove obsolete 'script' menu.

25 years agoSeveral wishes fulfilled.
Guido van Rossum [Thu, 22 Apr 1999 22:32:32 +0000 (22:32 +0000)]
Several wishes fulfilled.

25 years agoMoved classes OnDemandOutputWindow and PseudoFile here,
Guido van Rossum [Thu, 22 Apr 1999 22:28:42 +0000 (22:28 +0000)]
Moved classes OnDemandOutputWindow and PseudoFile here,
from ScriptBinding.py where they are no longer needed.

25 years agoMostly rewritten. Instead of the old Run module and Debug module,
Guido van Rossum [Thu, 22 Apr 1999 22:27:40 +0000 (22:27 +0000)]
Mostly rewritten.  Instead of the old Run module and Debug module,
there are two new commands:

Import module (F5) imports or reloads the module and also adds its
name to the __main__ namespace.  This gets executed in the PyShell
window under control of its debug settings.

Run script (Control-F5) is similar but executes the contents of the
file directly in the __main__ namespace.

25 years ago- made "Save options..." dialog more generic, so it's also usable from RoboFog
Just van Rossum [Thu, 22 Apr 1999 22:23:46 +0000 (22:23 +0000)]
- made "Save options..." dialog more generic, so it's also usable from RoboFog
- mark file as dirty after changing the creator of the file so we can_save...
-- jvr

25 years agofixed glitch when scrolling very long files -- jvr
Just van Rossum [Thu, 22 Apr 1999 22:16:58 +0000 (22:16 +0000)]
fixed glitch when scrolling very long files -- jvr

25 years agoMake internal module references hyperlinks wherever it makes sense.
Fred Drake [Thu, 22 Apr 1999 21:23:22 +0000 (21:23 +0000)]
Make internal module references hyperlinks wherever it makes sense.

25 years agoRemove bogus characters in code sample.
Fred Drake [Thu, 22 Apr 1999 21:19:53 +0000 (21:19 +0000)]
Remove bogus characters in code sample.

25 years agoNits: document use of $IDLESTARTUP; display idle version
Guido van Rossum [Thu, 22 Apr 1999 20:56:23 +0000 (20:56 +0000)]
Nits: document use of $IDLESTARTUP; display idle version

25 years agoWork around LaTeX2HTML comment-handling bug.
Fred Drake [Thu, 22 Apr 1999 20:55:59 +0000 (20:55 +0000)]
Work around LaTeX2HTML comment-handling bug.

25 years agoShorten the section title.
Fred Drake [Thu, 22 Apr 1999 20:52:44 +0000 (20:52 +0000)]
Shorten the section title.

25 years agoNew version to celebrate new command line
Guido van Rossum [Thu, 22 Apr 1999 20:50:52 +0000 (20:50 +0000)]
New version to celebrate new command line

25 years agoAdded flush(), for completeness.
Guido van Rossum [Thu, 22 Apr 1999 20:50:33 +0000 (20:50 +0000)]
Added flush(), for completeness.

25 years agoA lot of changes to make the command line more useful. You can now do:
Guido van Rossum [Thu, 22 Apr 1999 20:49:35 +0000 (20:49 +0000)]
A lot of changes to make the command line more useful.  You can now do:
  idle.py -e file ...    -- to edit files
  idle.py script arg ... -- to run a script
  idle.py -c cmd arg ... -- to run a command
Other options, see also the usage message (also new!) for more details:
  -d       -- enable debugger
  -s       -- run $IDLESTARTUP or $PYTHONSTARTUP
  -t title -- set Python Shell window's title
sys.argv is set accordingly, unless -e is used.
sys.path is absolutized, and all relevant paths are inserted into it.

Other changes:
- the environment in which commands are executed is now the __main__ module
- explicitly save sys.stdout etc., don't restore from sys.__stdout__
- new interpreter methods execsource(), execfile(), stuffsource()
- a few small nits

25 years agoAdd command line flags to just list the files that contain the
Fred Drake [Thu, 22 Apr 1999 20:32:21 +0000 (20:32 +0000)]
Add command line flags to just list the files that contain the
offending lines or to include line numbers in the output.

25 years agoAdded a "See also" section with some external references.
Fred Drake [Thu, 22 Apr 1999 20:16:02 +0000 (20:16 +0000)]
Added a "See also" section with some external references.

25 years agoMarkup nits.
Fred Drake [Thu, 22 Apr 1999 18:25:47 +0000 (18:25 +0000)]
Markup nits.

Make module references hyperlinks.

25 years agoClean up lots of mark up.
Fred Drake [Thu, 22 Apr 1999 17:53:37 +0000 (17:53 +0000)]
Clean up lots of mark up.

25 years agoAdded descriptions of the various exceptions, based on the docstrings.
Fred Drake [Thu, 22 Apr 1999 17:23:34 +0000 (17:23 +0000)]
Added descriptions of the various exceptions, based on the docstrings.

Various small cleanups.

25 years agoLogical markup and small nits.
Fred Drake [Thu, 22 Apr 1999 16:50:40 +0000 (16:50 +0000)]
Logical markup and small nits.

Don't refer to the STDWIN chapter; chances are really good it wasn't
included.  ;-)