cpython/Python
Guido van Rossum 0daf022225 New builtin buffer() creates a derived read-only buffer from any
object that supports the buffer interface (e.g. strings, arrays).
1999-03-19 19:07:19 +00:00
..
atof.c
bltinmodule.c New builtin buffer() creates a derived read-only buffer from any 1999-03-19 19:07:19 +00:00
ceval.c Always test for an error return (usually NULL or -1) without setting 1999-03-09 16:16:45 +00:00
compile.c Implement -OO; "unsafe" optimization that removes docstrings. 1999-01-28 15:08:09 +00:00
dup2.c
errors.c
fmod.c
frozen.c
frozenmain.c
getargs.c Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" 1999-02-17 23:16:43 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
graminit.c
hypot.c
import.c PyImport_ReloadModule(): Nailed a small memory leak. In the 1999-01-27 17:54:20 +00:00
importdl.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
importdl.h
Makefile.in
marshal.c
memmove.c
modsupport.c Change rare occurrences of #if HAVE_LONG_LONG to #ifdef. 1999-01-25 21:48:56 +00:00
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c initmain(): Nailed a memory leak. bimod must be DECREF'd! 1999-01-29 21:30:22 +00:00
sigcheck.c
strdup.c Patches by William Lewis for Nextstep descendants. 1999-01-27 17:53:11 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c _PySys_Init(): Nailed small memory leak. The stringobject created for 1999-01-27 16:33:19 +00:00
thread.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h Rob Riggs wrote: 1999-03-15 20:27:53 +00:00
thread_sgi.h
thread_solaris.h
traceback.c