120 Commits (df0fd74ae8fa204aab51c35e10870fd99101e99c)

Author SHA1 Message Date
Serhiy Storchaka 04eb777279 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception 9 years ago
Victor Stinner 3466bde1cc Avoid calling functions with an empty string as format string 9 years ago
Victor Stinner a88b2f4e5e Fix reference leak in tb_printinternal() 9 years ago
Nick Coghlan d00342347e Issue #26823: Abbreviate recursive tracebacks 10 years ago
Berker Peksag 531396c764 Issue #27336: Fix compilation failures --without-threads 10 years ago
Victor Stinner 1c3069aed6 Rework _Py_DumpASCII() to make Coverity happy 10 years ago
Victor Stinner bd31b7c483 Issue #23848: Expose _Py_DumpHexadecimal() 10 years ago
Victor Stinner 861d9abfcf faulthandler now works in non-Python threads 10 years ago
Victor Stinner 013024ef67 Fix compilation error of traceback.c on Windows 10 years ago
Victor Stinner 89e7cdcb9c Enhance and rewrite traceback dump C functions 10 years ago
Serhiy Storchaka 73c95f1949 Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. 11 years ago
Steve Dower 8fc8980c96 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
Victor Stinner 81f241ab2e Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), 11 years ago
Victor Stinner 97f86b82b7 Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback() 11 years ago
Victor Stinner 5e78f4daa8 Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if 11 years ago
Antoine Pitrou 0ddbf4795f Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks. 11 years ago
Victor Stinner b86f08f743 faulthandler: enhance dump_ascii() to escape also non-printable ASCII 11 years ago
Victor Stinner 98ea54c35c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
Victor Stinner 5272fa9c57 Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear 12 years ago
Victor Stinner bd303c165b Issue #19512, #19515: remove shared identifiers, move identifiers where they 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Guido van Rossum 7be5d7d0e0 Issue 19306: Add extra hints to faulthandler stack dumps that they are upside down. 12 years ago
Benjamin Peterson 0f9b7d32c7 fix spacing 13 years ago
Benjamin Peterson 04b01dc8f7 let's not return NULL from functions that should return ints 13 years ago
Christian Heimes 1f34729f42 Check return value of lseek() in _Py_DisplaySourceLine(). 13 years ago
Christian Heimes 8c077bc03e Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error 13 years ago
Victor Stinner ceceaa00ba Issue #18408: Fix _Py_DisplaySourceLine() 13 years ago
Victor Stinner 84bb1cf994 Fix compilater warnings on Windows 64-bit 13 years ago
Victor Stinner 54f939b9ae Issue #15463: the faulthandler module truncates strings to 500 characters, 14 years ago
Kristján Valur Jónsson c5963d3842 Issue #15365: Make traceback reporting ignore any errors when printing out 14 years ago
Victor Stinner 63ab875cfe Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Victor Stinner f5cff56a1b Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Victor Stinner a336de7ae1 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Victor Stinner fe7c5b5bdf Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. 15 years ago
Victor Stinner fcb88c4503 Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame 15 years ago
Victor Stinner 024e37adcc Issue #11393: Add the new faulthandler module 15 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Victor Stinner 15244f7b12 Recorded merge of revisions 85569-85570 via svnmerge from 15 years ago
Victor Stinner 4c7c8c3023 Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 15 years ago
Antoine Pitrou 3d400b7a58 Merged revisions 85497 via svnmerge from 15 years ago
Antoine Pitrou b86680e299 Explicitly close some files (from issue #10093) 15 years ago
Victor Stinner 25bb0fdb67 Merged revisions 82059,82061 via svnmerge from 16 years ago
Victor Stinner 0fe25a445d Issue #6543: Write the traceback in the terminal encoding instead of utf-8. 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago