1. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  2. bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 24 years ago
  3. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  4. b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 24 years ago
  5. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
  6. 8fcaa92 init_exceptions(): Decref `doc' so it doesn't leak. by Barry Warsaw · 24 years ago
  7. 4e542a3 replace constant 1 with symbolic constant METH_VARARGS by Jeremy Hylton · 24 years ago
  8. 2d15d9d mark SyntaxError__str__ as METH_VARARGS by Jeremy Hylton · 24 years ago
  9. 675ac28 The standard exception classes. Moved here from ../Modules/_exceptions.c by Barry Warsaw · 24 years ago