- 17 Jan, 2006 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
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. Will port to the Python 2.5 trunk. 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.
-
- 16 Jan, 2006 9 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
-
Vinay Sajip authored
Exceptions raised during renaming in rotating file handlers are now passed to handleError (except for SystemExit and KeyboardInterrupt, which are re-raised).
-
Vinay Sajip authored
TimedRotatingFileHandler now calculates next rollover from previous rollover rather than current time.
-
Vinay Sajip authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 15 Jan, 2006 9 commits
-
-
Andrew M. Kuchling authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
correct argument order.
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
- 14 Jan, 2006 5 commits
-
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
Fredrik Lundh authored
-
Armin Rigo authored
(is the purpose of the crashers directory to scare people? :-)
-
Neal Norwitz authored
-
- 13 Jan, 2006 3 commits
-
-
Georg Brandl authored
any more.
-
Georg Brandl authored
when it can't find out the module name it generates a warning for.
-
Tim Peters authored
-
- 12 Jan, 2006 1 commit
-
-
Georg Brandl authored
-
- 11 Jan, 2006 4 commits
-
-
Neal Norwitz authored
This didn't crash on Linux, but valgrind complained. I'm not sure if this test is valid on Windows. Will backport.
-
Neal Norwitz authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
- 10 Jan, 2006 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Neal Norwitz authored
bugs which cause the interpreter to crash. I'm sure we can find a few more. Many missing bugs deal with variations on unchecked infinite recursion (like coerce.py).
-
Neal Norwitz authored
Fix signatures to conform to doc (also fixed ungetmouse()). Will backport.
-
Neal Norwitz authored
This is how string objects work. u'%f' could use , instead of . for the decimal point. Now both strings and unicode always use periods. This is the code that would break: import locale locale.setlocale(locale.LC_NUMERIC, 'de_DE') u'%.1f' % 1.0 assert '1.0' == u'%.1f' % 1.0 I couldn't create a test case which fails, but this fixes the problem. Will backport.
-
- 09 Jan, 2006 1 commit
-
-
Fredrik Lundh authored
-