]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
19 years agoBackport of endianness fix for argvemulator
Ronald Oussoren [Thu, 8 Jun 2006 20:19:15 +0000 (20:19 +0000)] 
Backport of endianness fix for argvemulator

19 years agoBackport change to binascii.hexlify() to use s# for its arguments instead of t#
Brett Cannon [Thu, 8 Jun 2006 16:24:56 +0000 (16:24 +0000)] 
Backport change to binascii.hexlify() to use s# for its arguments instead of t#
in order to match its documentation.

19 years agoArgh. "integer" is a very confusing word ;)
Georg Brandl [Thu, 8 Jun 2006 13:31:14 +0000 (13:31 +0000)] 
Argh. "integer" is a very confusing word ;)
Actually, checking for INT_MAX and INT_MIN is correct since
the format code explicitly handles a C "int".
 (backport from rev. 46746)

19 years agoBug #1502728: Correctly link against librt library on HP-UX.
Georg Brandl [Thu, 8 Jun 2006 12:54:16 +0000 (12:54 +0000)] 
Bug #1502728: Correctly link against librt library on HP-UX.
 (backport from rev. 46743)

19 years agoBug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking.
Georg Brandl [Thu, 8 Jun 2006 12:45:05 +0000 (12:45 +0000)] 
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds checking.
 (backport from rev. 46741)

19 years agoClarify docs for bf_getcharbuffer.
Brett Cannon [Wed, 7 Jun 2006 21:59:32 +0000 (21:59 +0000)] 
Clarify docs for bf_getcharbuffer.

19 years ago- Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to
Gregory P. Smith [Tue, 6 Jun 2006 00:23:21 +0000 (00:23 +0000)] 
- Bug #1493322: bsddb: the __len__ method of a DB object has been fixed to
  return correct results.  It could previously incorrectly return 0 in some
  cases.  Fixes SF bug 1493322 (pybsddb bug 1184012).

19 years agoFix possible buffer overflow on Windows when reading code page.
Brett Cannon [Mon, 5 Jun 2006 23:56:36 +0000 (23:56 +0000)] 
Fix possible buffer overflow on Windows when reading code page.

Backport of fix for bug #1501223.

19 years ago[Bug #1470026] Include link to list of classifiers; remove use of Trove name
Andrew M. Kuchling [Mon, 5 Jun 2006 19:11:02 +0000 (19:11 +0000)] 
[Bug #1470026] Include link to list of classifiers; remove use of Trove name

19 years agoDon't crash on Py_UNICODE values < 0. Fixes #1454485.
Martin v. Löwis [Mon, 5 Jun 2006 10:43:57 +0000 (10:43 +0000)] 
Don't crash on Py_UNICODE values < 0. Fixes #1454485.

19 years ago(Backport from trunk) Fix a potentially invalid memory access of
Hye-Shik Chang [Mon, 5 Jun 2006 01:09:46 +0000 (01:09 +0000)] 
(Backport from trunk) Fix a potentially invalid memory access of
CJKCodecs' shift-jis decoder.

19 years agofix potential use of uninitialized char ** to construct a list if log_archive
Gregory P. Smith [Mon, 5 Jun 2006 00:40:31 +0000 (00:40 +0000)] 
fix potential use of uninitialized char ** to construct a list if log_archive
is called with the (unsupported and unexported in this version) flag DB_ARCH_REMOVE.

also fix a log_list memory leak on error return in the event that python can't create
a new list object.

19 years agoBug #1500293: fix memory leaks in _subprocess module.
Georg Brandl [Sun, 4 Jun 2006 22:15:45 +0000 (22:15 +0000)] 
Bug #1500293: fix memory leaks in _subprocess module.
 (backport from rev. 46651)

19 years ago[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Andrew M. Kuchling [Sat, 3 Jun 2006 20:34:33 +0000 (20:34 +0000)] 
[Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.
Fix by renaming the variable.

In a different module, Neal fixed it by renaming _self to self.  There's
already a variable named 'self' here, so I used selfptr.

19 years ago[Bug #1441864] Clarify description of 'data' argument
Andrew M. Kuchling [Sat, 3 Jun 2006 18:46:03 +0000 (18:46 +0000)] 
[Bug #1441864] Clarify description of 'data' argument

19 years ago[Bug #1475554] Strengthen text to say 'must' instead of 'should'
Andrew M. Kuchling [Sat, 3 Jun 2006 18:34:03 +0000 (18:34 +0000)] 
[Bug #1475554] Strengthen text to say 'must' instead of 'should'

19 years ago[Bug #1472084] Fix description of do_tag
Andrew M. Kuchling [Sat, 3 Jun 2006 18:10:03 +0000 (18:10 +0000)] 
[Bug #1472084] Fix description of do_tag

19 years agoBackport of 46608: Port to OpenBSD 3.9.
Martin v. Löwis [Sat, 3 Jun 2006 07:40:03 +0000 (07:40 +0000)] 
Backport of 46608: Port to OpenBSD 3.9.

19 years agoClarify wording about how default values in strptime() are used.
Brett Cannon [Wed, 31 May 2006 02:22:02 +0000 (02:22 +0000)] 
Clarify wording about how default values in strptime() are used.

Backport of fix for bug #1496315.

19 years agoRemove various dependencies on dictionary order in the standard library
Armin Rigo [Sun, 28 May 2006 18:15:43 +0000 (18:15 +0000)] 
Remove various dependencies on dictionary order in the standard library
tests, and one (clearly an oversight, potentially critical) in the
standard library itself - base64.py.

test_extcall is an output test which still needs to be fixed somehow.

Forwardporting candidate...

19 years agominor markup nits
George Yoshida [Sat, 27 May 2006 16:35:31 +0000 (16:35 +0000)] 
minor markup nits

19 years agoPatch #1492218: document None being a constant.
Georg Brandl [Fri, 26 May 2006 20:16:26 +0000 (20:16 +0000)] 
Patch #1492218: document None being a constant.

19 years agoCode tried to modify a tuple, convert to list before doing that (backport from
Ronald Oussoren [Fri, 26 May 2006 13:10:16 +0000 (13:10 +0000)] 
Code tried to modify a tuple, convert to list before doing that (backport from
same patch on trunk)

19 years agobackport of byteorder issues in applesingle
Ronald Oussoren [Fri, 26 May 2006 09:13:42 +0000 (09:13 +0000)] 
backport of byteorder issues in applesingle

19 years agofix broken links in PDF
Fred Drake [Thu, 25 May 2006 02:45:39 +0000 (02:45 +0000)] 
fix broken links in PDF
(SF patch #1281291, contributed by Rory Yorke)

19 years ago- markup fix
George Yoshida [Sat, 20 May 2006 15:37:28 +0000 (15:37 +0000)] 
- markup fix
- add clarifying words
(backport r46055)

19 years agoBackport of 46010
Martin v. Löwis [Tue, 16 May 2006 07:06:33 +0000 (07:06 +0000)] 
Backport of 46010
- Test for sys/statvfs.h before including it, as statvfs is present
  on some OSX installations, but its header file is not.

19 years agoBackport: Patch #1488312, Fix memory alignment problem on SPARC in unicode.
Neal Norwitz [Mon, 15 May 2006 07:22:23 +0000 (07:22 +0000)] 
Backport: Patch #1488312, Fix memory alignment problem on SPARC in unicode.

19 years agoAdd \exception markup
George Yoshida [Sat, 13 May 2006 06:56:38 +0000 (06:56 +0000)] 
Add \exception markup

19 years agoDuplicated description about the illegal continue usage can be found in nearly the...
George Yoshida [Fri, 12 May 2006 17:26:56 +0000 (17:26 +0000)] 
Duplicated description about the illegal continue usage can be found in nearly the same place.
They are same, so keep the original one and remove the later-added one.
(backport r45978)

19 years agoGrammar fix(backport r45965)
George Yoshida [Thu, 11 May 2006 15:54:41 +0000 (15:54 +0000)] 
Grammar fix(backport r45965)

19 years agoFix two small errors in argument lists.
Georg Brandl [Wed, 10 May 2006 20:09:36 +0000 (20:09 +0000)] 
Fix two small errors in argument lists.
 (backport from rev. 45957)

19 years agoBug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage colle...
Georg Brandl [Wed, 10 May 2006 16:11:48 +0000 (16:11 +0000)] 
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.
 (backport from rev. 45952)

19 years agoBug #1485447: subprocess: document that the "cwd" parameter isn't used to find the...
Georg Brandl [Wed, 10 May 2006 16:09:05 +0000 (16:09 +0000)] 
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes.
 (backport from rev. 45950)

19 years agoDocument C++ as a build requirement.
Martin v. Löwis [Wed, 10 May 2006 04:33:22 +0000 (04:33 +0000)] 
Document C++ as a build requirement.

19 years agoMerge rev 45944 from trunk.
Tim Peters [Wed, 10 May 2006 02:46:48 +0000 (02:46 +0000)] 
Merge rev 45944 from trunk.

Variant of patch #1478292.  doctest.register_optionflag(name)
shouldn't create a new flag when `name` is already the name of
an option flag.

19 years agobackport r45920
George Yoshida [Sat, 6 May 2006 13:15:33 +0000 (13:15 +0000)] 
backport r45920

19 years agoBackport SF bug/patch #1433877: string parameter to ioctl not null terminated
Thomas Wouters [Fri, 5 May 2006 10:52:43 +0000 (10:52 +0000)] 
Backport SF bug/patch #1433877: string parameter to ioctl not null terminated

The new char-array used in ioctl calls wasn't explicitly NUL-terminated;
quite probably the cause for the test_pty failures on Solaris that we
circumvented earlier.

19 years agoBug #1481530: allow "from os.path import ..." with imputil
Georg Brandl [Thu, 4 May 2006 05:08:19 +0000 (05:08 +0000)] 
Bug #1481530: allow "from os.path import ..." with imputil
 (backport from rev. 45895)

19 years agoBug #1472191: convert breakpoint indices to ints before comparing them to ints
Georg Brandl [Wed, 3 May 2006 18:12:36 +0000 (18:12 +0000)] 
Bug #1472191: convert breakpoint indices to ints before comparing them to ints
 (backport from rev. 45891)

19 years agoPatch #1480067: don't redirect HTTP digest auth in urllib2
Georg Brandl [Wed, 3 May 2006 05:05:08 +0000 (05:05 +0000)] 
Patch #1480067: don't redirect HTTP digest auth in urllib2
 (backport from rev. 45879)

19 years agoWork around deadlock risk.
Martin v. Löwis [Mon, 1 May 2006 06:29:06 +0000 (06:29 +0000)] 
Work around deadlock risk.

19 years agoPatch #1464708 from William McVey: fixed handling of nested comments in mail
Barry Warsaw [Sun, 30 Apr 2006 21:26:41 +0000 (21:26 +0000)] 
Patch #1464708 from William McVey: fixed handling of nested comments in mail
addresses.  E.g.

"Foo ((Foo Bar)) <foo@example.com>"

Fixes for both rfc822.py and email package.  This patch needs to be back
ported to Python 2.3 for email 2.5 and forward ported to Python 2.5 for email
4.0.  (I'll do both soon)

19 years agoBug #1473625: stop pickling in text mode make floats locale dependent.
Georg Brandl [Sun, 30 Apr 2006 11:12:03 +0000 (11:12 +0000)] 
Bug #1473625: stop pickling in text mode make floats locale dependent.

19 years agoBackport r45774:
Neal Norwitz [Sat, 29 Apr 2006 03:22:45 +0000 (03:22 +0000)] 
Backport r45774:
Try to really fix the slow buildbots this time.
Printing to stdout, doesn't mean the data was actually written.
It depends on the buffering, so we need to flush.  This will hopefully
really fix the buildbots getting killed due to no output on the slow bots.

19 years agoBug #1478429: make datetime.datetime.fromtimestamp accept every float,
Georg Brandl [Fri, 28 Apr 2006 19:09:29 +0000 (19:09 +0000)] 
Bug #1478429: make datetime.datetime.fromtimestamp accept every float,
possibly "rounding up" to the next whole second.
 (backport from rev. 45792)

19 years agoBug #1478326: don't allow '/' in distutils.util.get_platform machine names
Georg Brandl [Fri, 28 Apr 2006 16:58:56 +0000 (16:58 +0000)] 
Bug #1478326: don't allow '/' in distutils.util.get_platform machine names
since this value is used to name the build directory.
 (backport from rev. 45786)

19 years agocorrect a dead link(backport from rev.45783)
George Yoshida [Fri, 28 Apr 2006 16:41:24 +0000 (16:41 +0000)] 
correct a dead link(backport from rev.45783)

19 years agoBug #1475009: clarify ntpath.join behavior with absolute components
Georg Brandl [Fri, 28 Apr 2006 16:36:58 +0000 (16:36 +0000)] 
Bug #1475009: clarify ntpath.join behavior with absolute components
 (backport from rev. 45781)

19 years agofix markup glitch(backport from rev.45778)
George Yoshida [Fri, 28 Apr 2006 16:11:51 +0000 (16:11 +0000)] 
fix markup glitch(backport from rev.45778)

19 years agoMention xmlrpclib.Error base class; import Error in example
Andrew M. Kuchling [Thu, 27 Apr 2006 12:48:56 +0000 (12:48 +0000)] 
Mention xmlrpclib.Error base class; import Error in example

19 years ago[Bug #1477102] Add necessary import to example
Andrew M. Kuchling [Thu, 27 Apr 2006 12:35:34 +0000 (12:35 +0000)] 
[Bug #1477102] Add necessary import to example

19 years agoBackport trunk's r45715:
Thomas Wouters [Tue, 25 Apr 2006 15:33:48 +0000 (15:33 +0000)] 
Backport trunk's r45715:

Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses
MAXPATHLEN-sized buffers for various output-buffers (like to realpath()),
and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and
does not define MAXPATHLEN.) Cursory googling suggests Linux is following a
newer standard than BSD, but in cases like this, who knows. Using the
greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the
most portable solution.

19 years agoBackport trunk's 45708: Fix markup glitch in unittest docs.
Thomas Wouters [Tue, 25 Apr 2006 12:29:43 +0000 (12:29 +0000)] 
Backport trunk's 45708: Fix markup glitch in unittest docs.

19 years agoPut break at correct level so *all* root HKEYs acutally get checked for
Trent Mick [Tue, 25 Apr 2006 00:34:35 +0000 (00:34 +0000)] 
Put break at correct level so *all* root HKEYs acutally get checked for
an installed VC6. Otherwise only the first such tree gets checked and this
warning doesn't get displayed.

19 years agoMerge rev 45677 from the trunk.
Tim Peters [Mon, 24 Apr 2006 02:07:13 +0000 (02:07 +0000)] 
Merge rev 45677 from the trunk.

Bug #1337990: clarified that ``doctest`` does not support examples
requiring both expected output and an exception.

19 years agowrap SyntaxError with \exception{}
George Yoshida [Sun, 23 Apr 2006 09:28:10 +0000 (09:28 +0000)] 
wrap SyntaxError with \exception{}

19 years agofix tex markup
George Yoshida [Sun, 23 Apr 2006 08:46:03 +0000 (08:46 +0000)] 
fix tex markup

19 years agoTypo fixes
George Yoshida [Sat, 22 Apr 2006 15:12:37 +0000 (15:12 +0000)] 
Typo fixes

19 years agoTypo fixes
Andrew M. Kuchling [Sat, 22 Apr 2006 01:52:18 +0000 (01:52 +0000)] 
Typo fixes

19 years agoOops! 2.5 news about setuptools snuck into 2.4 when
Tim Peters [Fri, 21 Apr 2006 21:35:20 +0000 (21:35 +0000)] 
Oops!  2.5 news about setuptools snuck into 2.4 when
I resolved merge conflicts from a recent backport.

19 years agoMerge rev 45631 from trunk.
Tim Peters [Fri, 21 Apr 2006 21:22:00 +0000 (21:22 +0000)] 
Merge rev 45631 from trunk.

SF bug #1473760 TempFile can hang on Windows.

Python 2.4 changed ntpath.abspath to do an import
inside the function.  As a result, due to Python's
import lock, anything calling abspath on Windows
(directly, or indirectly like tempfile.TemporaryFile)
hung when it was called from a thread spawned as a
side effect of importing a module.

This is a depressingly frequent problem, and
deserves a more general fix.  I'm settling for
a micro-fix here because this specific one accounts
for a report of Zope Corp's ZEO hanging on Windows,
and it was an odd way to change abspath to begin
with (ntpath needs a different implementation
depending on whether we're actually running on
Windows, and the _obvious_ way to arrange for that
is not to bury a possibly-failing import _inside_
the function).

Note that if/when other micro-fixes of this kind
get made, the new Lib/test/threaded_import_hangers.py
is a convenient place to add tests for them.

19 years agoTypo, grammar fixes
Andrew M. Kuchling [Fri, 21 Apr 2006 12:59:12 +0000 (12:59 +0000)] 
Typo, grammar fixes

19 years agoTypo fixes
Andrew M. Kuchling [Fri, 21 Apr 2006 12:40:03 +0000 (12:40 +0000)] 
Typo fixes

19 years agofix typo
George Yoshida [Tue, 18 Apr 2006 16:20:09 +0000 (16:20 +0000)] 
fix typo

19 years agoMerge rev 45516 from trunk.
Tim Peters [Tue, 18 Apr 2006 03:30:43 +0000 (03:30 +0000)] 
Merge rev 45516 from trunk.

Finally figured out why this module did its imports at the
bottom of the file.  Restored that, and added a comment
explaining why this is necessary.  Hint:  on my box, and
yours, it's not :-(

Also added an __all__ list.

19 years agoMerge rev 45498 from trunk.
Tim Peters [Mon, 17 Apr 2006 21:15:53 +0000 (21:15 +0000)] 
Merge rev 45498 from trunk.

local.__del__():  This didn't actually do anything, because of too
much convolution <0.5 wink>.  Simplified to the point that it works,
and test_threading_local no longer reports leaks under -R.  Thanks
to Thomas Wouters for initial analysis.

19 years agoAdd missing SVN eol-style property to text files.
Tim Peters [Sun, 16 Apr 2006 22:13:11 +0000 (22:13 +0000)] 
Add missing SVN eol-style property to text files.

19 years agoPatch #1191700: Adjust column alignment in bdb breakpoint lists.
Martin v. Löwis [Sat, 15 Apr 2006 08:40:53 +0000 (08:40 +0000)] 
Patch #1191700: Adjust column alignment in bdb breakpoint lists.

19 years agoPatch #1191065: Fix preprocessor problems on systems where recvfrom
Martin v. Löwis [Sat, 15 Apr 2006 08:35:45 +0000 (08:35 +0000)] 
Patch #1191065: Fix preprocessor problems on systems where recvfrom
is a macro.

19 years agomention bsddb open cachesize parameter bugfix
Gregory P. Smith [Thu, 13 Apr 2006 19:24:47 +0000 (19:24 +0000)] 
mention bsddb open cachesize parameter bugfix

19 years agoAdd missing word
Andrew M. Kuchling [Thu, 13 Apr 2006 11:40:42 +0000 (11:40 +0000)] 
Add missing word

19 years agoBackport 45338:
Neal Norwitz [Thu, 13 Apr 2006 07:15:30 +0000 (07:15 +0000)] 
Backport 45338:
test_compile can be really long if we are using -u compiler.
This may be causing the debian sparc buildbot to fail.
Print a little message to let the user ^w buildbot know it's still thinking.

We may want to adjust the time period which is currently 5 minutes.

19 years agoreverting r45322 - "traceback.format_exception_only() now prepends
Anthony Baxter [Thu, 13 Apr 2006 01:29:10 +0000 (01:29 +0000)] 
reverting r45322 -  "traceback.format_exception_only() now prepends
the exception's module name to non-builtin exceptions, like the
interpreter itself does."

Reverting because:
A - broke tests
B - changed behaviour of 2.4.

19 years agoPatch #860326: traceback.format_exception_only() now prepends the
Georg Brandl [Wed, 12 Apr 2006 21:14:12 +0000 (21:14 +0000)] 
Patch #860326: traceback.format_exception_only() now prepends the
exception's module name to non-builtin exceptions, like the interpreter
itself does.
 (backport from rev. 45321)

19 years agobackport 43519. fixes SF bug 1117761.
Gregory P. Smith [Wed, 12 Apr 2006 20:37:58 +0000 (20:37 +0000)] 
backport 43519.   fixes SF bug 1117761.

bsddb.*open() methods were failing when the cachesize parameter was
supplied.

19 years agoIgnore the references to the dummy objects used as deleted keys
Armin Rigo [Wed, 12 Apr 2006 17:06:58 +0000 (17:06 +0000)] 
Ignore the references to the dummy objects used as deleted keys
in dicts and sets when computing the total number of references.

19 years agoPatch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__...
Georg Brandl [Wed, 12 Apr 2006 15:28:52 +0000 (15:28 +0000)] 
Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run.
 (backport from rev. 45310)

19 years agoBackport of r45303: buffer overflow.
Armin Rigo [Wed, 12 Apr 2006 12:04:10 +0000 (12:04 +0000)] 
Backport of r45303: buffer overflow.

19 years agoStreamHandler now checks explicitly for None before using sys.stderr as the stream...
Vinay Sajip [Wed, 12 Apr 2006 10:02:00 +0000 (10:02 +0000)] 
StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840).

19 years agoClear errno before calling opendir() and readdir().
Georg Brandl [Tue, 11 Apr 2006 07:04:09 +0000 (07:04 +0000)] 
Clear errno before calling opendir() and readdir().
 (backport from rev. 45262)

19 years agoBug #1467952: backport: make os.listdir() raise if readdir() fails
Georg Brandl [Tue, 11 Apr 2006 06:51:25 +0000 (06:51 +0000)] 
Bug #1467952: backport: make os.listdir() raise if readdir() fails

19 years agoPatch #1466993: remove wrong comment in socket.py
Georg Brandl [Sun, 9 Apr 2006 14:28:16 +0000 (14:28 +0000)] 
Patch #1466993: remove wrong comment in socket.py
 (backport from rev. 43746)

19 years agoWhitespace normalization.
Tim Peters [Sat, 8 Apr 2006 12:24:57 +0000 (12:24 +0000)] 
Whitespace normalization.

19 years agoMerge rev 43734 from the trunk.
Tim Peters [Sat, 8 Apr 2006 12:12:56 +0000 (12:12 +0000)] 
Merge rev 43734 from the trunk.

test_timeout():  This test was added during Bug Day, but disabled
soon after because the gmail address it connects to started timing
out on all the buildbot slaves.  Rewrote the test to produce a
warning message (instead of failing) when the address times out.

Also removed the special case for Windows -- this test started to
work on Windows as soon as bug 1462352 was fixed.

19 years agoDefine WIN32, to get proper struct alignment in WinSock2.h.
Martin v. Löwis [Sat, 8 Apr 2006 09:14:56 +0000 (09:14 +0000)] 
Define WIN32, to get proper struct alignment in WinSock2.h.
Fixes #1462352.

19 years agoFix bsddb.db.DBError derived exceptions so they can be unpickled.
Gregory P. Smith [Sat, 8 Apr 2006 07:34:08 +0000 (07:34 +0000)] 
Fix bsddb.db.DBError derived exceptions so they can be unpickled.
(backport of trunk commit 43729)

19 years agoBug #1464658: make clear that PyList_GetItem doesn't take negative indices.
Georg Brandl [Thu, 6 Apr 2006 12:45:54 +0000 (12:45 +0000)] 
Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.
 (backport from rev. 43704)

19 years agoBug #1465619: rot13 codec decodes to a Unicode string.
Georg Brandl [Thu, 6 Apr 2006 11:25:37 +0000 (11:25 +0000)] 
Bug #1465619: rot13 codec decodes to a Unicode string.
 (backport from rev. 43701)

19 years agoBug #1465600: note encoding issue in ZipFile.write().
Georg Brandl [Thu, 6 Apr 2006 10:03:36 +0000 (10:03 +0000)] 
Bug #1465600: note encoding issue in ZipFile.write().
 (backport from rev. 43699)

19 years agobackport of 43688:
Anthony Baxter [Thu, 6 Apr 2006 07:36:26 +0000 (07:36 +0000)] 
backport of 43688:
Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)
will backport.

19 years agobackport:
Anthony Baxter [Thu, 6 Apr 2006 07:15:06 +0000 (07:15 +0000)] 
backport:
In some environments (under screen, in a chroot) curses doesn't support
mouse events. This makes the test fail. Catch that case and don't run
the tests. Should make the debian/ubuntu buildbots that run in a chroot
work again.

19 years agoBug #1451341: find fuzzy marks correctly.
Georg Brandl [Thu, 6 Apr 2006 06:44:37 +0000 (06:44 +0000)] 
Bug #1451341: find fuzzy marks correctly.
 (backport from rev. 43684)

19 years agoupdate URL to reflect new website
Fred Drake [Thu, 6 Apr 2006 00:26:19 +0000 (00:26 +0000)] 
update URL to reflect new website

19 years agomove the uuids out to a separate file
Anthony Baxter [Wed, 5 Apr 2006 16:42:30 +0000 (16:42 +0000)] 
move the uuids out to a separate file

19 years agoFix 43537, using quadrigraphs properly.
Martin v. Löwis [Tue, 4 Apr 2006 06:08:17 +0000 (06:08 +0000)] 
Fix 43537, using quadrigraphs properly.

19 years agoRev 43597 on the branch purported to merge rev 43578 from the trunk,
Tim Peters [Mon, 3 Apr 2006 23:44:28 +0000 (23:44 +0000)] 
Rev 43597 on the branch purported to merge rev 43578 from the trunk,
but neglected to incorporate 43578's changes to
Lib/email/test/test_email.py.  As a result, all the buildbots have
failed test_email on the branch since then.  This should repair it.

19 years agopost 2.4.3.
Anthony Baxter [Mon, 3 Apr 2006 17:54:50 +0000 (17:54 +0000)] 
post 2.4.3.

19 years agonote parsedate_tz backport
Anthony Baxter [Mon, 3 Apr 2006 16:43:22 +0000 (16:43 +0000)] 
note parsedate_tz backport

19 years agobackport r43579
Anthony Baxter [Mon, 3 Apr 2006 16:42:41 +0000 (16:42 +0000)] 
backport r43579
Deal with openbsd's different style of default /etc/hosts by forcing the fqdn
lookup to use the IP address returned by gethosbyname.