| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) | Victor Stinner | 2017-10-09 | 1 | -3/+19 |
|
|
* | bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) | Masayuki Yamamoto | 2017-10-06 | 1 | -1/+1 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -11/+1 |
|
|
* | bpo-30557: faulthandler now correctly filters and displays exception codes on... | Steve Dower | 2017-06-05 | 1 | -4/+4 |
|
|
* | bpo-30125: Fix faulthandler.disable() on Windows (#1240) | Victor Stinner | 2017-04-21 | 1 | -24/+19 |
|
|
* | faulthandler: Restore the old sigaltstack during teardown (#777) | Christophe Zeitouny | 2017-03-23 | 1 | -1/+16 |
|
|
* | bpo-6532: Make the thread id an unsigned integer. (#781) | Serhiy Storchaka | 2017-03-23 | 1 | -1/+1 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -4/+2 |
|
|
* | Issue #28152: Fix -Wunreachable-code warnings on Clang | Victor Stinner | 2016-12-05 | 1 | -0/+9 |
|
|
* | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -1/+1 |
|
|
* | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -5/+5 |
|
|
* | Avoid calling functions with an empty string as format string | Victor Stinner | 2016-09-06 | 1 | -3/+3 |
|
|
* | - make some internal symbols static | doko@ubuntu.com | 2016-05-17 | 1 | -1/+1 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|\ |
|
| * | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -3/+3 |
|
|
* | | Issue #23848: Fix usage of _Py_DumpDecimal() | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
|
|
* | | Issue #23848: Try to fix test_faulthandler on ARM | Victor Stinner | 2016-03-23 | 1 | -32/+16 |
|
|
* | | faulthandler: only log fatal exceptions | Victor Stinner | 2016-03-23 | 1 | -3/+10 |
|
|
* | | faulthandler: add Windows exception handler | Victor Stinner | 2016-03-23 | 1 | -64/+189 |
|
|
* | | faulthandler now works in non-Python threads | Victor Stinner | 2016-03-16 | 1 | -11/+57 |
|/ |
|
* | faulthandler: Test Py_FatalError() with GIL released | Victor Stinner | 2016-03-15 | 1 | -2/+10 |
|
|
* | Add _PyThreadState_UncheckedGet() | Victor Stinner | 2016-01-20 | 1 | -1/+1 |
|
|
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -6/+3 |
|
|
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -2/+2 |
|\ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -2/+2 |
|
|
* | | Issue #23836: Fix the faulthandler module to handle reentrant calls | Victor Stinner | 2015-04-01 | 1 | -40/+45 |
|
|
* | | Merge 3.4 (faulthandler ICC) | Victor Stinner | 2015-03-23 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) | Victor Stinner | 2015-03-23 | 1 | -1/+8 |
|
|
* | | Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() | Victor Stinner | 2015-03-12 | 1 | -21/+35 |
|
|
* | | Fixed few compiler warnings. | Serhiy Storchaka | 2015-02-16 | 1 | -1/+1 |
|
|
* | | Merge 3.4 (faulthandler) | Victor Stinner | 2015-02-11 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | Issue #23433: Fix faulthandler._stack_overflow() | Victor Stinner | 2015-02-11 | 1 | -4/+5 |
|
|
* | | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead of | Victor Stinner | 2014-09-30 | 1 | -15/+23 |
|\ \
| |/ |
|
| * | faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(), | Victor Stinner | 2014-09-30 | 1 | -15/+23 |
|
|
| * | faulthandler: _sigsegv() and _sigabrt() don't accept parameters | Victor Stinner | 2014-09-30 | 1 | -2/+2 |
|
|
* | | faulthandler: suppress crash reporter directly in test functions written to | Victor Stinner | 2014-09-30 | 1 | -6/+41 |
|
|
* | | Issue #22018: Add _testcapi.raise_signal() | Victor Stinner | 2014-07-21 | 1 | -26/+0 |
|/ |
|
* | Issue #21497: faulthandler functions now raise a better error if sys.stderr is | Victor Stinner | 2014-05-14 | 1 | -0/+4 |
|
|
* | Merge: #19970: Fix some comment typos. | R David Murray | 2013-12-14 | 1 | -1/+1 |
|\ |
|
| * | #19970: Fix some comment typos. | R David Murray | 2013-12-14 | 1 | -1/+1 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -4/+6 |
|
|
* | | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
|
|
* | | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the | Victor Stinner | 2013-09-08 | 1 | -1/+4 |
|
|
* | | Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() | Victor Stinner | 2013-07-07 | 1 | -5/+6 |
|
|
* | | (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal | Victor Stinner | 2013-07-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #18343: faulthandler.register() now keeps the previous signal handler | Victor Stinner | 2013-07-01 | 1 | -1/+2 |
|
|
* | | Issue #9566: Explicit downcast to fix compiler warnings on Win64 | Victor Stinner | 2012-10-30 | 1 | -2/+4 |
|
|
* | | #16135: Removal of OS/2 support (Modules/*) | Jesus Cea | 2012-10-05 | 1 | -3/+0 |
|/ |
|