]> granicus.if.org Git - python/log
python
25 years agoFix minor (English) usage nits.
Fred Drake [Thu, 22 Apr 1999 16:21:09 +0000 (16:21 +0000)]
Fix minor (English) usage nits.

25 years agoReference to urllib module can be a hyperlink.
Fred Drake [Thu, 22 Apr 1999 16:17:45 +0000 (16:17 +0000)]
Reference to urllib module can be a hyperlink.

25 years agoFix dropped space in the HTML output.
Fred Drake [Thu, 22 Apr 1999 16:15:34 +0000 (16:15 +0000)]
Fix dropped space in the HTML output.

25 years agoMake reference to the socket module a hyperlink.
Fred Drake [Thu, 22 Apr 1999 16:03:30 +0000 (16:03 +0000)]
Make reference to the socket module a hyperlink.

25 years agoShorten the section title.
Fred Drake [Thu, 22 Apr 1999 15:53:35 +0000 (15:53 +0000)]
Shorten the section title.

25 years agoDon't describe this module as being a popen() wrapper; that's a little
Fred Drake [Thu, 22 Apr 1999 15:19:01 +0000 (15:19 +0000)]
Don't describe this module as being a popen() wrapper; that's a little
confusing.  This is clearly Unix-specific; label it as such.

25 years agoRemove \platform declaration; this module is generic.
Fred Drake [Thu, 22 Apr 1999 15:14:11 +0000 (15:14 +0000)]
Remove \platform declaration; this module is generic.

25 years agoMove stat to the Generic chapter.
Fred Drake [Thu, 22 Apr 1999 15:01:44 +0000 (15:01 +0000)]
Move stat to the Generic chapter.

25 years agoDon't refer to the system documentation as "man pages"; too
Fred Drake [Thu, 22 Apr 1999 14:55:43 +0000 (14:55 +0000)]
Don't refer to the system documentation as "man pages"; too
Unix-centric.  Note that this can be used with the output of
os.fstat() as well as os.stat() and os.lstat().

25 years agoMake an assertion.
Fred Drake [Thu, 22 Apr 1999 14:16:59 +0000 (14:16 +0000)]
Make an assertion.

25 years agoUpdated a comment and the release number.
Fred Drake [Thu, 22 Apr 1999 14:16:14 +0000 (14:16 +0000)]
Updated a comment and the release number.

25 years agoSome more TODO items. Made up my mind about command line args,
Guido van Rossum [Thu, 22 Apr 1999 14:07:33 +0000 (14:07 +0000)]
Some more TODO items.  Made up my mind about command line args,
Run/Import, __main__.

25 years agoAdd warning that last() and previous() don't work for hashtable
Fred Drake [Thu, 22 Apr 1999 14:06:36 +0000 (14:06 +0000)]
Add warning that last() and previous() don't work for hashtable
databases (opened using hashopen()), as noted by Skip Montanaro on
comp.lang.python.

25 years agoSuper-elegant patch by Tim Peters that speeds up colorization
Guido van Rossum [Thu, 22 Apr 1999 13:38:40 +0000 (13:38 +0000)]
Super-elegant patch by Tim Peters that speeds up colorization
dramatically (up to 15 times he claims).  Works by reading more than
one line at a time, up to 100-line chunks (starting with one line and
then doubling up to the limit).  On a typical machine (e.g. Tim's
P5-166) this doesn't reduce interactive responsiveness in a noticeable
way.

25 years agoScript to locate uses of \module where the module referred to is not
Fred Drake [Thu, 22 Apr 1999 13:08:09 +0000 (13:08 +0000)]
Script to locate uses of \module where the module referred to is not
the module being documented at that point in the documentation; these
are candidates for conversion to \refmodule, which produces a
hyperlink in the HTML and PDF versions of the output.

25 years agoAdd a couple of items.
Fred Drake [Thu, 22 Apr 1999 13:05:52 +0000 (13:05 +0000)]
Add a couple of items.

25 years agoFill in a lot of the blanks. Add a start to the LaTeX primer section.
Fred Drake [Thu, 22 Apr 1999 13:05:27 +0000 (13:05 +0000)]
Fill in a lot of the blanks.  Add a start to the LaTeX primer section.

Use Python-traditional XXX comments instead of square brackets that
aren't as obvious or usefully grepable.

25 years agoAdded support for adding environment/macro parameters more cleanly:
Fred Drake [Thu, 22 Apr 1999 13:03:49 +0000 (13:03 +0000)]
Added support for adding environment/macro parameters more cleanly:
\op adds an optional parameter, and \p adds a required parameter.
These are only defined in the context of the parameter list parameter
of the envdesc and macrodesc environments.

25 years agoAllow longer strings (up to 80 chars each) for version, build,
Guido van Rossum [Thu, 22 Apr 1999 12:03:40 +0000 (12:03 +0000)]
Allow longer strings (up to 80 chars each) for version, build,
compiler info.

25 years agoMisc. markup nits.
Fred Drake [Wed, 21 Apr 1999 21:43:17 +0000 (21:43 +0000)]
Misc. markup nits.

All sections get reasonable file names in the HTML output.

25 years agoFix markup typo.
Fred Drake [Wed, 21 Apr 1999 21:33:24 +0000 (21:33 +0000)]
Fix markup typo.

25 years agoMark the "Notes:" sections under tables the same way it's done
Fred Drake [Wed, 21 Apr 1999 21:15:35 +0000 (21:15 +0000)]
Mark the "Notes:" sections under tables the same way it's done
elsewhere in the library reference.

25 years agoThe version information here was checked good in 1999, not 199. ;-)
Fred Drake [Wed, 21 Apr 1999 18:44:41 +0000 (18:44 +0000)]
The version information here was checked good in 1999, not 199.  ;-)

Added "See also" reference to zlib home page, even though it's
mentioned in the text.

25 years agoReflow paragraph to work around LaTeX2HTML dropping a space.
Fred Drake [Wed, 21 Apr 1999 18:33:47 +0000 (18:33 +0000)]
Reflow paragraph to work around LaTeX2HTML dropping a space.

Make all references to the os module hyperlinks.

25 years agoReflow paragraph to work around LaTeX2HTML dropping a space.
Fred Drake [Wed, 21 Apr 1999 18:17:11 +0000 (18:17 +0000)]
Reflow paragraph to work around LaTeX2HTML dropping a space.

25 years agoSmall nits, more hyperlinks.
Fred Drake [Wed, 21 Apr 1999 18:15:22 +0000 (18:15 +0000)]
Small nits, more hyperlinks.

Added more information for cStringIO.

25 years agoMake references to whrandom hyperlinks.
Fred Drake [Wed, 21 Apr 1999 18:14:22 +0000 (18:14 +0000)]
Make references to whrandom hyperlinks.

25 years agoSmall markup nits.
Fred Drake [Wed, 21 Apr 1999 18:13:31 +0000 (18:13 +0000)]
Small markup nits.

25 years agoMake the names of the referenced modules hyperlinks; they had not been
Fred Drake [Wed, 21 Apr 1999 18:10:08 +0000 (18:10 +0000)]
Make the names of the referenced modules hyperlinks; they had not been
marked at all.

25 years agoNits. Reference to signal module becomes a hyperlink.
Fred Drake [Wed, 21 Apr 1999 18:01:14 +0000 (18:01 +0000)]
Nits.  Reference to signal module becomes a hyperlink.

25 years agoWork around LaTeX2HTML comment-handling bug.
Fred Drake [Wed, 21 Apr 1999 17:57:15 +0000 (17:57 +0000)]
Work around LaTeX2HTML comment-handling bug.

25 years agoLogical markup nits.
Fred Drake [Wed, 21 Apr 1999 17:29:14 +0000 (17:29 +0000)]
Logical markup nits.

Make references to other modules hyperlinks.

25 years agoLogical markup & other small nits.
Fred Drake [Wed, 21 Apr 1999 17:18:04 +0000 (17:18 +0000)]
Logical markup & other small nits.

25 years agoExplain *why* the copytree() implementation is presented as the
Fred Drake [Wed, 21 Apr 1999 17:08:51 +0000 (17:08 +0000)]
Explain *why* the copytree() implementation is presented as the
example!

25 years agoTextual references to the glob module can be hyperlinks.
Fred Drake [Wed, 21 Apr 1999 17:04:43 +0000 (17:04 +0000)]
Textual references to the glob module can be hyperlinks.

25 years agoFreeBSD/[34]* change, Dom Mitchell.
Guido van Rossum [Wed, 21 Apr 1999 17:03:13 +0000 (17:03 +0000)]
FreeBSD/[34]* change, Dom Mitchell.

25 years agoMarkup nit to fixed dropped space in HTML output.
Fred Drake [Wed, 21 Apr 1999 17:01:15 +0000 (17:01 +0000)]
Markup nit to fixed dropped space in HTML output.

25 years agoPatch by Per Cederqvist, seemingly approved by The Dragon:
Guido van Rossum [Wed, 21 Apr 1999 16:52:20 +0000 (16:52 +0000)]
Patch by Per Cederqvist, seemingly approved by The Dragon:

Two problems: The SMTPRecipientsRefused class should not inherit
SMTPResponseException, since it doesn't provide the smtp_code and
smtp_error attributes.  My patch for not adding an extra CRLF was
apparently forgotten.  The enclosed patch fixes these two problems.

25 years agoMarkup nits.
Fred Drake [Wed, 21 Apr 1999 16:41:40 +0000 (16:41 +0000)]
Markup nits.

25 years agoAdded "See also" reference to xdrlib.
Fred Drake [Wed, 21 Apr 1999 16:38:53 +0000 (16:38 +0000)]
Added "See also" reference to xdrlib.

Markup nits.

25 years agoMarkup nits.
Fred Drake [Wed, 21 Apr 1999 16:29:57 +0000 (16:29 +0000)]
Markup nits.

25 years agoMark the references to module names use \module or \refmodule (the
Fred Drake [Wed, 21 Apr 1999 16:29:18 +0000 (16:29 +0000)]
Mark the references to module names use \module or \refmodule (the
closing paragraph used \code).

25 years agoImportant fix mentioned by The Dragon De Monsyne: the sendmail()
Guido van Rossum [Wed, 21 Apr 1999 16:19:16 +0000 (16:19 +0000)]
Important fix mentioned by The Dragon De Monsyne: the sendmail()
method does _not_ disconnect the connection when it throws a
SMTPHeloError!

25 years agoCorrect spelling of length, discovered by Christian Tismer.
Guido van Rossum [Wed, 21 Apr 1999 16:06:27 +0000 (16:06 +0000)]
Correct spelling of length, discovered by Christian Tismer.

25 years agoOops; minor nit in example: none of the other interactive examples
Fred Drake [Wed, 21 Apr 1999 16:00:24 +0000 (16:00 +0000)]
Oops; minor nit in example: none of the other interactive examples
show the "trailing" prompt, so don't show it here!

25 years agodo_cmd_funcline(): Remove some bogus generated stuff from the output
Fred Drake [Wed, 21 Apr 1999 15:58:58 +0000 (15:58 +0000)]
do_cmd_funcline():  Remove some bogus generated stuff from the output
    (some text was only intended for the index).

25 years agoAdded link to xdrlib module in "See also" section.
Fred Drake [Wed, 21 Apr 1999 15:57:29 +0000 (15:57 +0000)]
Added link to xdrlib module in "See also" section.

25 years agoPatch by Tim Peters to speed up colorizing of big multiline strings.
Guido van Rossum [Wed, 21 Apr 1999 15:49:34 +0000 (15:49 +0000)]
Patch by Tim Peters to speed up colorizing of big multiline strings.

25 years agoPatch by Christian Tismer for Win32, to use FormatMessage() instead of
Guido van Rossum [Wed, 21 Apr 1999 15:27:31 +0000 (15:27 +0000)]
Patch by Christian Tismer for Win32, to use FormatMessage() instead of
strerror().  This improves the quality of the error messages.

25 years agoFix some remaining index & consistency nits. (Many data member
Fred Drake [Wed, 21 Apr 1999 14:00:29 +0000 (14:00 +0000)]
Fix some remaining index & consistency nits.  (Many data member
references were being omitted from the general index.)

25 years agoAdded index entry for "file objects"; this is appearantly referenced
Fred Drake [Wed, 21 Apr 1999 13:58:17 +0000 (13:58 +0000)]
Added index entry for "file objects"; this is appearantly referenced
somewhere in the Reference Manual, and someone tried to locate it via
the index.  Report on the omission by Stefan Franke
<sfranke@cdc-group.com>.

25 years agoimproved scrollbar delay behavior -- jvr
Just van Rossum [Wed, 21 Apr 1999 09:24:02 +0000 (09:24 +0000)]
improved scrollbar delay behavior -- jvr

25 years agoAdded doc for the "module" attribute on the class descriptor objects;
Fred Drake [Tue, 20 Apr 1999 18:18:53 +0000 (18:18 +0000)]
Added doc for the "module" attribute on the class descriptor objects;
omission repoorted by Glyn Webster <glyn@ninz.org.nz>.

25 years agoFor an event 'foo-bar', the corresponding method must be called
Guido van Rossum [Tue, 20 Apr 1999 17:32:52 +0000 (17:32 +0000)]
For an event 'foo-bar', the corresponding method must be called
foo_bar_event().  Therefore, fix the references to zoom_height() in
the example.

25 years agoRestored the original IDLE color scheme.
Guido van Rossum [Tue, 20 Apr 1999 15:58:29 +0000 (15:58 +0000)]
Restored the original IDLE color scheme.

25 years agoColor preferences code by Loren Luke (massaged by me somewhat)
Guido van Rossum [Tue, 20 Apr 1999 15:45:30 +0000 (15:45 +0000)]
Color preferences code by Loren Luke (massaged by me somewhat)

25 years agoPatch by Mark Favas: it fixes the search engine behaviour where an
Guido van Rossum [Tue, 20 Apr 1999 15:00:00 +0000 (15:00 +0000)]
Patch by Mark Favas: it fixes the search engine behaviour where an
unsuccessful search wraps around and re-searches that part of the file
between the start of the search and the end of the file - only really
an issue for very large files, but... (also removes a redundant
m.span() call).

25 years agoAdded example use of pack_list() to help explain the pack_item
Fred Drake [Tue, 20 Apr 1999 13:41:14 +0000 (13:41 +0000)]
Added example use of pack_list() to help explain the pack_item
parameter.  Lack of clarity reported by Matthew Gallagher
<hew@hons.cs.usyd.edu.au>.

25 years agoCalling _cleanup() does not guarantee that all processes have
Guido van Rossum [Tue, 20 Apr 1999 12:27:31 +0000 (12:27 +0000)]
Calling _cleanup() does not guarantee that all processes have
terminated; this makes the final assert in the self-test code fail if
the parent runs faster than the children.  Fix this by calling wait()
on the remaining children instead.

25 years agoUpdated to reflect additions.
Fred Drake [Mon, 19 Apr 1999 21:21:28 +0000 (21:21 +0000)]
Updated to reflect additions.

25 years agocolorsys docs from David Ascher.
Fred Drake [Mon, 19 Apr 1999 21:20:13 +0000 (21:20 +0000)]
colorsys docs from David Ascher.

25 years agobsddb docs from Skip Montanaro; added interesting links.
Fred Drake [Mon, 19 Apr 1999 21:19:21 +0000 (21:19 +0000)]
bsddb docs from Skip Montanaro; added interesting links.

25 years agoUtility function that yields a properly formatted time string.
Guido van Rossum [Mon, 19 Apr 1999 18:04:38 +0000 (18:04 +0000)]
Utility function that yields a properly formatted time string.

(Idea by Jeff Bauer, code by Jeremy, renamed and "Date:" constant
stripped from return value by GvR.)

25 years agoRelocating file to Lib/lib-tk.
Fred Drake [Mon, 19 Apr 1999 18:03:57 +0000 (18:03 +0000)]
Relocating file to Lib/lib-tk.

25 years agoJim Fulton writes:
Guido van Rossum [Mon, 19 Apr 1999 17:58:18 +0000 (17:58 +0000)]
Jim Fulton writes:

I have attached a new cPickle that adds a new control attribute
to unpicklers:

  Added new Unpickler attribute, find_global.  If set to None, then
  global and instance pickles are disabled.  Otherwise, it should be set to
  a callable object that takes two arguments, a module name and an
  object name, and returns an object.  If the attribute is unset, then
  the default mechanism is used.

  This feature provides an additional mechanism for controlling which
  classes can be used for unpickling.

25 years agoPatch from Tim Peters to repare a the problem that tracebacks are off
Guido van Rossum [Mon, 19 Apr 1999 17:54:19 +0000 (17:54 +0000)]
Patch from Tim Peters to repare a the problem that tracebacks are off
by a line when Python is run with -x.

25 years agoImprove text of some error messages, as suggested by Sean Reifschneider.
Guido van Rossum [Mon, 19 Apr 1999 17:44:39 +0000 (17:44 +0000)]
Improve text of some error messages, as suggested by Sean Reifschneider.

25 years agoDaniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)
Guido van Rossum [Mon, 19 Apr 1999 17:22:12 +0000 (17:22 +0000)]
Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)

25 years agoPatch by Drew Csillag for FreeBSD's sh, which doesn't automatically
Guido van Rossum [Mon, 19 Apr 1999 17:16:12 +0000 (17:16 +0000)]
Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically
join \-terminated lines.

25 years agoAvoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.
Guido van Rossum [Mon, 19 Apr 1999 16:50:26 +0000 (16:50 +0000)]
Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux.

25 years agoA few wishes are now fulfilled.
Guido van Rossum [Mon, 19 Apr 1999 16:26:02 +0000 (16:26 +0000)]
A few wishes are now fulfilled.

25 years agoTim Peters implements some of my wishes:
Guido van Rossum [Mon, 19 Apr 1999 16:23:15 +0000 (16:23 +0000)]
Tim Peters implements some of my wishes:

o Makes the tab key intelligently insert spaces when appropriate (see Help
list banter twixt David Ascher and me; idea stolen from every other editor
on earth <wink>).

o newline_and_indent_event trims trailing whitespace on the old line (pymode
and Codewright).

o newline_and_indent_event no longer fooled by trailing whitespace or
comment after ":" (pymode, PTUI).

o newline_and_indent_event now reduces the new line's indentation after
return, break, continue, raise and pass stmts (pymode).

The last two are easy to fool in the presence of strings & continuations,
but pymode requires Emacs's high-powered C parsing functions to avoid that
in finite time.

25 years agoRemove superfluous index entry for posix.popen(); no longer
Fred Drake [Fri, 16 Apr 1999 19:00:48 +0000 (19:00 +0000)]
Remove superfluous index entry for posix.popen(); no longer
appropriate since popen() is only documented in os.

25 years agoAdded link to Fredrik Lundh's online Tkinter reference material.
Fred Drake [Fri, 16 Apr 1999 18:26:22 +0000 (18:26 +0000)]
Added link to Fredrik Lundh's online Tkinter reference material.

25 years agoMinor nits, include author info.
Fred Drake [Fri, 16 Apr 1999 14:03:32 +0000 (14:03 +0000)]
Minor nits, include author info.

25 years agoIn list of sequence comparison examples, "=" should be "==". Reported
Fred Drake [Fri, 16 Apr 1999 13:17:04 +0000 (13:17 +0000)]
In list of sequence comparison examples, "=" should be "==".  Reported
by Mirko Liss <n89553@hrz.uni-paderborn.de>.

25 years ago'warn()' method now takes an optional line number.
Greg Ward [Thu, 15 Apr 1999 17:50:19 +0000 (17:50 +0000)]
'warn()' method now takes an optional line number.

25 years agoRemoved dbhash from the undocumented list.
Fred Drake [Thu, 15 Apr 1999 16:05:29 +0000 (16:05 +0000)]
Removed dbhash from the undocumented list.

25 years agoAdd libdbhash.tex.
Fred Drake [Thu, 15 Apr 1999 15:12:37 +0000 (15:12 +0000)]
Add libdbhash.tex.

25 years agoDocument the dbhash module, and link to it from appropriate places.
Fred Drake [Thu, 15 Apr 1999 15:11:40 +0000 (15:11 +0000)]
Document the dbhash module, and link to it from appropriate places.

25 years agoCorrect documentation for <file>.read(); Python makes a serious
Fred Drake [Wed, 14 Apr 1999 14:31:53 +0000 (14:31 +0000)]
Correct documentation for <file>.read(); Python makes a serious
best-effort to return 'size' bytes.  Point out that this may mean
multiple fread() calls.  Reported by Anders Hammarquist
<iko@iko.pp.se> via the Debian crew.

25 years agoUse the standard stylesheet here as well.
Fred Drake [Wed, 14 Apr 1999 14:28:48 +0000 (14:28 +0000)]
Use the standard stylesheet here as well.

25 years agoUse the tools/mkdvi.sh script to generate DVI and PDF output for the
Fred Drake [Wed, 14 Apr 1999 14:04:39 +0000 (14:04 +0000)]
Use the tools/mkdvi.sh script to generate DVI and PDF output for the
library reference now that it's sufficiently capable.

25 years agoFurther refinement, to allow this to handle the library reference as
Fred Drake [Wed, 14 Apr 1999 13:13:32 +0000 (13:13 +0000)]
Further refinement, to allow this to handle the library reference as
well as the other "manual" documents.

25 years agoTypo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant
Fred Drake [Wed, 14 Apr 1999 12:52:14 +0000 (12:52 +0000)]
Typo: "Otherwose" --> "Otherwise"  (reported by Joakim Sernbrant
<joakim.sernbrant@front.se>).

Misc. small fixes to the logical markup.

25 years agoAdd some support for the module index, so this can be used to build
Fred Drake [Wed, 14 Apr 1999 05:02:06 +0000 (05:02 +0000)]
Add some support for the module index, so this can be used to build
the .aux file for any of the "manual" class documents.

25 years agoFor now, comment out the \ignorePlatformAnnotation; the global index
Fred Drake [Tue, 13 Apr 1999 22:19:21 +0000 (22:19 +0000)]
For now, comment out the \ignorePlatformAnnotation; the global index
doesn't really work with this.

25 years agoDon't include the verbatim style; the default handling is better.
Fred Drake [Tue, 13 Apr 1999 22:17:55 +0000 (22:17 +0000)]
Don't include the verbatim style; the default handling is better.

25 years agoFix problem of LaTeX leakage in the module synopsis tables at the
Fred Drake [Tue, 13 Apr 1999 22:08:59 +0000 (22:08 +0000)]
Fix problem of LaTeX leakage in the module synopsis tables at the
beginning of chapters.  Known problem reported by Barry Scott
<barry@scottb.demon.co.uk>.

25 years agoFix availability declaration for popen2 module; report by Barry Scott
Fred Drake [Tue, 13 Apr 1999 22:03:26 +0000 (22:03 +0000)]
Fix availability declaration for popen2 module; report by Barry Scott
<barry@scottb.demon.co.uk>.

25 years agoMinor cleanup.
Fred Drake [Tue, 13 Apr 1999 21:39:31 +0000 (21:39 +0000)]
Minor cleanup.

25 years agoFix availability declaration for stat module; report by Barry Scott
Fred Drake [Tue, 13 Apr 1999 21:38:02 +0000 (21:38 +0000)]
Fix availability declaration for stat module; report by Barry Scott
<barry@scottb.demon.co.uk>.

25 years agoWork around problems with HTML conversion by making the break and
Fred Drake [Tue, 13 Apr 1999 21:36:44 +0000 (21:36 +0000)]
Work around problems with HTML conversion by making the break and
tbreak synopses be all on one line (each).  Known problem, most
recently reported by Barry Scott <barry@scottb.demon.co.uk>.

25 years agoJust in case a copy of the documentation gets released somehow...
Fred Drake [Tue, 13 Apr 1999 21:22:46 +0000 (21:22 +0000)]
Just in case a copy of the documentation gets released somehow...

25 years agoThis commit was manufactured by cvs2svn to create tag 'r152'. v1.5.2
cvs2svn [Tue, 13 Apr 1999 15:52:45 +0000 (15:52 +0000)]
This commit was manufactured by cvs2svn to create tag 'r152'.

25 years agoNews for 1.5.2 (final).
Guido van Rossum [Tue, 13 Apr 1999 15:52:45 +0000 (15:52 +0000)]
News for 1.5.2 (final).

25 years agoBump version to 1.5.2 (final)
Guido van Rossum [Tue, 13 Apr 1999 15:44:49 +0000 (15:44 +0000)]
Bump version to 1.5.2 (final)

25 years agoAdded shamodule.c
Guido van Rossum [Tue, 13 Apr 1999 15:44:21 +0000 (15:44 +0000)]
Added shamodule.c

25 years agoAdded sha module!
Guido van Rossum [Tue, 13 Apr 1999 15:41:10 +0000 (15:41 +0000)]
Added sha module!

25 years agoPrepare for final release.
Guido van Rossum [Tue, 13 Apr 1999 14:47:26 +0000 (14:47 +0000)]
Prepare for final release.