1. 17 Eki, 2010 2 kayıt (commit)
    • Gregory P. Smith's avatar
      Merged revisions 85586-85587,85596-85598 via svnmerge from · 886a1cd7
      Gregory P. Smith yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85586 | gregory.p.smith | 2010-10-16 17:17:24 -0700 (Sat, 16 Oct 2010) | 2 lines
      
        fix for netbsd.
      ........
        r85587 | gregory.p.smith | 2010-10-16 17:43:10 -0700 (Sat, 16 Oct 2010) | 3 lines
      
        applying netbsd-wizs-mod.patch from issue5510 -
         fixes for netbsd (and dragonflybsd?)
      ........
        r85596 | gregory.p.smith | 2010-10-16 19:14:36 -0700 (Sat, 16 Oct 2010) | 6 lines
      
        Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
        as (~0U) on NetBSD which was causing it to appear as -1 when used as
        a signed int for _multprocessing.SemLock.SEM_VALUE_MAX.  This works
        around the problem by substituting INT_MAX on systems where it appears
        negative when used as an int.
      ........
        r85597 | gregory.p.smith | 2010-10-16 19:57:19 -0700 (Sat, 16 Oct 2010) | 2 lines
      
        skip test_itimer_virtual on NetBSD to prevent the test suite from hanging.
      ........
        r85598 | gregory.p.smith | 2010-10-16 20:09:12 -0700 (Sat, 16 Oct 2010) | 2 lines
      
        Avoid hanging the test on netbsd5.
      ........
      886a1cd7
    • Benjamin Peterson's avatar
      Merged revisions 85589-85591 via svnmerge from · 6913cb03
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85589 | benjamin.peterson | 2010-10-16 20:25:19 -0500 (Sat, 16 Oct 2010) | 1 line
      
        remove rather pointless test
      ........
        r85590 | benjamin.peterson | 2010-10-16 20:29:11 -0500 (Sat, 16 Oct 2010) | 1 line
      
        disable the garbage collector while collecting traces, so that __del__s don't get caught
      ........
        r85591 | benjamin.peterson | 2010-10-16 20:30:26 -0500 (Sat, 16 Oct 2010) | 1 line
      
        use assertion methods
      ........
      6913cb03
  2. 16 Eki, 2010 5 kayıt (commit)
  3. 15 Eki, 2010 3 kayıt (commit)
  4. 14 Eki, 2010 14 kayıt (commit)
  5. 13 Eki, 2010 7 kayıt (commit)
  6. 12 Eki, 2010 4 kayıt (commit)
  7. 11 Eki, 2010 1 kayıt (commit)
  8. 10 Eki, 2010 4 kayıt (commit)