This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-28 08:20:55 +01:00
Code
Issues
Releases
Activity
e85da651dd
cpython
/
Include
History
Guido van Rossum
e85da651dd
Some patches to Lee Busby's fpectl mods that accidentally didn't make it
...
into 1.5a4.
1997-10-20 23:50:01 +00:00
..
abstract.h
bitset.h
ceval.h
Inline PyObject_CallObject (Marc-Andre Lemburg).
1997-08-30 15:02:50 +00:00
classobject.h
cobject.h
compile.h
complexobject.h
config.h
cStringIO.h
Use K&R function prototypes.
1997-10-07 14:44:48 +00:00
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
Added prototype for PyGrammar_RemoveAccelerators().
1997-08-12 14:57:08 +00:00
import.h
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
1997-09-05 07:11:32 +00:00
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
Makefile
marshal.h
metagrammar.h
methodobject.h
modsupport.h
Removed special Windows defines, at Mark Hammond's request.
1997-09-29 23:29:08 +00:00
moduleobject.h
mymalloc.h
Completely disable the declarations for malloc() and friends. Use
1997-08-21 16:13:37 +00:00
mymath.h
myproto.h
myselect.h
mytime.h
node.h
object.h
#Added prototype for PyObject_HasAttr() -- must've been an oversight.
1997-09-06 18:44:59 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h
Set it to 1.5a4, now we have dotted-name import...
1997-09-08 02:17:31 +00:00
pgenheaders.h
pydebug.h
Added NoSite flag.
1997-08-29 22:34:00 +00:00
pyerrors.h
New API PyErr_NewException(name, base, dict) to create simple new exceptions.
1997-09-16 21:50:37 +00:00
pyfpe.h
Some patches to Lee Busby's fpectl mods that accidentally didn't make it
1997-10-20 23:50:01 +00:00
pystate.h
Mass checkin (more to follow for other directories).
1997-08-02 02:56:48 +00:00
Python.h
Mass checkin (more to follow for other directories).
1997-08-02 02:56:48 +00:00
pythonrun.h
Declarations for two phase initialization and finalization functions
1997-08-29 21:57:07 +00:00
pythread.h
rangeobject.h
rename1.h
rename2.h
sliceobject.h
stringobject.h
structmember.h
sysmodule.h
Mass checkin (more to follow for other directories).
1997-08-02 02:56:48 +00:00
thread.h
token.h
traceback.h
tupleobject.h