Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d215218178ea800e9fb2ee4841a2c5a3f46ff269
/
Python
/
exceptions.c
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