cpython/Include
Guido van Rossum 24bdb0474f Marc-Andre Lemburg:
The attached patch set includes a workaround to get Python with
Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause
is a bug in the BSDI wchar.h header file) and Python interfaces
for the MBCS codec donated by Mark Hammond.

Also included are some minor corrections w/r to the docs of
the new "es" and "es#" parser markers (use PyMem_Free() instead
of free(); thanks to Mark Hammond for finding these).

The unicodedata tests are now in a separate file
(test_unicodedata.py) to avoid problems if the module cannot
be found.
2000-03-28 20:29:59 +00:00
..
abstract.h Marc-Andre Lemburg: added declarations for PyObject_AsCharBuffer, 2000-03-10 22:35:06 +00:00
bitset.h
bufferobject.h
ceval.h
classobject.h
cobject.h
codecs.h Python Codec Registry and support functions, by Marc-Andre Lemburg. 2000-03-10 22:32:23 +00:00
compile.h
complexobject.h
config.h
cStringIO.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h Mainlining the string_methods branch. See branch revision log 1999-10-12 19:54:53 +00:00
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h Got rid of silly "123456789-..." lines in comments. 2000-03-01 15:06:53 +00:00
intrcheck.h
listobject.h Got rid of silly "123456789-..." lines in comments. 2000-03-01 15:06:53 +00:00
longintrepr.h
longobject.h
Makefile
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h
mymath.h
myproto.h
myselect.h
mytime.h
node.h
object.h Updated comment: in PyTypeObject: 2000-03-21 16:14:47 +00:00
objimpl.h Got rid of silly "123456789-..." lines in comments. 2000-03-01 15:06:53 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to 1999-06-09 15:16:18 +00:00
pgenheaders.h
pydebug.h
pyerrors.h Marc-Andre Lemburg: add PyExc_UnicodeError 2000-03-10 22:33:32 +00:00
pyfpe.h
pystate.h
Python.h Marc-Andre Lemburg: include unicodeobject.h and codecs.h 2000-03-10 22:34:00 +00:00
pythonrun.h
pythread.h
rangeobject.h
rename1.h
rename2.h
sliceobject.h
stringobject.h
structmember.h
sysmodule.h
thread.h
token.h
traceback.h
tupleobject.h Got rid of silly "123456789-..." lines in comments. 2000-03-01 15:06:53 +00:00
unicodeobject.h Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00