]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
24 years agoMake the license GPL-compatible.
Guido van Rossum [Fri, 4 May 2001 18:50:14 +0000 (18:50 +0000)] 
Make the license GPL-compatible.

24 years agoCorrect two floating-point representations printed by the interpreter in
Fred Drake [Wed, 25 Apr 2001 20:58:34 +0000 (20:58 +0000)] 
Correct two floating-point representations printed by the interpreter in
interactive examples.  Error noted by Dinu Gherman.

24 years agoAdd clause 8, as in the 2.1 version of the license.
Guido van Rossum [Fri, 13 Apr 2001 19:44:25 +0000 (19:44 +0000)] 
Add clause 8, as in the 2.1 version of the license.

24 years agoLib/xml/sax/xmlreader.py - import the exceptions this module can raise
Moshe Zadka [Fri, 13 Apr 2001 15:52:40 +0000 (15:52 +0000)] 
Lib/xml/sax/xmlreader.py - import the exceptions this module can raise

24 years agoUpdated copyright situation; removed most BeOpen and all PythonLabs
Guido van Rossum [Fri, 13 Apr 2001 15:31:42 +0000 (15:31 +0000)] 
Updated copyright situation; removed most BeOpen and all PythonLabs
references; clarified the version.

24 years agoUpdated the license situation. Basically, this is the exact same
Guido van Rossum [Fri, 13 Apr 2001 15:26:00 +0000 (15:26 +0000)] 
Updated the license situation.  Basically, this is the exact same
license as for 2.1.

24 years agoInspired by Tim Peters' 1.14->1.15 checkin to asynchat
Moshe Zadka [Wed, 11 Apr 2001 08:06:02 +0000 (08:06 +0000)] 
Inspired by Tim Peters' 1.14->1.15 checkin to asynchat
Quoting orignal message:
'''
Fix from the Madusa mailing list:
    http://groups.yahoo.com/group/medusa/message/333

It's clear that Medusa should not be checking for an empty buffer
via "buf is ''".  The patch merely changes "is" to "==".  However,
there's a mystery here all the same:  Python attempts to store null
strings uniquely, so it's unclear why "buf is ''" ever returned
false when buf actually was empty.  *Some* string operations produce
non-unique null strings, e.g.
'''

24 years agoChecking the diff from PC/getpatchp.c 1.22 to 1.23
Moshe Zadka [Wed, 11 Apr 2001 08:01:24 +0000 (08:01 +0000)] 
Checking the diff from PC/getpatchp.c 1.22 to 1.23
This fixes many bugs, and was proposed by Thomas Heller.
Original log message:
'''
Checkin updated version of patch #103933 .  As Thomas says, fixes the bugs
#131064, #129584, #127722. See the discussion in bug #131064
'''

24 years ago- #233253 - distutils/command/build_ext.py - the --define and --undef options
Moshe Zadka [Sat, 31 Mar 2001 16:09:32 +0000 (16:09 +0000)] 
- #233253 - distutils/command/build_ext.py - the --define and --undef options
            didn't work, whether specified on the command-line or in setup.cfg.
- distutils/command/build_ext.py - make docstrings raw
- #128930 - distutils/command/build_ext.py - split rpath argument
Suggested by AMK, but had to be massaged a bit from the cvs diff

24 years agoBackported pyexpat memory-leak plugs
Moshe Zadka [Sat, 31 Mar 2001 15:44:16 +0000 (15:44 +0000)] 
Backported pyexpat memory-leak plugs
backported by Martin van Lowis

24 years ago- distutils/command/install.py - make .get_outputs() produce a list of unique
Moshe Zadka [Sat, 31 Mar 2001 15:03:07 +0000 (15:03 +0000)] 
- distutils/command/install.py - make .get_outputs() produce a list of unique
                                 filenames

24 years ago- #227562 - urllib.py - call URLopener.http_error_default when
Moshe Zadka [Sat, 31 Mar 2001 14:58:20 +0000 (14:58 +0000)] 
- #227562 - urllib.py - call URLopener.http_error_default when
                        an invalid 401 request is being handled.
- urllib.py - provide simple recovery/escape from apparent redirect recursion
- #129288 - urllib.py - chanign %02x to %02X in quoting
- urllib.py - HTTPS now works with string URLs

24 years ago- #117606 - configure.in, configure - use gcc -shared and gcc -fPIC
Moshe Zadka [Sat, 31 Mar 2001 14:48:37 +0000 (14:48 +0000)] 
- #117606 - configure.in, configure - use gcc -shared and gcc -fPIC

24 years ago- xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral
Moshe Zadka [Sat, 31 Mar 2001 14:26:54 +0000 (14:26 +0000)] 
- xmllib.py - Moved clearing of "literal" flag.  The flag is set in setliteral
  which can be called from a start tag handler.  When the corresponding end
  tag is read the flag is cleared.  However, it didn't get cleared when
  the start tag was for an empty element of the type <tag .../>.  This
  modification fixes the problem.

24 years agoTreat \r as whitespace too, when removing trailing whitespace
Moshe Zadka [Sat, 31 Mar 2001 14:14:43 +0000 (14:14 +0000)] 
Treat \r as whitespace too, when removing trailing whitespace

24 years ago- #12195 - webbrowser.py - there was typo in Mac code
Moshe Zadka [Sat, 31 Mar 2001 14:13:26 +0000 (14:13 +0000)] 
- #12195 - webbrowser.py - there was typo in Mac code

24 years ago- Update install-sh using version from automake 1.4.
Moshe Zadka [Sat, 31 Mar 2001 14:06:32 +0000 (14:06 +0000)] 
- Update install-sh using version from automake 1.4.

24 years ago- #121706 - config.c - _PyImport_Inittab: define the exceptions module's init
Moshe Zadka [Sat, 31 Mar 2001 14:01:13 +0000 (14:01 +0000)] 
- #121706 - config.c - _PyImport_Inittab: define the exceptions module's init
                       function.

24 years agoThe ".pth" code knew about the layout of Python trees on unix and
Moshe Zadka [Sat, 31 Mar 2001 13:52:02 +0000 (13:52 +0000)] 
The ".pth" code knew about the layout of Python trees on unix and
windows, but not on the mac. Fixed.

24 years ago- #130306 - statcache.py - full of thread problems.
Moshe Zadka [Sat, 31 Mar 2001 13:46:34 +0000 (13:46 +0000)] 
- #130306 - statcache.py - full of thread problems.

- Made statcache.forget_dir more portable

24 years agoFix two typos in __imul__. Closes Bug #117745.
Moshe Zadka [Sat, 31 Mar 2001 13:32:38 +0000 (13:32 +0000)] 
Fix two typos in __imul__.  Closes Bug #117745.

24 years ago- #128713 - mmapmodule.c - type(mmap_object) blew up on Linux.
Moshe Zadka [Sat, 31 Mar 2001 13:23:19 +0000 (13:23 +0000)] 
- #128713 - mmapmodule.c -  type(mmap_object) blew up on Linux.
- mmap on windows creates a mapping without a name when tagname isn't
  specified

24 years ago- #119862 - getargs.c - patched memory leak
Moshe Zadka [Sat, 31 Mar 2001 13:18:35 +0000 (13:18 +0000)] 
- #119862 - getargs.c - patched memory leak

- #128475 - pythonrun.c - In Py_Finalize, don't reset initialized flag
            until after the exit funcs have run

24 years agoAddress a bug in the uuencode decoder, reported bu "donut" in SF bug
Moshe Zadka [Sat, 31 Mar 2001 11:14:43 +0000 (11:14 +0000)] 
Address a bug in the uuencode decoder, reported bu "donut" in SF bug
#127718: '@' and '`' seem to be confused.

24 years agoMake mpz's .binary() work on 64 bit platforms
Moshe Zadka [Sat, 31 Mar 2001 10:55:47 +0000 (10:55 +0000)] 
Make mpz's .binary() work on 64 bit platforms
Make mpzmodule compile with cygwin

24 years ago#125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree
Moshe Zadka [Sat, 31 Mar 2001 10:29:03 +0000 (10:29 +0000)] 
#125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree

24 years agocurses.ascii - space (ASCII 32) is now considered whitespace
Moshe Zadka [Sat, 31 Mar 2001 10:06:18 +0000 (10:06 +0000)] 
curses.ascii - space (ASCII 32) is now considered whitespace

24 years agoatexit.py - mutate list of functions in thread-safe way
Moshe Zadka [Sat, 31 Mar 2001 09:45:04 +0000 (09:45 +0000)] 
atexit.py - mutate list of functions in thread-safe way

24 years ago#123924: Windows - using OpenSSL, problem with socket in httplib.py.
Moshe Zadka [Sat, 31 Mar 2001 09:32:01 +0000 (09:32 +0000)] 
#123924: Windows - using OpenSSL, problem with socket in httplib.py.

24 years ago- #119833 - close socket in smtplib if there was an error connecting
Moshe Zadka [Sat, 31 Mar 2001 09:12:51 +0000 (09:12 +0000)] 
- #119833 - close socket in smtplib if there was an error connecting
- #126863 - getopt long option handling fixed

24 years agoFixing #125452 - shlex.shlex hangs when it encounters a string with an
Moshe Zadka [Sat, 31 Mar 2001 08:42:37 +0000 (08:42 +0000)] 
Fixing #125452 - shlex.shlex hangs when it encounters a string with an
unmatched quote

24 years agoFixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
Moshe Zadka [Sat, 31 Mar 2001 08:31:13 +0000 (08:31 +0000)] 
Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.

24 years ago- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak
Moshe Zadka [Sat, 31 Mar 2001 08:10:03 +0000 (08:10 +0000)] 
- posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak

- #125891 - posixmodule.c - os.popen2,3 and 4 leaked file objects on Windows.

- #128053 - posixmodule.c - #ifdef for including "tmpfile" in the
            posix_methods[] array was wrong -- should be HAVE_TMPFILE

24 years agoUse Py_CHARMASK for ctype macros. Fixes bug #232787.
Moshe Zadka [Sat, 31 Mar 2001 07:33:56 +0000 (07:33 +0000)] 
Use Py_CHARMASK for ctype macros. Fixes bug #232787.

24 years ago- #125981 -- socketmodule.c -- closing sockets was not thread-safe.
Moshe Zadka [Sat, 31 Mar 2001 07:13:29 +0000 (07:13 +0000)] 
- #125981 -- socketmodule.c --  closing sockets was not thread-safe.

- Use openssl/*.h to include the OpenSSL header files

- Patch #103636: Allow writing strings containing null bytes to an SSL socket

24 years ago- #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one
Moshe Zadka [Sat, 31 Mar 2001 06:48:52 +0000 (06:48 +0000)] 
- #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one

- Loosely based on patch #103249 -- Fix core dumps in PyUnicode_Count

24 years ago- exceptions.c - make_class() Added a "goto finally" so that if
Moshe Zadka [Fri, 30 Mar 2001 21:01:09 +0000 (21:01 +0000)] 
- exceptions.c  - make_class() Added a "goto finally" so that if
  populate_methods() fails, the return status will be -1 (failure)
  instead of 0 (success).

  fini_exceptions(): When decref'ing the static pointers to the
  exception classes, clear out their dictionaries too.  This breaks a
  cycle from class->dict->method->class and allows the classes with
  unbound methods to be reclaimed.  This plugs a large memory leak in a
  common Py_Initialize()/dosomething/Py_Finalize() loop.

24 years ago- #121013 - stringobject.c -- "".join(u"this is a test") dumped core
Moshe Zadka [Fri, 30 Mar 2001 20:44:51 +0000 (20:44 +0000)] 
- #121013 - stringobject.c -- "".join(u"this is a test") dumped core

24 years agoFixed deleting func_defaults causes segmentation fault bug
Moshe Zadka [Fri, 30 Mar 2001 20:26:32 +0000 (20:26 +0000)] 
Fixed deleting func_defaults causes segmentation fault bug

24 years ago- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI
Moshe Zadka [Fri, 30 Mar 2001 20:06:55 +0000 (20:06 +0000)] 
- Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI
Someone with BSDs, please test this!

24 years ago- Importing should now be safe with multiple Py_Initialize/Py_Finalize
Moshe Zadka [Fri, 30 Mar 2001 19:45:13 +0000 (19:45 +0000)] 
- Importing should now be safe with multiple Py_Initialize/Py_Finalize
  sequences.

24 years agoFixing bug #407504. -- did not close pwd/grp databases.
Moshe Zadka [Fri, 30 Mar 2001 19:18:23 +0000 (19:18 +0000)] 
Fixing bug #407504. -- did not close pwd/grp databases.

24 years agoFix memory leak with from import ...
Moshe Zadka [Fri, 30 Mar 2001 18:50:23 +0000 (18:50 +0000)] 
Fix memory leak with from import ...

24 years agoFixed bug in complex(). No SF id
Moshe Zadka [Fri, 30 Mar 2001 18:27:11 +0000 (18:27 +0000)] 
Fixed bug in complex(). No SF id

24 years ago#126161 and 123634 -- Unicode strings could not be pickled correctly.
Moshe Zadka [Fri, 30 Mar 2001 17:20:58 +0000 (17:20 +0000)] 
#126161 and 123634 -- Unicode strings could not be pickled correctly.
This is *backwards incompatible* with the previous pickling scheme,
which wasnot reversible

24 years agoFixing #121965 -- containment in xrange objects.
Moshe Zadka [Fri, 30 Mar 2001 16:49:07 +0000 (16:49 +0000)] 
Fixing #121965 -- containment in xrange objects.

24 years agoSF bug 119622: compile errors due to redundant atof decls.
Moshe Zadka [Fri, 30 Mar 2001 16:31:50 +0000 (16:31 +0000)] 
SF bug 119622:  compile errors due to redundant atof decls.
Fixed in compile.c and marshal.c
Quote tim: "Python shouldn't be in the business of defining atof"

24 years agoFixing #409651 -- \ in a character group
Moshe Zadka [Fri, 30 Mar 2001 15:37:31 +0000 (15:37 +0000)] 
Fixing #409651 -- \ in a character group

24 years agoIn Lib/locale.py, setlocale emulation, use != and not is not to compare
Moshe Zadka [Fri, 30 Mar 2001 14:48:14 +0000 (14:48 +0000)] 
In Lib/locale.py, setlocale emulation, use != and not is not to compare
strings

24 years agoMore _curses compilation-problem fixes.
Moshe Zadka [Fri, 30 Mar 2001 14:23:06 +0000 (14:23 +0000)] 
More _curses compilation-problem fixes.
NetBSD, IRIX and platforms with term.h that makes "lines" a macro

24 years agoDocumenting the _curses bug fix.
Moshe Zadka [Fri, 30 Mar 2001 13:55:52 +0000 (13:55 +0000)] 
Documenting the _curses bug fix.

24 years agoYay! First fix I'm commiting on the way to 2.0.1
Moshe Zadka [Thu, 29 Mar 2001 19:27:29 +0000 (19:27 +0000)] 
Yay! First fix I'm commiting on the way to 2.0.1
This is supposed to fix compilation problems of the curses
module on SGI, and is based on the patch from 2.39 to 2.40
This should fix bug #116172

From the 2.39->2.40 log:
* Check for 'sgi' preprocessor symbol, not '__sgi__'
* Surround individual character macros with #ifdef's, instead of making them
  all rely on STRICT_SYSV_CURSES

Metacomment: this is as much to test procedures as it is
to actually fix the bug. If you're a CVS wizard please look
at the checkin message to see I'm commiting correctly,
and e-mail me if not, and I'll do my best to back it out and
reread the docos.

Good luck to me.

24 years agoMerge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch.
Guido van Rossum [Tue, 20 Mar 2001 16:18:30 +0000 (16:18 +0000)] 
Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch.

24 years agoDocument how to access bug reports by id.
Martin v. Löwis [Thu, 15 Mar 2001 17:12:36 +0000 (17:12 +0000)] 
Document how to access bug reports by id.

24 years agoMove _tkinter.c 1.115 into release branch.
Martin v. Löwis [Thu, 15 Mar 2001 16:56:36 +0000 (16:56 +0000)] 
Move _tkinter.c 1.115 into release branch.

24 years agoFix core dump whenever PyList_Reverse() was called.
Guido van Rossum [Mon, 12 Feb 2001 22:03:02 +0000 (22:03 +0000)] 
Fix core dump whenever PyList_Reverse() was called.

This fixes SF bug #132008, reported by Warren J. Hack.

The copyright for this patch (and this patch only) belongs to CNRI, as
part of the (yet to be issued) 1.6.1 release.

This is checked into the 2.0 mainenance branch!  The HEAD branch comes
next.

25 years agoforgot to update the comment to reflect the change in default linkage
Skip Montanaro [Tue, 2 Jan 2001 17:09:48 +0000 (17:09 +0000)] 
forgot to update the comment to reflect the change in default linkage

25 years agochange default linkage of bsddb to shared - closes bug #126564
Skip Montanaro [Tue, 2 Jan 2001 17:07:49 +0000 (17:07 +0000)] 
change default linkage of bsddb to shared - closes bug #126564

25 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Tue, 2 Jan 2001 17:07:49 +0000 (17:07 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release20-maint'.

25 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'.

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

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

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

25 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.

25 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.

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

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

25 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.

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

25 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

25 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.

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

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

25 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>.

25 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

25 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.

25 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().

25 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!).

25 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).

25 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.

25 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.

25 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.

25 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.

25 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.

25 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.

25 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>.

25 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>.

25 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>.

25 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.

25 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.

25 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.

25 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.

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

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

25 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>.

25 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.

25 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.

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

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

25 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.