]> granicus.if.org Git - python/log
python
27 years agoAdded docstrings.
Guido van Rossum [Mon, 19 Jan 1998 04:01:26 +0000 (04:01 +0000)]
Added docstrings.

Added an optional third parameter giving the purported filename for
error messages from the module.

Append a newline to the code string if needed.

27 years agoConsistency: Replaced one {\tt ...} with \code{...}.
Fred Drake [Mon, 19 Jan 1998 02:55:11 +0000 (02:55 +0000)]
Consistency: Replaced one {\tt ...} with \code{...}.

27 years agoConsistency: In two places, change {\it ...} to \emph{...}.
Fred Drake [Mon, 19 Jan 1998 02:51:02 +0000 (02:51 +0000)]
Consistency:  In two places, change {\it ...} to \emph{...}.

27 years agoConsistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.
Fred Drake [Mon, 19 Jan 1998 02:48:37 +0000 (02:48 +0000)]
Consistency:  In two \section{} headers, change {\tt ...} to \sectcode{...}.

27 years ago\funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are no
Fred Drake [Sun, 18 Jan 1998 05:09:54 +0000 (05:09 +0000)]
\funcitem{}, \dataitem{}, \excitem{}:  Removed obsolete macros; there are no
longer used anywhere.  Use the {*desc} environments instead.

\var{}:  Ensure that the argument is always set in roman italic, in case an
 alternate font is being used for code.  These keeps the result of
 \var{} consistent.

Some minor changes to allow easier exploration of alternate fonts for code in
the running text.  Haven't changed the selected font; I haven't found one that
has everything required!  (The best non-monospaced font so far was missing
the <, >, and | characters, or at least had them at the wrong locations.  It
also allowed confusion between upper-case I and lower-case L.)

27 years agoUse \emph{} for all references to the other documents, not just some of them.
Fred Drake [Fri, 16 Jan 1998 16:34:34 +0000 (16:34 +0000)]
Use \emph{} for all references to the other documents, not just some of them.

27 years agoMods by Bill Bedford
Jack Jansen [Fri, 16 Jan 1998 14:40:10 +0000 (14:40 +0000)]
Mods by Bill Bedford
- Use internal version of finder class so we don't drag in finder
  tools
- error -1704 also ignored during arg unpack
- Use Scriptable Text Editor for example

27 years agoAddition by Bill Bedford: Ordinal and NOrdinal classes so we can
Jack Jansen [Fri, 16 Jan 1998 14:38:10 +0000 (14:38 +0000)]
Addition by Bill Bedford: Ordinal and NOrdinal classes so we can
implement "every", etc.

27 years agoSO_REUSEPORT should be SO_REUSEADDR.
Guido van Rossum [Thu, 15 Jan 1998 22:36:13 +0000 (22:36 +0000)]
SO_REUSEPORT should be SO_REUSEADDR.
I found this in a mail of two and a half years ago from Yusuf Goolamabbas.

27 years agoOuch: "accounces" ==> "announces"
Fred Drake [Thu, 15 Jan 1998 05:49:00 +0000 (05:49 +0000)]
Ouch:  "accounces" ==> "announces"

(In description of AbstractWriter class.)

27 years agoAdd trace methods to class Variable
Guido van Rossum [Wed, 14 Jan 1998 16:44:34 +0000 (16:44 +0000)]
Add trace methods to class Variable

27 years agoAdded tests for qualified sub and split
Guido van Rossum [Wed, 14 Jan 1998 16:42:17 +0000 (16:42 +0000)]
Added tests for qualified sub and split

27 years agoSeems I've found a way to fix this.
Guido van Rossum [Wed, 14 Jan 1998 15:40:30 +0000 (15:40 +0000)]
Seems I've found a way to fix this.

27 years agoConsistency: "{\bf ...}" ==> "\strong{...}"
Fred Drake [Wed, 14 Jan 1998 14:51:31 +0000 (14:51 +0000)]
Consistency:  "{\bf ...}" ==> "\strong{...}"
      "{\em ...}" ==> "\emph{...}"

      Not at all sure what to do with "{\rm ...}".
      Leaving it for now.

27 years agoAdded the standard \label{module-*} for the two supporting modules.
Fred Drake [Wed, 14 Jan 1998 05:47:15 +0000 (05:47 +0000)]
Added the standard \label{module-*} for the two supporting modules.

27 years agoConsistency: "Unix" ==> "\UNIX{}"
Fred Drake [Tue, 13 Jan 1998 22:41:33 +0000 (22:41 +0000)]
Consistency:  "Unix" ==> "\UNIX{}"
      Always include the comma *inside* the \optional{} markup!

27 years agoAugment \tableofcontents to do the right thing.
Fred Drake [Tue, 13 Jan 1998 22:40:08 +0000 (22:40 +0000)]
Augment \tableofcontents to do the right thing.

27 years agoRemoved \mytableofcontents; just use \tableofcontents.
Fred Drake [Tue, 13 Jan 1998 22:25:02 +0000 (22:25 +0000)]
Removed \mytableofcontents; just use \tableofcontents.

27 years agoRemoved one hack!
Fred Drake [Tue, 13 Jan 1998 22:23:30 +0000 (22:23 +0000)]
Removed one hack!

27 years agoConsistency: "Unix" ==> "\UNIX{}"
Fred Drake [Tue, 13 Jan 1998 19:10:02 +0000 (19:10 +0000)]
Consistency:  "Unix" ==> "\UNIX{}"

27 years agoConsistency: "unix" ==> "\UNIX{}"
Fred Drake [Tue, 13 Jan 1998 19:03:36 +0000 (19:03 +0000)]
Consistency:  "unix" ==> "\UNIX{}"

27 years agoSome shifting around of the DGUX hack so that it won't break on DEC Unix
Guido van Rossum [Tue, 13 Jan 1998 19:03:09 +0000 (19:03 +0000)]
Some shifting around of the DGUX hack so that it won't break on DEC Unix
where Make doesn't know that '#' as a command is a comment.

27 years agoConsistency: "unix" ==> "\UNIX{}"
Fred Drake [Tue, 13 Jan 1998 19:01:57 +0000 (19:01 +0000)]
Consistency:  "unix" ==> "\UNIX{}"

Added \label{} for referring to the module.

27 years agoConsistency:
Fred Drake [Tue, 13 Jan 1998 19:00:33 +0000 (19:00 +0000)]
Consistency:

"Unix" ==> "\UNIX{}"

27 years agoDeleted targets used only by Jim Fulton's now deleted "gMakefile".
Guido van Rossum [Tue, 13 Jan 1998 18:57:24 +0000 (18:57 +0000)]
Deleted targets used only by Jim Fulton's now deleted "gMakefile".

Also change the build rules to use $(LIBRARY) instead of
  -L.. -lpython$(VERSION)
since the latter trips up the SunOS 4.1.x linker (sigh).

27 years agoConsistency:
Fred Drake [Tue, 13 Jan 1998 18:56:38 +0000 (18:56 +0000)]
Consistency:

"Unix" ==> "\UNIX{}"

"C" ==> "\C{}"

"C++" ==> "\Cpp{}"

27 years agodelete gMakefile, clarify Makefile.pre.in
Guido van Rossum [Tue, 13 Jan 1998 18:53:42 +0000 (18:53 +0000)]
delete gMakefile, clarify Makefile.pre.in

27 years agoNo longer needed, sez Jim.
Guido van Rossum [Tue, 13 Jan 1998 18:52:40 +0000 (18:52 +0000)]
No longer needed, sez Jim.

27 years agoConsistency:
Fred Drake [Tue, 13 Jan 1998 18:51:10 +0000 (18:51 +0000)]
Consistency:

"Unix" ==> "\UNIX{}"

"C" ==> "\C{}"

"C++" ==> "\Cpp{}"

27 years agoRemoved obsolete \kwindex{} call.
Fred Drake [Tue, 13 Jan 1998 18:45:34 +0000 (18:45 +0000)]
Removed obsolete \kwindex{} call.

Added "user configuration file", ".pythonrc.py file" to the index.

Made reference to site module a {seealso} environment.

27 years agoAdded "module search path" to the index.
Fred Drake [Tue, 13 Jan 1998 18:35:51 +0000 (18:35 +0000)]
Added "module search path" to the index.

27 years agoRemoved obsolete \kwindex{} calls.
Fred Drake [Tue, 13 Jan 1998 18:34:40 +0000 (18:34 +0000)]
Removed obsolete \kwindex{} calls.

Added "module search path" to the index.

"Unix" ==> "\UNIX{}"

27 years agoUpdate the doc string to emphasize non-Unix behavior earlier;
Guido van Rossum [Tue, 13 Jan 1998 18:32:40 +0000 (18:32 +0000)]
Update the doc string to emphasize non-Unix behavior earlier;
sys.prefix is no longer empty on any platform that I know of.

27 years ago\kwindex{}: Removed obsolete macro.
Fred Drake [Tue, 13 Jan 1998 18:31:39 +0000 (18:31 +0000)]
\kwindex{}:  Removed obsolete macro.

27 years ago&do_cmd_kwindex: Removed obsolete function.
Fred Drake [Tue, 13 Jan 1998 18:30:31 +0000 (18:30 +0000)]
&do_cmd_kwindex:  Removed obsolete function.

27 years agoAdded command at end to use times fonts; commented out. Instructions to use
Fred Drake [Tue, 13 Jan 1998 17:29:31 +0000 (17:29 +0000)]
Added command at end to use times fonts; commented out.  Instructions to use
times are there as well.

Doing it here means the switch only affects one file and gets everything
rebuilt as needed.

27 years agoRemoved tarps2, tardvi targets based on comments from Guido.
Fred Drake [Tue, 13 Jan 1998 17:18:57 +0000 (17:18 +0000)]
Removed tarps2, tardvi targets based on comments from Guido.

Added -9 option to gzip.  This doesn't save much space, but it's "free" and
appreaciated by those with slow modems.  (With these tarballs, that means
"those with modems"...!)

Remove the two tarballs in the clean target.

27 years agoAfter discussion with Guido, agreed to only support double-sided PostScript,
Fred Drake [Tue, 13 Jan 1998 16:57:13 +0000 (16:57 +0000)]
After discussion with Guido, agreed to only support double-sided PostScript,
so we'll not need this shell whackery after all.

27 years agoAdded openright option the the \documentclass{} for each of the manuals.
Fred Drake [Tue, 13 Jan 1998 16:53:23 +0000 (16:53 +0000)]
Added openright option the the \documentclass{} for each of the manuals.

27 years agoAdded targets:
Fred Drake [Tue, 13 Jan 1998 16:33:09 +0000 (16:33 +0000)]
Added targets:

  tarps - one-sided PostScript
  tarps2 - two-sided PostScript, with ref.ps added as-is.
  tardvi - yes, some people want the .dvi files

  all-ps2 - Create the .ps files, but make sure the LaTeX openright option
    is used in the \documentclass.

27 years agoScript to add & remove LaTeX \documentclass options. Run "./texoption.sh"
Fred Drake [Tue, 13 Jan 1998 16:29:08 +0000 (16:29 +0000)]
Script to add & remove LaTeX \documentclass options.  Run "./texoption.sh"
for usage information.

27 years ago&make_mod_index_entry: Wrap a long comment, store the additional data needed
Fred Drake [Tue, 13 Jan 1998 04:05:11 +0000 (04:05 +0000)]
&make_mod_index_entry:  Wrap a long comment, store the additional data needed
to create a module index in the HTML version.

27 years agoOverride several functions from the stock latex2html to support the module
Fred Drake [Tue, 13 Jan 1998 04:03:02 +0000 (04:03 +0000)]
Override several functions from the stock latex2html to support the module
index.  It works, it's ugly, and would probably have to be completely redone
if we changed latex2html versions.  See the comments.  ;-(

On the other hand, it works.  ;-)

(Wait for myformat.perl checkin as well.)

27 years agoAdded support for \funcline{} and \dataline{}.
Fred Drake [Mon, 12 Jan 1998 23:15:29 +0000 (23:15 +0000)]
Added support for \funcline{} and \dataline{}.

For all generated cases of <strong>...</strong> (from this module), change to
<b>...</b>.  This, from me?  This is entirely to reduce the size of the
generated markup, which is more of an issue than semantics here.  Since
<strong> isn't very meaningful anyway, this should be good.

27 years agoLots of minor markup nits, all consistency related.
Fred Drake [Mon, 12 Jan 1998 19:16:24 +0000 (19:16 +0000)]
Lots of minor markup nits, all consistency related.

Consistently use trailing "()" on function / method names.

Wrapped some long lines.

27 years agoDocument maxsplit arg for split(), with incompatibility note about 1.5
Guido van Rossum [Mon, 12 Jan 1998 18:58:53 +0000 (18:58 +0000)]
Document maxsplit arg for split(), with incompatibility note about 1.5
release bug.

Document groups() changed behaviour (now always returns tuple).

27 years agoFix two bugs:
Guido van Rossum [Mon, 12 Jan 1998 18:57:53 +0000 (18:57 +0000)]
Fix two bugs:

(1) maxsplit was ignored in split().

(2) groups() would return a string instead of a singleton tuple when
there was only one group.

27 years agoWrapped some long lines.
Fred Drake [Mon, 12 Jan 1998 18:28:20 +0000 (18:28 +0000)]
Wrapped some long lines.

Added trailing "()" for function and method names.

Added index entries for referenced modules.

27 years agoModify command descriptions to use \optional{} instead of ad-hoc markup.
Fred Drake [Mon, 12 Jan 1998 15:38:30 +0000 (15:38 +0000)]
Modify command descriptions to use \optional{} instead of ad-hoc markup.
There are still weirdnesses, but less of them.

27 years ago\optional{}: Removed leading word space, allowing more flexibility.
Fred Drake [Mon, 12 Jan 1998 14:44:33 +0000 (14:44 +0000)]
\optional{}:  Removed leading word space, allowing more flexibility.

{seealso} environment:  Always start a new paragraph after the "See Also:"
line; this ensures that formatting is consistent for each subsequent
\see*{} item.

27 years agoSigh. Apply a similar patch to the *other* occurrence of [^...].
Guido van Rossum [Mon, 12 Jan 1998 05:49:05 +0000 (05:49 +0000)]
Sigh.  Apply a similar patch to the *other* occurrence of [^...].

27 years agoFollow current recommended practice in an example: Use isinstance() to
Fred Drake [Sun, 11 Jan 1998 21:15:23 +0000 (21:15 +0000)]
Follow current recommended practice in an example:  Use isinstance() to
perform a type test instead of type(x) == types.FoobarType.  In example
for type().

27 years ago"Unix" --> "\UNIX{}"
Fred Drake [Sun, 11 Jan 1998 19:06:37 +0000 (19:06 +0000)]
"Unix" --> "\UNIX{}"

Added index references to referred-to modules.

Added seealso section pointing to the glob module.

Removed description of translate().

27 years agoAs Jeff painfully found out, malloc(0) returns NULL on OS/2.
Guido van Rossum [Sun, 11 Jan 1998 18:02:19 +0000 (18:02 +0000)]
As Jeff painfully found out, malloc(0) returns NULL on OS/2.

27 years agoGrammatical nit.
Fred Drake [Fri, 9 Jan 1998 22:37:52 +0000 (22:37 +0000)]
Grammatical nit.

27 years agoAdd module reference for cPickle to index.
Fred Drake [Fri, 9 Jan 1998 22:36:51 +0000 (22:36 +0000)]
Add module reference for cPickle to index.

Consistency:  Always use trailing "()" for function and method names in text.

Consistency:  Always mark parameter names with \var{} in text.

Change questionable text about CORBA to definate text about XDR; "CORBA" isn't
enough to specify an external representation, and I'm not sure the comment is
right if we say "IIOP".  I know its right about XDR if we only mention shared
object references and not recursive structures.

27 years agoUse \file{} instead of \code{} or ``\code{}'' to mark file & directory names
Fred Drake [Fri, 9 Jan 1998 22:30:32 +0000 (22:30 +0000)]
Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names
& name parts.

27 years agoSimplify markup.
Fred Drake [Fri, 9 Jan 1998 22:27:55 +0000 (22:27 +0000)]
Simplify markup.

27 years agoThe resource module has been documented; remove from list.
Fred Drake [Fri, 9 Jan 1998 22:25:10 +0000 (22:25 +0000)]
The resource module has been documented; remove from list.

27 years agoAdded \label{} to allow module references.
Fred Drake [Fri, 9 Jan 1998 22:24:14 +0000 (22:24 +0000)]
Added \label{} to allow module references.

Added some seealso sections.

27 years agoAdd index entry for reference to the math module.
Fred Drake [Fri, 9 Jan 1998 21:30:03 +0000 (21:30 +0000)]
Add index entry for reference to the math module.

27 years agoTypographical nits: Always set parameter names in \var{} in the running text.
Fred Drake [Fri, 9 Jan 1998 21:26:51 +0000 (21:26 +0000)]
Typographical nits:  Always set parameter names in \var{} in the running text.

27 years agoMarkup consistency in the mapping object interface description.
Fred Drake [Fri, 9 Jan 1998 20:36:44 +0000 (20:36 +0000)]
Markup consistency in the mapping object interface description.

27 years agoFix previous nit to really do the right thing.
Fred Drake [Fri, 9 Jan 1998 16:26:54 +0000 (16:26 +0000)]
Fix previous nit to really do the right thing.

27 years agoConsistency: Always use lower-case markup; one tag was still given in
Fred Drake [Fri, 9 Jan 1998 14:39:41 +0000 (14:39 +0000)]
Consistency:  Always use lower-case markup; one tag was still given in
uppercase.  (Makes it easier to see what markup is generated by the
Python manual support and what is generated by standard latex2html.)

27 years agoRevise prologue and frontmatter to use latex2e (not in 2.09 compatibility
Fred Drake [Fri, 9 Jan 1998 05:39:38 +0000 (05:39 +0000)]
Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
mode) and take advantage of changes in myformat.sty.

Change "C" to "\C{}" and "\code{NULL}" to "\NULL{}" everywhere for consistency
and control.

Started a description of PyArg_ParseTupleAndKeywords().

27 years agoRevise prologue and frontmatter to use latex2e (not in 2.09 compatibility
Fred Drake [Fri, 9 Jan 1998 05:36:43 +0000 (05:36 +0000)]
Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility
mode) and take advantage of changes in myformat.sty.

27 years ago\mytableofcontents New macro. Wrapper around \tableofcontents that
Fred Drake [Fri, 9 Jan 1998 05:34:23 +0000 (05:34 +0000)]
\mytableofcontents New macro.  Wrapper around \tableofcontents that
does the right thing if the openright option is given.  Allows a
lot of crud to be removed from the document files' frontmatter
sections.

\endabstract Extend standard macro.  (Called as \end{abstract}.)
Does the right thing if the openright option is given.

\optional Adjust to get the brackets right under latex2e.

27 years agoNit.
Fred Drake [Fri, 9 Jan 1998 05:22:44 +0000 (05:22 +0000)]
Nit.

27 years agoFor consistency, always use a trailing "()" on function names in the running
Fred Drake [Thu, 8 Jan 1998 04:00:30 +0000 (04:00 +0000)]
For consistency, always use a trailing "()" on function names in the running
text.

Add one index entry.

27 years agoFix a typo (the word "a" was spelled "c"!).
Fred Drake [Wed, 7 Jan 1998 22:05:25 +0000 (22:05 +0000)]
Fix a typo (the word "a" was spelled "c"!).

Added index entries & \label{} constructs.

27 years agoNormalize some markup.
Fred Drake [Wed, 7 Jan 1998 18:57:01 +0000 (18:57 +0000)]
Normalize some markup.

Use \file{} instead of \code{} for a directory name (Tools/freeze).

Consistently use "()" at the end of a function name in running text.

27 years agoFixed up index entries.
Fred Drake [Wed, 7 Jan 1998 13:23:32 +0000 (13:23 +0000)]
Fixed up index entries.

Adjusted one formatting problem (long \code{} in running text).

27 years agoAdded index entry for the protocol.
Fred Drake [Wed, 7 Jan 1998 13:17:20 +0000 (13:17 +0000)]
Added index entry for the protocol.

Fixed typo (extra char in the word "character").

Minor nits.

27 years agoAdded index items for the RFC and the protocol itself.
Fred Drake [Wed, 7 Jan 1998 13:13:42 +0000 (13:13 +0000)]
Added index items for the RFC and the protocol itself.

27 years agoFixed index entries to be more consistent.
Fred Drake [Wed, 7 Jan 1998 03:47:10 +0000 (03:47 +0000)]
Fixed index entries to be more consistent.

27 years agoUpdated embed demo, and put a note in the html file that you need a
Jack Jansen [Tue, 6 Jan 1998 16:50:44 +0000 (16:50 +0000)]
Updated embed demo, and put a note in the html file that you need a
source or development distribution to try it.

27 years agoI give in. Now Tk is also using resources just above 128, so Python
Jack Jansen [Tue, 6 Jan 1998 16:48:49 +0000 (16:48 +0000)]
I give in. Now Tk is also using resources just above 128, so Python
now uses only 228-256, leaving 128-228 free for others. This mod
affects prefs files, libraries and almost everything else, so I've
upped my local Python to 1.5b4 to remain sane.

27 years agoIn description of \D, revise markup so that the caret shows up in the HTML
Fred Drake [Tue, 6 Jan 1998 15:46:21 +0000 (15:46 +0000)]
In description of \D, revise markup so that the caret shows up in the HTML
version as well as the dvi form.  Without the fix, it showed up as an extra
zero character.

Bug reported by Hugh Sasse <hgs@dmu.ac.uk>.

27 years agoRelease notes and readme for 1.5b3
Jack Jansen [Tue, 6 Jan 1998 12:13:16 +0000 (12:13 +0000)]
Release notes and readme for 1.5b3

27 years agoLoading defaults for gusi/sys.path didn't work for applets. Fixed.
Jack Jansen [Tue, 6 Jan 1998 12:11:48 +0000 (12:11 +0000)]
Loading defaults for gusi/sys.path didn't work for applets. Fixed.

27 years agoBalloon help definitions
Jack Jansen [Tue, 6 Jan 1998 12:09:53 +0000 (12:09 +0000)]
Balloon help definitions

27 years agoAdded cPickle and cStringIO
Jack Jansen [Tue, 6 Jan 1998 12:08:49 +0000 (12:08 +0000)]
Added cPickle and cStringIO

27 years ago- Tk 8.0p2 script resources
Jack Jansen [Tue, 6 Jan 1998 12:08:20 +0000 (12:08 +0000)]
- Tk 8.0p2 script resources
- New folder names in sys.path initialisation
- Version number, preffilename upped

27 years agoProjects for 1.5b3
Jack Jansen [Tue, 6 Jan 1998 12:03:51 +0000 (12:03 +0000)]
Projects for 1.5b3

27 years agoDangerous feature added: when removing local files (i.e., only when -r
Guido van Rossum [Sun, 4 Jan 1998 02:03:12 +0000 (02:03 +0000)]
Dangerous feature added: when removing local files (i.e., only when -r
is used), do a recursive delete.  Use -r with even more caution!
Also changed usage message into a doc string, added a comment or two,
and rearranged a long line.

27 years agoDescriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all
Fred Drake [Fri, 2 Jan 1998 03:24:19 +0000 (03:24 +0000)]
Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all
gave the return type as part of the function field and used an empty return
type field.  Fixed.

Function name field for PyLong_FromString() included an asterisk at the
beginning of the function name field; removed.

27 years agolib.dvi target: Added commands to generate the modules index.
Fred Drake [Fri, 2 Jan 1998 03:01:47 +0000 (03:01 +0000)]
lib.dvi target:  Added commands to generate the modules index.

27 years agoScript to convert module index data to module index.
Fred Drake [Fri, 2 Jan 1998 03:00:27 +0000 (03:00 +0000)]
Script to convert module index data to module index.

27 years agoAdd module index before the general index.
Fred Drake [Fri, 2 Jan 1998 02:59:09 +0000 (02:59 +0000)]
Add module index before the general index.

27 years agoAdded support for storing information to build a module index.
Fred Drake [Fri, 2 Jan 1998 02:57:41 +0000 (02:57 +0000)]
Added support for storing information to build a module index.

Enhance the "theindex" environment to add an entry to the table of contents.

27 years agoIn description of the group() method, fix markup of "\(" and "\)" literals;
Fred Drake [Fri, 2 Jan 1998 02:50:13 +0000 (02:50 +0000)]
In description of the group() method, fix markup of "\(" and "\)" literals;
"\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html
output (the font was right).  Changed to "\code{{\e}(}" variation, which
fixes both.  Breaks the .texi file generation again.  Oh well.

27 years agoFix bug detected by AMK: need to import string.
Guido van Rossum [Wed, 31 Dec 1997 15:46:56 +0000 (15:46 +0000)]
Fix bug detected by AMK: need to import string.

27 years agoFix bug detected by AMK: Types should be types.
Guido van Rossum [Wed, 31 Dec 1997 15:46:20 +0000 (15:46 +0000)]
Fix bug detected by AMK: Types should be types.

27 years agoThis commit was manufactured by cvs2svn to create tag 'release15'. v1.5
cvs2svn [Wed, 31 Dec 1997 05:53:15 +0000 (05:53 +0000)]
This commit was manufactured by cvs2svn to create tag 'release15'.

27 years agoLast-minute fix for Jim H: don't die after del sys.stdout
Guido van Rossum [Wed, 31 Dec 1997 05:53:15 +0000 (05:53 +0000)]
Last-minute fix for Jim H: don't die after del sys.stdout

27 years agoAdd zlib and bsddb, and remove beta designation.
Guido van Rossum [Wed, 31 Dec 1997 04:51:23 +0000 (04:51 +0000)]
Add zlib and bsddb, and remove beta designation.

27 years agoNew module added.
Guido van Rossum [Wed, 31 Dec 1997 00:11:03 +0000 (00:11 +0000)]
New module added.

27 years agoReady for release of 1.5.
Guido van Rossum [Wed, 31 Dec 1997 00:04:54 +0000 (00:04 +0000)]
Ready for release of 1.5.

27 years agoAdded from 1.5b2 to 1.5.
Guido van Rossum [Wed, 31 Dec 1997 00:04:35 +0000 (00:04 +0000)]
Added from 1.5b2 to 1.5.