1. 03 Aug, 2010 9 commits
    • Ezio Melotti's avatar
      Fix deprecation warning in test_MimeWriter. · 3ca2a654
      Ezio Melotti authored
      3ca2a654
    • Ezio Melotti's avatar
      Fix more warnings in test_builtin. · c00b88ce
      Ezio Melotti authored
      c00b88ce
    • Ezio Melotti's avatar
      Try to avoid failures on the buildbot. · 35099dae
      Ezio Melotti authored
      35099dae
    • Ezio Melotti's avatar
      Merged revisions 79187-79189 via svnmerge from · d24b5d8f
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79187 | florent.xicluna | 2010-03-21 12:50:44 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Silence more py3k warnings in unittest.case.
      ........
        r79188 | florent.xicluna | 2010-03-21 12:51:40 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
      ........
        r79189 | florent.xicluna | 2010-03-21 13:03:21 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
      ........
      d24b5d8f
    • Ezio Melotti's avatar
      Unblocked revisions 79187-79189 via svnmerge · 620f5c91
      Ezio Melotti authored
      ........
        r79187 | florent.xicluna | 2010-03-21 12:50:44 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Silence more py3k warnings in unittest.case.
      ........
        r79188 | florent.xicluna | 2010-03-21 12:51:40 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Fix py3k warnings in test_decimal, using unittest.assertItemsEqual.
      ........
        r79189 | florent.xicluna | 2010-03-21 13:03:21 +0200 (Sun, 21 Mar 2010) | 2 lines
      
        Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements.
      ........
      620f5c91
    • Ezio Melotti's avatar
      Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from · 262a47d2
      Ezio Melotti authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the aifc module
      ........
        r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in bsddb
      ........
        r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence a py3k warning claiming to affect Lib/calendar.py
      ........
        r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
      ........
        r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the socket module
      ........
        r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the sndhdr module (found with test_email)
      ........
        r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence some py3k warnings claiming to affect _pyio
      ........
        r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence py3k warning claiming to affect the random module
      ........
        r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in httplib
      ........
        r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the uuid module
      ........
      262a47d2
    • Ezio Melotti's avatar
      Unblocked revisions 75407,75409-75413,75415,75419-75421 via svnmerge · efcdd849
      Ezio Melotti authored
      ........
        r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the aifc module
      ........
        r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in bsddb
      ........
        r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence a py3k warning claiming to affect Lib/calendar.py
      ........
        r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
      ........
        r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the socket module
      ........
        r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix a py3k warning in the sndhdr module (found with test_email)
      ........
        r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence some py3k warnings claiming to affect _pyio
      ........
        r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Silence py3k warning claiming to affect the random module
      ........
        r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in httplib
      ........
        r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines
      
        Fix py3k warnings in the uuid module
      ........
      efcdd849
    • Ezio Melotti's avatar
      Remove the check_warnings. The mkarg warning is raised only with -3 and... · edb35125
      Ezio Melotti authored
      Remove the check_warnings. The mkarg warning is raised only with -3 and check_warning fails if the error is not raised.
      edb35125
    • Ezio Melotti's avatar
      Fix a couple more tests. · 7b688250
      Ezio Melotti authored
      7b688250
  2. 02 Aug, 2010 31 commits