1. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  2. e98147a Fix refcount leak in the UnicodeError constructor: by Walter Dörwald · 21 years ago
  3. a54b92b Add a unicode prefix to the characters in the UnicodeEncodeError and by Walter Dörwald · 21 years ago
  4. fd196bd Enhance message for UnicodeEncodeError and UnicodeTranslateError. by Walter Dörwald · 21 years ago
  5. b671c0c Remove unused variables. by Walter Dörwald · 21 years ago
  6. 4f0dcc9 Provide __module__ attributes for functions defined in C and Python. by Jeremy Hylton · 22 years ago
  7. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  8. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  9. 2c96ab2 Two more cases of switch(PySequence_Size()) without checking for case -1. by Neal Norwitz · 22 years ago
  10. 98b2a42 Fix SF bug 610610 (reported by Martijn Pieters, diagnosed by Neal Norwitz). by Guido van Rossum · 22 years ago
  11. 602d451 Add a custom __str__ method to KeyError that applies repr() to the by Guido van Rossum · 22 years ago
  12. 70bb0d4 Removed bogus PyUnicodeTranslateError_GetEncoding, as by Walter Dörwald · 22 years ago
  13. fd08e4c Limit the length of attribute names in exception messages by Walter Dörwald · 22 years ago
  14. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  15. 9f00739 Added a FutureWarning for constructs that will change semantically in by Barry Warsaw · 22 years ago
  16. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  17. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  18. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  19. 995895f add comment reminding people about class hierarchy in Doc/lib/libexcs.tex by Skip Montanaro · 22 years ago
  20. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  21. 05bd787 Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  22. bb9fa21 weakref.ReferenceError becomes a built-in exception now that weak ref objects by Fred Drake · 23 years ago
  23. ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
  24. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  25. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  26. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  27. 9da7f3b SyntaxError__init__(): Be a little more robust when picking apart the by Fred Drake · 23 years ago
  28. 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 23 years ago
  29. 9667ed2 Leak pluggin', bug fixin' and better documentin'. Specifically, by Barry Warsaw · 24 years ago
  30. d0977cd Add definitions for standard warning category classes (PyExc_Warning etc.). by Guido van Rossum · 24 years ago
  31. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  32. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  33. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 24 years ago
  34. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 24 years ago
  35. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 24 years ago
  36. 1aba577 SyntaxError__str__(): Do more formatting of the exception here, rather by Fred Drake · 24 years ago
  37. 557a044 Fix the parent of WindowsError - both the comments in this source file, and the previous exceptions.py have WindowsError as a sub-class of OSError. by Mark Hammond · 24 years ago
  38. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
  39. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  40. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  41. bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 24 years ago
  42. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  43. b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 24 years ago
  44. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
  45. 8fcaa92 init_exceptions(): Decref `doc' so it doesn't leak. by Barry Warsaw · 24 years ago
  46. 4e542a3 replace constant 1 with symbolic constant METH_VARARGS by Jeremy Hylton · 24 years ago
  47. 2d15d9d mark SyntaxError__str__ as METH_VARARGS by Jeremy Hylton · 24 years ago
  48. 675ac28 The standard exception classes. Moved here from ../Modules/_exceptions.c by Barry Warsaw · 24 years ago