1. 17 Agu, 2013 2 kayıt (commit)
  2. 03 Agu, 2013 1 kayıt (commit)
  3. 17 Haz, 2013 1 kayıt (commit)
  4. 18 Ock, 2013 3 kayıt (commit)
  5. 18 Ara, 2012 2 kayıt (commit)
  6. 17 Ara, 2012 2 kayıt (commit)
  7. 18 Kas, 2012 1 kayıt (commit)
  8. 05 Eki, 2012 1 kayıt (commit)
  9. 02 Mar, 2012 1 kayıt (commit)
  10. 02 Eki, 2011 1 kayıt (commit)
  11. 04 Tem, 2011 5 kayıt (commit)
  12. 01 Tem, 2011 2 kayıt (commit)
    • Victor Stinner's avatar
      Issue #12363: increase the timeout of siginterrupt() tests · dfde0d46
      Victor Stinner yazdı
      Move also the "ready" trigger after the installation of the signal handler and
      the call to siginterrupt().
      
      Use a timeout of 5 seconds instead of 3. Two seconds are supposed to be enough,
      but some of our buildbots are really slow (especially the FreeBSD 6 VM).
      dfde0d46
    • Victor Stinner's avatar
      Issue #12363: improve siginterrupt() tests · 8d64248c
      Victor Stinner yazdı
      Backport commits 968b9ff9a059 and aff0a7b0cb12 from the default branch to 3.2
      branch. Extract of the changelog messages:
      
      "The previous tests used time.sleep() to synchronize two processes. If the host
      was too slow, the test could fail.
      
      The new tests only use one process, but they use a subprocess to:
      
      - have only one thread
      - have a timeout on the blocking read (select cannot be used in the test,
      select always fail with EINTR, the kernel doesn't restart it)
      - not touch signal handling of the parent process"
      
      and
      
      "Add a basic synchronization code between the child and the parent processes:
      the child writes "ready" to stdout."
      
      I replaced .communicate(timeout=3.0) by an explicit waiting loop using
      Popen.poll().
      8d64248c
  13. 29 Haz, 2011 1 kayıt (commit)
  14. 25 Haz, 2011 2 kayıt (commit)
  15. 24 Haz, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #12392: fix thread initialization on FreeBSD 6 · e71db445
      Victor Stinner yazdı
      On FreeBSD6, pthread_kill() doesn't work on the main thread before the creation
      of the first thread. Create therefore a dummy thread (no-op) a startup to
      initialize the pthread library.
      
      Add also a test for this use case, test written by Charles-François Natali.
      e71db445
  16. 22 Haz, 2011 1 kayıt (commit)
  17. 20 Haz, 2011 1 kayıt (commit)
    • Victor Stinner's avatar
      Close #12363: fix a race condition in siginterrupt() tests · d6284963
      Victor Stinner yazdı
      The previous tests used time.sleep() to synchronize two processes. If the host
      was too slow, the test could fail.
      
      The new tests only use one process, but they use a subprocess to:
      
       - have only one thread
       - have a timeout on the blocking read (select cannot be used in the test,
         select always fail with EINTR, the kernel doesn't restart it)
       - not touch signal handling of the parent process
      d6284963
  18. 13 Haz, 2011 1 kayıt (commit)
  19. 10 Haz, 2011 3 kayıt (commit)
  20. 09 Haz, 2011 1 kayıt (commit)
  21. 31 May, 2011 1 kayıt (commit)
  22. 30 May, 2011 1 kayıt (commit)
  23. 25 May, 2011 1 kayıt (commit)
  24. 08 May, 2011 2 kayıt (commit)
  25. 07 May, 2011 1 kayıt (commit)
  26. 04 May, 2011 1 kayıt (commit)