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