1. 12 Apr, 2010 1 commit
    • Antoine Pitrou's avatar
      Merged revisions 79982 via svnmerge from · 1b5a2931
      Antoine Pitrou authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79982 | antoine.pitrou | 2010-04-12 02:10:46 +0200 (lun., 12 avril 2010) | 8 lines
      
        It is possible to add extra testing options using EXTRATESTOPTS.
        When such extra options include "-x testname", subsequent arguments
        are all taken as test names to ignore. Therefore, standard options
        must be passed before *TESTOPTS.
      
        (witnessed on the ARM buildbots)
      ........
      1b5a2931
  2. 11 Apr, 2010 3 commits
  3. 10 Apr, 2010 1 commit
  4. 09 Apr, 2010 1 commit
  5. 07 Apr, 2010 3 commits
    • Benjamin Peterson's avatar
      remove use of 2.7 unittest features · 1b21be26
      Benjamin Peterson authored
      1b21be26
    • Stefan Krah's avatar
      Blocked revisions 79885 via svnmerge · 29b8781c
      Stefan Krah authored
      ........
        r79885 | stefan.krah | 2010-04-07 10:24:44 +0200 (Wed, 07 Apr 2010) | 1 line
      
        Issue #8328: Silence Visual Studio warnings.
      ........
      29b8781c
    • Ezio Melotti's avatar
      Blocked revisions 79314,79316,79320,79528 via svnmerge · dfa274d0
      Ezio Melotti authored
      ........
        r79314 | ezio.melotti | 2010-03-23 01:07:32 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Update the version number of the Unicode Database in a few more places.
      ........
        r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Remove link to objects.rst (gone in r79179).
      ........
        r79320 | ezio.melotti | 2010-03-23 02:38:12 +0200 (Tue, 23 Mar 2010) | 1 line
      
        Link specifically to the UCD version 5.2.0.
      ........
        r79528 | ezio.melotti | 2010-03-31 11:33:50 +0300 (Wed, 31 Mar 2010) | 1 line
      
        Silence a py3k warning.
      ........
      dfa274d0
  6. 06 Apr, 2010 10 commits
  7. 05 Apr, 2010 7 commits
  8. 04 Apr, 2010 8 commits
  9. 03 Apr, 2010 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 79707 via svnmerge · 901194ed
      Mark Dickinson authored
      ........
        r79707 | mark.dickinson | 2010-04-03 17:41:20 +0100 (Sat, 03 Apr 2010) | 5 lines
      
        Ensure 'module removed' warning messages contain the word 'module' or 'package'.
      
        This should fix the test_py3kwarn failure on OS X.  test_support.import_module
        also requires this.
      ........
      901194ed
    • Mark Dickinson's avatar
      Blocked revisions 79699 via svnmerge · 8d324587
      Mark Dickinson authored
      ........
        r79699 | mark.dickinson | 2010-04-03 16:47:46 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Add Misc/NEWS entry for r79609.
      ........
      8d324587
    • Ezio Melotti's avatar
      Blocked revisions 79624 via svnmerge · 456a913d
      Ezio Melotti authored
      ........
        r79624 | ezio.melotti | 2010-04-03 00:43:10 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package).
      ........
      456a913d
    • Ezio Melotti's avatar
      Blocked revisions 79540-79541 via svnmerge · 37572b9d
      Ezio Melotti authored
      ........
        r79540 | ezio.melotti | 2010-04-01 01:18:09 +0300 (Thu, 01 Apr 2010) | 1 line
      
        Add -Wd and -3 to the flags used to run the tests.
      ........
        r79541 | ezio.melotti | 2010-04-01 01:43:31 +0300 (Thu, 01 Apr 2010) | 1 line
      
        Add -Wd and -3 to the flags used to run the tests on Windows.
      ........
      37572b9d
    • Ezio Melotti's avatar
      Blocked revisions 79678 via svnmerge · c50a5b26
      Ezio Melotti authored
      ........
        r79678 | ezio.melotti | 2010-04-03 17:51:00 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Use more specific assert* methods in test_decimal.
      ........
      c50a5b26
    • Mark Dickinson's avatar
      Blocked revisions 79674 via svnmerge · edb48448
      Mark Dickinson authored
      ........
        r79674 | mark.dickinson | 2010-04-03 15:05:10 +0100 (Sat, 03 Apr 2010) | 3 lines
      
        Issue #8300:  Let struct.pack use __index__ to convert and pack non-integers.
        Based on a patch by Meador Inge.
      ........
      edb48448