cpython/Python
Marc-André Lemburg 1b1bcc9935 Fixed unicode() to use the new API PyUnicode_FromEncodedObject().
This adds support for instance to the constructor (instances
have to define __str__ and can return Unicode objects via that
hook; string return values are decoded into Unicode using the
current default encoding).
2000-07-07 13:48:25 +00:00
..
.cvsignore
atof.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
bltinmodule.c Fixed unicode() to use the new API PyUnicode_FromEncodedObject(). 2000-07-07 13:48:25 +00:00
ceval.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
codecs.c Include limits.h if we have it. 2000-07-03 21:39:47 +00:00
compile.c Include limits.h if we have it. 2000-07-03 21:39:47 +00:00
dup2.c
dynload_aix.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_beos.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_dl.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_hpux.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_mac.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_next.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_os2.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_shlib.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_stub.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dynload_win.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
errors.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
exceptions.c init_exceptions(): Decref `doc' so it doesn't leak. 2000-07-01 04:45:52 +00:00
fmod.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
frozen.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
frozenmain.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
getargs.c Added support for H (unsigned short) specifier in PyArg_ParseTuple and 2000-07-06 12:22:00 +00:00
getcompiler.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
getcopyright.c Change copyright notice. 2000-06-30 23:50:40 +00:00
getcwd.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
getmtime.c Jack Jansen, Mac patch: 2000-07-01 01:08:11 +00:00
getopt.c
getplatform.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
getversion.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
graminit.c
hypot.c
import.c Jack Jansen, Mac patch: 2000-07-01 01:06:56 +00:00
importdl.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
importdl.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
Makefile.in Added exceptions.o to the list of object to build in this subdir. 2000-05-26 19:04:27 +00:00
marshal.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
memmove.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
modsupport.c Added support for H (unsigned short) specifier in PyArg_ParseTuple and 2000-07-06 12:22:00 +00:00
mystrtoul.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
pyfpe.c
pystate.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
pythonmain.c
pythonrun.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
sigcheck.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
strdup.c
strerror.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
strtod.c
structmember.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
sysmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_beos.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_cthread.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_foobar.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_lwp.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_nt.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_os2.h Change copyright notice. 2000-06-30 23:50:40 +00:00
thread_pth.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_pthread.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_sgi.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_solaris.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
thread_wince.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
traceback.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00