COMMITS
/ Python/exceptions.c April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
April 14, 2001
G
Make some private symbols static.
Guido van Rossum committed
February 28, 2001
F
SyntaxError__init__(): Be a little more robust when picking apart the
Fred Drake committed
T
SF patch 404928: Support for next Cygwin gcc (2.95.2-8)
Tim Peters committed
January 23, 2001
B
Leak pluggin', bug fixin' and better documentin'. Specifically,
Barry Warsaw committed
December 15, 2000
G
Add definitions for standard warning category classes (PyExc_Warning
Guido van Rossum committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
August 18, 2000
F
Remove a couple of warnings turned up by "gcc -Wall".
Fred Drake committed
B
SyntaxError__classinit__(): Slight reorg for simplicity.
Barry Warsaw committed
August 16, 2000
B
SyntaxError__str__(): Fix two memory problems discovered by Insure.
Barry Warsaw committed
August 15, 2000
F
my_basename(): Removes the leading path components from a path name,
Fred Drake committed
F
SyntaxError__str__(): Do more formatting of the exception here, rather
Fred Drake committed
July 22, 2000
T
Fix two instances of empty argument lists, and fix style
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
T
Worm around MSVC6 error on single string literal > 2Kb.
Tim Peters committed
July 11, 2000
F
Create two new exceptions: IndentationError and TabError. These are
Fred Drake committed
July 9, 2000
B
Exception__str__(): In case 1, be sure to decref the tmp local
Barry Warsaw committed
B
EnvironmentError__init__(): The two case clauses were missing
Barry Warsaw committed
July 1, 2000
B
init_exceptions(): Decref `doc' so it doesn't leak.
Barry Warsaw committed
June 30, 2000
J
replace constant 1 with symbolic constant METH_VARARGS
Jeremy Hylton committed
June 20, 2000
J
mark SyntaxError__str__ as METH_VARARGS
Jeremy Hylton committed
May 26, 2000
B
The standard exception classes. Moved here from ../Modules/_exceptions.c
Barry Warsaw committed