This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
622087a3ed
cpython
/
Include
History
Fred Drake
b0c079e3e5
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
...
PyObject_CallMethodObArgs() ---> PyObject_CallMethodObjArgs()
2001-10-28 02:39:03 +00:00
..
Python.h
…
abstract.h
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
2001-10-28 02:39:03 +00:00
bitset.h
…
bufferobject.h
…
cStringIO.h
…
cellobject.h
…
ceval.h
…
classobject.h
…
cobject.h
…
codecs.h
…
compile.h
…
complexobject.h
…
descrobject.h
Methods of built-in types now properly check for keyword arguments
2001-10-22 00:43:43 +00:00
dictobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
floatobject.h
…
frameobject.h
…
funcobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intobject.h
…
intrcheck.h
…
iterobject.h
…
listobject.h
…
longintrepr.h
…
longobject.h
…
marshal.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
PyArg_UnpackTuple(): New argument unpacking function suggested by Jim
2001-10-23 21:09:29 +00:00
moduleobject.h
…
node.h
…
object.h
SF bug
#475327
: type() produces incorrect error msg
2001-10-27 19:37:48 +00:00
objimpl.h
…
opcode.h
…
osdefs.h
…
parsetok.h
…
patchlevel.h
Oops, undo previous change, which wasn't supposed to escape from my
2001-10-24 08:49:59 +00:00
pgenheaders.h
Add function attributes that allow GCC to check the arguments of printf-like
2001-10-23 02:21:22 +00:00
py_curses.h
Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and
2001-10-24 17:10:49 +00:00
pydebug.h
…
pyerrors.h
Add function attributes that allow GCC to check the arguments of printf-like
2001-10-23 02:21:22 +00:00
pyfpe.h
…
pygetopt.h
…
pymactoolbox.h
…
pymem.h
…
pyport.h
SF patch
#475657
(Dietmar Schwertberger)
2001-10-27 21:16:16 +00:00
pystate.h
…
pythonrun.h
…
pythread.h
…
rangeobject.h
…
sliceobject.h
…
stringobject.h
Add function attributes that allow GCC to check the arguments of printf-like
2001-10-23 02:21:22 +00:00
structmember.h
…
structseq.h
…
symtable.h
…
sysmodule.h
Add function attributes that allow GCC to check the arguments of printf-like
2001-10-23 02:21:22 +00:00
token.h
…
traceback.h
…
tupleobject.h
…
ucnhash.h
…
unicodeobject.h
…
weakrefobject.h
…