cpython/Include
Thomas Wouters 2cffc7d420 Move our own getopt() implementation to _PyOS_GetOpt(), and use it
regardless of whether the system getopt() does what we want. This avoids the
hassle with prototypes and externs, and the check to see if the system
getopt() does what we want. Prefix optind, optarg and opterr with _PyOS_ to
avoid name clashes. Add new include file to define the right symbols. Fix
Demo/pyserv/pyserv.c to include getopt.h itself, instead of relying on
Python to provide it.
2000-11-03 08:18:37 +00:00
..
abstract.h
bitset.h
bufferobject.h
ceval.h RET_SAVE references should be Py_BLOCK_THREADS references 2000-09-15 18:19:27 +00:00
classobject.h
cobject.h
codecs.h
compile.h
complexobject.h
config.h
cStringIO.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h Rationalize use of limits.h, moving the inclusion to Python.h. 2000-09-26 05:46:01 +00:00
Makefile
marshal.h
metagrammar.h
methodobject.h
modsupport.h Andrew Kuchling <akuchlin@mems-exchange.org>: 2000-09-23 03:24:27 +00:00
moduleobject.h
node.h
object.h Close SF bug 110826: a complaint about the way Python #define'd NULL. 2000-09-10 01:02:41 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h getting close 2000-10-13 23:05:44 +00:00
pgenheaders.h
pydebug.h
pyerrors.h
pyfpe.h
pygetopt.h Move our own getopt() implementation to _PyOS_GetOpt(), and use it 2000-11-03 08:18:37 +00:00
pymem.h
pyport.h Added Py_FPROTO macro which was available in Python 1.5.x and below. 2000-10-05 17:25:45 +00:00
pystate.h
Python.h Rationalize use of limits.h, moving the inclusion to Python.h. 2000-09-26 05:46:01 +00:00
pythonrun.h Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py 2000-10-11 17:18:11 +00:00
pythread.h
rangeobject.h
rename1.h
sliceobject.h
stringobject.h Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. 2000-09-21 05:43:11 +00:00
structmember.h
sysmodule.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h