1. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  2. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  3. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  4. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  5. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 19 years ago
  6. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  7. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  8. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  9. c85b6a2 After the removal of SET_LINENO, PyCode_Addr2Line has always been by Michael W. Hudson · 22 years ago
  10. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  11. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  12. 8358405 Call PyObject_GC_UnTrack before putting an object on the list of trash. by Neil Schemenauer · 22 years ago
  13. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  14. 6d20b43 SF bug 485175: buffer overflow in traceback.c. by Tim Peters · 23 years ago
  15. fd14d8e Make traceback objects collectable. by Jeremy Hylton · 23 years ago
  16. d7c3652 Removed two pointless and obfuscating macros. by Tim Peters · 23 years ago
  17. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  18. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  19. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  20. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  21. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  22. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  23. 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 24 years ago
  24. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  25. 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
  26. 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  27. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  28. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 27 years ago
  29. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  30. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  31. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  34. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  35. e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
  36. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  37. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  38. bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
  39. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  40. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  41. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  42. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  43. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  44. 7169dbb Move printing of filename and lineno to tb_displayline. by Guido van Rossum · 33 years ago
  45. c6515d1 tb_here() can now get the lasti and lineno arguments from the frame. by Guido van Rossum · 33 years ago
  46. 247ff71 Don't use printobject() to print a string (filename). by Guido van Rossum · 33 years ago
  47. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  48. f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
  49. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago