Commit Graph

32217 Commits

Author SHA1 Message Date
Tim Peters
2870125e0e 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.
2006-04-08 12:12:56 +00:00
Martin v. Löwis
87a7d50096 Define WIN32, to get proper struct alignment in WinSock2.h.
Fixes #1462352.
2006-04-08 09:14:56 +00:00
Gregory P. Smith
44c2fd34b1 Fix bsddb.db.DBError derived exceptions so they can be unpickled.
(backport of trunk commit 43729)
2006-04-08 07:34:08 +00:00
Georg Brandl
0ab63d8e4a Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.
(backport from rev. 43704)
2006-04-06 12:45:54 +00:00
Georg Brandl
a5abdb3093 Bug #1465619: rot13 codec decodes to a Unicode string.
(backport from rev. 43701)
2006-04-06 11:25:37 +00:00
Georg Brandl
bb898906b6 Bug #1465600: note encoding issue in ZipFile.write().
(backport from rev. 43699)
2006-04-06 10:03:36 +00:00
Anthony Baxter
74171bac38 backport of 43688:
Fix for failure of test_urllib2 breaking test_mimetypes (SF bug 1464978)
will backport.
2006-04-06 07:36:26 +00:00
Anthony Baxter
920430a5d3 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.
2006-04-06 07:15:06 +00:00
Georg Brandl
c4cb2a7807 Bug #1451341: find fuzzy marks correctly.
(backport from rev. 43684)
2006-04-06 06:44:37 +00:00
Fred Drake
2a07e73950 update URL to reflect new website 2006-04-06 00:26:19 +00:00
Anthony Baxter
9cddb4b401 move the uuids out to a separate file 2006-04-05 16:42:30 +00:00
Martin v. Löwis
6391e1935c Fix 43537, using quadrigraphs properly. 2006-04-04 06:08:17 +00:00
Tim Peters
93973ffbd5 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.
2006-04-03 23:44:28 +00:00
Anthony Baxter
732fae185b post 2.4.3. 2006-04-03 17:54:50 +00:00
Anthony Baxter
8cd2578f84 note parsedate_tz backport 2006-04-03 16:43:22 +00:00
Anthony Baxter
119dc70379 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.
2006-04-03 16:42:41 +00:00
Anthony Baxter
0860da9e90 backport of r43578
The email module's parsedate_tz function now sets the daylight savings
flag to -1 (unknown) since it can't tell from the date whether it should
be set.
patch from Aldo Cortesi
2006-04-03 16:40:28 +00:00
Martin v. Löwis
d8b005d939 Backport of 43584: Add check_soundcard.vbs. 2006-04-03 12:16:00 +00:00
Neal Norwitz
d3bff37fcb Backport 43568:
Fix test_pty on OSF/1 (Tru64).  The problem is that the newline gets
converted to CR CR NL.  There may be a way to fix this with tcsetattr,
but I couldn't find it.  There was a similar problem on IRIX.

Just normalize the output and compare that.
2006-04-03 05:30:45 +00:00
Armin Rigo
8a906311f9 Backport of r39612: some more fixes for inspect.getsource().
Tests not included (the format changes and I can't be bothered
to port them).
2006-04-02 10:48:07 +00:00
Georg Brandl
3823e9c6cb patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther
(backport from rev. 43536)
2006-04-01 08:51:29 +00:00
Neal Norwitz
d0dc170310 Backport 43470:
Get gcc to do strict IEEE math.  This flag was already used for cc, just not
gcc.  Without this flag, doing pretty much anything with NaNs causes
a Floating Point Exception signal.  This causes the interpreter to quit.
The failing tests this fixes are:  test_long.
This is somewhat equivalent to doing signal(SIGFPE, SIG_IGN).
2006-04-01 08:50:35 +00:00
Georg Brandl
9be60ec51e Bug #1458017: make distutils.Log._log more forgiving when passing in
msg strings with '%', but without format args.
 (backport from rev. 43529)
2006-04-01 07:46:57 +00:00
Georg Brandl
ac38762a58 Patch #1462496: typo in libsignal.tex
(backport from rev. 43527)
2006-04-01 07:42:44 +00:00
Georg Brandl
369444609e Patch #1459631: documnent zlib.Decompress.flush() length parameter.
(backport from rev. 43525)
2006-04-01 07:39:45 +00:00