0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Python
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far:
- all classes are new-style (but ripping out classobject.[ch] isn't done)
- int/int -> float
- all exceptions must derive from BaseException
- absolute import
- 'as' and 'with' are keywords
2006-03-15 04:58:47 +00:00
..
asdl.c
ast.c SF #1444030: Fix several potential defects found by Coverity. 2006-03-07 15:39:21 +00:00
atof.c
bltinmodule.c Change int to Py_ssize_t in several places. 2006-03-07 12:08:51 +00:00
ceval.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
codecs.c
compile.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
exceptions.c Change int to Py_ssize_t in several places. 2006-03-07 12:08:51 +00:00
fmod.c
frozen.c
frozenmain.c
future.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
getargs.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
hypot.c
import.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Change int to Py_ssize_t in several places. 2006-03-07 12:08:51 +00:00
memmove.c
modsupport.c Try to cleanup the error handling a bit so there aren't false positives 2006-03-06 23:07:34 +00:00
mysnprintf.c
mystrtoul.c
pyarena.c Document the purpose of the struct _block members. 2006-03-02 21:41:18 +00:00
pyfpe.c
pystate.c
pystrtod.c
Python-ast.c Fix memory leak on attributes. 2006-03-02 00:31:27 +00:00
pythonrun.c Checkpoint. 218 tests are okay; 53 are failing. Done so far: 2006-03-15 04:58:47 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c Try to be a bit more consistent on all platforms: 2006-03-09 05:58:11 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
thread.c
traceback.c SF #1444030: Fix several potential defects found by Coverity. 2006-03-07 15:39:21 +00:00