Neal Norwitz
ebf1dcaeaf
Backport:
...
Fix bug #1413192 , fix seg fault in bsddb if a txn was deleted before the env.
2006-01-25 05:29:17 +00:00
Georg Brandl
13a334e069
Bug #1378679 : backport bugfix of #974757 .
2006-01-20 22:00:43 +00:00
Georg Brandl
7e8a71fcb0
Revert feature checkin.
2006-01-20 21:09:55 +00:00
Georg Brandl
b88c0ff047
Reverse checkin. This is definitely a new feature.
2006-01-20 21:08:54 +00:00
Georg Brandl
15a7b49766
Patch #1388073 : Make unittest.TestCase easier to subclass
2006-01-20 17:55:02 +00:00
Georg Brandl
6c0a2fd1e2
Checkin the test of patch #1400181 .
2006-01-20 17:48:57 +00:00
Georg Brandl
d910e558b6
Bug #1407902 : Added support for sftp:// URIs to urlparse.
2006-01-20 17:24:34 +00:00
Georg Brandl
950697c8af
Readd bug report note.
2006-01-20 13:38:41 +00:00
Georg Brandl
f75d9dfca2
Bug #1371247 : Update Windows LCIDs in locale.py.
2006-01-20 09:07:55 +00:00
Barry Warsaw
aad2234bfa
SF bug #1347874 ; FeedParser does not comply with RFC2822.
...
Change headerRE as suggested in the bug report, so that single character
headers are accepted. Test case added too. Backported from the trunk.
2006-01-17 05:59:18 +00:00
Barry Warsaw
74bb1065d9
Ported 42076 from the trunk.
...
SF bug #1403349 solution for email 3.0; some MUAs use the 'file' parameter
name in the Content-Distribution header, so Message.get_filename() should fall
back to using that.
Also, bump the email package version to 3.0.1 for eventual release. Of
course, add a test case too.
XXX Need to update the documentation.
2006-01-17 05:09:19 +00:00
Vinay Sajip
ae654d7f9a
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
2006-01-16 09:28:59 +00:00
Vinay Sajip
e97f029ede
TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time.
2006-01-16 09:14:47 +00:00
Vinay Sajip
f52cba13fd
Fixed bug in time-to-midnight calculation.
2006-01-16 09:10:05 +00:00
Neal Norwitz
63fd4f4448
Backport:
...
Fix SF bug #1402308 , segfault when using mmap(-1, ...)
This didn't crash on Linux, but valgrind complained.
I'm not sure if this test is valid on Windows.
2006-01-14 07:02:53 +00:00
Georg Brandl
d901f75c55
Bug #1394565 : SimpleHTTPServer now doesn't choke on query paramters
...
any more.
2006-01-13 17:06:02 +00:00
Georg Brandl
f2f9c40357
Bug #1403410 : The warnings module now doesn't get confused
...
when it can't find out the module name it generates a warning for.
2006-01-13 16:59:54 +00:00
Georg Brandl
c046e80f1e
Test curses.setupterm() before initscr().
2006-01-12 15:41:15 +00:00
Neal Norwitz
44d52e2393
Backport:
...
SF bug #1400822 , Extended version of _curses over{lay,write} does not work
Fix signatures to conform to doc (also fixed ungetmouse()).
2006-01-10 07:08:06 +00:00
Neal Norwitz
964ab82b1c
Backport:
...
Bug #1400115 , Fix segfault when calling curses.panel.userptr()
without prior setting of the userptr.
2006-01-09 06:29:16 +00:00
Skip Montanaro
52f3d18bfe
Skip this test on Darwin. It's skipped on the trunk and is listed as
...
an expected skip in regrtest.py. Make it so.
2006-01-07 19:08:55 +00:00
Neal Norwitz
b81832c8b3
Backport:
...
initscr() will exit if there's an error. Try to catch the obvious failure
cases if TERM isn't set or is unknown (perhaps we should only check if
unset or empty?)
Skip the test if TERM isn't set. This seems to occur when running under
buildbot and presumably cron.
For some more info check here:
http://mail.python.org/pipermail/python-checkins/2006-January/048704.html
2006-01-06 04:40:20 +00:00
Neal Norwitz
bd2bd893ea
Backport: If the audio file does not exist, the test should be skipped.
2006-01-05 07:17:35 +00:00
Neal Norwitz
586ad55841
Backport: Skip test_curses if stdin is not a tty (like when run from cron or buildbot).
2006-01-05 06:10:16 +00:00
Martin v. Löwis
98421677c7
Work around test_locale failing on Solaris 10.
2005-12-30 12:52:13 +00:00