]> granicus.if.org Git - python/log
python
27 years agoAdd copyright statement.
Fred Drake [Wed, 11 Mar 1998 17:07:35 +0000 (17:07 +0000)]
Add copyright statement.

Add section on using A4 paper, since that's a common request.

27 years agoUse RCS revisions
Barry Warsaw [Wed, 11 Mar 1998 16:53:21 +0000 (16:53 +0000)]
Use RCS revisions

27 years agoUpdated the docstring
Barry Warsaw [Wed, 11 Mar 1998 16:50:31 +0000 (16:50 +0000)]
Updated the docstring

27 years agoAdded reverse lookup
Barry Warsaw [Wed, 11 Mar 1998 16:46:04 +0000 (16:46 +0000)]
Added reverse lookup

27 years ago*Sigh*
Fred Drake [Wed, 11 Mar 1998 15:41:21 +0000 (15:41 +0000)]
*Sigh*

Add a -q option for "quiet" operation.  Nothing gets out (not even stderr,
since that's tossed to stdout for capture in the .how file).  It's a good
idea to use -l to get the log in case there are problems.  Maybe this should
be the default and add a --verbose option to get the stdout?  There's way
too much junk output.

27 years agoAllow the user to operate the script in debugging mode (-D), which just does
Fred Drake [Wed, 11 Mar 1998 15:33:44 +0000 (15:33 +0000)]
Allow the user to operate the script in debugging mode (-D), which just does
a "set -x".

Allow keeping a transcript, using -l, in $FILE.how.

Allow keeping of all the temp files created by the process, using -k.

27 years agoSomewhat more direct way of locating the file, using __FILE__.
Fred Drake [Wed, 11 Mar 1998 12:08:21 +0000 (12:08 +0000)]
Somewhat more direct way of locating the file, using __FILE__.

Leave find_my_file() around for now, even though we're not using it at the
moment.

27 years agoReplace lists of attributes for code and frame objects with a reference to the
Fred Drake [Wed, 11 Mar 1998 06:29:59 +0000 (06:29 +0000)]
Replace lists of attributes for code and frame objects with a reference to the
Python Reference Manual.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 06:24:46 +0000 (06:24 +0000)]
Logical markup.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 06:18:15 +0000 (06:18 +0000)]
Logical markup.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 06:11:37 +0000 (06:11 +0000)]
Logical markup.

Changed example to use "import posixfile" instead of "from posixfile import *"
since only one symbol was used.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 06:00:23 +0000 (06:00 +0000)]
Logical markup.

Made references to constants in other TERMIOS module explicit in termios
description.

Removed superfluous backslash from example.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 05:50:42 +0000 (05:50 +0000)]
Logical markup.

27 years agoLogical markup.
Fred Drake [Wed, 11 Mar 1998 05:29:58 +0000 (05:29 +0000)]
Logical markup.

Added information on the exception attributes when exceptions are classes.

27 years agoScript to format HOWTO documents. Currently only tested on the "Using
Fred Drake [Tue, 10 Mar 1998 23:23:05 +0000 (23:23 +0000)]
Script to format HOWTO documents.  Currently only tested on the "Using
Kerberos from Python" HOWTO (this will change shortly, I hope).

This needs to be run from it's location in the Doc/tools directory, and
not via a symlink.  I'll try and fix this in the future.

The help message needs work.

27 years agoUse the location of the initialization file to augment the style-specific
Fred Drake [Tue, 10 Mar 1998 23:02:57 +0000 (23:02 +0000)]
Use the location of the initialization file to augment the style-specific
.perl file search path, rather than making assumptions about the current
directory.

27 years agoclean_title(): Remove debugging prints.
Fred Drake [Tue, 10 Mar 1998 14:33:27 +0000 (14:33 +0000)]
clean_title():  Remove debugging prints.

27 years agoclean_title(): Clean a little more carefully. Still does funny things with
Fred Drake [Tue, 10 Mar 1998 14:02:35 +0000 (14:02 +0000)]
clean_title():  Clean a little more carefully.  Still does funny things with
underscores.  Might this be a fundamental PDF limitation?  Hm, could
still be a TeX thing.

27 years agoIn the source dist., don't include:
Fred Drake [Tue, 10 Mar 1998 14:00:55 +0000 (14:00 +0000)]
In the source dist., don't include:

- the .cvsignore files; these are only useful in the CVS tree

- ref/ref.pdf

- ref/ref.ps

After compression, these last two account for about one-half MB, and half
the tarball.  They can be picked up from the appropriate format dist if
needed.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 05:41:08 +0000 (05:41 +0000)]
Logical markup.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 05:32:30 +0000 (05:32 +0000)]
Logical markup.

Correct misuse of indexsubutem.

Describe the Queue class using {classdesc}{Queue}, not {funcdesc}{__init__}.

27 years agoAdd some more labels for logical addressing.
Fred Drake [Tue, 10 Mar 1998 05:21:39 +0000 (05:21 +0000)]
Add some more labels for logical addressing.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 05:20:33 +0000 (05:20 +0000)]
Logical markup.

27 years agopatch for re.sub bug, by AMK.
Guido van Rossum [Tue, 10 Mar 1998 04:55:29 +0000 (04:55 +0000)]
patch for re.sub bug, by AMK.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 04:23:12 +0000 (04:23 +0000)]
Logical markup.

Convert one bulleted list to a {tableii} environment; the other should
probably be converted, but I haven't decided to what.

27 years agoUse a {datadesc} environment to describe errorcode.
Fred Drake [Tue, 10 Mar 1998 03:53:03 +0000 (03:53 +0000)]
Use a {datadesc} environment to describe errorcode.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 03:38:31 +0000 (03:38 +0000)]
Logical markup.

27 years agoLogical markup.
Fred Drake [Tue, 10 Mar 1998 03:36:00 +0000 (03:36 +0000)]
Logical markup.

Use {funcdesc} and {excdesc} to describe the module, not just running text.

27 years agoLogical markup. small nits.
Fred Drake [Tue, 10 Mar 1998 03:17:26 +0000 (03:17 +0000)]
Logical markup. small nits.

27 years agoIntegrate with OptionsWindow... need to hook into Tab key
Barry Warsaw [Tue, 10 Mar 1998 00:17:30 +0000 (00:17 +0000)]
Integrate with OptionsWindow... need to hook into Tab key

27 years agoIntegrate with OptionsWindow... not sure it should be modal
Barry Warsaw [Tue, 10 Mar 1998 00:17:01 +0000 (00:17 +0000)]
Integrate with OptionsWindow... not sure it should be modal

27 years agoCosmetic
Barry Warsaw [Tue, 10 Mar 1998 00:16:09 +0000 (00:16 +0000)]
Cosmetic

27 years agoOk, remove dependency on the obsolete tools/modindex.py.
Fred Drake [Mon, 9 Mar 1998 16:43:54 +0000 (16:43 +0000)]
Ok, remove dependency on the obsolete tools/modindex.py.

27 years agoRemove \newif relating to index support; no longer needed. Index control
Fred Drake [Mon, 9 Mar 1998 16:40:31 +0000 (16:40 +0000)]
Remove \newif relating to index support; no longer needed.  Index control
is now shared and located solely in python.sty.

27 years agoAdjust the index inclusion for the new index support.
Fred Drake [Mon, 9 Mar 1998 16:39:22 +0000 (16:39 +0000)]
Adjust the index inclusion for the new index support.

27 years agoObsolete.
Fred Drake [Mon, 9 Mar 1998 16:38:32 +0000 (16:38 +0000)]
Obsolete.

27 years agoAdjust index file resetting; just remove the files. The new index support
Fred Drake [Mon, 9 Mar 1998 16:37:52 +0000 (16:37 +0000)]
Adjust index file resetting; just remove the files.  The new index support
doesn't fail if the files don't exist.

Use makeindex for the module index.

27 years agoAdjust the index support a bit to make it easier to deal with module index.
Fred Drake [Mon, 9 Mar 1998 16:35:36 +0000 (16:35 +0000)]
Adjust the index support a bit to make it easier to deal with module index.

Don't generate the mod???.idx file if it wasn't requested with the new command
\makemodindex.

Change the format of mod???.idx to match that of "normal" .idx files.  This
lets us use makeindex for it and not need a special script.

27 years agoDon't generate a \label{} here.
Fred Drake [Mon, 9 Mar 1998 14:48:00 +0000 (14:48 +0000)]
Don't generate a \label{} here.

27 years agoMarkup adjustments.
Fred Drake [Sun, 8 Mar 1998 08:13:53 +0000 (08:13 +0000)]
Markup adjustments.

27 years agoMark the journal title.
Fred Drake [Sun, 8 Mar 1998 08:02:58 +0000 (08:02 +0000)]
Mark the journal title.

27 years agoCorrect spelling of emdash.
Fred Drake [Sun, 8 Mar 1998 07:56:48 +0000 (07:56 +0000)]
Correct spelling of emdash.

27 years agoMoved solitary "see also" paragraph into a {seealso} environment, and told
Fred Drake [Sun, 8 Mar 1998 07:44:13 +0000 (07:44 +0000)]
Moved solitary "see also" paragraph into a {seealso} environment, and told
why the reader should see also.

27 years agoCleaned up some remaining markup nits.
Fred Drake [Sun, 8 Mar 1998 07:38:27 +0000 (07:38 +0000)]
Cleaned up some remaining markup nits.

Andrew:  In description of (?iLmsx), you say it matches the empty string and
sets the corresponding flag.  Is this correct?  Or does it only set the flag?

27 years agoLogical markup.
Fred Drake [Sun, 8 Mar 1998 07:14:20 +0000 (07:14 +0000)]
Logical markup.

27 years agoSome logical markup.
Fred Drake [Sun, 8 Mar 1998 07:09:19 +0000 (07:09 +0000)]
Some logical markup.

27 years agoSmall nits.
Fred Drake [Sun, 8 Mar 1998 07:03:27 +0000 (07:03 +0000)]
Small nits.

Don't run into the right margin.

27 years agoNits.
Fred Drake [Sun, 8 Mar 1998 06:47:24 +0000 (06:47 +0000)]
Nits.

27 years agoLogical markup.
Fred Drake [Sun, 8 Mar 1998 06:41:57 +0000 (06:41 +0000)]
Logical markup.

Spell emdash right.

27 years agoSpell emdash with three hyphens.
Fred Drake [Sun, 8 Mar 1998 06:28:00 +0000 (06:28 +0000)]
Spell emdash with three hyphens.

Minor nits.

27 years agoLogical markup.
Fred Drake [Sun, 8 Mar 1998 06:12:10 +0000 (06:12 +0000)]
Logical markup.

Index entry.

27 years agoSome logical markup.
Fred Drake [Sun, 8 Mar 1998 05:56:15 +0000 (05:56 +0000)]
Some logical markup.

Combine function pairs:  add() and __add__() go together.  This way they
share a single description and use less space.

27 years agoLogical markup.
Fred Drake [Sun, 8 Mar 1998 05:43:51 +0000 (05:43 +0000)]
Logical markup.

Don't prepend the module name when referring to functions or data in the same
module.

Correct the description of "modules".

27 years agoLogical markup, a couple of index entries.
Fred Drake [Sun, 8 Mar 1998 05:41:11 +0000 (05:41 +0000)]
Logical markup, a couple of index entries.

27 years agoRemove info targets from "world" and "tarballs".
Fred Drake [Sat, 7 Mar 1998 19:59:45 +0000 (19:59 +0000)]
Remove info targets from "world" and "tarballs".

This is because it's not working again; the optional arg. for \seemodule{}
is not yet supported.

27 years agoAllow the user to specify the "biggest" section type from the command line;
Fred Drake [Sat, 7 Mar 1998 15:34:50 +0000 (15:34 +0000)]
Allow the user to specify the "biggest" section type from the command line;
default is "chapter".  Use 'python toc2bkm.py -c section' to use with
Python HOWTO documents.

27 years agoRemove unnecessary blank line in long code sample.
Fred Drake [Sat, 7 Mar 1998 05:32:08 +0000 (05:32 +0000)]
Remove unnecessary blank line in long code sample.

Remove a confusing article.

27 years agoNever, NEVER try to recover a screwed up file by carving a chunk out of an
Fred Drake [Sat, 7 Mar 1998 05:29:15 +0000 (05:29 +0000)]
Never, NEVER try to recover a screwed up file by carving a chunk out of an
RCS ,v archive!  And certainly don't check it back in without testing it.

;-(

"@" becomes "@@" everywhere.

This one *is* tested!

27 years agoAdd quotes around some variable definitions; add a "clean" target.
Guido van Rossum [Sat, 7 Mar 1998 05:10:00 +0000 (05:10 +0000)]
Add quotes around some variable definitions; add a "clean" target.

27 years agoAdapted to the new situation.
Guido van Rossum [Sat, 7 Mar 1998 04:51:54 +0000 (04:51 +0000)]
Adapted to the new situation.

27 years agoRearrange some stuff so that the warning for unknown modules is also
Guido van Rossum [Sat, 7 Mar 1998 04:51:03 +0000 (04:51 +0000)]
Rearrange some stuff so that the warning for unknown modules is also
issued on Windows.

27 years agoWhen writing the Windows Makefile, don't forget to strip some filenames
Guido van Rossum [Sat, 7 Mar 1998 04:08:04 +0000 (04:08 +0000)]
When writing the Windows Makefile, don't forget to strip some filenames
of their output directory prefix.

27 years agoOops; file copy error somewhere along the way....
Fred Drake [Fri, 6 Mar 1998 22:33:06 +0000 (22:33 +0000)]
Oops; file copy error somewhere along the way....

27 years agoChange the date to March 6, 1998.
Guido van Rossum [Fri, 6 Mar 1998 21:43:09 +0000 (21:43 +0000)]
Change the date to March 6, 1998.

Migration to Frame 5.5.

Checking in the PDF file.  (This is questionable -- but we check in the
Postscript as well.  Perhaps *both* should be removed from the CVS tree,
now everything is unbundled and we're distributing PS and PDF tarballs?)

Note -- the HTML generation using webmaker is currently broken.  I'll
have to look into generating HTML from Frame...

27 years agoRelocating file to Doc/texinputs.
Fred Drake [Fri, 6 Mar 1998 21:30:41 +0000 (21:30 +0000)]
Relocating file to Doc/texinputs.

27 years agoRevised Makefile to handle the new directories correctly.
Fred Drake [Fri, 6 Mar 1998 21:29:34 +0000 (21:29 +0000)]
Revised Makefile to handle the new directories correctly.

27 years agoUtility to help create outline information for PDF.
Fred Drake [Fri, 6 Mar 1998 21:29:00 +0000 (21:29 +0000)]
Utility to help create outline information for PDF.

27 years agoRelocating file to Doc/tools.
Fred Drake [Fri, 6 Mar 1998 21:28:28 +0000 (21:28 +0000)]
Relocating file to Doc/tools.

27 years agoAdd reference to the copy_reg module in the See Also: section.
Fred Drake [Fri, 6 Mar 1998 21:27:14 +0000 (21:27 +0000)]
Add reference to the copy_reg module in the See Also: section.

27 years agoRevise some of the PDF support to get at least preliminary outline support.
Fred Drake [Fri, 6 Mar 1998 21:25:17 +0000 (21:25 +0000)]
Revise some of the PDF support to get at least preliminary outline support.

Rewrite \seemodule (again) to allow an optional argument to support modules
which include an underscore in the names.  See example in comments.

27 years agoIgnore *.bkm files.
Fred Drake [Fri, 6 Mar 1998 21:22:34 +0000 (21:22 +0000)]
Ignore *.bkm files.

27 years agoLaTeX class for Python HOWTO documents.
Fred Drake [Fri, 6 Mar 1998 21:21:56 +0000 (21:21 +0000)]
LaTeX class for Python HOWTO documents.

27 years agoRelocating file to Doc/perl.
Fred Drake [Fri, 6 Mar 1998 21:20:37 +0000 (21:20 +0000)]
Relocating file to Doc/perl.

27 years agoMisc. revisions to LaTeX2HTML support.
Fred Drake [Fri, 6 Mar 1998 21:20:08 +0000 (21:20 +0000)]
Misc. revisions to LaTeX2HTML support.

27 years agoRelocated .latex2html-init to l2hinit.perl.
Fred Drake [Fri, 6 Mar 1998 21:18:55 +0000 (21:18 +0000)]
Relocated .latex2html-init to l2hinit.perl.

howto.perl is new; supports LaTeX2HTML for HOWTO documents.

27 years agoMoved & renamed to perl/l2hinit.perl
Fred Drake [Fri, 6 Mar 1998 21:17:50 +0000 (21:17 +0000)]
Moved & renamed to perl/l2hinit.perl

27 years agoRelocating file to Doc/tools.
Fred Drake [Fri, 6 Mar 1998 21:16:47 +0000 (21:16 +0000)]
Relocating file to Doc/tools.

27 years agoGot rid of the last tab character in this file.
Guido van Rossum [Fri, 6 Mar 1998 19:55:36 +0000 (19:55 +0000)]
Got rid of the last tab character in this file.

27 years agoAlways set the __file__ attribute, so dynamic link modules are indicated.
Guido van Rossum [Fri, 6 Mar 1998 19:55:10 +0000 (19:55 +0000)]
Always set the __file__ attribute, so dynamic link modules are indicated.

27 years agoFix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h
Guido van Rossum [Fri, 6 Mar 1998 17:44:57 +0000 (17:44 +0000)]
Fix typo -- -e takes a flag, -h doesn't.  Somehow the colon and the h
got transposed.

27 years agoCheck for HAVE_MKTIME (if you don't have it, some tests will fail, but
Guido van Rossum [Fri, 6 Mar 1998 17:16:21 +0000 (17:16 +0000)]
Check for HAVE_MKTIME (if you don't have it, some tests will fail, but
at least the build will now succeed).  For Sony NEWS-OS, BSD 4.3 based.

27 years agoAdded mktime to checked functions
Guido van Rossum [Fri, 6 Mar 1998 17:14:34 +0000 (17:14 +0000)]
Added mktime to checked functions

27 years agoWhen we have no setvbuf(), make the file totally unbuffered using
Guido van Rossum [Fri, 6 Mar 1998 15:32:40 +0000 (15:32 +0000)]
When we have no setvbuf(), make the file totally unbuffered using
setbuf() if a buffer size of 0 or 1 byte is requested.

27 years agoDon't use setvbuf unless HAVE_SETVBUF is defined.
Guido van Rossum [Fri, 6 Mar 1998 15:30:39 +0000 (15:30 +0000)]
Don't use setvbuf unless HAVE_SETVBUF is defined.

27 years agoFix the URL for the regex-to-re HOWTO.
Fred Drake [Fri, 6 Mar 1998 15:11:30 +0000 (15:11 +0000)]
Fix the URL for the regex-to-re HOWTO.

27 years agoClear class_map in constructor so that when it later detects an error
Guido van Rossum [Fri, 6 Mar 1998 01:39:39 +0000 (01:39 +0000)]
Clear class_map in constructor so that when it later detects an error
and the destructor is called early, it doesn't DECREF garbage.

27 years agoUse a better way to bind the checkext instance variable to a check
Guido van Rossum [Thu, 5 Mar 1998 20:12:18 +0000 (20:12 +0000)]
Use a better way to bind the checkext instance variable to a check
button widget, not involving a __getattr__() method but a callback on
the widget.

27 years agoOops, I *thoughT* I had seen a better address for Andrew....
Fred Drake [Thu, 5 Mar 1998 20:06:31 +0000 (20:06 +0000)]
Oops, I *thoughT* I had seen a better address for Andrew....

27 years agoUpdated URL & email addresses related to the PCT.
Fred Drake [Thu, 5 Mar 1998 20:04:23 +0000 (20:04 +0000)]
Updated URL & email addresses related to the PCT.

Andrew, plase check to make sure these are the ones you want used and get
back to me; this stuff will be "published" in the near future.

27 years agoCorrected citation markup in first paragraph.
Fred Drake [Thu, 5 Mar 1998 19:33:10 +0000 (19:33 +0000)]
Corrected citation markup in first paragraph.

27 years agoUpdate documentation release date.
Fred Drake [Thu, 5 Mar 1998 17:15:26 +0000 (17:15 +0000)]
Update documentation release date.

27 years agoFor verbatim text, don't bounce down a size.
Fred Drake [Thu, 5 Mar 1998 17:00:55 +0000 (17:00 +0000)]
For verbatim text, don't bounce down a size.

27 years agoSetting LINKFORSHARED for IRIX was a mistake.
Guido van Rossum [Thu, 5 Mar 1998 16:59:36 +0000 (16:59 +0000)]
Setting LINKFORSHARED for IRIX was a mistake.

27 years agoMove the change to ending the abstract from python.sty to manual.cls; it
Fred Drake [Thu, 5 Mar 1998 16:41:42 +0000 (16:41 +0000)]
Move the change to ending the abstract from python.sty to manual.cls; it
is not appropriate for the howto document class.

27 years agolatex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
Fred Drake [Thu, 5 Mar 1998 16:37:34 +0000 (16:37 +0000)]
latex-$(VERSION).tar.gz, tarlatex:  Create the source distribution.

clean:  Remove all the generatable tarballs.

27 years agoBuild a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/,
Fred Drake [Thu, 5 Mar 1998 16:31:22 +0000 (16:31 +0000)]
Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/,
at Guido's suggestion.

27 years agoSome changes because gcc on SGI doesn't support '-all'
Guido van Rossum [Thu, 5 Mar 1998 15:41:09 +0000 (15:41 +0000)]
Some changes because gcc on SGI doesn't support '-all'

27 years agoUnfold some lines that were previously folded but don't need to be
Guido van Rossum [Thu, 5 Mar 1998 05:39:50 +0000 (05:39 +0000)]
Unfold some lines that were previously folded but don't need to be
now we're reindented.

Remove files before renaming something to them -- for Windows.

Change check for Python home directory so it works correct on Windows.

27 years agoReindented, removed tabs.
Guido van Rossum [Thu, 5 Mar 1998 05:22:36 +0000 (05:22 +0000)]
Reindented, removed tabs.

Also added simple "clean" target (removes *.o and executable).

27 years agoOops, bug omission: also scan internal code objects for imports!
Guido van Rossum [Thu, 5 Mar 1998 05:15:07 +0000 (05:15 +0000)]
Oops, bug omission: also scan internal code objects for imports!