]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
21 years agoAdd item
Andrew M. Kuchling [Tue, 19 Oct 2004 19:55:35 +0000 (19:55 +0000)] 
Add item

21 years agoTypo fixes, and a minor edit to clarify a sentence
Andrew M. Kuchling [Tue, 19 Oct 2004 19:40:58 +0000 (19:40 +0000)] 
Typo fixes, and a minor edit to clarify a sentence

21 years ago[Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan...
Andrew M. Kuchling [Tue, 19 Oct 2004 19:34:07 +0000 (19:34 +0000)] 
[Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann

21 years ago[Bug #1049826] Update version of zlib referenced in text
Andrew M. Kuchling [Tue, 19 Oct 2004 18:53:46 +0000 (18:53 +0000)] 
[Bug #1049826] Update version of zlib referenced in text

21 years agoAdd support for using %U and %W in strptime when year and day of the week are
Brett Cannon [Mon, 18 Oct 2004 01:56:17 +0000 (01:56 +0000)] 
Add support for using %U and %W in strptime when year and day of the week are
also specified.

Closes bug #1045381.

21 years agoSF bug #1048756, Doc typo for pdb
Neal Norwitz [Sun, 17 Oct 2004 19:56:40 +0000 (19:56 +0000)] 
SF bug #1048756, Doc typo for pdb

21 years agoSF patch #1047577, typo in liblocale.tex
Neal Norwitz [Sun, 17 Oct 2004 16:46:28 +0000 (16:46 +0000)] 
SF patch #1047577, typo in liblocale.tex

21 years agoFix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Barry Warsaw [Sat, 9 Oct 2004 21:43:47 +0000 (21:43 +0000)] 
Fix for SF bug # 1010102.  The default is PureProxy not SMTPProxy.

21 years agoFix for SF bug # 1032960.
Barry Warsaw [Sat, 9 Oct 2004 21:33:24 +0000 (21:33 +0000)] 
Fix for SF bug # 1032960.

21 years agoMake it ANSI C again.
Guido van Rossum [Sat, 9 Oct 2004 17:43:03 +0000 (17:43 +0000)] 
Make it ANSI C again.

21 years ago[Bug #1022311] curses module uses y,x ordering of arguments, not x,y
Andrew M. Kuchling [Fri, 8 Oct 2004 18:56:40 +0000 (18:56 +0000)] 
[Bug #1022311] curses module uses y,x ordering of arguments, not x,y

21 years ago[Bug #1041501] Fix example code
Andrew M. Kuchling [Fri, 8 Oct 2004 18:35:46 +0000 (18:35 +0000)] 
[Bug #1041501] Fix example code

21 years agoEscape locale data for regex metacharacters.
Brett Cannon [Wed, 6 Oct 2004 02:16:45 +0000 (02:16 +0000)] 
Escape locale data for regex metacharacters.

Closes bug #1039270.

21 years agoFix typo in docstring for system_methodSignature .
Brett Cannon [Sun, 3 Oct 2004 23:23:00 +0000 (23:23 +0000)] 
Fix typo in docstring for system_methodSignature .

Backport of fix for bug #1038935 .

21 years ago__getitem__(): Fix docstring, SF 979924.
Barry Warsaw [Tue, 28 Sep 2004 04:55:34 +0000 (04:55 +0000)] 
__getitem__(): Fix docstring, SF 979924.

21 years agoRemove bogus = from -h option.
Martin v. Löwis [Sun, 26 Sep 2004 17:26:16 +0000 (17:26 +0000)] 
Remove bogus = from -h option.

21 years agoReplace -soname with -h for Solaris compatibility. Fixes #1034496.
Martin v. Löwis [Sun, 26 Sep 2004 17:22:11 +0000 (17:22 +0000)] 
Replace -soname with -h for Solaris compatibility. Fixes #1034496.

21 years agoFix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby [Thu, 23 Sep 2004 05:19:27 +0000 (05:19 +0000)] 
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
(Backport to 2.3 maintenance branch.)

21 years agoThere was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused starting
Kurt B. Kaiser [Wed, 22 Sep 2004 04:52:33 +0000 (04:52 +0000)] 
There was an error in the Tk error dialog fix at Rev 1.81.4.3 which caused starting
w/o the subprocess to fail.  This is the same error in the 2.4 version which was
corrected at Rev 1.85, but missed in the backport!  Thanks to Hans Gubitz for noticing this.

M PyShell.py

21 years agoConvert bool results back to strings. Fixes #807871.
Martin v. Löwis [Sat, 18 Sep 2004 16:04:21 +0000 (16:04 +0000)] 
Convert bool results back to strings. Fixes #807871.

21 years agoMake curses.h inclusion conditional as in the original patch #1012280.
Martin v. Löwis [Sat, 18 Sep 2004 10:06:32 +0000 (10:06 +0000)] 
Make curses.h inclusion conditional as in the original patch #1012280.

21 years agoPatch #1012280: Include curses.h for term.h check. Fixes #933795.
Martin v. Löwis [Sat, 18 Sep 2004 09:58:41 +0000 (09:58 +0000)] 
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
Update to autoconf 2.59.

21 years agobackport ipv6 address fix
Skip Montanaro [Thu, 16 Sep 2004 03:31:21 +0000 (03:31 +0000)] 
backport ipv6 address fix

21 years ago[Bug #1023359] Make code match inheritance diagram
Andrew M. Kuchling [Fri, 10 Sep 2004 19:43:11 +0000 (19:43 +0000)] 
[Bug #1023359] Make code match inheritance diagram

21 years agoSF bug #1020540: a wrong link from "frame object" in lib index.
Raymond Hettinger [Mon, 6 Sep 2004 16:03:37 +0000 (16:03 +0000)] 
SF bug #1020540:  a wrong link from "frame object" in lib index.

Backport.

21 years agoSF bug #901654: split method documentation can be improved
Raymond Hettinger [Mon, 6 Sep 2004 15:54:43 +0000 (15:54 +0000)] 
SF bug #901654:  split method documentation can be improved

Backport to Py2.3.

21 years agoSF bug 1017405: DB keys() values() and items() methods were ignoring
Gregory P. Smith [Sat, 4 Sep 2004 01:41:01 +0000 (01:41 +0000)] 
SF bug 1017405: DB keys() values() and items() methods were ignoring
their txn argument.

21 years agoBackport [ 1010677 ] thread Module Breaks PyGILState_Ensure()
Mark Hammond [Wed, 1 Sep 2004 22:31:23 +0000 (22:31 +0000)] 
Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()
to the 2.3 maint branch.

21 years agoUse correct constants
Andrew M. Kuchling [Tue, 31 Aug 2004 13:07:54 +0000 (13:07 +0000)] 
Use correct constants

21 years agoPatch #973204: Use -rpath instead of -R on Irix and True64.
Martin v. Löwis [Sun, 29 Aug 2004 16:45:13 +0000 (16:45 +0000)] 
Patch #973204: Use -rpath instead of -R on Irix and True64.

21 years agoPatch #1014992: Never return more than a line from readline.
Martin v. Löwis [Wed, 25 Aug 2004 10:53:30 +0000 (10:53 +0000)] 
Patch #1014992: Never return more than a line from readline.

21 years agoPatch #1015021: Stop claiming that coerce can return None.
Martin v. Löwis [Wed, 25 Aug 2004 10:43:32 +0000 (10:43 +0000)] 
Patch #1015021: Stop claiming that coerce can return None.

21 years ago[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python...
Matthias Klose [Tue, 24 Aug 2004 21:48:15 +0000 (21:48 +0000)] 
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3.
Taken from HEAD, tested as part of the unstable and testing Debian packages since May on
various architectures.

21 years ago- Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE
Matthias Klose [Tue, 24 Aug 2004 21:37:49 +0000 (21:37 +0000)] 
- Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE
  in KOI8-U to unicode convertion table.

21 years agoFlush bz2 data even if nothing had been written so far. Fixes #1013882
Martin v. Löwis [Sun, 22 Aug 2004 21:30:04 +0000 (21:30 +0000)] 
Flush bz2 data even if nothing had been written so far. Fixes #1013882

21 years agoPatch #997284: Allow pydoc to work with XP Themes (.manifest file)
Martin v. Löwis [Sun, 22 Aug 2004 16:14:53 +0000 (16:14 +0000)] 
Patch #997284: Allow pydoc to work with XP Themes (.manifest file)

21 years agoSF bug #1013760: Error in Chapter 4 of Tutorial
Raymond Hettinger [Sun, 22 Aug 2004 15:27:16 +0000 (15:27 +0000)] 
SF bug #1013760: Error in Chapter 4 of Tutorial

Fit a nit.

21 years agoFail fatally if strdup fails.
Martin v. Löwis [Fri, 20 Aug 2004 06:29:14 +0000 (06:29 +0000)] 
Fail fatally if strdup fails.

21 years agoPatch #914291: Restore locale while calling readline.
Martin v. Löwis [Wed, 18 Aug 2004 13:35:49 +0000 (13:35 +0000)] 
Patch #914291: Restore locale while calling readline.

21 years agoPatch #980082: Missing INCREF in PyType_Ready.
Martin v. Löwis [Wed, 18 Aug 2004 13:21:22 +0000 (13:21 +0000)] 
Patch #980082: Missing INCREF in PyType_Ready.

21 years agoTest cases and fixes for bugs described in patch #873418: email/Message.py:
Barry Warsaw [Mon, 16 Aug 2004 15:31:43 +0000 (15:31 +0000)] 
Test cases and fixes for bugs described in patch #873418: email/Message.py:
del_param fails when specifying a header.

I'll port this to Python 2.4 shortly.

21 years ago- The distutils sdist command now ignores all .svn directories, in
Matthias Klose [Mon, 16 Aug 2004 12:15:00 +0000 (12:15 +0000)] 
- The distutils sdist command now ignores all .svn directories, in
  addition to CVS and RCS directories.  .svn directories hold
  administrative files for the Subversion source control system.

21 years ago- pygettext.py: Generate POT-Creation-Date header in ISO format.
Matthias Klose [Mon, 16 Aug 2004 12:12:38 +0000 (12:12 +0000)] 
- pygettext.py: Generate POT-Creation-Date header in ISO format.

21 years ago- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose [Sun, 15 Aug 2004 17:16:25 +0000 (17:16 +0000)] 
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).

21 years agoDefine _BSD_TYPES. Fixes #1005308.
Martin v. Löwis [Thu, 12 Aug 2004 13:44:45 +0000 (13:44 +0000)] 
Define _BSD_TYPES. Fixes #1005308.

21 years agoPatch #1005568: Use _SC_PAGESIZE on Irix.
Martin v. Löwis [Thu, 12 Aug 2004 13:26:33 +0000 (13:26 +0000)] 
Patch #1005568: Use _SC_PAGESIZE on Irix.

21 years agoPatch #808719: Ignore locale's encoding in IDLE if it is an empty string.
Martin v. Löwis [Thu, 12 Aug 2004 13:17:11 +0000 (13:17 +0000)] 
Patch #808719: Ignore locale's encoding in IDLE if it is an empty string.

21 years agoIgnore the locale's encoding if it is an empty string.
Martin v. Löwis [Thu, 12 Aug 2004 13:14:20 +0000 (13:14 +0000)] 
Ignore the locale's encoding if it is an empty string.

21 years agoSpelling fix
Andrew M. Kuchling [Tue, 10 Aug 2004 19:02:54 +0000 (19:02 +0000)] 
Spelling fix

21 years agoBackport SF bug #1004088:
Raymond Hettinger [Fri, 6 Aug 2004 21:29:22 +0000 (21:29 +0000)] 
Backport SF bug #1004088:
    big code objects (>64K) may be optimized incorrectly

21 years agoAdd wait_visibility before grab_set. Fixes #946153.
Martin v. Löwis [Tue, 3 Aug 2004 19:13:18 +0000 (19:13 +0000)] 
Add wait_visibility before grab_set. Fixes #946153.

21 years agoBe more careful about maintaining the invariants; it was actually
Fred Drake [Tue, 3 Aug 2004 14:46:57 +0000 (14:46 +0000)] 
Be more careful about maintaining the invariants; it was actually
possible that the callback-less flavors of the ref or proxy could have
been added during GC, so we don't want to replace them.

21 years agoPatch #994595: Recognize Basic auth even if other schemes are offered.
Martin v. Löwis [Tue, 3 Aug 2004 13:00:52 +0000 (13:00 +0000)] 
Patch #994595: Recognize Basic auth even if other schemes are offered.

21 years agoback-ported SF bug #808756: refleaks
Armin Rigo [Tue, 3 Aug 2004 09:02:32 +0000 (09:02 +0000)] 
back-ported SF bug #808756: refleaks

21 years agoUse isabs() in conditional, not abspath
Andrew M. Kuchling [Mon, 2 Aug 2004 14:57:47 +0000 (14:57 +0000)] 
Use isabs() in conditional, not abspath

21 years ago- make references to the readline module hyperlinks now that there is
Fred Drake [Fri, 30 Jul 2004 18:57:55 +0000 (18:57 +0000)] 
- make references to the readline module hyperlinks now that there is
  documentation to link to
- document the termination condition for cmd.Cmd.cmdloop()
- document the use of the return value for cmd.Cmd.do_*() methods

21 years agobackport relevant bits of the bool api docs
Skip Montanaro [Thu, 29 Jul 2004 02:29:24 +0000 (02:29 +0000)] 
backport relevant bits of the bool api docs

21 years agoUse PyMODINIT_FUNC.
Thomas Heller [Wed, 28 Jul 2004 20:04:37 +0000 (20:04 +0000)] 
Use PyMODINIT_FUNC.

21 years agoSave the uploaded documentation tarball (already done on the trunk).
Fred Drake [Mon, 26 Jul 2004 17:58:53 +0000 (17:58 +0000)] 
Save the uploaded documentation tarball (already done on the trunk).

21 years agominor cleanup of the previous change; now matches corresponding change
Fred Drake [Mon, 26 Jul 2004 16:34:41 +0000 (16:34 +0000)] 
minor cleanup of the previous change; now matches corresponding change
on the trunk

21 years agofix information about what flag database files are opened with by default
Fred Drake [Mon, 26 Jul 2004 16:32:30 +0000 (16:32 +0000)] 
fix information about what flag database files are opened with by default

21 years agonew .spec file, from #996316
Anthony Baxter [Mon, 26 Jul 2004 14:32:11 +0000 (14:32 +0000)] 
new .spec file, from #996316

21 years agoPatch #962487: Don't crash for empty locale names.
Martin v. Löwis [Mon, 26 Jul 2004 12:45:59 +0000 (12:45 +0000)] 
Patch #962487: Don't crash for empty locale names.

21 years agoPatch #995782: Add FreeBSD 5 expectations.
Martin v. Löwis [Mon, 26 Jul 2004 12:09:30 +0000 (12:09 +0000)] 
Patch #995782: Add FreeBSD 5 expectations.

21 years agoPatch #997668: Correct explanation of salts.
Martin v. Löwis [Mon, 26 Jul 2004 12:05:35 +0000 (12:05 +0000)] 
Patch #997668: Correct explanation of salts.

21 years agoFix an uncorrect function prototype.
Thomas Heller [Fri, 23 Jul 2004 14:51:06 +0000 (14:51 +0000)] 
Fix an uncorrect function prototype.
Backported from trunk.

21 years ago[Bug #990524] Fix typo
Andrew M. Kuchling [Wed, 21 Jul 2004 21:35:13 +0000 (21:35 +0000)] 
[Bug #990524] Fix typo

21 years agorevise wording to avoid confusion for non-native English speakers
Fred Drake [Wed, 21 Jul 2004 17:34:49 +0000 (17:34 +0000)] 
revise wording to avoid confusion for non-native English speakers
(second occurance of the same wording)

21 years agorevise wording to avoid confusion for non-native English speakers
Fred Drake [Wed, 21 Jul 2004 16:25:35 +0000 (16:25 +0000)] 
revise wording to avoid confusion for non-native English speakers

21 years agoPatch #984714: Properly diagnose E_DECODE errors.
Martin v. Löwis [Wed, 21 Jul 2004 05:34:47 +0000 (05:34 +0000)] 
Patch #984714: Properly diagnose E_DECODE errors.

21 years agoBackport Tim's cleanup of the previous commit to fix Thread.__delete() .
Brett Cannon [Wed, 21 Jul 2004 05:08:32 +0000 (05:08 +0000)] 
Backport Tim's cleanup of the previous commit to fix Thread.__delete() .

21 years agodummy_threading when run with -O would raise a KeyError in Thread.__delete()
Brett Cannon [Wed, 21 Jul 2004 02:55:54 +0000 (02:55 +0000)] 
dummy_threading when run with -O would raise a KeyError in Thread.__delete()
when called by atexit thanks to dummy_thread always returning -1 for
dummy_thread.get_ident().  Since exception was not an issue, it is now caught
and tossed.

Closes bug #993394.

21 years agoPatch #993187: Make rstrip doc similar to lstrip.
Martin v. Löwis [Mon, 19 Jul 2004 16:33:27 +0000 (16:33 +0000)] 
Patch #993187: Make rstrip doc similar to lstrip.

21 years agoRemove test for #919008. Users may have old PyXML versions installed,
Martin v. Löwis [Sun, 18 Jul 2004 18:36:18 +0000 (18:36 +0000)] 
Remove test for #919008. Users may have old PyXML versions installed,
in which case the test will fail. For the mainline, the test should stay,
and the minimum required PyXML version needs to be raised.

21 years agoAdd Wcontrols.py to the patched IDE files.
Jack Jansen [Thu, 15 Jul 2004 22:12:36 +0000 (22:12 +0000)] 
Add Wcontrols.py to the patched IDE files.

21 years agoBackport of 1.15:
Jack Jansen [Thu, 15 Jul 2004 22:10:52 +0000 (22:10 +0000)] 
Backport of 1.15:
After more than two years of puzzlement Jurjen Bos found the reason for
the double-scroll problem: when you pass a tracker function to TrackControl
you shouldn't call your hit function again afterwards. Fixes #711989.

21 years agoImported fixversions.py and the note referring to it from 2.4.
Jack Jansen [Thu, 15 Jul 2004 21:32:45 +0000 (21:32 +0000)] 
Imported fixversions.py and the note referring to it from 2.4.

21 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Thu, 15 Jul 2004 21:32:45 +0000 (21:32 +0000)] 
This commit was manufactured by cvs2svn to create branch
'release23-maint'.

21 years agoBackport of 1.26:
Jack Jansen [Thu, 15 Jul 2004 14:12:20 +0000 (14:12 +0000)] 
Backport of 1.26:
CFStringGetUnicode() returned an extra null character at the end of the string.
fixed.

21 years agoBackport of 1.5:
Jack Jansen [Thu, 15 Jul 2004 13:22:02 +0000 (13:22 +0000)] 
Backport of 1.5:
Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085.

21 years agoIgnore some more build products.
Thomas Heller [Wed, 14 Jul 2004 15:20:23 +0000 (15:20 +0000)] 
Ignore some more build products.

21 years agoRecompiled after recent source changes.
Thomas Heller [Wed, 14 Jul 2004 15:11:05 +0000 (15:11 +0000)] 
Recompiled after recent source changes.

21 years agoRemove the annoing and useless messagebox asking about overwriting files.
Thomas Heller [Wed, 14 Jul 2004 15:03:45 +0000 (15:03 +0000)] 
Remove the annoing and useless messagebox asking about overwriting files.
Fixes SF #984290.

Backport from trunk.

21 years agoAdd a warning so that it isn't forgotten to recreate the binary AND
Thomas Heller [Wed, 14 Jul 2004 15:02:07 +0000 (15:02 +0000)] 
Add a warning so that it isn't forgotten to recreate the binary AND
CHECK INTO CVS if these files are changed.

21 years agoDon't complain that non-existant registry entries cannot be deleted.
Thomas Heller [Wed, 14 Jul 2004 14:56:11 +0000 (14:56 +0000)] 
Don't complain that non-existant registry entries cannot be deleted.

Backported from trunk.

21 years agoBackport:
Guido van Rossum [Wed, 14 Jul 2004 00:49:20 +0000 (00:49 +0000)] 
Backport:

- Bug #981530: Fix UnboundLocalError in shutil.rmtree().  This affects
  the documented behavior: the function passed to the onerror()
  handler can now also be os.listdir.

[I could've sworn I checked this in, but apparently I didn't, or it
got lost???]

21 years agoBackport:
Guido van Rossum [Wed, 14 Jul 2004 00:48:02 +0000 (00:48 +0000)] 
Backport:

- Bug #981530: Fix UnboundLocalError in shutil.rmtree().  This affects
  the documented behavior: the function passed to the onerror()
  handler can now also be os.listdir.

[I could've sworn I checked this in, but apparently I didn't, or it
got lost???]

21 years agofix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)
Gregory P. Smith [Tue, 13 Jul 2004 21:06:51 +0000 (21:06 +0000)] 
fix for SF bug #897820 (backport of cvs diff -r1.14 -r1.15 __init__.py)
Use os.unlink() instead of the BerkeleyDB DB_TRUNCATE flag.

21 years agogeneralize a bit; no need to mention my user id directly
Fred Drake [Tue, 13 Jul 2004 17:09:54 +0000 (17:09 +0000)] 
generalize a bit; no need to mention my user id directly

21 years agoUpdated my email address to something that works <wink>.
Barry Warsaw [Mon, 12 Jul 2004 23:10:42 +0000 (23:10 +0000)] 
Updated my email address to something that works <wink>.

21 years agoPatch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for
Andrew M. Kuchling [Mon, 12 Jul 2004 13:10:47 +0000 (13:10 +0000)] 
Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for
compatibility with various broken SSL implementations out there.

21 years agoRemove tabs introduced in last commit.
Brett Cannon [Sun, 11 Jul 2004 19:17:38 +0000 (19:17 +0000)] 
Remove tabs introduced in last commit.

21 years agoposixpath.realpath() now detects loops from symlinks and returns the longest
Brett Cannon [Sat, 10 Jul 2004 22:58:32 +0000 (22:58 +0000)] 
posixpath.realpath() now detects loops from symlinks and returns the longest
path before recursion.

21 years agoClarify docs for getargspec() that when there are not default values the fourth
Brett Cannon [Sat, 10 Jul 2004 21:04:44 +0000 (21:04 +0000)] 
Clarify docs for getargspec() that when there are not default values the fourth
value in the returned tuple is None.

Closes bug #637217 by clarifying the behavior.

21 years agontpath now compresses erroneous slashes between the drive letter and rest of
Brett Cannon [Sat, 10 Jul 2004 20:47:29 +0000 (20:47 +0000)] 
ntpath now compresses erroneous slashes between the drive letter and rest of
the path.  Also clarifies handling of UNC paths.  Appropriate test were added.

Fixes bug #980327 with patch #988607.  Thanks Paul Moore.

21 years agozipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes
Brett Cannon [Sat, 10 Jul 2004 19:19:03 +0000 (19:19 +0000)] 
zipfile now handles file sizes over 2 GB.  Was incorrectly storing file sizes
as signed when the ZIP spec says they should be stored as unsigned.

Closes bug #679953.

21 years ago[Bug #982806] The default argument for opening GDBM files is bogus. Patch #984672...
Andrew M. Kuchling [Wed, 7 Jul 2004 14:20:04 +0000 (14:20 +0000)] 
[Bug #982806] The default argument for opening GDBM files is bogus.  Patch #984672 by James Lamanna

21 years ago[Bug #984017] Incorrect prototype, fixed by Timothy Stranex
Andrew M. Kuchling [Wed, 7 Jul 2004 13:08:47 +0000 (13:08 +0000)] 
[Bug #984017] Incorrect prototype, fixed by Timothy Stranex

21 years agoAdd msg for bug #981530 (shutil.rmtree). Somehow that got missed in
Guido van Rossum [Tue, 6 Jul 2004 17:55:25 +0000 (17:55 +0000)] 
Add msg for bug #981530 (shutil.rmtree).  Somehow that got missed in
the checkin.

21 years agoFix bug introduced by previous backport.
Brett Cannon [Sun, 4 Jul 2004 18:35:56 +0000 (18:35 +0000)] 
Fix bug introduced by previous backport.