]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
15 years agoClose 2.0 branch. 1721/head 2.0
Georg Brandl [Sat, 5 Mar 2011 13:54:19 +0000 (14:54 +0100)] 
Close 2.0 branch.

15 years agoFix tag references in 2.0 branch.
Georg Brandl [Sat, 5 Mar 2011 13:53:28 +0000 (14:53 +0100)] 
Fix tag references in 2.0 branch.

24 years agoThis commit was manufactured by cvs2svn to create tag 'r201'. v2.0.1
cvs2svn [Fri, 22 Jun 2001 06:43:01 +0000 (06:43 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r201'.

24 years agoWe surely intended to fiddle the version number #defines for this release.
Tim Peters [Fri, 22 Jun 2001 06:43:01 +0000 (06:43 +0000)] 
We surely intended to fiddle the version number #defines for this release.

24 years agoWindows fiddling for the 2.0.1 release.
Tim Peters [Fri, 22 Jun 2001 02:15:35 +0000 (02:15 +0000)] 
Windows fiddling for the 2.0.1 release.

24 years agoFinal update. Now Tim can cut the Windows installer and check in his
Guido van Rossum [Fri, 22 Jun 2001 01:23:05 +0000 (01:23 +0000)] 
Final update.  Now Tim can cut the Windows installer and check in his
changes to PCbuild, then I'll tag the tree and build the final tar
file, and we can shove this puppy OUT OF THE DOOR...!

24 years agoAdded documentation for PyErr_SetFromErrnoWithFilename().
Fred Drake [Thu, 21 Jun 2001 18:58:39 +0000 (18:58 +0000)] 
Added documentation for PyErr_SetFromErrnoWithFilename().

24 years agoAdjust so that the copyright statements remain at the front but all the long
Fred Drake [Thu, 21 Jun 2001 18:45:02 +0000 (18:45 +0000)] 
Adjust so that the copyright statements remain at the front but all the long
licenses move to the back, so as not to annoy as many readers.

24 years agoAdded the new license.tex as shared dependency.
Fred Drake [Thu, 21 Jun 2001 18:41:12 +0000 (18:41 +0000)] 
Added the new license.tex as shared  dependency.

24 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Wed, 20 Jun 2001 21:34:35 +0000 (21:34 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release20-maint'.

24 years agoUpdate version number and date for 2.0.1 final release.
Fred Drake [Wed, 20 Jun 2001 14:56:37 +0000 (14:56 +0000)] 
Update version number and date for 2.0.1 final release.

24 years agoNews about the 2.0.1 final release (planned for Friday 6/22/01).
Guido van Rossum [Wed, 20 Jun 2001 14:56:22 +0000 (14:56 +0000)] 
News about the 2.0.1 final release (planned for Friday 6/22/01).

24 years agoFix SF #433233: syntax error.
Guido van Rossum [Fri, 15 Jun 2001 16:43:54 +0000 (16:43 +0000)] 
Fix SF #433233: syntax error.

24 years agoFix an improperly placed comma.
Fred Drake [Thu, 14 Jun 2001 13:58:44 +0000 (13:58 +0000)] 
Fix an improperly placed comma.

24 years agoFix two mentions of 2.1 instead of 2.0.1. Not worth fixing this in
Guido van Rossum [Thu, 14 Jun 2001 11:26:45 +0000 (11:26 +0000)] 
Fix two mentions of 2.1 instead of 2.0.1.  Not worth fixing this in
the 2.0.1c1 release (which has already been built and pushed out to SF
and py.org), but will be correct in the 2.0.1 final release.

Does this require a matching update in the license as quoted in the
docs?

24 years agoThis commit was manufactured by cvs2svn to create tag 'r201c1'. v2.0.1c1
cvs2svn [Wed, 13 Jun 2001 19:26:00 +0000 (19:26 +0000)] 
This commit was manufactured by cvs2svn to create tag 'r201c1'.

24 years agoAlso record the 2.0.1c1 Windows buildno in the branch, although the
Tim Peters [Wed, 13 Jun 2001 19:26:00 +0000 (19:26 +0000)] 
Also record the 2.0.1c1 Windows buildno in the branch, although the
9-number gap looks odd here.

24 years agoSet Windows buildno to 17 for 2.0.1c1.
Tim Peters [Wed, 13 Jun 2001 19:19:52 +0000 (19:19 +0000)] 
Set Windows buildno to 17 for 2.0.1c1.

24 years agoChange installer dialog titles to say Python 2.0.1c1.
Tim Peters [Wed, 13 Jun 2001 19:11:24 +0000 (19:11 +0000)] 
Change installer dialog titles to say Python 2.0.1c1.

24 years agoUpdate version number and date for patch release candidate.
Fred Drake [Wed, 13 Jun 2001 16:08:13 +0000 (16:08 +0000)] 
Update version number and date for patch release candidate.

24 years agoUpdate version number for patch release candidate.
Fred Drake [Wed, 13 Jun 2001 16:07:26 +0000 (16:07 +0000)] 
Update version number for patch release candidate.

24 years agoChange the version to 2.0.1c1 -- release candidate 1, that is.
Guido van Rossum [Wed, 13 Jun 2001 16:02:09 +0000 (16:02 +0000)] 
Change the version to 2.0.1c1 -- release candidate 1, that is.

24 years agoBring SRE up do date with Python 2.1
Guido van Rossum [Wed, 13 Jun 2001 15:15:02 +0000 (15:15 +0000)] 
Bring SRE up do date with Python 2.1

24 years agoBackported two fixes from the Py2.1 tree (pre-unittest rewrite):
Barry Warsaw [Mon, 4 Jun 2001 19:35:04 +0000 (19:35 +0000)] 
Backported two fixes from the Py2.1 tree (pre-unittest rewrite):

----------------------------
revision 1.3
date: 2001/04/10 15:01:20;  author: gvanrossum;  state: Exp;  lines: +6 -0
Some other tests, when failing, don't always remove their TESTFN file.
Try to do it for them, so our mkdir() operation doesn't fail.
----------------------------
revision 1.2
date: 2001/03/02 05:46:17;  author: gvanrossum;  state: Exp;  lines: +3 -3
When catching errors from os.rmdir(), test for os.error, not IOError!
----------------------------

except I used OSError instead of os.error.

24 years agoThe SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)
Barry Warsaw [Mon, 4 Jun 2001 18:59:53 +0000 (18:59 +0000)] 
The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting)
was applied to urllib.py, but the corresponding change to
test_urllib.py was not applied.  Backport revision 1.6 of this file
into the 2.0 maintenance branch.

----------------------------
revision 1.6
date: 2001/01/19 07:00:08;  author: tim_one;  state: Exp;  lines: +8 -3
urllib.py very recently changed to produce uppercase escapes, but no
corresponding changes were made to its std test.
----------------------------

25 years agoFix the version information to reflect that this is the maintenance
Fred Drake [Tue, 8 May 2001 19:02:27 +0000 (19:02 +0000)] 
Fix the version information to reflect that this is the maintenance
branch.

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

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

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

25 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

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

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

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

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

25 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

25 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

25 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

25 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

25 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

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

25 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

25 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

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

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

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

25 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

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

25 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

25 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

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

25 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

25 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

25 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

25 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

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

25 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

25 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

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

25 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

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

25 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

25 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

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

25 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

25 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

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

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

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

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

25 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

25 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

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

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

25 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

25 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

25 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

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

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

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

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

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

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