aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/traceback.c
Commit message (Expand)AuthorAge
* Remove "#ifdef Py_UNICODE_WIDE": Python is now always wideVictor Stinner2011-11-22
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-14
* Issue #13088: Add shared Py_hexdigits constant to format a number into base 16Victor Stinner2011-10-14
* Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-09
* traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KINDVictor Stinner2011-10-05
* Implement PEP 393.Martin v. Löwis2011-09-28
* Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.Victor Stinner2011-04-05
* Issue #11393: _Py_DumpTraceback() writes the header even if there is no frameVictor Stinner2011-04-01
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-31
* Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-30
* Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expectsVictor Stinner2010-10-16
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-14
* Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-17
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-21
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-02
* Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be si...Raymond Hettinger2008-12-02
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-09
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-07
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-16
* implement chained exception tracebacksBenjamin Peterson2008-07-15
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,...Christian Heimes2008-04-13
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-18
* Removed another occurrence of PyInt_ExactCheck()Christian Heimes2007-12-04
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-02
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-15
* Bug #1772489: make dir() work on traceback objects again.Collin Winter2007-08-14
* Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.Collin Winter2007-08-14
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-11
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* SF #1444030: Fix several potential defects found by Coverity.Hye-Shik Chang2006-03-07
* Use Py_ssize_t to count theMartin v. Löwis2006-02-16
* Merge ast-branch to headJeremy Hylton2005-10-20
* Moved tracebackobject to traceback.h, Closes SF Bug #497067Nicholas Bastin2004-03-21
* Getting rid of support for the ancient Apple MPW compiler.Jack Jansen2003-11-19
* After the removal of SET_LINENO, PyCode_Addr2Line has always beenMichael W. Hudson2003-02-22
* This is my patchMichael W. Hudson2002-08-15
* Mass checkin of universal newline support.Jack Jansen2002-04-14
* Call PyObject_GC_UnTrack before putting an object on the list of trash.Neil Schemenauer2002-03-29
* Use PyOS_snprintf instead of sprintf.Jeremy Hylton2001-11-28
* SF bug 485175: buffer overflow in traceback.c.Tim Peters2001-11-27
* Make traceback objects collectable.Jeremy Hylton2001-10-22
* Removed two pointless and obfuscating macros.Tim Peters2001-10-22
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22