1. 18 Apr, 2010 6 commits
  2. 17 Apr, 2010 1 commit
  3. 16 Apr, 2010 11 commits
  4. 15 Apr, 2010 1 commit
  5. 14 Apr, 2010 1 commit
  6. 13 Apr, 2010 5 commits
  7. 12 Apr, 2010 8 commits
  8. 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
  9. 10 Apr, 2010 1 commit
  10. 09 Apr, 2010 1 commit
  11. 07 Apr, 2010 2 commits
  12. 06 Apr, 2010 2 commits