| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 19306: Add extra hints to faulthandler stack dumps that they are upside... | Guido van Rossum | 2013-10-21 | 1 | -9/+9 |
|
|
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre... | Antoine Pitrou | 2013-10-08 | 1 | -20/+4 |
|
|
* | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -7/+23 |
|
|
* | (Merge 3.3) test_faulthandler: skip test_read_null() on AIX | Victor Stinner | 2013-07-03 | 1 | -0/+2 |
|\ |
|
| * | test_faulthandler: skip test_read_null() on AIX | Victor Stinner | 2013-07-03 | 1 | -0/+2 |
|
|
* | | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change | Victor Stinner | 2013-06-25 | 1 | -3/+5 |
|
|
* | | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null() | Victor Stinner | 2013-06-17 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | test_faulthandler: use _sigsegv() instead of _read_null() | Victor Stinner | 2013-06-17 | 1 | -5/+5 |
|
|
* | | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-13 | 1 | -4/+1 |
|/ |
|
* | Fix indentation. | Ezio Melotti | 2013-03-05 | 1 | -1/+1 |
|
|
* | #11732: add a new suppress_crash_popup() context manager to test.support. | Ezio Melotti | 2013-03-05 | 1 | -2/+4 |
|
|
* | Closes #15969: rename new API to have consistent names in the faulthandler mo... | Georg Brandl | 2012-09-22 | 1 | -19/+19 |
|
|
* | Issue #15463: Write a test for faulthandler truncating the name of functions | Victor Stinner | 2012-08-01 | 1 | -0/+24 |
|
|
* | Fix initialization of the faulthandler module | Victor Stinner | 2012-07-31 | 1 | -0/+15 |
|
|
* | Closes #14729: Allowed test to pass on Windows by adjusting the test conditio... | Vinay Sajip | 2012-05-06 | 1 | -1/+1 |
|
|
* | Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: | Charles-François Natali | 2011-09-01 | 1 | -0/+3 |
|
|
* | Issue #12700: fix test_faulthandler for Mac OS X Lion | Victor Stinner | 2011-08-08 | 1 | -4/+5 |
|
|
* | Issue #12550: Add chain optional argument to faulthandler.register() | Victor Stinner | 2011-07-13 | 1 | -3/+28 |
|
|
* | Issue #12400: test_faulthandler now uses sys.__stderr__ | Victor Stinner | 2011-06-29 | 1 | -5/+1 |
|
|
* | Issue #12400: fix test_faulthandler if regrtest captures sys.stderr | Victor Stinner | 2011-06-29 | 1 | -8/+22 |
|
|
* | test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in | Victor Stinner | 2011-06-01 | 1 | -6/+7 |
|
|
* | faulthandler: dump all threads by default | Victor Stinner | 2011-05-07 | 1 | -6/+6 |
|
|
* | faulthandler: dump_tracebacks_later() displays also the timeout | Victor Stinner | 2011-04-08 | 1 | -1/+3 |
|
|
* | faulthandler: one more time, fix usage of locks in the watchdog thread | Victor Stinner | 2011-04-08 | 1 | -18/+27 |
|
|
* | faulthandler: fix compilating without threads | Victor Stinner | 2011-04-07 | 1 | -0/+7 |
|
|
* | Issue #11765: don't test time.sleep() in test_faulthandler | Victor Stinner | 2011-04-04 | 1 | -10/+2 |
|
|
* | test_faulthandler: improve the test on dump_tracebacks_later(cancel=True) | Victor Stinner | 2011-04-03 | 1 | -18/+15 |
|
|
* | test_faulthandler: fix regex on the check_dump_traceback_threads() traceback | Victor Stinner | 2011-04-03 | 1 | -3/+2 |
|
|
* | Issue #11393: signal of user signal displays tracebacks even if tstate==NULL | Victor Stinner | 2011-04-01 | 1 | -3/+6 |
|
|
* | Issue #11393: Fix faulthandler.disable() and add a test | Victor Stinner | 2011-04-01 | 1 | -8/+24 |
|
|
* | Issue #11393: The fault handler handles also SIGABRT | Victor Stinner | 2011-04-01 | 1 | -0/+9 |
|
|
* | Issue #11393: test_faulthandler is more tolerant on inaccurate time | Victor Stinner | 2011-03-31 | 1 | -7/+10 |
|
|
* | Issue #11393: get more information on assertion error (test_faulthandler) | Victor Stinner | 2011-03-31 | 1 | -2/+2 |
|
|
* | Issue #11393: check that stdout is empty if we use a file | Victor Stinner | 2011-03-31 | 1 | -3/+8 |
|
|
* | Issue #11393: test_faulthandler checks the exitcode after the output | Victor Stinner | 2011-03-31 | 1 | -15/+15 |
|
|
* | Issue #11393: limit stack overflow test to 100 MB | Victor Stinner | 2011-03-31 | 1 | -3/+5 |
|
|
* | Issue #11393: Disable test_stack_overflow of test_faulthandler | Victor Stinner | 2011-03-31 | 1 | -0/+1 |
|
|
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+469 |
|
|