135 Commits (66a34d35e4c97da9840a29ba9fba76721021c463)

Author SHA1 Message Date
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Thomas Wouters c6e55068ca Use Py_VISIT in all tp_traverse methods, instead of traversing manually or 20 years ago
Thomas Wouters edf17d8798 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for 20 years ago
Neal Norwitz 2aa9a5dfdd Use macro versions instead of function versions when we already know the type. 20 years ago
Hye-Shik Chang 4af5c8cee4 SF #1444030: Fix several potential defects found by Coverity. 20 years ago
Martin v. Löwis d96ee90993 Use Py_ssize_t to count the 20 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Nicholas Bastin a7604bf1b4 Moved tracebackobject to traceback.h, Closes SF Bug #497067 22 years ago
Jack Jansen fb2765666f Getting rid of support for the ancient Apple MPW compiler. 23 years ago
Michael W. Hudson c85b6a2d4d After the removal of SET_LINENO, PyCode_Addr2Line has always been 23 years ago
Michael W. Hudson dd32a91cc0 This is my patch 24 years ago
Jack Jansen 7b8c7546eb Mass checkin of universal newline support. 24 years ago
Neil Schemenauer 835840560b Call PyObject_GC_UnTrack before putting an object on the list of trash. 24 years ago
Jeremy Hylton 518ab1c02a Use PyOS_snprintf instead of sprintf. 25 years ago
Tim Peters 6d20b43a4e SF bug 485175: buffer overflow in traceback.c. 25 years ago
Jeremy Hylton fd14d8e187 Make traceback objects collectable. 25 years ago
Tim Peters d7c3652aa7 Removed two pointless and obfuscating macros. 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 582acece2e Trent Mick's Win64 changes: size_t vs. int or long; also some overflow 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum 6d10887cdc Change traceback error message to "most recent call last" from 26 years ago
Guido van Rossum d724b23420 Christian Tismer's "trashcan" patch: 26 years ago
Guido van Rossum 3aca65312a Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. 27 years ago
Guido van Rossum 7e8d26d78c PyFile_WriteString now returns an error indicator instead of calling 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago
Guido van Rossum 73237c54b4 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. 29 years ago
Guido van Rossum 65bf9f265e Quickly renamed. 29 years ago
Guido van Rossum 6bf62dad9e Keep gcc -Wall and Microsoft VC happy. 29 years ago
Guido van Rossum b3f515af64 Get the line number from PyCode_Addr2Line instead of believing 30 years ago
Guido van Rossum d266eb460e New permission notice, includes CNRI. 30 years ago
Guido van Rossum 9d78d8d2fb spell TraceBack with capital B 31 years ago
Guido van Rossum 681d79aaf3 keyword arguments and faster calls 31 years ago
Guido van Rossum e78c5d0a16 ignore control-l (parallelling change to tokenizer.c) 31 years ago
Guido van Rossum 6d023c98b0 Added 1995 to copyright message. 32 years ago
Guido van Rossum 1ae940a587 Lots of changes, most minor (fatal() instead of abort(), use of 32 years ago
Guido van Rossum bfd5d755a0 * Python/traceback.c: security fix -- check for buffer oveflow 32 years ago
Guido van Rossum 13836d9e6d add function name to traceback info 32 years ago
Guido van Rossum 67a5fdbcc2 * mpzmodule.c: cast some methods to the proper type. 33 years ago
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993. 33 years ago
Guido van Rossum 3165fe6a56 Modified most (but not yet all) I/O to always go through sys.stdout or 34 years ago
Guido van Rossum bab9d03855 Copyright for 1992 added 34 years ago
Guido van Rossum 7169dbb76d Move printing of filename and lineno to tb_displayline. 35 years ago
Guido van Rossum c6515d12b7 tb_here() can now get the lasti and lineno arguments from the frame. 35 years ago
Guido van Rossum 247ff718df Don't use printobject() to print a string (filename). 35 years ago
Guido van Rossum d783a46d73 printobject now returns an error code 35 years ago
Guido van Rossum f70e43a073 Added copyright notice. 36 years ago
Guido van Rossum 3f5da24ea3 "Compiling" version 36 years ago