1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. 414c625 bpo-36013: delete fragile interactive shell SIGINT test (GH-11902) by Gregory P. Smith · 5 years ago
  3. 38f11cc bpo-1054041: Exit properly after an uncaught ^C. (#11862) by Gregory P. Smith · 5 years ago
  4. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 6 years ago
  5. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  6. 48ce489 bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) by Michael Osipov · 6 years ago
  7. 686b4b5 bpo-34130: Fix test_signal.test_warn_on_full_buffer() (GH-8327) by Victor Stinner · 6 years ago
  8. 99bb6df bpo-34130: Fix test_signal.test_socket() (GH-8326) by Victor Stinner · 6 years ago
  9. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  10. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  11. 019f5b3 bpo-22674: fix test_strsignal on OSX (GH-6085) by Antoine Pietri · 6 years ago
  12. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 6 years ago
  13. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 7 years ago
  14. 902ab80 bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) by Nathaniel J. Smith · 7 years ago
  15. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  16. 729780a bpo-30807: signal.setitimer() may disable the timer by mistake (#2493) by Antoine Pitrou · 7 years ago
  17. f7d090c bpo-30796: Fix failures in signal delivery stress test (#2488) by Antoine Pitrou · 7 years ago
  18. c08177a bpo-30703: Improve signal delivery (#2415) by Antoine Pitrou · 7 years ago
  19. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  20. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  21. 32eb840 Issue #26566: Rewrite test_signal.InterProcessSignalTests by Victor Stinner · 8 years ago
  22. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  23. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  24. 749a6a8 Issue #23485: Fix test_signal, select.select() now retries the syscall if the by Victor Stinner · 9 years ago
  25. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 9 years ago
  26. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 9 years ago
  27. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 9 years ago
  28. 945c82e test by Victor Stinner · 9 years ago
  29. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 9 years ago
  30. 7cea44d Issue #22042: Fix test_signal on Windows by Victor Stinner · 10 years ago
  31. 3822760 Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file by Victor Stinner · 10 years ago
  32. da565a7 Issue #22018: Fix test_signal: use assertEqual() not assertIs() by Victor Stinner · 10 years ago
  33. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
  34. 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
  35. c82a179 Issue #22018: Fix test_set_wakeup_fd_result(), use assertEqual() not assertIs(). by Victor Stinner · 10 years ago
  36. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  37. d18ccd1 tets by Victor Stinner · 10 years ago
  38. a7d03d9 Issue #22018: Hum, set_wakeup_fd() still raises ValueError on Windows by Victor Stinner · 10 years ago
  39. 0bffc94 Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a by Victor Stinner · 10 years ago
  40. 56e8c29 Issue #22018: Add _testcapi.raise_signal() by Victor Stinner · 10 years ago
  41. 5006a56 Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 10 years ago
  42. dab4e8a Fix printing out error message when test fails and run with -bb by Antoine Pitrou · 10 years ago
  43. 63c4b24 Skip test_enums in the absence of threading. by Stefan Krah · 10 years ago
  44. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 10 years ago
  45. 3c2a178 Merge: #19970: Fix some comment typos. by R David Murray · 11 years ago
  46. fc06999 #19970: Fix some comment typos. by R David Murray · 11 years ago
  47. 8f0bdda Make test_wakeup_write_error more robust by Antoine Pitrou · 11 years ago
  48. 6f6ec37 Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error. by Antoine Pitrou · 11 years ago
  49. 1337130 Merge #18396 from 3.3 by Nick Coghlan · 11 years ago
  50. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
  51. 3f41c64 (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  52. 91f9bdd Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX by Victor Stinner · 11 years ago
  53. 9f30abd merge 3.3 by Benjamin Peterson · 12 years ago
  54. c68a4a0 check windows fd validity (closes #16992) by Benjamin Peterson · 12 years ago
  55. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  56. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  57. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  58. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  59. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 12 years ago
  60. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  61. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  62. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  63. 027f9a3 Issue #13084: Fix a test_signal failure: the delivery order is only defined for by Charles-François Natali · 13 years ago
  64. 5dd470e Issue #12469: fix signal order check of test_signal by Victor Stinner · 13 years ago
  65. 68757ac Issue #12469: test_signal checks wakeup signals order, except on freebsd6 by Victor Stinner · 13 years ago
  66. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  67. 0a01f13 Issue #12469: replace assertions by explicit if+raise by Victor Stinner · 13 years ago
  68. d554cdf (merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess by Victor Stinner · 13 years ago
  69. e40b3aa Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a by Victor Stinner · 13 years ago
  70. 19e5bcd (merge 3.2) Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  71. dfde0d4 Issue #12363: increase the timeout of siginterrupt() tests by Victor Stinner · 13 years ago
  72. 8d64248 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
  73. 9e8b82f Issue #12303: run sig*wait*() tests in a subprocesss by Victor Stinner · 13 years ago
  74. 7f48578 Fix test_signal on Windows after #12303. by Ross Lagerwall · 13 years ago
  75. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  76. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  77. 4527365 Issue #12363: improve siginterrupt() tests by Victor Stinner · 13 years ago
  78. d628496 Close #12363: fix a race condition in siginterrupt() tests by Victor Stinner · 13 years ago
  79. 415007e Issue #12316: Fix sigwait() test using threads by Victor Stinner · 13 years ago
  80. 7f294d1 Issue #8407: skip sigwait() tests if pthread_sigmask() is missing by Victor Stinner · 13 years ago
  81. 4659166 Issue #8407: write error message on sigwait test failure by Victor Stinner · 13 years ago
  82. af49460 Issue #8407: Make signal.sigwait() tests more reliable by Victor Stinner · 13 years ago
  83. 10c30d6 Issue #8407: signal.sigwait() releases the GIL by Victor Stinner · 13 years ago
  84. 2082268 Issue #8407: test_signal doesn't check signal delivery order by Victor Stinner · 13 years ago
  85. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  86. c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 13 years ago
  87. 3a7f0f0 Issue #8407: Remove debug code from test_signal by Victor Stinner · 13 years ago
  88. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 13 years ago
  89. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  90. 35b300c Issue #8407: signal.pthread_sigmask() returns a set instead of a list by Victor Stinner · 13 years ago
  91. 6fd49e1 Issue #11998, issue #8407: workaround _tkinter issue in test_signal by Victor Stinner · 13 years ago
  92. f44ce87 Issue #8407: disable faulthandler timeout thread on all platforms by Victor Stinner · 13 years ago
  93. d0e516d Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been by Victor Stinner · 13 years ago
  94. 2d4a91e Issue #8407: Fix pthread_sigmask() tests on Mac OS X by Victor Stinner · 13 years ago
  95. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  96. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 13 years ago
  97. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  98. 397cd8a Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  99. eccd4d9 Merged revisions 85140 via svnmerge from by Brian Curtin · 14 years ago
  100. 912443c Merged revisions 84556 via svnmerge from by Brian Curtin · 14 years ago