]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:29:59 +0000 (20:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Mar 2000 20:29:59 +0000 (20:29 +0000)
commit24bdb0474fca186da95dc045f157074e4d57c6b6
treef3dc1f458303217ae0b3ecbff23d7dfe5e7b6d13
parent66d451397577a7710902b75104839afc7ca05b81
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.
Include/unicodeobject.h
Lib/encodings/mbcs.py
Lib/test/output/test_unicode
Lib/test/output/test_unicodedata [new file with mode: 0644]
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py [new file with mode: 0644]
Misc/unicode.txt
Modules/_codecsmodule.c
Python/getargs.c