index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
exceptions.c
Commit message (
Expand
)
Author
Age
*
Leak pluggin', bug fixin' and better documentin'. Specifically,
Barry Warsaw
2001-01-23
*
Add definitions for standard warning category classes (PyExc_Warning
Guido van Rossum
2000-12-15
*
Ka-Ping Yee <ping@lfw.org>:
Fred Drake
2000-10-24
*
Remove a couple of warnings turned up by "gcc -Wall".
Fred Drake
2000-08-18
*
SyntaxError__classinit__(): Slight reorg for simplicity.
Barry Warsaw
2000-08-18
*
SyntaxError__str__(): Fix two memory problems discovered by Insure.
Barry Warsaw
2000-08-16
*
my_basename(): Removes the leading path components from a path name,
Fred Drake
2000-08-15
*
SyntaxError__str__(): Do more formatting of the exception here, rather
Fred Drake
2000-08-15
*
Fix the parent of WindowsError - both the comments in this source file, and t...
Mark Hammond
2000-08-15
*
Fix two instances of empty argument lists, and fix style
Thomas Wouters
2000-07-22
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
*
Worm around MSVC6 error on single string literal > 2Kb.
Tim Peters
2000-07-12
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
*
Exception__str__(): In case 1, be sure to decref the tmp local
Barry Warsaw
2000-07-09
*
EnvironmentError__init__(): The two case clauses were missing
Barry Warsaw
2000-07-09
*
init_exceptions(): Decref `doc' so it doesn't leak.
Barry Warsaw
2000-07-01
*
replace constant 1 with symbolic constant METH_VARARGS
Jeremy Hylton
2000-06-30
*
mark SyntaxError__str__ as METH_VARARGS
Jeremy Hylton
2000-06-20
*
The standard exception classes. Moved here from ../Modules/_exceptions.c
Barry Warsaw
2000-05-26