1. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  2. 9f00739 Added a FutureWarning for constructs that will change semantically in by Barry Warsaw · 22 years ago
  3. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  4. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  5. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  6. 995895f add comment reminding people about class hierarchy in Doc/lib/libexcs.tex by Skip Montanaro · 22 years ago
  7. cfeb3b6 Patch #50002: Display line information for bad \x escapes: by Martin v. Löwis · 22 years ago
  8. 05bd787 Use PyOS_snprintf instead of sprintf. by Jeremy Hylton · 23 years ago
  9. bb9fa21 weakref.ReferenceError becomes a built-in exception now that weak ref objects by Fred Drake · 23 years ago
  10. ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
  11. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  12. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  13. f68d8e5 Make some private symbols static. by Guido van Rossum · 23 years ago
  14. 9da7f3b SyntaxError__init__(): Be a little more robust when picking apart the by Fred Drake · 23 years ago
  15. 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 23 years ago
  16. 9667ed2 Leak pluggin', bug fixin' and better documentin'. Specifically, by Barry Warsaw · 24 years ago
  17. d0977cd Add definitions for standard warning category classes (PyExc_Warning etc.). by Guido van Rossum · 24 years ago
  18. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  19. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  20. 87bec35 SyntaxError__classinit__(): Slight reorg for simplicity. by Barry Warsaw · 24 years ago
  21. 77c9f50 SyntaxError__str__(): Fix two memory problems discovered by Insure. by Barry Warsaw · 24 years ago
  22. 185a29b my_basename(): Removes the leading path components from a path name, by Fred Drake · 24 years ago
  23. 1aba577 SyntaxError__str__(): Do more formatting of the exception here, rather by Fred Drake · 24 years ago
  24. 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
  25. 0452d1f Fix two instances of empty argument lists, and fix style by Thomas Wouters · 24 years ago
  26. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  27. 03657cf replace PyXXX_Length calls with PyXXX_Size calls by Jeremy Hylton · 24 years ago
  28. bf26e07 Worm around MSVC6 error on single string literal > 2Kb. by Tim Peters · 24 years ago
  29. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  30. b781655 Exception__str__(): In case 1, be sure to decref the tmp local by Barry Warsaw · 24 years ago
  31. 7dfeb42 EnvironmentError__init__(): The two case clauses were missing by Barry Warsaw · 24 years ago
  32. 8fcaa92 init_exceptions(): Decref `doc' so it doesn't leak. by Barry Warsaw · 24 years ago
  33. 4e542a3 replace constant 1 with symbolic constant METH_VARARGS by Jeremy Hylton · 24 years ago
  34. 2d15d9d mark SyntaxError__str__ as METH_VARARGS by Jeremy Hylton · 24 years ago
  35. 675ac28 The standard exception classes. Moved here from ../Modules/_exceptions.c by Barry Warsaw · 24 years ago