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