1. 12 Apr, 2010 5 commits
  2. 11 Apr, 2010 1 commit
    • Stefan Krah's avatar
      Merged revisions 79960 via svnmerge from · 16b1d2b7
      Stefan Krah authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r79960 | stefan.krah | 2010-04-11 18:49:20 +0200 (Sun, 11 Apr 2010) | 22 lines
      
        Merged revisions 79954 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79954 | stefan.krah | 2010-04-11 17:15:54 +0200 (Sun, 11 Apr 2010) | 17 lines
      
      
          Fix for issues #3581, #1481 and #7650:
      
          1. The assumptions in check_node() were too restrictive:
      
               - Hardware addresses with universal_local_bit=1 are valid
                 (locally administered).
      
               - Many of the tested functions (including uuid.getnode())
                 may return valid RFC 4122 random node IDs. These are pretty
                 much random 48-bit values with the multicast bit set to 1.
      
          2. _unixdll_getnode() calls _uuid_generate_time(), which may be None
             on some platforms. The resulting TypeError is now caught.
        ........
      ................
      16b1d2b7
  3. 10 Apr, 2010 1 commit
  4. 09 Apr, 2010 1 commit
  5. 07 Apr, 2010 2 commits
  6. 06 Apr, 2010 12 commits
  7. 05 Apr, 2010 5 commits
  8. 04 Apr, 2010 7 commits
  9. 03 Apr, 2010 6 commits
    • Mark Dickinson's avatar
      Blocked revisions 79701 via svnmerge · 294544f1
      Mark Dickinson authored
      ................
        r79701 | mark.dickinson | 2010-04-03 16:51:03 +0100 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79699 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79699 | mark.dickinson | 2010-04-03 16:47:46 +0100 (Sat, 03 Apr 2010) | 1 line
      
          Add Misc/NEWS entry for r79609.
        ........
      ................
      294544f1
    • Ezio Melotti's avatar
      Blocked revisions 79689 via svnmerge · 9151233e
      Ezio Melotti authored
      ........
        r79689 | ezio.melotti | 2010-04-03 18:27:05 +0300 (Sat, 03 Apr 2010) | 1 line
      
        Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
      ........
      9151233e
    • Mark Dickinson's avatar
      Blocked revisions 79688 via svnmerge · 94147296
      Mark Dickinson authored
      ........
        r79688 | mark.dickinson | 2010-04-03 16:26:31 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Internal refactoring in struct.pack:  make all integer conversions go through get_pylong.
      ........
      94147296
    • Ezio Melotti's avatar
      Blocked revisions 79600 via svnmerge · 4ca2bd2a
      Ezio Melotti authored
      ................
        r79600 | ezio.melotti | 2010-04-02 16:56:40 +0300 (Fri, 02 Apr 2010) | 15 lines
      
        Merged revisions 79540-79541 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        Add -Wd to the flags used to run the tests (-3 is not necessary here).
      
        ........
          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.
        ........
      ................
      4ca2bd2a
    • Mark Dickinson's avatar
      Blocked revisions 79683 via svnmerge · 0bb19183
      Mark Dickinson authored
      ........
        r79683 | mark.dickinson | 2010-04-03 16:07:40 +0100 (Sat, 03 Apr 2010) | 1 line
      
        Clean up integer tests in test_struct, and bring them more in line with the trunk tests.
      ........
      0bb19183
    • Ezio Melotti's avatar
      Blocked revisions 79681 via svnmerge · 2e958571
      Ezio Melotti authored
      ................
        r79681 | ezio.melotti | 2010-04-03 17:59:49 +0300 (Sat, 03 Apr 2010) | 9 lines
      
        Merged revisions 79678 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79678 | ezio.melotti | 2010-04-03 17:51:00 +0300 (Sat, 03 Apr 2010) | 1 line
      
          Use more specific assert* methods in test_decimal.
        ........
      ................
      2e958571