index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
faulthandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Miss Islington (bot)
2019-12-04
1
-10/+6
*
bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250)
Miss Islington (bot)
2019-11-19
1
-10/+21
*
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
Miss Islington (bot)
2019-08-14
1
-1/+5
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-5/+5
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+1
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
1
-0/+1
*
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
Xi Ruoyao
2019-05-11
1
-4/+17
*
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
Victor Stinner
2019-04-30
1
-1/+2
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-5/+5
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
1
-1/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-8/+9
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)
Victor Stinner
2017-12-11
1
-1/+1
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
1
-34/+1
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-32/+47
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-2/+2
*
faulthandler: use _PyTime_t rather than double for timeout (#4139)
Victor Stinner
2017-10-27
1
-20/+31
*
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
|
\
\
|
|
/
[next]