| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Closes #15969: rename new API to have consistent names in the faulthandler mo... | Georg Brandl | 2012-09-22 | 1 | -14/+14 |
|
|
* | faulthandler: fix the handler of user signals | Victor Stinner | 2012-08-09 | 1 | -1/+6 |
|
|
* | Fix the user signal handler of faulthandler | Victor Stinner | 2012-08-01 | 1 | -3/+2 |
|
|
* | Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. | Charles-François Natali | 2012-03-24 | 1 | -184/+0 |
|
|
* | Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation | Victor Stinner | 2012-01-29 | 1 | -1/+4 |
|
|
* | Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init() | Victor Stinner | 2012-01-10 | 1 | -2/+2 |
|
|
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -3/+3 |
|
|