Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
ffcc3813d82e6b96db79f518f4e67b940a13ce64
commit
ffcc3813d82e6b96db79f518f4e67b940a13ce64
[
log
]
[
tgz
]
author
Guido van Rossum <guido@python.org>
Fri Jun 30 23:58:06 2000
committer
Guido van Rossum <guido@python.org>
Fri Jun 30 23:58:06 2000
tree
bd67bf6fddc1d7555ebc56d961b9c3571458ebd4
parent
fd71b9e9d496caa510dec56a9b69966558d6ba5d
[
diff
]
Change copyright notice - 2nd try.
Include/Python.h
[
diff
]
Include/abstract.h
[
diff
]
Include/bitset.h
[
diff
]
Include/bufferobject.h
[
diff
]
Include/ceval.h
[
diff
]
Include/classobject.h
[
diff
]
Include/cobject.h
[
diff
]
Include/compile.h
[
diff
]
Include/dictobject.h
[
diff
]
Include/errcode.h
[
diff
]
Include/eval.h
[
diff
]
Include/fileobject.h
[
diff
]
Include/floatobject.h
[
diff
]
Include/frameobject.h
[
diff
]
Include/funcobject.h
[
diff
]
Include/grammar.h
[
diff
]
Include/import.h
[
diff
]
Include/intobject.h
[
diff
]
Include/intrcheck.h
[
diff
]
Include/listobject.h
[
diff
]
Include/longintrepr.h
[
diff
]
Include/longobject.h
[
diff
]
Include/marshal.h
[
diff
]
Include/metagrammar.h
[
diff
]
Include/methodobject.h
[
diff
]
Include/modsupport.h
[
diff
]
Include/moduleobject.h
[
diff
]
Include/mymalloc.h
[
diff
]
Include/myproto.h
[
diff
]
Include/myselect.h
[
diff
]
Include/mytime.h
[
diff
]
Include/node.h
[
diff
]
Include/object.h
[
diff
]
Include/objimpl.h
[
diff
]
Include/opcode.h
[
diff
]
Include/osdefs.h
[
diff
]
Include/parsetok.h
[
diff
]
Include/patchlevel.h
[
diff
]
Include/pgenheaders.h
[
diff
]
Include/pydebug.h
[
diff
]
Include/pyerrors.h
[
diff
]
Include/pystate.h
[
diff
]
Include/pythonrun.h
[
diff
]
Include/pythread.h
[
diff
]
Include/rangeobject.h
[
diff
]
Include/stringobject.h
[
diff
]
Include/structmember.h
[
diff
]
Include/sysmodule.h
[
diff
]
Include/token.h
[
diff
]
Include/traceback.h
[
diff
]
Include/tupleobject.h
[
diff
]
Modules/almodule.c
[
diff
]
Modules/arraymodule.c
[
diff
]
Modules/audioop.c
[
diff
]
Modules/bsddbmodule.c
[
diff
]
Modules/cdmodule.c
[
diff
]
Modules/cgensupport.c
[
diff
]
Modules/cgensupport.h
[
diff
]
Modules/clmodule.c
[
diff
]
Modules/config.c.in
[
diff
]
Modules/cstubs
[
diff
]
Modules/dbmmodule.c
[
diff
]
Modules/dlmodule.c
[
diff
]
Modules/errnomodule.c
[
diff
]
Modules/fcntlmodule.c
[
diff
]
Modules/flmodule.c
[
diff
]
Modules/fmmodule.c
[
diff
]
Modules/gdbmmodule.c
[
diff
]
Modules/getpath.c
[
diff
]
Modules/glmodule.c
[
diff
]
Modules/grpmodule.c
[
diff
]
Modules/imageop.c
[
diff
]
Modules/imgfile.c
[
diff
]
Modules/main.c
[
diff
]
Modules/mathmodule.c
[
diff
]
Modules/md5module.c
[
diff
]
Modules/mpzmodule.c
[
diff
]
Modules/newmodule.c
[
diff
]
Modules/parsermodule.c
[
diff
]
Modules/posixmodule.c
[
diff
]
Modules/pwdmodule.c
[
diff
]
Modules/regexmodule.c
[
diff
]
Modules/resource.c
[
diff
]
Modules/selectmodule.c
[
diff
]
Modules/sgimodule.c
[
diff
]
Modules/signalmodule.c
[
diff
]
Modules/socketmodule.c
[
diff
]
Modules/stropmodule.c
[
diff
]
Modules/structmodule.c
[
diff
]
Modules/sunaudiodev.c
[
diff
]
Modules/svmodule.c
[
diff
]
Modules/threadmodule.c
[
diff
]
Modules/timemodule.c
[
diff
]
Modules/xxmodule.c
[
diff
]
Modules/yuv.h
[
diff
]
Modules/yuvconvert.c
[
diff
]
Objects/abstract.c
[
diff
]
Objects/bufferobject.c
[
diff
]
Objects/classobject.c
[
diff
]
Objects/cobject.c
[
diff
]
Objects/complexobject.c
[
diff
]
Objects/dictobject.c
[
diff
]
Objects/fileobject.c
[
diff
]
Objects/floatobject.c
[
diff
]
Objects/frameobject.c
[
diff
]
Objects/funcobject.c
[
diff
]
Objects/intobject.c
[
diff
]
Objects/listobject.c
[
diff
]
Objects/longobject.c
[
diff
]
Objects/methodobject.c
[
diff
]
Objects/moduleobject.c
[
diff
]
Objects/object.c
[
diff
]
Objects/rangeobject.c
[
diff
]
Objects/stringobject.c
[
diff
]
Objects/tupleobject.c
[
diff
]
Objects/typeobject.c
[
diff
]
Objects/xxobject.c
[
diff
]
PC/config.c
[
diff
]
PC/getpathp.c
[
diff
]
PC/os2vacpp/config.c
[
diff
]
PC/os2vacpp/getpathp.c
[
diff
]
Parser/acceler.c
[
diff
]
Parser/assert.h
[
diff
]
Parser/bitset.c
[
diff
]
Parser/firstsets.c
[
diff
]
Parser/grammar.c
[
diff
]
Parser/grammar1.c
[
diff
]
Parser/intrcheck.c
[
diff
]
Parser/listnode.c
[
diff
]
Parser/metagrammar.c
[
diff
]
Parser/myreadline.c
[
diff
]
Parser/node.c
[
diff
]
Parser/parser.c
[
diff
]
Parser/parser.h
[
diff
]
Parser/parsetok.c
[
diff
]
Parser/pgen.c
[
diff
]
Parser/pgen.h
[
diff
]
Parser/pgenmain.c
[
diff
]
Parser/printgrammar.c
[
diff
]
Parser/tokenizer.c
[
diff
]
Parser/tokenizer.h
[
diff
]
Python/atof.c
[
diff
]
Python/bltinmodule.c
[
diff
]
Python/ceval.c
[
diff
]
Python/compile.c
[
diff
]
Python/dynload_aix.c
[
diff
]
Python/dynload_beos.c
[
diff
]
Python/dynload_dl.c
[
diff
]
Python/dynload_hpux.c
[
diff
]
Python/dynload_mac.c
[
diff
]
Python/dynload_next.c
[
diff
]
Python/dynload_os2.c
[
diff
]
Python/dynload_shlib.c
[
diff
]
Python/dynload_stub.c
[
diff
]
Python/dynload_win.c
[
diff
]
Python/errors.c
[
diff
]
Python/fmod.c
[
diff
]
Python/frozen.c
[
diff
]
Python/frozenmain.c
[
diff
]
Python/getargs.c
[
diff
]
Python/getcompiler.c
[
diff
]
Python/getcwd.c
[
diff
]
Python/getmtime.c
[
diff
]
Python/getplatform.c
[
diff
]
Python/getversion.c
[
diff
]
Python/import.c
[
diff
]
Python/importdl.c
[
diff
]
Python/importdl.h
[
diff
]
Python/marshal.c
[
diff
]
Python/memmove.c
[
diff
]
Python/modsupport.c
[
diff
]
Python/mystrtoul.c
[
diff
]
Python/pystate.c
[
diff
]
Python/pythonrun.c
[
diff
]
Python/sigcheck.c
[
diff
]
Python/strerror.c
[
diff
]
Python/structmember.c
[
diff
]
Python/sysmodule.c
[
diff
]
Python/thread.c
[
diff
]
Python/thread_beos.h
[
diff
]
Python/thread_cthread.h
[
diff
]
Python/thread_foobar.h
[
diff
]
Python/thread_lwp.h
[
diff
]
Python/thread_nt.h
[
diff
]
Python/thread_pth.h
[
diff
]
Python/thread_pthread.h
[
diff
]
Python/thread_sgi.h
[
diff
]
Python/thread_solaris.h
[
diff
]
Python/thread_wince.h
[
diff
]
Python/traceback.c
[
diff
]
Tools/modulator/Templates/copyright
[
diff
]
191 files changed
tree: bd67bf6fddc1d7555ebc56d961b9c3571458ebd4
BeOS/
Demo/
Doc/
Grammar/
Include/
Lib/
Mac/
Misc/
Modules/
Objects/
Parser/
PC/
PCbuild/
Python/
Tools/
.cvsignore
.hgtags
acconfig.h
config.h.in
configure
configure.in
install-sh
Makefile.in
README