Files
cpython/Lib/test
Gregory P. Smith 886a1cd7dc Merged revisions 85586-85587,85596-85598 via svnmerge from
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.
........
2010-10-17 04:28:14 +00:00
..
2010-03-30 18:58:22 +00:00
2010-06-23 20:29:26 +00:00
2010-02-06 23:02:29 +00:00
2010-04-16 21:55:10 +00:00
2010-02-06 23:06:24 +00:00
2010-08-22 08:12:09 +00:00
2010-02-06 23:06:24 +00:00
2010-06-22 20:32:02 +00:00
2009-12-29 00:09:33 +00:00
2009-06-30 22:57:08 +00:00
2009-06-30 22:57:08 +00:00
2010-01-31 18:02:35 +00:00
2010-06-28 15:41:06 +00:00
2010-06-22 09:18:28 +00:00
2010-02-06 23:12:19 +00:00
2009-06-30 22:57:08 +00:00