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-24 08:52:25 +01:00
Code
Issues
Releases
Activity
7030b1ff2d
cpython
/
Include
History
Sjoerd Mullender
7030b1ff2d
almodule.c: added close method, equivalent to closeport.
...
thread.h: use PROTO instead of _P for prototypes.
1993-12-20 17:26:34 +00:00
..
accessobject.h
allobjects.h
assert.h
bitset.h
bltinmodule.h
ceval.h
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
1993-11-01 16:28:59 +00:00
cgensupport.h
classobject.h
* timemodule.c: Add hack for Solaris 2.
1993-11-23 17:53:17 +00:00
compile.h
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
1993-11-30 13:40:46 +00:00
dictobject.h
errcode.h
errors.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
* import.c (get_module): pass .py filename to parse_file, not .pyc filename!
1993-11-30 13:40:46 +00:00
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
1993-11-01 16:28:59 +00:00
mappingobject.h
Added getmappingsize(). (Needed by previous checkin of posixmodule.c)
1993-11-05 10:18:44 +00:00
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h
myselect.h
node.h
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
1993-11-01 16:28:59 +00:00
object.h
* mpzmodule.c: removed redundant mpz_print function.
1993-11-05 10:22:19 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
* Grammar: corrected old typo (class instead of 'class')
1993-12-20 12:53:10 +00:00
pgenheaders.h
pyerrors.h
pythonrun.h
* ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,
1993-11-01 16:28:59 +00:00
pythread.h
almodule.c: added close method, equivalent to closeport.
1993-12-20 17:26:34 +00:00
rangeobject.h
* rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range
1993-11-01 16:21:44 +00:00
rename1.h
stringobject.h
structmember.h
sysmodule.h
thread.h
almodule.c: added close method, equivalent to closeport.
1993-12-20 17:26:34 +00:00
token.h
traceback.h
tupleobject.h