]> granicus.if.org Git - python/commit
On 17-Mar-2000, Marc-Andre Lemburg said:
authorBarry Warsaw <barry@python.org>
Mon, 20 Mar 2000 16:36:48 +0000 (16:36 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 20 Mar 2000 16:36:48 +0000 (16:36 +0000)
commit51ac58039f62ef9d605974dae32a6ada9c26039b
treec8aee44da7330978efe15671b2c9e98bc898eea3
parentabc411bac883c1706a9dcc8b1bea85a0b940cbfb
On 17-Mar-2000, Marc-Andre Lemburg said:

    Attached you find an update of the Unicode implementation.

    The patch is against the current CVS version. I would appreciate
    if someone with CVS checkin permissions could check the changes
    in.

    The patch contains all bugs and patches sent this week and also
    fixes a leak in the codecs code and a bug in the free list code
    for Unicode objects (which only shows up when compiling Python
    with Py_DEBUG; thanks to MarkH for spotting this one).
Include/unicodeobject.h
Lib/encodings/__init__.py
Lib/test/test_string.py
Lib/test/test_unicode.py
Misc/unicode.txt
Modules/stropmodule.c
Objects/stringobject.c
Objects/unicodeobject.c
Python/codecs.c