| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 1 | -13/+28 |
|\ |
|
| * | Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i... | Steve Dower | 2015-04-12 | 1 | -0/+2 |
| * | Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback() | Victor Stinner | 2015-04-01 | 1 | -8/+20 |
| * | Merge 3.4 (traceback) | Victor Stinner | 2015-03-25 | 1 | -1/+8 |
| |\ |
|
| * \ | (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if | Victor Stinner | 2014-10-30 | 1 | -5/+6 |
| |\ \ |
|
| | * \ | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex... | Antoine Pitrou | 2014-10-08 | 1 | -0/+33 |
| | |\ \ |
|
| | * | | | faulthandler: enhance dump_ascii() to escape also non-printable ASCII | Victor Stinner | 2014-10-03 | 1 | -4/+5 |
| | * | | | Issue #22156: Fix "comparison between signed and unsigned integers" compiler | Victor Stinner | 2014-08-15 | 1 | -1/+1 |
* | | | | | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add. | Serhiy Storchaka | 2015-06-21 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), | Victor Stinner | 2015-03-25 | 1 | -1/+8 |
|/ / / |
|
* | | | Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if | Victor Stinner | 2014-10-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex... | Antoine Pitrou | 2014-10-08 | 1 | -0/+33 |
|/ |
|
* | Fix _Py_DisplaySourceLine(), if PyTokenizer_FindEncodingFilename() fails, clear | Victor Stinner | 2013-12-19 | 1 | -0/+2 |
* | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -5/+6 |
* | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
* | Issue 19306: Add extra hints to faulthandler stack dumps that they are upside... | Guido van Rossum | 2013-10-20 | 1 | -8/+8 |
* | merge 3.3 | Benjamin Peterson | 2013-07-21 | 1 | -1/+1 |
|\ |
|
| * | fix spacing | Benjamin Peterson | 2013-07-21 | 1 | -1/+1 |
* | | merge 3.3 | Benjamin Peterson | 2013-07-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | let's not return NULL from functions that should return ints | Benjamin Peterson | 2013-07-21 | 1 | -2/+2 |
* | | Check return value of lseek() in _Py_DisplaySourceLine(). | Christian Heimes | 2013-07-21 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ... | Christian Heimes | 2013-07-21 | 1 | -0/+5 |
| |\ |
|
| * | | Issue #18408: Fix _Py_DisplaySourceLine() | Victor Stinner | 2013-07-16 | 1 | -1/+3 |
| * | | Fix compilater warnings on Windows 64-bit | Victor Stinner | 2013-05-17 | 1 | -1/+1 |
* | | | Check return value of lseek() in _Py_DisplaySourceLine(). | Christian Heimes | 2013-07-21 | 1 | -1/+7 |
| |/
|/| |
|
* | | Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() ... | Christian Heimes | 2013-07-21 | 1 | -0/+5 |
|/ |
|
* | Issue #15463: the faulthandler module truncates strings to 500 characters, | Victor Stinner | 2012-07-30 | 1 | -1/+1 |
* | Issue #15365: Make traceback reporting ignore any errors when printing out | Kristj?n Valur J?nsson | 2012-07-19 | 1 | -1/+4 |
* | Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide | Victor Stinner | 2011-11-22 | 1 | -8/+2 |
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -4/+4 |
* | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | Victor Stinner | 2011-10-14 | 1 | -2/+1 |
* | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -4/+8 |
* | traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND | Victor Stinner | 2011-10-05 | 1 | -3/+13 |
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -22/+39 |
* | Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. | Victor Stinner | 2011-04-05 | 1 | -3/+3 |
* | Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame | Victor Stinner | 2011-04-01 | 1 | -7/+7 |
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-31 | 1 | -0/+235 |
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -10/+25 |
* | Explicitly close some files (from issue #10093) | Antoine Pitrou | 2010-10-14 | 1 | -0/+6 |
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -47/+58 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -280/+280 |
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -2/+1 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
* | Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be si... | Raymond Hettinger | 2008-12-02 | 1 | -1/+1 |
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 1 | -81/+141 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -2/+2 |
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -7/+20 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |