]> granicus.if.org Git - python/log
python
24 years agostruct.pack has become picky about h (short) and H (unsigned short).
Jack Jansen [Sun, 22 Oct 2000 21:59:23 +0000 (21:59 +0000)]
struct.pack has become picky about h (short) and H (unsigned short).

24 years agoUpdated because developer option isn't distributed separately anymore.
Jack Jansen [Sun, 22 Oct 2000 21:57:12 +0000 (21:57 +0000)]
Updated because developer option isn't distributed separately anymore.

24 years agoRemoved, no longer pertinent.
Jack Jansen [Sun, 22 Oct 2000 21:55:03 +0000 (21:55 +0000)]
Removed, no longer pertinent.

24 years agoFinal version used for 2.0 distribution.
Jack Jansen [Sun, 22 Oct 2000 21:54:33 +0000 (21:54 +0000)]
Final version used for 2.0 distribution.

24 years agoMore names.
Fred Drake [Sun, 22 Oct 2000 03:23:58 +0000 (03:23 +0000)]
More names.

24 years agoAdded missing entry for invert() function.
Fred Drake [Sun, 22 Oct 2000 03:19:30 +0000 (03:19 +0000)]
Added missing entry for invert() function.

Added table mapping abstract operations to syntax to functions, based on
a suggestion from Bob Weiner <weiner@beopen.com>.

24 years agoMinor tweaks to catch up with the current code in a few spots.
Greg Ward [Sun, 22 Oct 2000 01:40:08 +0000 (01:40 +0000)]
Minor tweaks to catch up with the current code in a few spots.
Wrote the "Distutils Configuration Files" section.

24 years agoFlesh out the "LaTeX Primer" some more.
Fred Drake [Fri, 20 Oct 2000 20:51:31 +0000 (20:51 +0000)]
Flesh out the "LaTeX Primer" some more.

24 years agot_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...).
Fred Drake [Fri, 20 Oct 2000 20:02:37 +0000 (20:02 +0000)]
t_bootstram():  Use PySys_WriteStderr() instead of fprintf(stderr,...).

This closes bug #117324.

24 years agomore edits to make the text fit (jvr)
Just van Rossum [Fri, 20 Oct 2000 07:49:00 +0000 (07:49 +0000)]
more edits to make the text fit (jvr)

24 years agooops, that one caused a syntax error... (jvr)
Just van Rossum [Fri, 20 Oct 2000 07:40:30 +0000 (07:40 +0000)]
oops, that one caused a syntax error... (jvr)

24 years agoedits to make the 2.0 copyright fit in the about box again... (jvr)
Just van Rossum [Fri, 20 Oct 2000 07:35:33 +0000 (07:35 +0000)]
edits to make the 2.0 copyright fit in the about box again... (jvr)

24 years agoCleaned uthread dependencies (jvr)
Just van Rossum [Fri, 20 Oct 2000 06:37:11 +0000 (06:37 +0000)]
Cleaned uthread dependencies (jvr)

24 years agoHm, I never checked in my incomplete "run with interpreter" mods. UI is there (but...
Just van Rossum [Fri, 20 Oct 2000 06:36:30 +0000 (06:36 +0000)]
Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there.

24 years agofixed 2.0 compat bug
Just van Rossum [Fri, 20 Oct 2000 06:34:57 +0000 (06:34 +0000)]
fixed 2.0 compat bug

24 years agoUpdate the display of some floating point values at the interactive prompt
Fred Drake [Fri, 20 Oct 2000 03:03:18 +0000 (03:03 +0000)]
Update the display of some floating point values at the interactive prompt
to reflect current behavior.
This closes SourceForge bug #117305.

Made a reference to the library reference a hyperlink.

Fixed some minor markup nits.

24 years agoAdded PyMac_OutputSeen(), which acknowledges all current output in the stdio window...
Jack Jansen [Thu, 19 Oct 2000 22:02:16 +0000 (22:02 +0000)]
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.

24 years agoAdd Numerical:Lib:Packages to sys.path. A workaround for distutils not working.
Jack Jansen [Thu, 19 Oct 2000 22:00:01 +0000 (22:00 +0000)]
Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working.

24 years agoReady for 2.0
Jack Jansen [Thu, 19 Oct 2000 21:58:27 +0000 (21:58 +0000)]
Ready for 2.0

24 years agoOops, all the options were off-by-one. Reported by Tom Bridgman.
Jack Jansen [Thu, 19 Oct 2000 21:50:54 +0000 (21:50 +0000)]
Oops, all the options were off-by-one. Reported by Tom Bridgman.

24 years agoFixed balloon help for options. Sort-of reported by Russell Finn.
Jack Jansen [Thu, 19 Oct 2000 21:22:46 +0000 (21:22 +0000)]
Fixed balloon help for options. Sort-of reported by Russell Finn.

24 years agoFixed balloon help for startup options. Reported by Russell Finn.
Jack Jansen [Thu, 19 Oct 2000 21:22:20 +0000 (21:22 +0000)]
Fixed balloon help for startup options. Reported by Russell Finn.

24 years agoRemoved try/except TypeError around calling the ae handler function, it masksprogramm...
Jack Jansen [Thu, 19 Oct 2000 20:49:12 +0000 (20:49 +0000)]
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.

24 years agoOops, not only the Popt versions were wrong, the resources were also short.
Jack Jansen [Thu, 19 Oct 2000 20:34:14 +0000 (20:34 +0000)]
Oops, not only the Popt versions were wrong, the resources were also short.

24 years agoDifferent phrasing of keepconsole options, suggested by David Goodger.
Jack Jansen [Thu, 19 Oct 2000 20:33:41 +0000 (20:33 +0000)]
Different phrasing of keepconsole options, suggested by David Goodger.

24 years agoUse MacOS.OutputSeen() on menuselections: it treats a menu selection in the same...
Jack Jansen [Thu, 19 Oct 2000 20:32:35 +0000 (20:32 +0000)]
Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit.

24 years agoUse MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This soluti...
Jack Jansen [Thu, 19 Oct 2000 20:31:51 +0000 (20:31 +0000)]
Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. This solution is better: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before).

24 years agoRemove the bzip2 archives from the "distfiles" target. There are not
Fred Drake [Thu, 19 Oct 2000 13:25:15 +0000 (13:25 +0000)]
Remove the bzip2 archives from the "distfiles" target.  There are not
enough downloads to keep this around.

24 years agoFixed a bug that caused namespace names to be reported as lists rather
Lars Gustäbel [Thu, 19 Oct 2000 07:36:29 +0000 (07:36 +0000)]
Fixed a bug that caused namespace names to be reported as lists rather
than tuples.

24 years agoTwo more names.
Fred Drake [Thu, 19 Oct 2000 05:58:03 +0000 (05:58 +0000)]
Two more names.

24 years agoHelper scripts used in published the "development" snapshots of the
Fred Drake [Thu, 19 Oct 2000 05:54:51 +0000 (05:54 +0000)]
Helper scripts used in published the "development" snapshots of the
Python documentation.

24 years agoRevise the capitalization policy of \versionchanged explanation; the
Fred Drake [Thu, 19 Oct 2000 05:36:10 +0000 (05:36 +0000)]
Revise the capitalization policy of \versionchanged explanation; the
explanation must now be capitalized.  This is more consistent with the
\see* explanation fields.

Added a lot of material to the "LaTeX Primer" section.

24 years agoCapitalize first letter of an explanation for a \versionchanged
Fred Drake [Thu, 19 Oct 2000 05:33:46 +0000 (05:33 +0000)]
Capitalize first letter of an explanation for a \versionchanged
annotation.

24 years agoCorrection from David Bolen: the Windows version no longer crashes
Andrew M. Kuchling [Thu, 19 Oct 2000 01:42:33 +0000 (01:42 +0000)]
Correction from David Bolen: the Windows version no longer crashes
    on trying to import a 1.5 module
Bump the document version number

24 years agoDocument the .lastindex and .lastgroup attributes of MatchObject
Andrew M. Kuchling [Wed, 18 Oct 2000 23:08:13 +0000 (23:08 +0000)]
Document the .lastindex and .lastgroup attributes of MatchObject

24 years agoMake all the \seemodule explanations consistent: start with a capitalized
Fred Drake [Wed, 18 Oct 2000 17:43:06 +0000 (17:43 +0000)]
Make all the \seemodule explanations consistent: start with a capitalized
letter and end with proper punctuation.  "Documenting Python" will be
updated accordingly so that this will be editorial policy for the Python
documentation.

24 years agoCapitalize & use periods for \seemodule explanation parameter.
Fred Drake [Wed, 18 Oct 2000 16:47:52 +0000 (16:47 +0000)]
Capitalize & use periods for \seemodule explanation parameter.

24 years agoUpdated Popt resources to current version
Jack Jansen [Wed, 18 Oct 2000 09:13:45 +0000 (09:13 +0000)]
Updated Popt resources to current version

24 years agoUse test_support.TESTFN as the temporary filename.
Fred Drake [Wed, 18 Oct 2000 01:21:38 +0000 (01:21 +0000)]
Use test_support.TESTFN as the temporary filename.
Fix a minor stylistic nit.

This closes SourceForge bug #117032.

24 years agoBump version number -- this document is pretty much finished!
Andrew M. Kuchling [Tue, 17 Oct 2000 13:02:42 +0000 (13:02 +0000)]
Bump version number -- this document is pretty much finished!

24 years agoUpdate the links to the NumPy website and documentation, based on a
Fred Drake [Tue, 17 Oct 2000 04:58:01 +0000 (04:58 +0000)]
Update the links to the NumPy website and documentation, based on a
comment from Janko Hauser <jhauser@ifm.uni-kiel.de>.

24 years agoThis commit was manufactured by cvs2svn to create tag 'release20'. v2.0
cvs2svn [Mon, 16 Oct 2000 20:51:33 +0000 (20:51 +0000)]
This commit was manufactured by cvs2svn to create tag 'release20'.

24 years agoTypo repair.
Tim Peters [Mon, 16 Oct 2000 20:51:33 +0000 (20:51 +0000)]
Typo repair.

24 years agorevise xml comment
Jeremy Hylton [Mon, 16 Oct 2000 20:41:38 +0000 (20:41 +0000)]
revise xml comment

24 years agoUpdated the XML package comment.
Fred Drake [Mon, 16 Oct 2000 20:27:25 +0000 (20:27 +0000)]
Updated the XML package comment.

24 years agoFilled in math-module info; fixed a typo or two.
Tim Peters [Mon, 16 Oct 2000 20:24:53 +0000 (20:24 +0000)]
Filled in math-module info; fixed a typo or two.

24 years agoAdd NEWS for 2.0 final (there are a few XXX comments that must be
Jeremy Hylton [Mon, 16 Oct 2000 20:08:38 +0000 (20:08 +0000)]
Add NEWS for 2.0 final (there are a few XXX comments that must be
addressed).

Fix a few nits in 2.0c1 news.

24 years agothe usual
Jeremy Hylton [Mon, 16 Oct 2000 18:26:42 +0000 (18:26 +0000)]
the usual

24 years agothe usual (part II)
Jeremy Hylton [Mon, 16 Oct 2000 17:42:40 +0000 (17:42 +0000)]
the usual (part II)

24 years agoTest for math.* exceptional behavior only in verbose mode, so that the
Tim Peters [Mon, 16 Oct 2000 17:35:13 +0000 (17:35 +0000)]
Test for math.* exceptional behavior only in verbose mode, so that the
oddball platforms (where, e.g., math.exp(+huge) still fails to raise
OverflowError) don't fail the std test suite when run normally.

24 years agothe usual
Jeremy Hylton [Mon, 16 Oct 2000 17:33:50 +0000 (17:33 +0000)]
the usual

24 years agoPatch #101936: Auto-detect DEC threads (which need "-threads" argument)
Jeremy Hylton [Mon, 16 Oct 2000 16:59:12 +0000 (16:59 +0000)]
Patch #101936: Auto-detect DEC threads (which need "-threads" argument)
by Thomas Wouters

24 years agofind(): Application of (slightly modified) SF patch #101928 by Ulf
Barry Warsaw [Mon, 16 Oct 2000 15:47:50 +0000 (15:47 +0000)]
find(): Application of (slightly modified) SF patch #101928 by Ulf
Betlehem, verified by Peter Funk.  Fixes preservation of language
search order lost due to use of dictionary keys instead of a list.
Closes SF bug #116964.

24 years agodistutils setup files for Tkinter
Jeremy Hylton [Mon, 16 Oct 2000 15:36:25 +0000 (15:36 +0000)]
distutils setup files for Tkinter

24 years agomisc. RPM support files
Jeremy Hylton [Mon, 16 Oct 2000 15:34:52 +0000 (15:34 +0000)]
misc. RPM support files

24 years agoDemos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.
Fred Drake [Mon, 16 Oct 2000 15:27:05 +0000 (15:27 +0000)]
Demos of the new XML support from Lars Marius Garshol <larsga@garshol.priv.no>.

24 years agoCorrect form of FourThought's name
Andrew M. Kuchling [Mon, 16 Oct 2000 14:19:21 +0000 (14:19 +0000)]
Correct form of FourThought's name

24 years agoBump version to 1.0.1.
Greg Ward [Sun, 15 Oct 2000 19:20:20 +0000 (19:20 +0000)]
Bump version to 1.0.1.

24 years agoFixed minor problem with reset().
Lars Gustäbel [Sat, 14 Oct 2000 10:28:01 +0000 (10:28 +0000)]
Fixed minor problem with reset().

24 years agoPrep the Windows installer for 2.0 final:
Tim Peters [Sat, 14 Oct 2000 07:35:15 +0000 (07:35 +0000)]
Prep the Windows installer for 2.0 final:
+ Bump the build number.
+ Changed app name in installer dialogs.
+ Fiddled dialogs to repair grammar and get rid of anachronisms (e.g.,
  "ProgMan" and "Program Manager" haven't made sense since Windows 3.1!).

24 years agoFor PyErr_Format(), note that the exception parameter can be a string or
Fred Drake [Sat, 14 Oct 2000 05:49:30 +0000 (05:49 +0000)]
For PyErr_Format(), note that the exception parameter can be a string or
class, but not an instance (since an instance will be created using the
formatted message string as the constructor parameter).

24 years agoAdjust the Macintosh manual to have the formatting dependencies for
Fred Drake [Sat, 14 Oct 2000 05:47:17 +0000 (05:47 +0000)]
Adjust the Macintosh manual to have the formatting dependencies for
manuals instead of howtos.

24 years agoFor os.stat() & friends, note that the time fields are returned as
Fred Drake [Sat, 14 Oct 2000 05:46:11 +0000 (05:46 +0000)]
For os.stat() & friends, note that the time fields are returned as
floating-point values.

24 years agoUpdate dependencies for the Macintosh manual.
Fred Drake [Sat, 14 Oct 2000 05:44:32 +0000 (05:44 +0000)]
Update dependencies for the Macintosh manual.

24 years agoUpdate to include all the new chapters & sections.
Fred Drake [Sat, 14 Oct 2000 05:41:17 +0000 (05:41 +0000)]
Update to include all the new chapters & sections.
Convert from a howto to a manual, so we can *have* chapters!
Comment out the macconsole module documentation; Think C seems to have
disappeared.

24 years agoRemove everything that is not module documentation.
Fred Drake [Sat, 14 Oct 2000 05:39:08 +0000 (05:39 +0000)]
Remove everything that is not module documentation.
It is no longer needed here.

24 years agoFix some internal references that I botched.
Fred Drake [Sat, 14 Oct 2000 05:24:20 +0000 (05:24 +0000)]
Fix some internal references that I botched.

24 years agoChapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.
Fred Drake [Sat, 14 Oct 2000 05:09:42 +0000 (05:09 +0000)]
Chapter on how to use MacPython, by Bob Savage <bobsavage@mac.com>.

24 years agoChapters on Mac Toolbox modules and other undocumented modules, ready to
Fred Drake [Sat, 14 Oct 2000 05:08:34 +0000 (05:08 +0000)]
Chapters on Mac Toolbox modules and other undocumented modules, ready to
be filled in with real information.  Contributed by Chris Barker
<cbarker@jps.net>.

24 years agoDocumentation for the aepack and aetypes modules, by Vincent Marchetti
Fred Drake [Sat, 14 Oct 2000 05:06:24 +0000 (05:06 +0000)]
Documentation for the aepack and aetypes modules, by Vincent Marchetti
<vincem@en.com>.

24 years agoChris Barker <cbarker@jps.net>:
Fred Drake [Sat, 14 Oct 2000 04:59:12 +0000 (04:59 +0000)]
Chris Barker <cbarker@jps.net>:
Small fixes.

24 years agoChris Barker <cbarker@jps.net>:
Fred Drake [Sat, 14 Oct 2000 04:56:52 +0000 (04:56 +0000)]
Chris Barker <cbarker@jps.net>:
Various updates and additions.

24 years agoChris Barker <cbarker@jps.net>:
Fred Drake [Sat, 14 Oct 2000 04:55:15 +0000 (04:55 +0000)]
Chris Barker <cbarker@jps.net>:
Small clarification, remove the assertion that the module is temporary.

24 years agoChris Barker <cbarker@jps.net>:
Fred Drake [Sat, 14 Oct 2000 04:53:31 +0000 (04:53 +0000)]
Chris Barker <cbarker@jps.net>:
Added summary of the strengths and weaknesses of the FrameWork module
and fixed some typos.

24 years agoWrap a long line.
Fred Drake [Sat, 14 Oct 2000 04:49:36 +0000 (04:49 +0000)]
Wrap a long line.

24 years agoMore names.
Fred Drake [Sat, 14 Oct 2000 04:47:53 +0000 (04:47 +0000)]
More names.

24 years agoA bunch of nits fix and some additional information added by Chris
Fred Drake [Sat, 14 Oct 2000 04:45:22 +0000 (04:45 +0000)]
A bunch of nits fix and some additional information added by Chris
Barker <cbarker@jps.net>.

24 years agoUpdate the comments for the BSD DB module, including a new pointer to
Fred Drake [Sat, 14 Oct 2000 04:14:09 +0000 (04:14 +0000)]
Update the comments for the BSD DB module, including a new pointer to
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>.

This closes SourceForge bug #116850.

24 years agoCenter the top line of the license page, to make it look just a little bit
Fred Drake [Sat, 14 Oct 2000 04:07:49 +0000 (04:07 +0000)]
Center the top line of the license page, to make it look just a little bit
cleaner.

24 years agoRemoved debugging code at bottom.
Greg Ward [Sat, 14 Oct 2000 04:07:39 +0000 (04:07 +0000)]
Removed debugging code at bottom.

24 years agoUntabified.
Greg Ward [Sat, 14 Oct 2000 04:06:40 +0000 (04:06 +0000)]
Untabified.

24 years agoBastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
Greg Ward [Sat, 14 Oct 2000 03:56:42 +0000 (03:56 +0000)]
Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding
an 'other_libraries()' parameter.

24 years agoLyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
Greg Ward [Sat, 14 Oct 2000 03:47:07 +0000 (03:47 +0000)]
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
we actually installed modules to a directory in sys.path.

24 years agoBastian Kleineidam: fix up any supplied command-line options.
Greg Ward [Sat, 14 Oct 2000 03:40:20 +0000 (03:40 +0000)]
Bastian Kleineidam: fix up any supplied command-line options.

24 years agoCall SchedParams(1,0) so the dialog is correctly re-enabled after something has been...
Jack Jansen [Fri, 13 Oct 2000 23:35:04 +0000 (23:35 +0000)]
Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it.

24 years agoAdded some of the new Numeric modules (which weren't rebuilt).
Jack Jansen [Fri, 13 Oct 2000 23:34:06 +0000 (23:34 +0000)]
Added some of the new Numeric modules (which weren't rebuilt).

24 years agoIf we're installing to another partition than the system partition offer to copy...
Jack Jansen [Fri, 13 Oct 2000 23:33:34 +0000 (23:33 +0000)]
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.

24 years agoUpdated with cmd-. fix and PythonCore copy option.
Jack Jansen [Fri, 13 Oct 2000 23:32:44 +0000 (23:32 +0000)]
Updated with cmd-. fix and PythonCore copy option.

24 years agogetting close
Jeremy Hylton [Fri, 13 Oct 2000 23:05:44 +0000 (23:05 +0000)]
getting close

24 years agorun the std regression test suite using bytecode produced by the compiler
Jeremy Hylton [Fri, 13 Oct 2000 22:00:13 +0000 (22:00 +0000)]
run the std regression test suite using bytecode produced by the compiler

24 years agoadd -d option that dumps entire AST before compiling
Jeremy Hylton [Fri, 13 Oct 2000 21:59:32 +0000 (21:59 +0000)]
add -d option that dumps entire AST before compiling

24 years agoNow supports entire Python 2.0 language and still supports Python
Jeremy Hylton [Fri, 13 Oct 2000 21:58:13 +0000 (21:58 +0000)]
Now supports entire Python 2.0 language and still supports Python
1.5.2.  The compiler generates code for the version of the interpreter
it is run under.

ast.py:
    Print and Printnl add dest attr for extended print
    new node AugAssign for augmented assignments
    new nodes ListComp, ListCompFor, and ListCompIf for list
        comprehensions

pyassem.py:
    add work around for string-Unicode comparison raising UnicodeError
        on comparison of two objects in code object's const table

pycodegen.py:
    define VERSION, the Python major version number
    get magic number using imp.get_magic() instead of hard coding
    implement list comprehensions, extended print, and augmented
        assignment; augmented assignment uses Delegator classes (see
        doc string)
    fix import and tuple unpacking for 1.5.2

transformer.py:
    various changes to support new 2.0 grammar and old 1.5 grammar
    add debug_tree helper than converts and symbol and token numbers
    to their names

24 years agoUpdated test suite to latest pulldom changes.
Lars Gustäbel [Fri, 13 Oct 2000 20:54:10 +0000 (20:54 +0000)]
Updated test suite to latest pulldom changes.

24 years agoMoved appendChild calls back to DOMEventStream.
Lars Gustäbel [Fri, 13 Oct 2000 20:53:27 +0000 (20:53 +0000)]
Moved appendChild calls back to DOMEventStream.
Added SAX2DOM class.

24 years agoClear siblings, now that they are being set.
Paul Prescod [Fri, 13 Oct 2000 20:11:42 +0000 (20:11 +0000)]
Clear siblings, now that they are being set.

24 years agoMade options global (as PyMac_options) so macosmodule can access it.
Jack Jansen [Fri, 13 Oct 2000 19:44:40 +0000 (19:44 +0000)]
Made options global (as PyMac_options) so macosmodule can access it.

24 years agoUpdate the release number and date.
Fred Drake [Fri, 13 Oct 2000 15:35:27 +0000 (15:35 +0000)]
Update the release number and date.

24 years agoMake the regrtest.py -l (findleaks) option considerably less obnoxious.
Neil Schemenauer [Fri, 13 Oct 2000 01:32:42 +0000 (01:32 +0000)]
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
First, only report garbage that the GC cannot free.  Second, only report
the number of objects found, not their repr().  People can dig deeper on
their own if they find a leak.

24 years agoVise archive templates used for 2.0c1
Jack Jansen [Thu, 12 Oct 2000 21:45:05 +0000 (21:45 +0000)]
Vise archive templates used for 2.0c1

24 years agoDisribution templates used for 2.0c1
Jack Jansen [Thu, 12 Oct 2000 21:44:06 +0000 (21:44 +0000)]
Disribution templates used for 2.0c1