1. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  2. 8898350 Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the by Victor Stinner · 11 years ago
  3. 49fc8ec Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() by Victor Stinner · 11 years ago
  4. 0857ab4 (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal by Victor Stinner · 11 years ago
  5. 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 11 years ago
  6. 56cb125 Issue #9566: Explicit downcast to fix compiler warnings on Win64 by Victor Stinner · 12 years ago
  7. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  8. deb92b5 Closes #15969: rename new API to have consistent names in the faulthandler module. by Georg Brandl · 12 years ago
  9. 3cc635d faulthandler: fix the handler of user signals by Victor Stinner · 12 years ago
  10. 98a387b Fix the user signal handler of faulthandler by Victor Stinner · 12 years ago
  11. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  12. a247720 Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation by Victor Stinner · 12 years ago
  13. 1134b0d Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() by Victor Stinner · 13 years ago
  14. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  15. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  16. b244d07 Fix compilation error under Windows by Antoine Pitrou · 13 years ago
  17. 75e78b6 Use the faulthandler module's infrastructure to write a GIL-less by Antoine Pitrou · 13 years ago
  18. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  19. 425fcd3 Issue #12929: faulthandler now uses char* for arithmetic on pointers by Victor Stinner · 13 years ago
  20. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  21. 0aafa4f faulthandler: add missing include, pthread.h, for FreeBSD 6 by Victor Stinner · 13 years ago
  22. 25095b2 Remove useless assignments by Victor Stinner · 13 years ago
  23. 9b49304 Close #12153: faulthandler, mark stack_overflow() as static by Victor Stinner · 13 years ago
  24. 410dd7d Issue #12058: Minor edits to comments in faulthandler by Victor Stinner · 13 years ago
  25. 00bc6cc faulthandler: improve_sigabrt() on Visual Studio by Victor Stinner · 13 years ago
  26. e0c9a75 faulthandler: make quiet a gcc 4.6 warning (z was unused) by Victor Stinner · 13 years ago
  27. 7bba62f faulthandler: dump all threads by default by Victor Stinner · 13 years ago
  28. c925617 faulthandler: save/restore errno in the two signal handlers by Victor Stinner · 13 years ago
  29. cf2a807 faulthandler: don't use sigprocmask() by Victor Stinner · 13 years ago
  30. a4de6d8 Improve faulthandler.enable(all_threads=True) by Victor Stinner · 13 years ago
  31. c790a53 faulthandler: dump_tracebacks_later() displays also the timeout by Victor Stinner · 13 years ago
  32. 9418932 faulthandler: fix variable name, timeout_ms => timeout_us by Victor Stinner · 13 years ago
  33. de10f40 faulthandler: one more time, fix usage of locks in the watchdog thread by Victor Stinner · 13 years ago
  34. cfa7123 faulthandler: fix unregister() if it is called before register() by Victor Stinner · 13 years ago
  35. ff4cd88 faulthandler: fix compilating without threads by Victor Stinner · 13 years ago
  36. 44e31ba faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction() by Victor Stinner · 13 years ago
  37. 9699440 faulthandler: check PyThreadState_Get() result in dump_tracebacks_later() by Victor Stinner · 13 years ago
  38. da9edae Issue #11753: faulthandler thread uses pthread_sigmask() by Victor Stinner · 13 years ago
  39. 44378d4 Issue #11393: signal of user signal displays tracebacks even if tstate==NULL by Victor Stinner · 13 years ago
  40. a01ca12 Issue #11393: Fix faulthandler.disable() and add a test by Victor Stinner · 13 years ago
  41. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  42. bc6a4db Issue #11393: fault handler uses raise(signum) for SIGILL on Windows by Victor Stinner · 13 years ago
  43. f309134 Issue #11393: fix usage of locks in faulthandler by Victor Stinner · 13 years ago
  44. a4d4f1b Issue #11393: New try to fix faulthandler_thread() by Victor Stinner · 13 years ago
  45. 1c76b7f Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock by Victor Stinner · 13 years ago
  46. f048075 Issue #11393: limit stack overflow test to 100 MB by Victor Stinner · 13 years ago
  47. 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 13 years ago
  48. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago