]> granicus.if.org Git - python/log
python
26 years agoAdded Icn module to toolboxmodules
Jack Jansen [Mon, 25 Jan 1999 12:39:39 +0000 (12:39 +0000)]
Added Icn module to toolboxmodules

26 years agoSet PythonCore version number to sys.hexversion, and removed version
Jack Jansen [Mon, 25 Jan 1999 12:24:27 +0000 (12:24 +0000)]
Set PythonCore version number to sys.hexversion, and removed version
numbers in all other projects/libraries.

26 years agoScript to synchronize files with / in their name and their _s_ counterparts.
Just van Rossum [Sun, 24 Jan 1999 23:24:21 +0000 (23:24 +0000)]
Script to synchronize files with / in their name and their _s_ counterparts.
Needed to keep CWGUSI under cvs because of filesnames with slashes.

26 years agoTest checkin, to see whether I really can do it. --jvr schpeaking.
Just van Rossum [Sat, 23 Jan 1999 00:06:06 +0000 (00:06 +0000)]
Test checkin, to see whether I really can do it. --jvr schpeaking.

26 years agoTest checkin, to see whether I really can do it. --jvr schpeaking.
Just van Rossum [Fri, 22 Jan 1999 23:58:04 +0000 (23:58 +0000)]
Test checkin, to see whether I really can do it. --jvr schpeaking.

26 years agoAdd "term" to AUTOCLOSE.
Fred Drake [Fri, 22 Jan 1999 22:48:24 +0000 (22:48 +0000)]
Add "term" to AUTOCLOSE.

26 years agoHeader for PyObject_DelItem() mentioned non-existing 3rd argument.
Guido van Rossum [Fri, 22 Jan 1999 20:10:49 +0000 (20:10 +0000)]
Header for PyObject_DelItem() mentioned non-existing 3rd argument.

26 years agoUpdated for 1.5.2b1
Jack Jansen [Fri, 22 Jan 1999 13:26:45 +0000 (13:26 +0000)]
Updated for 1.5.2b1

26 years agoIn unpackevent, get the direct object (----) before asking for missed parameters.
Jack Jansen [Fri, 22 Jan 1999 13:23:12 +0000 (13:23 +0000)]
In unpackevent, get the direct object (----) before asking for missed parameters.
The documentation is unclear on this, but the old implementation caused problems
with Default Folder.

26 years agoSelect the whole default input field in AskString (Joe Strout)
Jack Jansen [Fri, 22 Jan 1999 13:14:06 +0000 (13:14 +0000)]
Select the whole default input field in AskString (Joe Strout)

26 years ago(py-mode-map): Add back force of RET (aka C-m) to
Barry Warsaw [Thu, 21 Jan 1999 17:06:11 +0000 (17:06 +0000)]
(py-mode-map): Add back force of RET (aka C-m) to
py-newline-and-indent.

26 years agoAdded examples/testcode for the Icn module.
Jack Jansen [Thu, 21 Jan 1999 14:30:55 +0000 (14:30 +0000)]
Added examples/testcode for the Icn module.

26 years agoDon't qualify local symbols with aetools...
Jack Jansen [Thu, 21 Jan 1999 13:34:26 +0000 (13:34 +0000)]
Don't qualify local symbols with aetools...

26 years agoManually added definitions for normal, bold, etc. These are in MacTypes (of all
Jack Jansen [Thu, 21 Jan 1999 13:31:30 +0000 (13:31 +0000)]
Manually added definitions for normal, bold, etc. These are in MacTypes (of all
places) which isn't worth bgenning.

26 years agoUpdated for 1.5.2b1
Jack Jansen [Thu, 21 Jan 1999 12:51:36 +0000 (12:51 +0000)]
Updated for 1.5.2b1

26 years agoUpdated for 1.5.2b1 (better late than never:-)
Jack Jansen [Thu, 21 Jan 1999 12:50:47 +0000 (12:50 +0000)]
Updated for 1.5.2b1 (better late than never:-)

26 years agoUpdated the version number in the vers and preffilename resources.
Jack Jansen [Thu, 21 Jan 1999 12:50:19 +0000 (12:50 +0000)]
Updated the version number in the vers and preffilename resources.

26 years agoRemoved warnings for packages (Just implemented support for freezing
Jack Jansen [Thu, 21 Jan 1999 12:49:20 +0000 (12:49 +0000)]
Removed warnings for packages (Just implemented support for freezing
them, so the warning is obsolete).

26 years agoconvert(): Added parameter "autoclose", which should be a sequence of
Fred Drake [Wed, 20 Jan 1999 20:35:05 +0000 (20:35 +0000)]
convert():  Added parameter "autoclose", which should be a sequence of
general identifiers for which closing tags will be omitted
when SGML is generated.  This can be used to tell the markup
generator to drop stuff like </para>.  Note that it needs to
be possible for the closing tag to *always* be omitted for it
to be included in "autoclose".

main():  Added command-line option "-a" / "--autoclose" to set the
list of general identifiers passed to the convert() function
as the "autoclose" parameter.  The list may only be specified
once (not additive) and GIs should be comma-separated.  The
default list includes only "para".

26 years agoModified the "sgml" and "xml" targets to stop if the sub-makes fail in
Fred Drake [Wed, 20 Jan 1999 17:26:56 +0000 (17:26 +0000)]
Modified the "sgml" and "xml" targets to stop if the sub-makes fail in
any subdirectory; don't continue with remaining subdirs.

Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do
submakes in those directories.  This is just a lot easier to use than
to cd into the subdir and use make.rules directly.

26 years agoAdd caveat on partial dependence on the "cl" module, only available on
Fred Drake [Wed, 20 Jan 1999 16:26:09 +0000 (16:26 +0000)]
Add caveat on partial dependence on the "cl" module, only available on
IRIX systems.

26 years agoMove the jpeg module to the SGI section; it is dependent on the "cl"
Fred Drake [Wed, 20 Jan 1999 15:55:20 +0000 (15:55 +0000)]
Move the jpeg module to the SGI section; it is dependent on the "cl"
module available on IRIX.

26 years agocreate_module_info(): If there's a \moduleauthor, move it to an
Fred Drake [Tue, 19 Jan 1999 23:09:31 +0000 (23:09 +0000)]
create_module_info():  If there's a \moduleauthor, move it to an
<author> inside the <moduleinfo> element.

Fix problems with paragraph identification.

26 years agoisnmtoken(), istoken(): Fix to ensure the regex has to match the
Fred Drake [Tue, 19 Jan 1999 23:03:04 +0000 (23:03 +0000)]
isnmtoken(), istoken():  Fix to ensure the regex has to match the
entire attribute value.

Add ability to save list of "empty" elements to a file -- enabled by
constant in the code.

26 years agohandle_labels(): Fix problem for document fragments containing more
Fred Drake [Tue, 19 Jan 1999 21:46:48 +0000 (21:46 +0000)]
handle_labels():  Fix problem for document fragments containing more
than one "root" that prevented all the <label id=...> items
from being promoted to id attributes on the enclosing chapter/
section/... properly.

26 years agoRevised comments on null bytes in pattern string.
Fred Drake [Tue, 19 Jan 1999 20:00:08 +0000 (20:00 +0000)]
Revised comments on null bytes in pattern string.

Removed "New" from module synopsis.

26 years agoFix second description of handling 2-digit years (last item in
Fred Drake [Tue, 19 Jan 1999 19:35:18 +0000 (19:35 +0000)]
Fix second description of handling 2-digit years (last item in
introductory text).

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.