Staging
v0.5.1
https://github.com/python/cpython
Revision ff737954f3ee3005236133fc51b55a508b11aa06 authored by Christian Heimes on 27 November 2007, 10:40:20 UTC, committed by Christian Heimes on 27 November 2007, 10:40:20 UTC
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
1 parent 0d3fb8a
History
Tip revision: ff737954f3ee3005236133fc51b55a508b11aa06 authored by Christian Heimes on 27 November 2007, 10:40:20 UTC
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Tip revision: ff73795
File Mode Size
Python-ast.h -rw-r--r-- 21.0 KB
Python.h -rw-r--r-- 3.4 KB
abstract.h -rw-r--r-- 40.8 KB
asdl.h -rw-r--r-- 1.0 KB
ast.h -rw-r--r-- 230 bytes
bitset.h -rw-r--r-- 792 bytes
boolobject.h -rw-r--r-- 886 bytes
bytes_methods.h -rw-r--r-- 3.2 KB
bytesobject.h -rw-r--r-- 1.7 KB
cStringIO.h -rw-r--r-- 2.0 KB
cellobject.h -rw-r--r-- 651 bytes
ceval.h -rw-r--r-- 5.1 KB
classobject.h -rw-r--r-- 1.1 KB
cobject.h -rw-r--r-- 1.7 KB
code.h -rw-r--r-- 3.4 KB
codecs.h -rw-r--r-- 4.9 KB
compile.h -rw-r--r-- 1.0 KB
complexobject.h -rw-r--r-- 1.4 KB
datetime.h -rw-r--r-- 8.1 KB
descrobject.h -rw-r--r-- 2.1 KB
dictobject.h -rw-r--r-- 5.6 KB
enumobject.h -rw-r--r-- 253 bytes
errcode.h -rw-r--r-- 1.4 KB
eval.h -rw-r--r-- 575 bytes
fileobject.h -rw-r--r-- 1.0 KB
floatobject.h -rw-r--r-- 3.4 KB
formatter_unicode.h -rw-r--r-- 208 bytes
frameobject.h -rw-r--r-- 2.7 KB
funcobject.h -rw-r--r-- 3.5 KB
genobject.h -rw-r--r-- 821 bytes
graminit.h -rw-r--r-- 1.8 KB
grammar.h -rw-r--r-- 2.0 KB
import.h -rw-r--r-- 2.1 KB
intobject.h -rw-r--r-- 1.7 KB
intrcheck.h -rw-r--r-- 274 bytes
iterobject.h -rw-r--r-- 569 bytes
listobject.h -rw-r--r-- 2.5 KB
longintrepr.h -rw-r--r-- 2.1 KB
longobject.h -rw-r--r-- 5.3 KB
marshal.h -rw-r--r-- 713 bytes
memoryobject.h -rw-r--r-- 2.2 KB
metagrammar.h -rw-r--r-- 253 bytes
methodobject.h -rw-r--r-- 3.1 KB
modsupport.h -rw-r--r-- 4.8 KB
moduleobject.h -rw-r--r-- 621 bytes
node.h -rw-r--r-- 890 bytes
object.h -rw-r--r-- 31.0 KB
objimpl.h -rw-r--r-- 12.0 KB
opcode.h -rw-r--r-- 4.2 KB
osdefs.h -rw-r--r-- 862 bytes
parsetok.h -rw-r--r-- 1.3 KB
patchlevel.h -rw-r--r-- 1.2 KB
pgen.h -rw-r--r-- 253 bytes
pgenheaders.h -rw-r--r-- 1.1 KB
py_curses.h -rw-r--r-- 4.1 KB
pyarena.h -rw-r--r-- 2.6 KB
pydebug.h -rw-r--r-- 869 bytes
pyerrors.h -rw-r--r-- 11.3 KB
pyexpat.h -rw-r--r-- 1.9 KB
pyfpe.h -rw-r--r-- 8.3 KB
pygetopt.h -rw-r--r-- 306 bytes
pymactoolbox.h -rw-r--r-- 7.2 KB
pymem.h -rw-r--r-- 3.7 KB
pyport.h -rw-r--r-- 22.2 KB
pystate.h -rw-r--r-- 6.3 KB
pystrtod.h -rw-r--r-- 359 bytes
pythonrun.h -rw-r--r-- 6.5 KB
pythread.h -rw-r--r-- 1.3 KB
rangeobject.h -rw-r--r-- 539 bytes
setobject.h -rw-r--r-- 2.7 KB
sliceobject.h -rw-r--r-- 1.3 KB
stringobject.h -rw-r--r-- 3.6 KB
structmember.h -rw-r--r-- 2.2 KB
structseq.h -rw-r--r-- 949 bytes
symtable.h -rw-r--r-- 4.1 KB
sysmodule.h -rw-r--r-- 793 bytes
timefuncs.h -rw-r--r-- 442 bytes
token.h -rw-r--r-- 1.7 KB
traceback.h -rw-r--r-- 622 bytes
tupleobject.h -rw-r--r-- 2.0 KB
ucnhash.h -rw-r--r-- 861 bytes
unicodeobject.h -rw-r--r-- 51.5 KB
weakrefobject.h -rw-r--r-- 2.4 KB

back to top