This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9be628338def23e88691fbb3ca28804ea8e48a28
cpython
/
Include
History
Guido van Rossum
44e4d5a6fd
Renamed PySequence_In() to PySequence_Contains().
1998-05-22 00:47:25 +00:00
..
abstract.h
Renamed PySequence_In() to PySequence_Contains().
1998-05-22 00:47:25 +00:00
bitset.h
…
ceval.h
…
classobject.h
…
cobject.h
…
compile.h
…
complexobject.h
…
config.h
…
cStringIO.h
…
dictobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
floatobject.h
…
frameobject.h
…
funcobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intobject.h
…
intrcheck.h
…
listobject.h
Fred's right -- we need PyList_SET_ITEM().
1998-04-24 18:22:02 +00:00
longintrepr.h
…
longobject.h
…
Makefile
…
marshal.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
…
moduleobject.h
…
mymalloc.h
…
mymath.h
Mac CodeWarrior has faulty declaration for hypot, which we hide with a
1998-04-28 16:02:29 +00:00
myproto.h
…
myselect.h
…
mytime.h
…
node.h
…
object.h
Add new spares to the end of the type object struct.
1998-04-23 19:16:44 +00:00
objimpl.h
…
opcode.h
…
osdefs.h
…
parsetok.h
…
patchlevel.h
…
pgenheaders.h
…
pydebug.h
…
pyerrors.h
…
pyfpe.h
…
pystate.h
Move 'dict' struct member to end of struct. This ensures binary
1998-04-13 20:24:05 +00:00
Python.h
…
pythonrun.h
…
pythread.h
…
rangeobject.h
…
rename1.h
…
rename2.h
…
sliceobject.h
…
stringobject.h
…
structmember.h
…
sysmodule.h
Add
1998-05-12 14:58:52 +00:00
thread.h
…
token.h
…
traceback.h
…
tupleobject.h
…