- 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
- 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- 141534e Fix a bug introduced by the warnings rewrite where tracebacks were being by Brett Cannon · 17 years ago
- e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
- 3e8c897 Coverity issue CID #169 by Christian Heimes · 17 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- 6c5c502 Make PyTraceBack_Here use the current thread, not the by Martin v. Löwis · 18 years ago
- c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 19 years ago
- edf17d8 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for by Thomas Wouters · 19 years ago
- 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 21 years ago
- fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
- c85b6a2 After the removal of SET_LINENO, PyCode_Addr2Line has always been by Michael W. Hudson · 22 years ago
- dd32a91 This is my patch by Michael W. Hudson · 22 years ago
- 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 23 years ago
- 8358405 Call PyObject_GC_UnTrack before putting an object on the list of trash. by Neil Schemenauer · 23 years ago
- 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
- 6d20b43 SF bug 485175: buffer overflow in traceback.c. by Tim Peters · 23 years ago
- fd14d8e Make traceback objects collectable. by Jeremy Hylton · 23 years ago
- d7c3652 Removed two pointless and obfuscating macros. by Tim Peters · 23 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 25 years ago
- d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 25 years ago
- 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
- 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
- a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
- 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 28 years ago
- 65bf9f2 Quickly renamed. by Guido van Rossum · 28 years ago
- 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 28 years ago
- b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
- 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
- e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
- 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
- bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
- 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
- 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
- 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 32 years ago
- 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
- bab9d03 Copyright for 1992 added by Guido van Rossum · 33 years ago
- 7169dbb Move printing of filename and lineno to tb_displayline. by Guido van Rossum · 33 years ago
- c6515d1 tb_here() can now get the lasti and lineno arguments from the frame. by Guido van Rossum · 33 years ago
- 247ff71 Don't use printobject() to print a string (filename). by Guido van Rossum · 33 years ago
- d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago