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