1. cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 16 years ago
  2. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  3. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  4. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  5. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  6. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  7. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  8. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  9. 0fbab7f Removed another occurrence of PyInt_ExactCheck() by Christian Heimes · 17 years ago
  10. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  11. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  12. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  13. ee634a4 Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY. by Collin Winter · 17 years ago
  14. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  15. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  16. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  17. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  19. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  20. d96ee90 Use Py_ssize_t to count the by Martin v. Löwis · 18 years ago
  21. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  22. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  23. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  24. c85b6a2 After the removal of SET_LINENO, PyCode_Addr2Line has always been by Michael W. Hudson · 21 years ago
  25. dd32a91 This is my patch by Michael W. Hudson · 22 years ago
  26. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  27. 8358405 Call PyObject_GC_UnTrack before putting an object on the list of trash. by Neil Schemenauer · 22 years ago
  28. 518ab1c Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  29. 6d20b43 SF bug 485175: buffer overflow in traceback.c. by Tim Peters · 23 years ago
  30. fd14d8e Make traceback objects collectable. by Jeremy Hylton · 23 years ago
  31. d7c3652 Removed two pointless and obfuscating macros. by Tim Peters · 23 years ago
  32. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  33. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  34. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  35. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  36. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  37. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  38. 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 24 years ago
  39. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  40. 3aca653 Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. by Guido van Rossum · 25 years ago
  41. 7e8d26d PyFile_WriteString now returns an error indicator instead of calling by Guido van Rossum · 27 years ago
  42. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  43. 73237c5 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. by Guido van Rossum · 27 years ago
  44. 65bf9f2 Quickly renamed. by Guido van Rossum · 27 years ago
  45. 6bf62da Keep gcc -Wall and Microsoft VC happy. by Guido van Rossum · 27 years ago
  46. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 27 years ago
  47. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  48. 9d78d8d spell TraceBack with capital B by Guido van Rossum · 29 years ago
  49. 681d79a keyword arguments and faster calls by Guido van Rossum · 29 years ago
  50. e78c5d0 ignore control-l (parallelling change to tokenizer.c) by Guido van Rossum · 29 years ago
  51. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  52. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  53. bfd5d755 * Python/traceback.c: security fix -- check for buffer oveflow by Guido van Rossum · 30 years ago
  54. 13836d9 add function name to traceback info MPW fixes by Guido van Rossum · 30 years ago
  55. 67a5fdb * mpzmodule.c: cast some methods to the proper type. by Guido van Rossum · 31 years ago
  56. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  57. 3165fe6 Modified most (but not yet all) I/O to always go through sys.stdout or by Guido van Rossum · 32 years ago
  58. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  59. 7169dbb Move printing of filename and lineno to tb_displayline. by Guido van Rossum · 32 years ago
  60. c6515d1 tb_here() can now get the lasti and lineno arguments from the frame. by Guido van Rossum · 32 years ago
  61. 247ff71 Don't use printobject() to print a string (filename). by Guido van Rossum · 33 years ago
  62. d783a46 printobject now returns an error code by Guido van Rossum · 33 years ago
  63. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  64. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago