cpython/Include
Benjamin Peterson a58a626092 bump version to 3.1a1 2009-03-07 16:34:40 +00:00
..
Python-ast.h
Python.h Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
abstract.h Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. 2009-02-11 17:04:37 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h make bytes(o) respect __bytes__ #2415 2008-08-26 16:46:47 +00:00
cellobject.h
ceval.h Issue #3697: "Fatal Python error: Cannot recover from stack overflow" 2008-09-03 18:34:34 +00:00
classobject.h
cobject.h #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 2008-08-29 18:37:05 +00:00
code.h Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations 2009-02-01 13:59:22 +00:00
codecs.h
compile.h Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 2008-11-03 20:31:38 +00:00
complexobject.h
datetime.h
descrobject.h
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from 2009-02-13 02:50:59 +00:00
floatobject.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intobject.h Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. 2009-02-11 17:04:37 +00:00
intrcheck.h
iterobject.h
listobject.h
longintrepr.h A few more type fixes for py3k that were missed in r69635 2009-02-15 15:14:57 +00:00
longobject.h Reduce the size of the _PyLong_DigitValue table. 2009-01-09 03:58:09 +00:00
marshal.h
memoryobject.h Issue #4822: fix messy indentation in memoryobject.c/.h, before we may backport it to trunk. 2009-01-03 19:20:36 +00:00
metagrammar.h
methodobject.h #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
modsupport.h
moduleobject.h
node.h
object.h Change type of tp_reserved from cmpfunc to (void *); remove definition 2009-02-02 21:11:16 +00:00
objimpl.h
opcode.h http://bugs.python.org/issue4715 2009-02-25 02:25:04 +00:00
osdefs.h
parsetok.h ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 2009-03-02 23:31:26 +00:00
patchlevel.h bump version to 3.1a1 2009-03-07 16:34:40 +00:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pydebug.h Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line 2009-01-09 18:53:14 +00:00
pyerrors.h remove duplicate definition of PyExc_BufferError #4950 2009-01-16 03:06:57 +00:00
pyexpat.h
pyfpe.h
pygetopt.h
pymacconfig.h Merged revisions 67982,67988,67990 via svnmerge from 2008-12-30 17:56:45 +00:00
pymath.h Merged revisions 69459 via svnmerge from 2009-02-09 17:15:59 +00:00
pymem.h Merged revisions 65182 via svnmerge from 2008-07-23 16:13:07 +00:00
pyport.h Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from 2009-01-16 03:54:08 +00:00
pystate.h Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
pystrcmp.h
pystrtod.h
pythonrun.h ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 2009-03-02 23:31:26 +00:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
sysmodule.h
timefuncs.h
token.h
traceback.h Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h Merged revisions 68167,68276,68292-68293,68344 via svnmerge from 2009-01-09 04:11:44 +00:00
warnings.h
weakrefobject.h