]> granicus.if.org Git - python/log
python
26 years agoconvert(): Change the element name remapping to convert <refmodule>
Fred Drake [Tue, 19 Jan 1999 17:11:23 +0000 (17:11 +0000)]
convert():  Change the element name remapping to convert <refmodule>
to <module link>.

26 years agoformat_attrs(): Attempt a bit more minimization for SGML output.
Fred Drake [Tue, 19 Jan 1999 17:10:31 +0000 (17:10 +0000)]
format_attrs():  Attempt a bit more minimization for SGML output.

26 years agoadd_module_idx(), add_idx_hook():
Fred Drake [Tue, 19 Jan 1999 16:30:10 +0000 (16:30 +0000)]
add_module_idx(), add_idx_hook():
Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset.  ;-)

26 years agoEnable os.path as a mostly-normal submodule, including "from os.path
Fred Drake [Tue, 19 Jan 1999 16:05:13 +0000 (16:05 +0000)]
Enable os.path as a mostly-normal submodule, including "from os.path
import isfile" and "import os.path".

26 years ago(py-mode-map): Removed special bindings for C-m and C-j to
Barry Warsaw [Tue, 19 Jan 1999 13:26:56 +0000 (13:26 +0000)]
(py-mode-map): Removed special bindings for C-m and C-j to
py-newline-and-indent.  These ought to get picked up by the mapcar
that follows; any existing binding to newline-and-indent gets shadowed
to py-newline-and-indent.

This will break some people who, e.g. bind C-m or C-j to newline but
still want these bound to py-newline-and-indent in Python mode.  On
the other hand, the forced binding pisses off Emacs diehards.  So
consider this experimental and see if any tall Dutch guys complain :-)

26 years ago(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
Barry Warsaw [Mon, 18 Jan 1999 21:49:39 +0000 (21:49 +0000)]
(py-narrow-to-defun): New command (bound to C-x n d) which mimics the
standard narrow-to-defun but works with Python classes and methods.
With no arg, narrows to most enclosing def/method.  With C-u arg,
narrows to most enclosing class.

26 years agoAdded 'warn' method.
Greg Ward [Mon, 18 Jan 1999 17:08:16 +0000 (17:08 +0000)]
Added 'warn' method.

26 years agoFix typo spotted by Jeff MacDonald <jam@ans.net>.
Fred Drake [Mon, 18 Jan 1999 15:46:02 +0000 (15:46 +0000)]
Fix typo spotted by Jeff MacDonald <jam@ans.net>.

26 years agoOnly deiconify when iconic.
Guido van Rossum [Mon, 18 Jan 1999 15:18:57 +0000 (15:18 +0000)]
Only deiconify when iconic.

26 years agoMisc
Guido van Rossum [Mon, 18 Jan 1999 15:18:34 +0000 (15:18 +0000)]
Misc

26 years agoInterface to GetIcon, PlotIcon and friends.
Jack Jansen [Mon, 18 Jan 1999 09:34:50 +0000 (09:34 +0000)]
Interface to GetIcon, PlotIcon and friends.

26 years agoAdded doc strings to the exception classes.
Guido van Rossum [Fri, 15 Jan 1999 04:03:46 +0000 (04:03 +0000)]
Added doc strings to the exception classes.
Contributed by Blake Winton, but considerably edited.

26 years agoPatch by Piers Lauder: make exceptions classes.
Guido van Rossum [Fri, 15 Jan 1999 03:23:55 +0000 (03:23 +0000)]
Patch by Piers Lauder: make exceptions classes.
Take opportunity to add more explanatory messages to exceptions.

26 years ago(py-electric-delete): Implement the XEmacs 21 blessed way of checking
Barry Warsaw [Fri, 15 Jan 1999 02:12:31 +0000 (02:12 +0000)]
(py-electric-delete): Implement the XEmacs 21 blessed way of checking
for delete forwardness.

26 years agoBruce Wheeler quotes Mark Hammond with a different version of the
Guido van Rossum [Thu, 14 Jan 1999 22:40:30 +0000 (22:40 +0000)]
Bruce Wheeler quotes Mark Hammond with a different version of the
last patch to this file: use pathLen, not bufSize, as the initializer.

26 years agoAdd a "tarball" target.
Fred Drake [Thu, 14 Jan 1999 22:35:05 +0000 (22:35 +0000)]
Add a "tarball" target.

26 years agoAdjust so that we are no longer using special entities for well-known
Fred Drake [Thu, 14 Jan 1999 21:44:56 +0000 (21:44 +0000)]
Adjust so that we are no longer using special entities for well-known
names.  These are too much of a pain for occaissional authors.

26 years agofor method getaddrlist(): Added a note clarifying that all named
Barry Warsaw [Thu, 14 Jan 1999 21:26:54 +0000 (21:26 +0000)]
for method getaddrlist(): Added a note clarifying that all named
headers and their continuation lines are parsed.

26 years agoShorten the name of the <rfc> "number" attribute to "num".
Fred Drake [Thu, 14 Jan 1999 21:18:52 +0000 (21:18 +0000)]
Shorten the name of the <rfc> "number" attribute to "num".

26 years agoMake <rfc> no longer an empty element but a container. The text
Fred Drake [Thu, 14 Jan 1999 21:18:03 +0000 (21:18 +0000)]
Make <rfc> no longer an empty element but a container.  The text
currently generated by the LaTeX and LaTeX2HTML processes is generated
here as well, making it more flexible in the SGML version.

Reduce the <args> element so that <optional> goes away; just use
square brackets to indicate what's optional.  This makes it easier to
read than the LaTeX, and the processor can do any checking it needs to
in order to make sure it's legit.  Possible shortcoming: DSSSL
processors may need more explicit markup.  Can probably hack around it
for this case, but we'll see.

26 years agoTest the rfc822.py module. Contains just a few simple cases, and some
Barry Warsaw [Thu, 14 Jan 1999 20:00:58 +0000 (20:00 +0000)]
Test the rfc822.py module.  Contains just a few simple cases, and some
troublesome ones encountered on the c.l.py list.

26 years agoMessage.getaddrlist(): This now handles multiple occurances of the
Barry Warsaw [Thu, 14 Jan 1999 19:59:58 +0000 (19:59 +0000)]
Message.getaddrlist(): This now handles multiple occurances of the
named header, so that if a message has, e.g. multiple CC: lines, all
will get returned by the call to getaddrlist().  It also correctly
handles addresses which show up in continuation lines.

AdderlistClass.__init__(): Added \n to self.CR which fixes a bug that
sometimes, an address would contain a bogus trailing newline.

Message.getaddress(): In final else clause, added a test for the
character we're at being in self.specials.  Without this, such
characters never get consumed and we infloop.  Case in point (as
posted to c.l.py):

To: <[smtp:dd47@mail.xxx.edu]_at_hmhq@hdq-mdm1-imgout.companay.com>
----------------------------^
otherwise we'd infloop here

26 years agoSeveral new functions to re-write tables to be at least partly
Fred Drake [Thu, 14 Jan 1999 19:45:38 +0000 (19:45 +0000)]
Several new functions to re-write tables to be at least partly
conformant with the OASIS Exchange model.  There's a little more
massage left to do, but not much.

26 years agoShould include "Python.h", not <Python.h> -- it's not a standard
Guido van Rossum [Thu, 14 Jan 1999 19:31:42 +0000 (19:31 +0000)]
Should include "Python.h", not <Python.h> -- it's not a standard
header file (yet :-).

26 years agoJim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
Guido van Rossum [Thu, 14 Jan 1999 19:11:11 +0000 (19:11 +0000)]
Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
Break it up.

26 years agoJim Ahlstrom patch: the module doc string is too long for 16-bit VC
Guido van Rossum [Thu, 14 Jan 1999 19:07:00 +0000 (19:07 +0000)]
Jim Ahlstrom patch: the module doc string is too long for 16-bit VC
1.5.  Omit the second part.

26 years agoJim Ahlstrom patch: cutoff should be a long for machines with 16-bit
Guido van Rossum [Thu, 14 Jan 1999 19:01:53 +0000 (19:01 +0000)]
Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit
ints.  (In theory, other variables should be widened to long as well,
but this won't ever be needed, since the len of a list is still an
int.)

26 years agoJim Ahlstrom patch: BIGCHUNK is too large for 16-bit int.
Guido van Rossum [Thu, 14 Jan 1999 19:00:14 +0000 (19:00 +0000)]
Jim Ahlstrom patch: BIGCHUNK is too large for 16-bit int.

26 years agoJim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).
Guido van Rossum [Thu, 14 Jan 1999 18:51:53 +0000 (18:51 +0000)]
Jim Ahlstrom added some SIZEOF defs for VC and WATCOM (only).

26 years agoAdded clean and clobber targets.
Fred Drake [Thu, 14 Jan 1999 18:26:23 +0000 (18:26 +0000)]
Added clean and clobber targets.

26 years agoUpdate to the latest version of Michael Ernst's script.
Fred Drake [Thu, 14 Jan 1999 18:17:07 +0000 (18:17 +0000)]
Update to the latest version of Michael Ernst's script.

26 years ago"Driver" makefile to convert all documents to SGML or XML at once.
Fred Drake [Thu, 14 Jan 1999 18:13:59 +0000 (18:13 +0000)]
"Driver" makefile to convert all documents to SGML or XML at once.

26 years agoAdd usage of the "driver" Makefile.
Fred Drake [Thu, 14 Jan 1999 18:12:33 +0000 (18:12 +0000)]
Add usage of the "driver" Makefile.

26 years agoElaborate a comment on the format of the table that drives the
Fred Drake [Thu, 14 Jan 1999 18:10:09 +0000 (18:10 +0000)]
Elaborate a comment on the format of the table that drives the
conversion.

26 years agoAdjustments to allow elements with subelements as parameters. This is
Fred Drake [Thu, 14 Jan 1999 17:38:12 +0000 (17:38 +0000)]
Adjustments to allow elements with subelements as parameters.  This is
used to deal with the table headings and entries.

An additional flag in the element table is used to indicate elements
which have no "general" content, but which do have subelement
content.  These must be flagged distinctly from empty elements.
Currently used for \lineii, \lineiii, and \lineiv.

26 years agoAdded fixinfo.el to the list of dependencies.
Fred Drake [Thu, 14 Jan 1999 17:13:03 +0000 (17:13 +0000)]
Added fixinfo.el to the list of dependencies.

26 years agoEscape special characters on output.
Fred Drake [Thu, 14 Jan 1999 17:06:09 +0000 (17:06 +0000)]
Escape special characters on output.

26 years agoIn rcpt(), avoid a space after the TO: address when the option list is
Guido van Rossum [Thu, 14 Jan 1999 04:18:46 +0000 (04:18 +0000)]
In rcpt(), avoid a space after the TO: address when the option list is
empty.  Make sure there is a space when there are options.

26 years agoChange the order of the utime() and the chmod() call in copystat().
Guido van Rossum [Thu, 14 Jan 1999 00:42:00 +0000 (00:42 +0000)]
Change the order of the utime() and the chmod() call in copystat().
This doesn't make a bit of difference on Unix, but apparently on
Windows NT you need write permission before you can set the utime...

26 years agoUpdated for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 23:04:01 +0000 (23:04 +0000)]
Updated for 1.5.2b1

26 years agoUpdate the comments on info files.
Fred Drake [Wed, 13 Jan 1999 23:02:38 +0000 (23:02 +0000)]
Update the comments on info files.

26 years agoUse \refmodule when we say "use the XXX module instead".
Fred Drake [Wed, 13 Jan 1999 17:11:52 +0000 (17:11 +0000)]
Use \refmodule when we say "use the XXX module instead".

For the whatsound module, point to sndhdr.

26 years ago\seemodule: Fix so that each \seemodule entry gets its own paragraph,
Fred Drake [Wed, 13 Jan 1999 17:09:06 +0000 (17:09 +0000)]
\seemodule:  Fix so that each \seemodule entry gets its own paragraph,
so they don't get run together when there's no blank line
between them in the source.  The HTML conversion already did
the right thing.

\refmodule:  Refer to a module, using a hyperlink in the PDF version.
Visually the same as \module.

26 years agodo_cmd_refmodule(): New function to support new \refmodule macro.
Fred Drake [Wed, 13 Jan 1999 17:06:34 +0000 (17:06 +0000)]
do_cmd_refmodule():  New function to support new \refmodule macro.

26 years agoHand't been committed yet (minor changes)
Jack Jansen [Wed, 13 Jan 1999 16:58:53 +0000 (16:58 +0000)]
Hand't been committed yet (minor changes)

26 years agoCW Projects for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 16:54:34 +0000 (16:54 +0000)]
CW Projects for 1.5.2b1

26 years agoDistribution databases for 1.5.2b1
Jack Jansen [Wed, 13 Jan 1999 16:52:12 +0000 (16:52 +0000)]
Distribution databases for 1.5.2b1

26 years agoRemoved USE_MALLOC_DEBUG that shoulnd't be in the production version.
Jack Jansen [Wed, 13 Jan 1999 16:51:35 +0000 (16:51 +0000)]
Removed USE_MALLOC_DEBUG that shoulnd't be in the production version.

26 years agoAdded: mems.lib.text_file: provides TextFile class for parsing text
Greg Ward [Wed, 13 Jan 1999 16:12:04 +0000 (16:12 +0000)]
Added: mems.lib.text_file: provides TextFile class for parsing text
files with (optional) comment stripping, blank line skipping, whitespace
removal, and line joining with trailing backslashes.

26 years agoRenamed test.py to testcode.py so one can import Python's
Guido van Rossum [Tue, 12 Jan 1999 22:14:34 +0000 (22:14 +0000)]
Renamed test.py to testcode.py so one can import Python's
test package from inside IDLE.  (Suggested by Jack Jansen.)

26 years agoHack to close a window that is colorizing.
Guido van Rossum [Tue, 12 Jan 1999 22:09:57 +0000 (22:09 +0000)]
Hack to close a window that is colorizing.

26 years agoVladimir Marangozov's patch:
Guido van Rossum [Tue, 12 Jan 1999 22:09:18 +0000 (22:09 +0000)]
Vladimir Marangozov's patch:
The separator dances too much and seems to jump by arbitrary amounts
in arbitrary directions when I try to move it for resizing the frames.
This patch makes it more quiet.

26 years agoAdded a few items.
Fred Drake [Tue, 12 Jan 1999 21:31:16 +0000 (21:31 +0000)]
Added a few items.

26 years agoFix the HTML tarball target to generate the HTML if needed instead of
Fred Drake [Tue, 12 Jan 1999 20:32:39 +0000 (20:32 +0000)]
Fix the HTML tarball target to generate the HTML if needed instead of
bombing.

26 years agoChris Herborth's first pass at making config and install
Guido van Rossum [Tue, 12 Jan 1999 20:30:23 +0000 (20:30 +0000)]
Chris Herborth's first pass at making config and install
for BeOS better.

26 years agoA gift from Sam Rushing - modules asyncore and asynchat for the
Guido van Rossum [Tue, 12 Jan 1999 20:19:27 +0000 (20:19 +0000)]
A gift from Sam Rushing - modules asyncore and asynchat for the
standard Python library.  (Async socket support.)

26 years agoBump the date. Seems like fun. ;-)
Fred Drake [Tue, 12 Jan 1999 19:51:03 +0000 (19:51 +0000)]
Bump the date.  Seems like fun.  ;-)

26 years agoSimplify command that extracts the number of pages from a PostScript
Fred Drake [Tue, 12 Jan 1999 19:28:41 +0000 (19:28 +0000)]
Simplify command that extracts the number of pages from a PostScript
file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".

26 years agoAdded \modulesynopsis.
Fred Drake [Tue, 12 Jan 1999 19:22:11 +0000 (19:22 +0000)]
Added \modulesynopsis.

26 years ago<writer>.send_paragraph(): Clarify what needs to be done by this
Fred Drake [Tue, 12 Jan 1999 18:33:47 +0000 (18:33 +0000)]
<writer>.send_paragraph():  Clarify what needs to be done by this
method and what it should not do.  (Specifically: handling
breaking of last line of preceeding paragraph.)

26 years agoDumbWriter.send_paragraph(): Fix problem with DumbWriter reported to
Fred Drake [Tue, 12 Jan 1999 18:13:27 +0000 (18:13 +0000)]
DumbWriter.send_paragraph():  Fix problem with DumbWriter reported to
the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.

26 years agoAvoid overflow if possible in calculations for range(); report
Guido van Rossum [Tue, 12 Jan 1999 05:07:47 +0000 (05:07 +0000)]
Avoid overflow if possible in calculations for range(); report
unavoidable overflow as OverflowError.

26 years agodo_cmd_methodline(): Fixed reference to method name when generating
Fred Drake [Tue, 12 Jan 1999 04:16:51 +0000 (04:16 +0000)]
do_cmd_methodline():  Fixed reference to method name when generating
the output HTML.

26 years agoRemoved a lot of unnecessary comment markers which cause unexplained
Fred Drake [Tue, 12 Jan 1999 04:15:20 +0000 (04:15 +0000)]
Removed a lot of unnecessary comment markers which cause unexplained
numbers to appear in the HTML version of the manual.

26 years agooutput_body(): For <address> elements, just skip, since they're
Fred Drake [Mon, 11 Jan 1999 22:30:34 +0000 (22:30 +0000)]
output_body():  For <address> elements, just skip, since they're
always part of the page trailer.

26 years agoPatches describing the statvfs() and fstatvfs() functions. Additional
Fred Drake [Mon, 11 Jan 1999 18:36:23 +0000 (18:36 +0000)]
Patches describing the statvfs() and fstatvfs() functions.  Additional
text about large file support.

All new text by Steve Clift <clift@mail.anacapa.net>, with only minor
revision / addition of markup.

26 years agoAddition to previous note -- comfigure --without-gcc also works.
Guido van Rossum [Mon, 11 Jan 1999 16:47:30 +0000 (16:47 +0000)]
Addition to previous note -- comfigure --without-gcc also works.

26 years agoAdd note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.
Guido van Rossum [Mon, 11 Jan 1999 16:45:44 +0000 (16:45 +0000)]
Add note about gcc-2.8.1 setting sys.maxint to -1 on 64-bit IRIX.

26 years agoget_config_h_filename(): Fix to work with current Python
Fred Drake [Mon, 11 Jan 1999 15:34:55 +0000 (15:34 +0000)]
get_config_h_filename():  Fix to work with current Python
installations; it was picking up a stale config.h from an
overwritten installation.

26 years agoSome requests have been fulfilled.
Guido van Rossum [Mon, 11 Jan 1999 14:52:40 +0000 (14:52 +0000)]
Some requests have been fulfilled.

26 years agoSet the cursor to a watch when opening the class browser (which may
Guido van Rossum [Mon, 11 Jan 1999 14:51:32 +0000 (14:51 +0000)]
Set the cursor to a watch when opening the class browser (which may
take quite a while, browsing multiple files).

Newer, better center() -- but assumes no wrapping.

26 years agoGot rid of debug print statement in goto_line_event().
Guido van Rossum [Mon, 11 Jan 1999 14:49:00 +0000 (14:49 +0000)]
Got rid of debug print statement in goto_line_event().

26 years agoI think I like it better if it prints the traceback even when it displays
Guido van Rossum [Mon, 11 Jan 1999 14:47:54 +0000 (14:47 +0000)]
I think I like it better if it prints the traceback even when it displays
the stack viewer.

26 years agoBind ESC to close-window.
Guido van Rossum [Mon, 11 Jan 1999 14:46:55 +0000 (14:46 +0000)]
Bind ESC to close-window.

26 years agoUse a HSeparator between the classes and the items.
Guido van Rossum [Mon, 11 Jan 1999 14:46:06 +0000 (14:46 +0000)]
Use a HSeparator between the classes and the items.
Make the list of classes wider by default (40 chars).
Bind ESC to close-window.

26 years agoSeparator classes (draggable divider between two panes).
Guido van Rossum [Mon, 11 Jan 1999 14:45:11 +0000 (14:45 +0000)]
Separator classes (draggable divider between two panes).

26 years agoPatch by Charles Waldman -- remove unneeded and even harmful test for
Guido van Rossum [Sun, 10 Jan 1999 16:56:58 +0000 (16:56 +0000)]
Patch by Charles Waldman -- remove unneeded and even harmful test for
float to the negative power (which is already and better done in
floatobject.c.)

26 years agoAdded some more comments.
Guido van Rossum [Sun, 10 Jan 1999 06:09:13 +0000 (06:09 +0000)]
Added some more comments.

26 years agoDon't traceback when wakeup() is called when the window has been destroyed.
Guido van Rossum [Sat, 9 Jan 1999 22:01:33 +0000 (22:01 +0000)]
Don't traceback when wakeup() is called when the window has been destroyed.
This can happen when a torn-of Windows menu references closed windows.
And Tim Peters claims that the Windows menu is his favorite to tear off...

26 years agoAllow tearing off of the Windows menu.
Guido van Rossum [Sat, 9 Jan 1999 22:00:10 +0000 (22:00 +0000)]
Allow tearing off of the Windows menu.

26 years agoClose on ESC.
Guido van Rossum [Sat, 9 Jan 1999 21:58:11 +0000 (21:58 +0000)]
Close on ESC.

26 years agoUpdated a bunch of things (it was mostly still 0.1!)
Guido van Rossum [Sat, 9 Jan 1999 21:57:56 +0000 (21:57 +0000)]
Updated a bunch of things (it was mostly still 0.1!)

26 years agoUse 'xrange', not 'range', in error messages. Reported by Nathan Sullivan.
Guido van Rossum [Sat, 9 Jan 1999 21:40:35 +0000 (21:40 +0000)]
Use 'xrange', not 'range', in error messages.  Reported by Nathan Sullivan.

26 years ago(py-outdent-p): Short circuit infloop for illegal construct
Barry Warsaw [Sat, 9 Jan 1999 17:22:38 +0000 (17:22 +0000)]
(py-outdent-p): Short circuit infloop for illegal construct
(e.g. except: on first line of buffer).

26 years agoAdded ScriptBinding to standard bindings.
Guido van Rossum [Sat, 9 Jan 1999 05:00:59 +0000 (05:00 +0000)]
Added ScriptBinding to standard bindings.

26 years agoThis now actually works. See doc string. It can run a module (i.e.
Guido van Rossum [Sat, 9 Jan 1999 05:00:17 +0000 (05:00 +0000)]
This now actually works.  See doc string.  It can run a module (i.e.
import or reload) or debug it (same with debugger control).  Output
goes to a fresh output window, only created when needed.

26 years agoNeed extern decl. for fdatasync() in case it exists but isn't declared
Guido van Rossum [Fri, 8 Jan 1999 21:28:05 +0000 (21:28 +0000)]
Need extern decl. for fdatasync() in case it exists but isn't declared
anywhere (or, more likely, the declaration requires a magical
combination of _POSIX defines).

26 years agoNow using autoconf 2.13
Guido van Rossum [Fri, 8 Jan 1999 21:08:33 +0000 (21:08 +0000)]
Now using autoconf 2.13

26 years agoAdded fsync() and fdatasync(). Patches by Scott Cotton. Requires
Guido van Rossum [Fri, 8 Jan 1999 21:05:37 +0000 (21:05 +0000)]
Added fsync() and fdatasync().  Patches by Scott Cotton.  Requires
HAVE_* macros set by configure script.

26 years agoFieldStorage.__init__(): if there is no content-type header, use
Barry Warsaw [Fri, 8 Jan 1999 17:42:03 +0000 (17:42 +0000)]
FieldStorage.__init__(): if there is no content-type header, use
text/plain for inner parts, but application/x-www-form-urlencoded
for outer parts.  Honor any existing content-type header.

Lower down, if the content-type header is something we don't
understand (say because it there was a typo in the header coming from
the client), default to text/plain for inner parts, but
application/x-www-form-urlencoded for outer parts.

26 years agoWhat's new in this release.
Guido van Rossum [Fri, 8 Jan 1999 17:26:02 +0000 (17:26 +0000)]
What's new in this release.

26 years agoHack for Windows so that if (1) the exit status is nonzero and (2) we
Guido van Rossum [Fri, 8 Jan 1999 15:56:28 +0000 (15:56 +0000)]
Hack for Windows so that if (1) the exit status is nonzero and (2) we
think we have our own DOS box (i.e. we're not started from a command
line shell), we print a message and wait for the user to hit a key
before the DOS box is closed.

The hacky heuristic for determining whether we have our *own* DOS box
(due to Mark Hammond) is to test whether we're on line zero...

26 years agoRemove the "lib-" prefix from the name of the info archive.
Fred Drake [Fri, 8 Jan 1999 15:49:45 +0000 (15:49 +0000)]
Remove the "lib-" prefix from the name of the info archive.

26 years agoNo longer useful.
Fred Drake [Fri, 8 Jan 1999 15:48:47 +0000 (15:48 +0000)]
No longer useful.

26 years agoIt's finally gone!
Fred Drake [Fri, 8 Jan 1999 15:40:16 +0000 (15:40 +0000)]
It's finally gone!

26 years agoRemove obsolete files.
Fred Drake [Fri, 8 Jan 1999 15:34:06 +0000 (15:34 +0000)]
Remove obsolete files.

26 years agoReplace most everything but the comment at the top.
Fred Drake [Fri, 8 Jan 1999 15:33:38 +0000 (15:33 +0000)]
Replace most everything but the comment at the top.

26 years agoAdd a few comments.
Fred Drake [Fri, 8 Jan 1999 15:32:27 +0000 (15:32 +0000)]
Add a few comments.

26 years agoPaul Prescod's patches to allow the stack viewer to pop up when a
Guido van Rossum [Fri, 8 Jan 1999 15:31:07 +0000 (15:31 +0000)]
Paul Prescod's patches to allow the stack viewer to pop up when a
traceback is printed.

26 years agoNew support scripts for HTML->info conversion that use Michael Ernst's new
Fred Drake [Fri, 8 Jan 1999 15:27:17 +0000 (15:27 +0000)]
New support scripts for HTML->info conversion that use Michael Ernst's new
conversion tools.