cpython/Include
Antoine Pitrou 8689a10f07 Merged revisions 79555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79555 | antoine.pitrou | 2010-04-01 18:42:11 +0200 (jeu., 01 avril 2010) | 5 lines

  Issue #8276: PyEval_CallObject() is now only available in macro form.  The
  function declaration, which was kept for backwards compatibility reasons,
  is now removed (the macro was introduced in 1997!).
........
2010-04-01 16:53:15 +00:00
..
Python-ast.h
Python.h Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
abstract.h * Replaces the internals of the subprocess module from fork through exec on 2010-03-14 06:49:55 +00:00
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h Merged revisions 77581 via svnmerge from 2010-01-17 16:15:29 +00:00
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h Merged revisions 79555 via svnmerge from 2010-04-01 16:53:15 +00:00
classobject.h
code.h Merged revisions 79060 via svnmerge from 2010-03-18 22:46:40 +00:00
codecs.h
compile.h
complexobject.h
datetime.h Merged revisions 76822,76824 via svnmerge from 2009-12-13 21:30:54 +00:00
descrobject.h
dictobject.h
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
graminit.h fix an ambiguity in the grammar from the implementation of extended unpacking 2009-09-27 02:43:28 +00:00
grammar.h
import.h Merged revisions 74841 via svnmerge from 2009-10-04 20:32:25 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h Issue #6713: Improve performance of str(n) and repr(n) for integers n 2009-09-16 21:23:34 +00:00
longobject.h Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). 2010-03-14 18:56:11 +00:00
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h
objimpl.h http://bugs.python.org/issue6836 2009-09-28 13:45:02 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Merged revisions 77088 via svnmerge from 2009-12-28 08:41:01 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h Merged revisions 76712 via svnmerge from 2009-12-08 16:35:28 +00:00
pymath.h Merged revisions 76978 via svnmerge from 2009-12-21 15:27:41 +00:00
pymem.h Merged revisions 78189 via svnmerge from 2010-02-14 14:08:54 +00:00
pyport.h Merged revisions 76561 via svnmerge from 2009-11-28 12:35:42 +00:00
pystate.h Merged revisions 78638 via svnmerge from 2010-03-03 23:28:07 +00:00
pystrcmp.h
pystrtod.h Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strtod, and PyOS_ascii_atof. 2010-02-22 14:58:30 +00:00
pythonrun.h * Replaces the internals of the subprocess module from fork through exec on 2010-03-14 06:49:55 +00:00
pythread.h Merged revisions 78393 via svnmerge from 2010-02-24 00:10:48 +00:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h Merge in the new GIL. 2009-11-10 19:50:40 +00:00
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h
warnings.h
weakrefobject.h