cpython/Include
Mark Dickinson b55628f087 Merged revisions 74696 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r74696 | mark.dickinson | 2009-09-06 22:24:55 +0100 (Sun, 06 Sep 2009) | 9 lines

  Merged revisions 74693 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74693 | mark.dickinson | 2009-09-06 22:21:05 +0100 (Sun, 06 Sep 2009) | 2 lines

    Issue #6848:  Fix curses module build failure on OS X 10.6.
  ........
................
2009-09-06 21:26:46 +00:00
..
abstract.h Merged revisions 73735-73736 via svnmerge from 2009-08-13 08:54:55 +00:00
asdl.h
ast.h
bitset.h
bltinmodule.h these builtins have to be initialized 2009-05-09 18:10:51 +00:00
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
cobject.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
code.h Merged revisions 73782-73784 via svnmerge from 2009-07-02 22:02:15 +00:00
codecs.h
compile.h
complexobject.h
datetime.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
descrobject.h Merged revisions 73809 via svnmerge from 2009-07-03 13:33:17 +00:00
dictobject.h
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 2009-05-05 14:04:18 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h Merged revisions 72924 via svnmerge from 2009-05-25 21:10:36 +00:00
grammar.h
import.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h Merged revisions 73661 via svnmerge from 2009-06-28 22:52:18 +00:00
longobject.h
marshal.h
memoryobject.h
metagrammar.h
methodobject.h
modsupport.h #5735: Modules compiled with incompatible settings (--with-pydebug when python is not) 2009-06-01 21:16:17 +00:00
moduleobject.h
node.h
object.h Merged revisions 72461 via svnmerge from 2009-05-08 03:25:19 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h bump to 3.1.1 2009-08-16 21:59:05 +00:00
pgen.h
pgenheaders.h
py_curses.h Merged revisions 74696 via svnmerge from 2009-09-06 21:26:46 +00:00
pyarena.h
pycapsule.h Remove trailing whitespace. 2009-05-17 22:19:14 +00:00
pyctype.h
pydebug.h
pyerrors.h Merged revisions 72698-72699 via svnmerge from 2009-05-17 04:21:53 +00:00
pyexpat.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
pyfpe.h
pygetopt.h
pymacconfig.h
pymath.h Merged revisions 73661 via svnmerge from 2009-06-28 22:52:18 +00:00
pymem.h
pyport.h Merged revisions 73702 via svnmerge from 2009-06-30 15:46:37 +00:00
pystate.h
pystrcmp.h
pystrtod.h Refactor to remove duplicated nan/inf parsing code in 2009-05-20 22:05:25 +00:00
Python-ast.h
Python.h these builtins have to be initialized 2009-05-09 18:10:51 +00:00
pythonrun.h Merged revisions 73782-73784 via svnmerge from 2009-07-02 22:02:15 +00:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h add a replacement API for PyCObject, PyCapsule #5630 2009-05-05 22:31:58 +00:00
unicodeobject.h
warnings.h
weakrefobject.h