1. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  2. 2d15d9d mark SyntaxError__str__ as METH_VARARGS by Jeremy Hylton · 24 years ago
  3. 440d898 Added a new debug method sys.gettotalrefcount(), which returns the total number of references on all Python objects. This is only enabled when Py_TRACE_REFS is defined (which includes default debug builds under Windows). by Mark Hammond · 24 years ago
  4. 5550de3 Christopher Fandrich <cfandrich@8cs.com>: by Fred Drake · 24 years ago
  5. 99964b8 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  6. 675ac28 The standard exception classes. Moved here from ../Modules/_exceptions.c by Barry Warsaw · 24 years ago
  7. f17861b Added exceptions.o to the list of object to build in this subdir. by Barry Warsaw · 24 years ago
  8. 78e6c67 All the exception building related stuff has been moved out of this by Barry Warsaw · 24 years ago
  9. f242aa0 Py_Initialize(): Now that standard exceptions are builtin, we don't by Barry Warsaw · 24 years ago
  10. 1226588 bltin_exc: Removed the leaf_exc flag in the structure, which was only by Barry Warsaw · 24 years ago
  11. ede8c6e Bill Tutt: by Guido van Rossum · 24 years ago
  12. cf3ba65 At Bob Kahn's request, add CNRI to the copyright string (but not to by Guido van Rossum · 24 years ago
  13. 230cae7 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  14. 8b4d01d M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  15. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 24 years ago
  16. c640b18 M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  17. 20c6add Trent Mick: by Guido van Rossum · 24 years ago
  18. 80dc16b Trent Mick: by Guido van Rossum · 24 years ago
  19. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  20. 4cea605 Quick fix by Mark Hammond -- Yakov changed a dprintf call but it was by Guido van Rossum · 24 years ago
  21. 706262b Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru, by Guido van Rossum · 24 years ago
  22. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 24 years ago
  23. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  24. a7cfca2 A bit of cleanup: by Guido van Rossum · 24 years ago
  25. 25871c0 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  26. fa5c315 PyErr_GivenExceptionMatches(): Check for err==NULL and exc==NULL and by Barry Warsaw · 24 years ago
  27. 48719d3 _PyBuiltin_Init_2(): Remove the misleading comment. by Barry Warsaw · 24 years ago
  28. 47eeb9b initerrors(): Remove this function. String-based standard exceptions by Barry Warsaw · 24 years ago
  29. 3ce0964 Py_UseClassExceptionsFlag is deprecated. We keep the C variable for C by Barry Warsaw · 24 years ago
  30. ee98e4e Ignore a bunch of generated files. by Barry Warsaw · 24 years ago
  31. 96774c1 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  32. b16d197 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  33. fdc8bdb Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  34. 22b65a8 Robin Becker: The following patch seems to fix a module case bug in by Guido van Rossum · 24 years ago
  35. 1cb6cd0 As Marc-Andre Lemburg points out, the magic number needs to change by Guido van Rossum · 24 years ago
  36. a2ace6a Charles G Waldman: by Guido van Rossum · 24 years ago
  37. 25d3447 Brian Hooper <brian_takashi@hotmail.com>: by Fred Drake · 24 years ago
  38. eca4784 Mark Hammond: For Windows debug builds, we now only offer to dump by Guido van Rossum · 24 years ago
  39. 700c6ff Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  40. b33aa1a Jack Jansen: The new version of the GUSI i/o library on the Macintosh by Guido van Rossum · 24 years ago
  41. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  42. 25826c9 Charles Waldman writes: by Guido van Rossum · 24 years ago
  43. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  44. 6d27c1e Simplify creation of the version_info value for clarity, per by Fred Drake · 24 years ago
  45. 93a20bf Capitulate, changing version_info to a 5-tuple: by Fred Drake · 24 years ago
  46. 801c08d Define version_info to be a tuple (major, minor, micro, level); level by Fred Drake · 24 years ago
  47. 4e998bc M.-A. Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  48. 078b24f When refering to Unicode characters in exception messages and by Fred Drake · 24 years ago
  49. 394b54d ord: provide better error messages by Jeremy Hylton · 24 years ago
  50. 3afba76 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  51. 4467959 Patch by Vladimir Marangozov to include the function name when by Guido van Rossum · 24 years ago
  52. 5db862d Skip Montanaro: add string precisions to calls to PyErr_Format by Guido van Rossum · 24 years ago
  53. a396a88 Vladimir Marangozov: This fixes the line number in the string by Guido van Rossum · 24 years ago
  54. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  55. b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 24 years ago
  56. 7a5b796 Thomas Heller fixes a typo in an error message. by Guido van Rossum · 24 years ago
  57. 387b101 rename args variable in CALL_FUNCTION to callargs (avoids name override) by Jeremy Hylton · 24 years ago
  58. 6d10887 Change traceback error message to "most recent call last" from by Guido van Rossum · 24 years ago
  59. ffc0f4f Use modern PyArg_ParseTuple style, with function names. (Mostly.) by Guido van Rossum · 24 years ago
  60. 2efa369 Use modern PyArg_ParseTuple style, with function names. by Guido van Rossum · 24 years ago
  61. 074c3e6 Two fixes for extended call syntax: by Jeremy Hylton · 24 years ago
  62. b2ba9d8 eval_code2(): Oops, in the last checkin, we shouldn't check for by Barry Warsaw · 24 years ago
  63. 4961ef7 eval_code2(): In the extended calling syntax opcodes, you must check by Barry Warsaw · 24 years ago
  64. e4fb958 remove reference (vestigal) to CALL_FUNCTION_STAR by Jeremy Hylton · 24 years ago
  65. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  66. 24bdb04 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  67. 50fbb15 Typo fixed by Mark Hammond. by Guido van Rossum · 24 years ago
  68. d8855fd Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  69. 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  70. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  71. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  72. 2d0f5f9 Marc-Andre Lemburg: add new unicode files by Guido van Rossum · 24 years ago
  73. c94044c Marc-Andre Lemburg: add calls to initialize and finalize Unicode and by Guido van Rossum · 24 years ago
  74. c279b53 Marc-Andre Lemburg: support marshalling Unicode objects (code 'u'). by Guido van Rossum · 24 years ago
  75. e826ef0 Marc-Andre Lemburg: support for Unicode strings; 'U' expects a Unicode object. by Guido van Rossum · 24 years ago
  76. 5aa88f0 Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"..."). by Guido van Rossum · 24 years ago
  77. 09095f3 Marc-Andre Lemburg: added new builtin functions unicode() and by Guido van Rossum · 24 years ago
  78. feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  79. 0b55670 Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsError by Guido van Rossum · 24 years ago
  80. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  81. 2194b16 Allow using long integers as slice indexes by Andrew M. Kuchling · 24 years ago
  82. 145c26e Remove comment that Guido agree's doesn't make sense: by Fred Drake · 24 years ago
  83. 584b16a Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong by Guido van Rossum · 24 years ago
  84. 795e189 Patch by Mark Hammond: by Guido van Rossum · 24 years ago
  85. 65a75b0 Changes by Mark Hammond related to the new WindowsError exception. by Guido van Rossum · 24 years ago
  86. e817acd Patch by Jack Jansen: by Guido van Rossum · 24 years ago
  87. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  88. a400d8a Fix a bug in exec_statement() noted incidentally by Tim Peters in by Guido van Rossum · 25 years ago
  89. 7b91212 Adjusted apply() docstring based on comments from Gerrit Holl by Fred Drake · 25 years ago
  90. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  91. 96b5ee8 Vladimir Marangozov: by Guido van Rossum · 25 years ago
  92. 9528886 For Windows, need to add #include <windows.h>. by Guido van Rossum · 25 years ago
  93. db3ec1b Support for selecting the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  94. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
  95. 9f65081 Some rearrangements for the importdl.c restructuring. by Guido van Rossum · 25 years ago
  96. 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 25 years ago
  97. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 25 years ago
  98. 72badf5 The cleanup code in com-init() at label fail_0000 should remove by Guido van Rossum · 25 years ago
  99. 001b9be Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  100. ba98a42 Change the last PyErr_Format %s format to %.400s. by Guido van Rossum · 25 years ago