index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
faulthandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
1
-1
/
+2
|
\
|
*
Issue #18343: faulthandler.register() now keeps the previous signal handler
Victor Stinner
2013-07-02
1
-1
/
+2
*
|
Issue #9566: Explicit downcast to fix compiler warnings on Win64
Victor Stinner
2012-10-31
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-30
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
*
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
1
-3
/
+6
*
Fix compilation error under Windows
Antoine Pitrou
2011-10-04
1
-1
/
+2
*
Use the faulthandler module's infrastructure to write a GIL-less
Antoine Pitrou
2011-10-04
1
-0
/
+183
*
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
2011-09-29
1
-1
/
+1
*
Issue #12929: faulthandler now uses char* for arithmetic on pointers
Victor Stinner
2011-09-07
1
-1
/
+1
*
Issue #12550: Add chain optional argument to faulthandler.register()
Victor Stinner
2011-07-13
1
-32
/
+60
*
faulthandler: add missing include, pthread.h, for FreeBSD 6
Victor Stinner
2011-06-29
1
-0
/
+4
*
Remove useless assignments
Victor Stinner
2011-05-26
1
-5
/
+4
*
Close #12153: faulthandler, mark stack_overflow() as static
Victor Stinner
2011-05-23
1
-1
/
+1
*
Issue #12058: Minor edits to comments in faulthandler
Victor Stinner
2011-05-11
1
-18
/
+18
*
faulthandler: improve_sigabrt() on Visual Studio
Victor Stinner
2011-05-10
1
-7
/
+5
*
faulthandler: make quiet a gcc 4.6 warning (z was unused)
Victor Stinner
2011-05-09
1
-2
/
+5
*
faulthandler: dump all threads by default
Victor Stinner
2011-05-07
1
-6
/
+6
*
faulthandler: save/restore errno in the two signal handlers
Victor Stinner
2011-05-07
1
-0
/
+4
*
faulthandler: don't use sigprocmask()
Victor Stinner
2011-04-19
1
-5
/
+1
*
Improve faulthandler.enable(all_threads=True)
Victor Stinner
2011-04-09
1
-22
/
+32
*
faulthandler: dump_tracebacks_later() displays also the timeout
Victor Stinner
2011-04-08
1
-3
/
+49
*
faulthandler: fix variable name, timeout_ms => timeout_us
Victor Stinner
2011-04-08
1
-6
/
+6
*
faulthandler: one more time, fix usage of locks in the watchdog thread
Victor Stinner
2011-04-08
1
-29
/
+28
*
faulthandler: fix unregister() if it is called before register()
Victor Stinner
2011-04-08
1
-0
/
+3
*
faulthandler: fix compilating without threads
Victor Stinner
2011-04-07
1
-0
/
+8
*
faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction()
Victor Stinner
2011-04-07
1
-7
/
+2
*
faulthandler: check PyThreadState_Get() result in dump_tracebacks_later()
Victor Stinner
2011-04-07
1
-12
/
+21
*
Issue #11753: faulthandler thread uses pthread_sigmask()
Victor Stinner
2011-04-04
1
-0
/
+11
*
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
Victor Stinner
2011-04-01
1
-21
/
+37
*
Issue #11393: Fix faulthandler.disable() and add a test
Victor Stinner
2011-04-01
1
-4
/
+4
*
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner
2011-04-01
1
-8
/
+25
*
Issue #11393: fault handler uses raise(signum) for SIGILL on Windows
Victor Stinner
2011-04-01
1
-15
/
+12
*
Issue #11393: fix usage of locks in faulthandler
Victor Stinner
2011-04-01
1
-3
/
+4
*
Issue #11393: New try to fix faulthandler_thread()
Victor Stinner
2011-04-01
1
-6
/
+6
*
Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock
Victor Stinner
2011-04-01
1
-1
/
+1
*
Issue #11393: limit stack overflow test to 100 MB
Victor Stinner
2011-03-31
1
-5
/
+32
*
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
Victor Stinner
2011-03-31
1
-6
/
+6
*
Issue #11393: Add the new faulthandler module
Victor Stinner
2011-03-31
1
-0
/
+971