0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Include
Jeremy Hylton 4db62b1e14 Improved __future__ parser; still more to do
Makefile.pre.in: add target future.o

Include/compile.h: define PyFutureFeaters and PyNode_Future()
                   add c_future slot to struct compiling

Include/symtable.h: add st_future slot to struct symtable

Python/future.c: implementation of PyNode_Future()

Python/compile.c: use PyNode_Future() for nested_scopes support

Python/symtable.c: include compile.h to pick up PyFutureFeatures decl
2001-02-27 19:07:02 +00:00
..
abstract.h
bitset.h
bufferobject.h
cellobject.h PEP 227 implementation 2001-01-25 20:04:14 +00:00
ceval.h
classobject.h PEP 205, Weak References -- initial checkin. 2001-02-01 05:27:45 +00:00
cobject.h
codecs.h
compile.h Improved __future__ parser; still more to do 2001-02-27 19:07:02 +00:00
complexobject.h
config.h
cStringIO.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h Remove f_closure slot of frameobject and use f_localsplus instead. 2001-01-29 22:51:52 +00:00
funcobject.h PEP 227 implementation 2001-01-25 20:06:59 +00:00
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
marshal.h It's unclear whether PyMarshal_XXX() are part of the public or private API. 2001-01-28 00:27:39 +00:00
metagrammar.h
methodobject.h
modsupport.h The addition of new parameters to functions in the Python/C API requires 2001-01-25 22:13:34 +00:00
moduleobject.h
node.h
object.h The return value from PyObject_ClearWeakRefs() is no longer meaningful, 2001-02-26 18:56:37 +00:00
objimpl.h Add Vladimir Marangozov's object allocator. It is disabled by default. This 2001-02-27 04:45:05 +00:00
opcode.h Allow 'continue' inside 'try' clause 2001-02-01 22:48:12 +00:00
osdefs.h
parsetok.h
patchlevel.h bump to 2.1a2 2001-02-02 20:13:01 +00:00
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h
pyfpe.h
pygetopt.h
pymem.h
pyport.h
pystate.h Add a new API, PyThreadState_DeleteCurrent() that combines 2001-01-23 01:46:06 +00:00
Python.h PEP 227 implementation 2001-01-25 20:04:14 +00:00
pythonrun.h Move a bunch of definitions that were internal to compile.c to 2001-02-02 18:19:15 +00:00
pythread.h
rangeobject.h
rename1.h
sliceobject.h
stringobject.h _Py_ReleaseInternedStrings(): Private API function to decref and 2001-02-23 16:40:48 +00:00
structmember.h
symtable.h Improved __future__ parser; still more to do 2001-02-27 19:07:02 +00:00
sysmodule.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h