index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
exceptions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-91
/
+58
*
As discussed on python-dev, add a mechanism to indicate features
Neal Norwitz
2002-05-29
1
-0
/
+9
*
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
Skip Montanaro
2002-03-28
1
-0
/
+5
*
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis
2002-03-03
1
-1
/
+2
*
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton
2001-11-28
1
-11
/
+11
*
weakref.ReferenceError becomes a built-in exception now that weak ref objects
Fred Drake
2001-10-05
1
-0
/
+6
*
Introduce OverflowWarning -- to be issued when short int operations
Guido van Rossum
2001-08-23
1
-0
/
+7
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-12
/
+25
*
Iterators phase 1. This comprises:
Guido van Rossum
2001-04-20
1
-0
/
+7
*
Make some private symbols static.
Guido van Rossum
2001-04-14
1
-2
/
+2
*
SyntaxError__init__(): Be a little more robust when picking apart the
Fred Drake
2001-02-28
1
-16
/
+22
*
SF patch 404928: Support for next Cygwin gcc (2.95.2-8)
Tim Peters
2001-02-28
1
-8
/
+2
*
Leak pluggin', bug fixin' and better documentin'. Specifically,
Barry Warsaw
2001-01-23
1
-56
/
+72
*
Add definitions for standard warning category classes (PyExc_Warning
Guido van Rossum
2000-12-15
1
-0
/
+36
*
Ka-Ping Yee <ping@lfw.org>:
Fred Drake
2000-10-24
1
-1
/
+1
*
Remove a couple of warnings turned up by "gcc -Wall".
Fred Drake
2000-08-18
1
-2
/
+2
*
SyntaxError__classinit__(): Slight reorg for simplicity.
Barry Warsaw
2000-08-18
1
-4
/
+4
*
SyntaxError__str__(): Fix two memory problems discovered by Insure.
Barry Warsaw
2000-08-16
1
-4
/
+9
*
my_basename(): Removes the leading path components from a path name,
Fred Drake
2000-08-15
1
-2
/
+23
*
SyntaxError__str__(): Do more formatting of the exception here, rather
Fred Drake
2000-08-15
1
-6
/
+55
*
Fix the parent of WindowsError - both the comments in this source file, and t...
Mark Hammond
2000-08-15
1
-1
/
+1
*
Fix two instances of empty argument lists, and fix style
Thomas Wouters
2000-07-22
1
-79
/
+78
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1
/
+1
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-8
/
+9
*
Worm around MSVC6 error on single string literal > 2Kb.
Tim Peters
2000-07-12
1
-2
/
+7
*
Create two new exceptions: IndentationError and TabError. These are
Fred Drake
2000-07-11
1
-0
/
+17
*
Exception__str__(): In case 1, be sure to decref the tmp local
Barry Warsaw
2000-07-09
1
-4
/
+8
*
EnvironmentError__init__(): The two case clauses were missing
Barry Warsaw
2000-07-09
1
-3
/
+9
*
init_exceptions(): Decref `doc' so it doesn't leak.
Barry Warsaw
2000-07-01
1
-0
/
+1
*
replace constant 1 with symbolic constant METH_VARARGS
Jeremy Hylton
2000-06-30
1
-9
/
+9
*
mark SyntaxError__str__ as METH_VARARGS
Jeremy Hylton
2000-06-20
1
-1
/
+1
*
The standard exception classes. Moved here from ../Modules/_exceptions.c
Barry Warsaw
2000-05-26
1
-0
/
+994