This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-27 16:51:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Include
History
Georg Brandl
f2fc934a77
Get rid of METH_OLDARGS.
2007-09-01 13:59:50 +00:00
..
abstract.h
…
asdl.h
…
ast.h
…
bitset.h
…
boolobject.h
…
bufferobject.h
…
bytesobject.h
…
cellobject.h
…
ceval.h
…
classobject.h
…
cobject.h
…
code.h
…
codecs.h
…
compile.h
…
complexobject.h
…
cStringIO.h
…
datetime.h
…
descrobject.h
…
dictobject.h
…
enumobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
floatobject.h
…
formatter_unicode.h
…
frameobject.h
…
funcobject.h
…
genobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intobject.h
…
intrcheck.h
…
iterobject.h
…
listobject.h
…
longintrepr.h
…
longobject.h
…
marshal.h
…
memoryobject.h
…
metagrammar.h
…
methodobject.h
Get rid of METH_OLDARGS.
2007-09-01 13:59:50 +00:00
modsupport.h
…
moduleobject.h
…
node.h
…
object.h
Remove the simple slicing API. All slicing is now done with slice objects.
2007-08-30 22:57:53 +00:00
objimpl.h
…
opcode.h
Remove the simple slicing API. All slicing is now done with slice objects.
2007-08-30 22:57:53 +00:00
osdefs.h
…
parsetok.h
…
patchlevel.h
…
pgen.h
…
pgenheaders.h
…
py_curses.h
…
pyarena.h
…
pydebug.h
…
pyerrors.h
Fix a compile error on Windows.
2007-08-31 00:59:38 +00:00
pyexpat.h
…
pyfpe.h
…
pygetopt.h
…
pymactoolbox.h
…
pymem.h
…
pyport.h
…
pystate.h
…
pystrtod.h
…
Python-ast.h
Issue
#1066
: implement PEP 3109, 2/3 of PEP 3134.
2007-08-31 00:04:24 +00:00
Python.h
…
pythonrun.h
…
pythread.h
…
rangeobject.h
…
setobject.h
…
sliceobject.h
…
stringobject.h
…
structmember.h
…
structseq.h
…
symtable.h
…
sysmodule.h
…
timefuncs.h
…
token.h
…
traceback.h
…
tupleobject.h
…
ucnhash.h
…
unicodeobject.h
…
weakrefobject.h
…