]> granicus.if.org Git - python/commit
Conversion of exceptions over from faked-up classes to new-style C types.
authorRichard Jones <richard@commonground.com.au>
Sat, 27 May 2006 12:29:24 +0000 (12:29 +0000)
committerRichard Jones <richard@commonground.com.au>
Sat, 27 May 2006 12:29:24 +0000 (12:29 +0000)
commit7b9558d37dc7f2c6ae984cf25d16b9bf5e532b77
tree70f313905c1ef84f4ba281cab615c32e06820460
parent1fcdc232dbfbd05b92eaed42bf9f779d27c55a92
Conversion of exceptions over from faked-up classes to new-style C types.
16 files changed:
Doc/tut/tut.tex
Include/pyerrors.h
Lib/codeop.py
Lib/ctypes/test/test_structures.py
Lib/test/exception_hierarchy.txt
Lib/test/output/test_logging
Lib/test/test_codeccallbacks.py
Lib/test/test_exceptions.py
Lib/warnings.py
Makefile.pre.in
Modules/cPickle.c
Objects/exceptions.c [new file with mode: 0644]
PCbuild/pythoncore.vcproj
Python/errors.c
Python/exceptions.c [deleted file]
Python/pythonrun.c