cpython/Include
Mark Dickinson 93f562c4f9 Merged revisions 77842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77842 | mark.dickinson | 2010-01-30 10:08:33 +0000 (Sat, 30 Jan 2010) | 4 lines

  Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a
  long long variant of PyLong_AsLongAndOverflow.  Patch by Case Van
  Horsen.
........
2010-01-30 10:30:15 +00:00
..
abstract.h remove comment about PyNumber_Int 2009-07-01 01:45:12 +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 Merge in the new GIL. 2009-11-10 19:50:40 +00:00
classobject.h
code.h Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +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 Issue #6151: Make PyDescr_COMMON conform to standard C. 2009-07-22 03:56:36 +00:00
dictobject.h
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h Merged revisions 72487-72488,72879 via svnmerge from 2009-07-21 04:30:03 +00:00
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 Merged revisions 77842 via svnmerge from 2010-01-30 10:30:15 +00:00
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
objimpl.h http://bugs.python.org/issue6836 2009-09-28 13:45:02 +00:00
opcode.h Merged revisions 72912,72920,72940 via svnmerge from 2009-06-28 03:18:59 +00:00
osdefs.h
parsetok.h
patchlevel.h fix mistake in version bump 2009-06-27 22:00:01 +00:00
pgen.h
pgenheaders.h
py_curses.h Merged revisions 74693 via svnmerge from 2009-09-06 21:24:55 +00:00
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 76740 via svnmerge from 2009-12-10 10:39:08 +00:00
pyport.h Merged revisions 76561 via svnmerge from 2009-11-28 12:35:42 +00:00
pystate.h Merge in the new GIL. 2009-11-10 19:50:40 +00:00
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 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
pythonrun.h a little more fiddling to make flags like 2.x 2009-07-02 21:54:36 +00:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from 2009-06-28 19:19:51 +00:00
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