1. 06 Haz, 2007 1 kayıt (commit)
  2. 11 Agu, 2006 1 kayıt (commit)
    • Tim Peters's avatar
      test_PyThreadState_SetAsyncExc(): This is failing on some · 08574770
      Tim Peters yazdı
      64-bit boxes.  I have no idea what the ctypes docs mean
      by "integers", and blind-guessing here that it intended to
      mean the signed C "int" type, in which case perhaps I can
      repair this by feeding the thread id argument to type
      ctypes.c_long().
      
      Also made the worker thread daemonic, so it doesn't hang
      Python shutdown if the test continues to fail.
      08574770
  3. 10 Agu, 2006 1 kayıt (commit)
    • Tim Peters's avatar
      Followup to bug #1069160. · 4643c2fd
      Tim Peters yazdı
      PyThreadState_SetAsyncExc():  internal correctness changes wrt
      refcount safety and deadlock avoidance.  Also added a basic test
      case (relying on ctypes) and repaired the docs.
      4643c2fd
  4. 06 Agu, 2006 1 kayıt (commit)
  5. 13 Haz, 2006 2 kayıt (commit)
  6. 04 Haz, 2006 2 kayıt (commit)
  7. 08 Ock, 2005 2 kayıt (commit)
  8. 23 Tem, 2002 1 kayıt (commit)
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw yazdı
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  9. 20 Agu, 2001 2 kayıt (commit)