COMMITS
/ Python/traceback.c July 21, 2013
B
fix spacing
Benjamin Peterson committed
B
let's not return NULL from functions that should return ints
Benjamin Peterson committed
C
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes committed
C
Check return value of lseek() in _Py_DisplaySourceLine().
Christian Heimes committed
July 20, 2013
C
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error
Christian Heimes committed
C
Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine() for error
Christian Heimes committed
July 15, 2013
V
Issue #18408: Fix _Py_DisplaySourceLine()
Victor Stinner committed
May 16, 2013
V
Fix compilater warnings on Windows 64-bit
Victor Stinner committed
July 30, 2012
V
Issue #15463: the faulthandler module truncates strings to 500 characters,
Victor Stinner committed
July 19, 2012
K
Issue #15365: Make traceback reporting ignore any errors when printing out
Kristján Valur Jónsson committed
November 22, 2011
V
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
October 5, 2011
V
traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
April 4, 2011
V
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Victor Stinner committed
April 1, 2011
V
Issue #11393: _Py_DumpTraceback() writes the header even if there is no frame
Victor Stinner committed
March 30, 2011
V
Issue #11393: Add the new faulthandler module
Victor Stinner committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
October 16, 2010
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed
October 14, 2010
A
Explicitly close some files (from issue #10093)
Antoine Pitrou committed
June 17, 2010
V
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
December 2, 2008
R
Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen).
Raymond Hettinger committed
October 9, 2008
A
Issues #2384 and #3975: Tracebacks were not correctly printed when the source file
Amaury Forgeot d'Arc committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 16, 2008
July 15, 2008
B
implement chained exception tracebacks
Benjamin Peterson committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 4, 2008
April 13, 2008
January 18, 2008
C
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes committed
December 4, 2007
C
Removed another occurrence of PyInt_ExactCheck()
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
August 14, 2007
C
Bug #1772489: make dir() work on traceback objects again.
Collin Winter committed
C
Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.
Collin Winter committed
August 11, 2007
N
Remove support for __members__ and __methods__. There still might be
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 7, 2006
H
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang committed
February 16, 2006
M
Use Py_ssize_t to count the
Martin v. Löwis committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed