1. 15 Mar, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #26566: Rewrite test_signal.InterProcessSignalTests · 32eb840a
      Victor Stinner yazdı
      * Add Lib/test/signalinterproctester.py
      * Don't disable the garbage collector anymore
      * Don't use os.fork() with a subprocess to not inherit existing signal handlers
        or threads: start from a fresh process
      * Don't use UNIX kill command to send a signal but Python os.kill()
      * Use a timeout of 10 seconds to wait for the signal instead of 1 second
      * Always use signal.pause(), instead of time.wait(1), to wait for a signal
      * Use context manager on subprocess.Popen
      * remove code to retry on EINTR: it's no more needed since the PEP 475
      * remove unused function exit_subprocess()
      * Cleanup the code
      32eb840a
  2. 06 May, 2015 1 kayıt (commit)
  3. 13 Nis, 2015 1 kayıt (commit)
  4. 30 Mar, 2015 1 kayıt (commit)
  5. 20 Mar, 2015 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried · a453cd8d
      Victor Stinner yazdı
      when interrupted by a signal not in the *sigset* parameter, if the signal
      handler does not raise an exception. signal.sigtimedwait() recomputes the
      timeout with a monotonic clock when it is retried.
      
      Remove test_signal.test_sigwaitinfo_interrupted() because sigwaitinfo() doesn't
      raise InterruptedError anymore if it is interrupted by a signal not in its
      sigset parameter.
      a453cd8d
  6. 19 Mar, 2015 1 kayıt (commit)
  7. 17 Mar, 2015 1 kayıt (commit)
  8. 12 Mar, 2015 1 kayıt (commit)
  9. 07 Şub, 2015 1 kayıt (commit)
  10. 27 Agu, 2014 2 kayıt (commit)
  11. 30 Tem, 2014 1 kayıt (commit)
  12. 29 Tem, 2014 2 kayıt (commit)
  13. 24 Tem, 2014 3 kayıt (commit)
  14. 21 Tem, 2014 3 kayıt (commit)
  15. 11 May, 2014 1 kayıt (commit)
  16. 15 Nis, 2014 1 kayıt (commit)
  17. 04 Nis, 2014 1 kayıt (commit)
  18. 14 Ara, 2013 1 kayıt (commit)
  19. 17 Agu, 2013 2 kayıt (commit)
  20. 03 Agu, 2013 1 kayıt (commit)
  21. 17 Haz, 2013 1 kayıt (commit)
  22. 18 Ock, 2013 3 kayıt (commit)
  23. 18 Ara, 2012 2 kayıt (commit)
  24. 17 Ara, 2012 2 kayıt (commit)
  25. 18 Kas, 2012 1 kayıt (commit)
  26. 05 Eki, 2012 1 kayıt (commit)
  27. 02 Mar, 2012 1 kayıt (commit)
  28. 02 Eki, 2011 1 kayıt (commit)
  29. 04 Tem, 2011 1 kayıt (commit)